NEW Demos - Floating CPU utlization widget, Compound element - Spinner, refresh of the other Demos
This commit is contained in:
parent
18584aa533
commit
57396f3dc1
8 changed files with 109 additions and 17 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue