NEW Demos - Floating CPU utlization widget, Compound element - Spinner, refresh of the other Demos

This commit is contained in:
MikeTheWatchGuy 2018-09-12 16:46:35 -04:00
parent 18584aa533
commit 57396f3dc1
8 changed files with 109 additions and 17 deletions

View file

@ -682,7 +682,7 @@ def InputElementUpdate():
keys_entered += button # add the new digit
elif button is 'Submit':
keys_entered = values['input']
form.FindElement('outpput').Update(keys_entered) # output the final string
form.FindElement('output').Update(keys_entered) # output the final string
form.FindElement('input').Update(keys_entered) # change the form to reflect current key string