Added Enable/Disable to all input elements! Refresh of many Demo programs
This commit is contained in:
parent
5a59f4753b
commit
c79b0be31d
11 changed files with 389 additions and 302 deletions
|
@ -645,7 +645,7 @@ def main():
|
|||
layout = [[canvas_elem, sg.ReadFormButton('Exit', pad=(0, (210, 0)))]]
|
||||
|
||||
# create the form and show it without the plot
|
||||
form = sg.FlexForm('Ping Graph', background_color='white')
|
||||
form = sg.FlexForm('Ping Graph', background_color='white', grab_anywhere=True)
|
||||
form.Layout(layout)
|
||||
form.ReadNonBlocking()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue