Hi all, I'm very interested in the VisualWx project and would like to get started with it asap. Unfortunately, I face a big learning curve as I've never used...
... Not there are tutorial ...sorry ... Mingw is only necesary for compilation of generated code ... It is not necessary to know wxwidgets for to use Visualx. ...
Hi Postatoto, Thanks for responding to my previous post. Just one more question - do you know of anyone who has used VisualWx with the open-source Watcom C/C++...
Hi Postatoto, Thanks for responding to my previous post. Just one more question - do you know of anyone who has used VisualWx with the open-source Watcom C/C++...
Hi Andy, ... few days I should have something. Any specific topics? A tutorial is an awesome idea - it surprises me that there aren't any yet! As far as topics...
Actually I can only do a tutorial on using python with it, as that's all I use. It still might be helpful re how to build layouts and hook up events and use...
Ok I've built a viewlet which demonstates how to build an app in VisualWx from a python perspective. Of course a lot of the stuff e.g. how to use sizers etc....
Hi VisualWx is a nice app. But almost completely undocumented... I'm trying to compile the C++ code from it but I always get lots of linking errors (undefined...
Hi, Mmm - not specifically a VisualWx question, but... Does anyone know how to populate a wxChoice widget dynamically at runtime? I am using python, but an...
... extra ... you must to check 1) options for compiler and link (menu project\compiler options) 2) check directories group (menu option \ directory options ...
Hi - thanks, however I want to change the contents of the combo after it has been created. For example depending on what the user selected in another part of...
... after it has been created. ... the gui the combo would display different things. How would I do this? choice.Clear(); choice.Append("item") ... bye :)...
Hi guys, I downloaded and installed VisualWx, wxwidgets 2.4.2, mingw... I compiled wxWidgets in debug mode, and after I just ran VisualWx and created a new...
Is there a way of adding a sizer to a panel from the GUI? I know that GetSizer/SetSizer would work programatically, but I want to build visually.... :-) ...
Thanks for the info but I cannot find anything called 'list' for either the panel or a sizer. ? This is what I am doing: 1. New Frame 2. Add notebook. 3. Add...
... containing ... want, yet, sorry :(( (my error) You have forgotten to select the panel 1. New Frame 2. Add notebook. 3. Add Panel 4. to select panel (to...
ok but when I try to add a sizer (with the panel selected) I get an error saying that I need to first select an existing sizer in the project pane. !? ... ...
... error saying that I need to first select an existing sizer in the project pane. !? version of visualwx? perhaps it is a bug... you send me the project and...
So... yes I know there has been some requests for tutorials and such but it doesn't sound as if there are any on the way... except for the viewlett(sp?) which...