[wxPython] Newbie; help me cheat

Hi,

Just picked up wxPython and am amazed...I wonder if someone can get me
going.
I have looked at the demo stuff and trying to combine bits and pieces...

I want to create an app/main frame that upon file open/new creates a
tabbed notebook
filled with check buttons, text etc. An electronic questionairretype of
thing...

Does anyone have a bit of commented code that does this, and I could
build on? I got confused trying to make the sample apps run standalone.
Even worse I am new to Python as well....

Need to get an initial demo/proof up quickly over the next day or so
that's why I am trying to cheat..., then I can approach it more
appropriately
Can do it in tcl/tk quickly but figure here's an opportunity to expand
horizons...

Thanx,
Nicolas Boretos

···

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users

I want to create an app/main frame that upon file open/new creates a
tabbed notebook
filled with check buttons, text etc. An electronic questionairretype of
thing...

Does anyone have a bit of commented code that does this, and I could
build on? I got confused trying to make the sample apps run standalone.
Even worse I am new to Python as well....

Take a look at the MDIDemo.py sample. Replace where it is creating a MyCanvas with a wxNotebook. Then use AddPage() to add pages to the notbook that are wxPanels with your questionaire controls on them.

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users