Using python 2.4, wxpython 2.6.3, Visualwx 0.87.2.1 Create new project WX_SDI_python_menu Add a wizard Add a wizard event like wx.wizard.EVT_WIZARD_FINISHED in...
How to recreate problem. Make a new frame. put a GridBag sizer in it. put a TextBox (or anything) in the GridSizer. run it you get error message saying return...
Hi! i am new to visualwx and python and i want to ask something: based in you flash tutorial about how to use sizers, after i put in my form an box sizer...
hi i made the following steps: 1. create an wx_sdi_python_menu app 2. in project tab/design create another wxFrame 3. select the created frame 4. with dbl...
After a lot of search I have found VisualWx. I think it is great. Looks like stabile enough to base my project on it. It passed my experimental tests, but one...
Does VisualWx run on Linux? Can it be compiled there? -- Hendy Irawan Web: http://hendy.gauldong.net Mobile: +62 856 24889899 Yahoo Messenger: ceefour666...
Where i can to get an old version of visualwx(w32) that it isn't needed python 2.5? If anyone have this file, please send it to adaynsr@... Thank you....
This project cause VisualWx to crush when i try to change form style. i make it from _Dll_WX_NOWXAPP template an add one empty dialog [Non-text portions of...
This project cause VisualWx to crush when i try to change form style. i make it from _Dll_WX_NOWXAPP template an add one empty dialog you can download project...
there are bugs when buildiing menus - disabled menu items not working because ... code is wrong. must be ... also call itemmenu->Check(true) if needed must be...
check box has a Title property, but requried a Label, because Title property is protected (m.b. work only in wx 2.4) and generated code must be SetLabel()...