From: Rachid M. <rma...@gm...> - 2007-11-27 17:32:45
|
Hello, I am planning to convert software from VB6 to Python (PythonCard) and I am a new learner of python. Is there a way to create a GUI dynamically depending on user input? For example if a user enters the number 5 in an initial GUI, a second GUI is generated that has 5 lines of buttons, textfields, etc. In VB6, arrays of controls offered a possibility. How about python? My objective is to offer a data entry table and check boxes for the user. The dimensions of the table and the number of buttons depend on the user's needs. The multiColumnList component sounds like a possibility. Where can I find details on how to use it efficiently? Thanks for any help. Rachid Manseur rma...@gm... |