Release 2.30 refresh of readme and demos
Lots of forms went borderless so important that 2.30 be released.
This commit is contained in:
parent
bc00740d03
commit
32a9dc79ce
8 changed files with 99 additions and 81 deletions
|
@ -13,7 +13,7 @@ layout = [
|
|||
|
||||
button, values = form.LayoutAndRead(layout)
|
||||
|
||||
print(button, values['name'], values['address'], values['phone'])
|
||||
print(button, values, values['name'], values['address'], values['phone'])
|
||||
|
||||
form = sg.FlexForm('Simple data entry form') # begin with a blank form
|
||||
|
||||
|
@ -26,6 +26,6 @@ layout = [
|
|||
]
|
||||
|
||||
button, values = form.LayoutAndRead(layout)
|
||||
|
||||
print(values)
|
||||
name, address, phone = values
|
||||
sg.MsgBox(button, values[0], values[1], values[2])
|
Loading…
Add table
Add a link
Reference in a new issue