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 25 - 54 of 577   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
40
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...
micspi
Offline Send Email
May 17, 2004
11:18 am
41
... ok tnks for send bug :) ... grazie michele... sarą disponibile la nuova versione a giorni ovviamente con il bug tolto :))...
postatoto
Offline Send Email
May 17, 2004
3:20 pm
42
... EW,wxT("New"),wxT("New ... thanks to you for VisualWX Felice di aiutare, anche perche' VisualWx mi piace molto! Ciao! michele...
micspi
Offline Send Email
May 17, 2004
4:07 pm
43
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.... :-) ...
Andy Bulka
andybulka
Offline Send Email
May 18, 2004
6:48 am
44
... then arrange ... You must follow these steps : 1) to select panel of the wxNotebook 2) double click in the list component for sizer bye :))...
postatoto
Offline Send Email
May 18, 2004
8:41 am
45
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...
Andy Bulka
andybulka
Offline Send Email
May 18, 2004
11:10 am
46
... either the ... containing ... want, yet, ... frame...)....
postatoto
Offline Send Email
May 18, 2004
3:52 pm
47
Hi - I think your reply got lost? You quote my email but I cannot see your words?... -Andy ... From: "postatoto" <postatoto@...> To:...
Andy Bulka
andybulka
Offline Send Email
May 18, 2004
8:57 pm
48
... 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...
postatoto
Offline Send Email
May 18, 2004
9:19 pm
49
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. !? ... ...
Andy Bulka
andybulka
Offline Send Email
May 19, 2004
6:21 am
50
... 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...
postatoto
Offline Send Email
May 19, 2004
10:10 am
51
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...
Toby
kingdom_of_fish
Offline Send Email
May 21, 2004
3:03 am
52
windres.exe -i ./resource-no-modify.rc -I rc -o ./resource-no- modify.res -O coff --include-dir "C:/Programmi/Dev- Cpp/include/wx/lib/" --include-dir...
diamantsus
Offline Send Email
May 22, 2004
7:58 am
53
Which are the just directory to configure? You can send a config.cfg like example? ... Cpp/mingw32/include/" -...
diamantsus
Offline Send Email
May 22, 2004
9:25 am
54
... config.cfg: dirMINGW=c:\\MinGW3.2\\ dirWx=c:\\wxWindows\\ dirLf=VwXLF\\ or menu options\directories Mingw c:\MinGW\ dirWx c:\wxWindows\ bye :)...
postatoto
Offline Send Email
May 22, 2004
9:51 pm
Messages 25 - 54 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