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
|
@ -37,6 +37,8 @@ def CPU_thread(args):
|
|||
def main():
|
||||
global g_interval, g_procs, g_exit
|
||||
|
||||
yesno = sg.PopupYesNo('My popup')
|
||||
|
||||
# ---------------- Create Form ----------------
|
||||
sg.ChangeLookAndFeel('Black')
|
||||
form_rows = [[sg.Text('', size=(8,1), font=('Helvetica', 20),text_color=sg.YELLOWS[0], justification='center', key='text')],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue