Shuffled around parms in calls to Button so that Button can be called by user. Changed all MsgBox calls to Popup
This commit is contained in:
parent
91a3178c7b
commit
53db1545d8
19 changed files with 212 additions and 86 deletions
|
@ -100,7 +100,7 @@ def main():
|
|||
RemoteControlExample()
|
||||
StatusOutputExample()
|
||||
StatusOutputExample()
|
||||
sg.MsgBox('End of non-blocking demonstration')
|
||||
sg.Popup('End of non-blocking demonstration')
|
||||
# StatusOutputExample_context_manager()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue