Refresh of ALL Demos in prep for 2.20 release

This commit is contained in:
MikeTheWatchGuy 2018-09-04 19:43:22 -04:00
parent e251bf1bf4
commit 8b78d6e955
24 changed files with 330 additions and 144 deletions

View file

@ -26,7 +26,7 @@ def MachineLearningGUI():
del(form)
sg.SetOptions(text_justification='left')
return button, values
print(button, values)
def CustomMeter():
@ -37,7 +37,7 @@ def CustomMeter():
[progress_bar],
[sg.Cancel()]]
# create the form
# create the form`
form = sg.FlexForm('Custom Progress Meter')
# display the form as a non-blocking form
form.LayoutAndRead(layout, non_blocking=True)