From: Andrew T. <an...@ha...> - 2007-11-28 09:36:35
|
Rachid Manseur wrote: > 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... <mailto:rma...@gm...> > Take a look at the dbBrowser sample. All of the widgets in it are created dynamically. Regards, Andy -- From the desk of Andrew J Todd esq - http://www.halfcooked.com/ |