9 lines
675 B
Markdown
9 lines
675 B
Markdown
### Example of a "generated" layout based on a user's input
|
|
|
|
In this case the poster wants a GUI that will ask for a different number of input fields depending on the value entered.
|
|
|
|
I think this program does what's desired. First a number is obtained using a simple popup, then a full layout is made and finally the window is shown and available for interaction. Rather than it being a 1-shot window it's a fully functioning window should someone want to edit one of the addresses and re-calculate.
|
|
|
|
|
|
<iframe src='https://trinket.io/embed/pygame/51d5a7277a?start=result' width='100%' height='500' frameborder='0' marginwidth='0' marginheight='0' allowfullscreen></iframe>
|