From: Andy T. <an...@ha...> - 2005-11-28 20:18:00
|
Alex Tweedly wrote: > Siddhartha Azad wrote: > >> Hi, >> I wanted to know if there's a way to add widgets >> dynamically using PythonCard. For example if I wanna >> dynamically generate GUIs without using the Resource >> Editor. I know it is supported in wxPython. >> If not, what are the plans for supporting such a >> functionality? >> >> > Yes, you can do that already. See samples/noresource for an example - > this has both a dictionary included in the source code (rather than a > separate resource file), and a dynamically created component. > Not to mention the dbBrowser sample, which creates widgets to represent the structure of a database table. The code may be slightly more complex than the noresource sample but this is one of the major features it was designed to show. Regards, Andy |