... Thanks. The VisualWx website implies that you have to Mingw32 in order to compile VisualWx code. Do I need to have Mingw32 for some reason even if I am...
This project looks very promising. I am a wxPython user. Is there any documentation at all? For example what are the step to create a little python app, what...
... no,sorry ... 1)menu file\new project 2)you must choose template for python ... or ... only c++ ... it is in the file app.py of the project ... tab event ...
any visualwx c++ example project that can help to get feel of visualwx?. _________________________________________________________________ Take off on a...
trich melano
trichmelano@...
Feb 29, 2004 10:04 pm
17
opened sample project "cpp-panel" from installed VisualWx. tried to compile it. Got lots of error messages related to MyFrame.cpp : undefined reference. ...
trich melano
trichmelano@...
Mar 1, 2004 12:40 am
18
opened sample project "cpp-panel" from installed VisualWx. tried to compile it. Got lots of error messages related to MyFrame.cpp : undefined reference. these...
trich melano
trichmelano@...
Mar 1, 2004 12:57 am
19
including some error messages: makefile.bat: @Echo off Path = D:\mingw\bin;D:\mingw\include;D:\mingw\lib;D:\mingw\;D:\VisualWx\VwxUtility;%Path%; @Echo on ...
trich melano
trichmelano@...
Mar 1, 2004 2:21 am
20
... `wxFrame::Init()' ... wxSize exist file D:/wxwindows-2.4.2/lib/libwxmsw.a ? Set directories in the "option directories" (menu option\directories options)...
my wxwindows-2.4.2 and visualwx are in installed in D:\ partition. can someone send makefile that can compiles cpp-panel smaple program successfully?. i am not...
trich melano
trichmelano@...
Mar 3, 2004 6:53 am
22
I just noticed that there is a new version :-) VisualWx new release 0.8 Alfa 10 April 2004 [only Windows] at http://visualwx.altervista.org/download2.htm Is...
Yikes - I loaded my old project and double clicked on one of my forms (under the designer part of the treeview) and Visual Wx crashed. In fact none of my old...
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 :)...