Search the web
Sign In
New User? Sign Up
VisualWx
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 10 - 39 of 577   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10
Can VisualWx code be compiled with Borland CBX or Borland BCB6? Are there any plans to make it compatible with CBX in the future? Thanks...
dougtinkham
Offline Send Email
Nov 18, 2003
11:41 pm
11
... yes, for compatibility to see : http://www.wxwindows.org/platform.htm add this code in files.cpp #ifdef __BORLANDC__ #pragma hdrstop #endif...
postatoto
Offline Send Email
Nov 19, 2003
12:13 am
12
... 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...
dougtinkham
Offline Send Email
Nov 19, 2003
6:59 pm
13
... no, you only need mingw for to compile with visualwx bye :)...
postatoto
Offline Send Email
Nov 20, 2003
12:52 am
14
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...
andybulka
Offline Send Email
Feb 12, 2004
4:20 am
15
... 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 ...
postatoto
Offline Send Email
Feb 14, 2004
7:17 am
16
any visualwx c++ example project that can help to get feel of visualwx?. _________________________________________________________________ Take off on a...
trich melano
trichmelano@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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)...
postatoto
Offline Send Email
Mar 3, 2004
12:40 am
21
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@...
Send Email
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...
andybulka
Offline Send Email
Apr 21, 2004
4:58 am
23
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...
Andy Bulka
andybulka
Offline Send Email
Apr 21, 2004
6:33 am
24
... do I do ... We cannot maintain compatibilities with previous version Sorry bye :))...
postatoto
Offline Send Email
Apr 23, 2004
12:41 pm
25
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...
Corby Johanneson
corby_johann...
Offline Send Email
May 7, 2004
1:50 am
26
... 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. ...
postatoto
Offline Send Email
May 7, 2004
9:31 am
27
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++...
Corby Johanneson
corby_johann...
Offline Send Email
May 7, 2004
3:26 pm
28
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++...
Corby Johanneson
corby_johann...
Offline Send Email
May 7, 2004
5:09 pm
29
I have been thinking of writing a tutorial as a viewlet - in a few days I should have something. Any specific topics? andy ... From:...
Andy Bulka
andybulka
Offline Send Email
May 7, 2004
11:39 pm
30
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...
Corby Johanneson
corby_johann...
Offline Send Email
May 9, 2004
2:23 am
31
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...
Andy Bulka
andybulka
Offline Send Email
May 9, 2004
12:48 pm
32
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....
Andy Bulka
andybulka
Offline Send Email
May 10, 2004
8:24 am
33
... http://www.trinity.unimelb.edu.au/~abulka/demos/visualwx01_launcher.ht ml ... tnks Andy :) I have added your tutorial to Home page ciao :)...
postatoto
Offline Send Email
May 10, 2004
10:02 am
34
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...
lucioblues
Offline Send Email
May 11, 2004
10:54 pm
35
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...
Andy Bulka
andybulka
Offline Send Email
May 12, 2004
2:28 am
36
... extra ... you must to check 1) options for compiler and link (menu project\compiler options) 2) check directories group (menu option \ directory options ...
postatoto
Offline Send Email
May 12, 2004
3:10 pm
37
... runtime? ... you can use ; self.cmb_3 = wx.Choice(self,-1,wx.Point(46,98),wx.Siz(195,25),choices = ['item','item2','item3']) or.. ...
postatoto
Offline Send Email
May 12, 2004
3:33 pm
38
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...
Andy Bulka
andybulka
Offline Send Email
May 12, 2004
11:11 pm
39
... after it has been created. ... the gui the combo would display different things. How would I do this? choice.Clear(); choice.Append("item") ... bye :)...
postatoto
Offline Send Email
May 13, 2004
9:39 am
Messages 10 - 39 of 577   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help