Search the web
Sign In
New User? Sign Up
wxMS_developers · Development with wxWidgets on MSWindows
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 479 - 520 of 693   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
479
Good Day all: I have run in to a bit of a 'funny' with a wxWidgets application on Windows. I have created a small test Dialog Blocks project that consists of...
Ralph Pass
rppassiii
Offline Send Email
Jan 11, 2008
8:19 pm
481
The wxWiki page for Visual CPP guide states, in the Project properties section: "Specify the location of the Setup.h file. You need to match it up with the...
raanan.barzel
Offline Send Email
Jan 14, 2008
11:01 am
484
... Hi! I've not really looked at the wxWiki page much... I don't believe it's up to date or all that reliable. What I've read re: Visual Studio Express there...
Dave Silvia
db_vs_dave
Offline Send Email
Jan 14, 2008
3:32 pm
485
... it's up to ... there mostly ... where to put ... care of it. ... appropriately for each ... "knows" ... working with. If ... right, ... that is you're ... ...
raanan.barzel
Offline Send Email
Jan 15, 2008
10:42 am
486
... Hmm... Have you looked at the tutorials/demos available in the links in this group? They may give you a clue as to what is going wrong... The only thing,...
Dave Silvia
db_vs_dave
Offline Send Email
Jan 15, 2008
8:27 pm
487
... this group? ... you using DB ... makefile. That ... Studio. With VC++ ... files for ... permanent! ... Dave, Where exactly (and how) do you set DB to...
raanan.barzel
Offline Send Email
Jan 15, 2008
9:11 pm
488
... Hi! Boy! I'm glad it's that simple!;D There are two ways to get there from here... 1) When you start a new project in DB, in the New Project Wizard under...
Dave Silvia
db_vs_dave
Offline Send Email
Jan 16, 2008
6:34 am
489
... under Compiler ... of "VC++"). ... Configurations... on ... file to be ... updated also. ... Visual Studio ... override ... wxMS_developers. It ... ...
raanan.barzel
Offline Send Email
Jan 16, 2008
11:18 am
490
... Hi! DB builds project files of Visual Studio C++ for the compiler versions 6, 7.1, 7, and 8. Visual Studio 2005 is compiler version 8 (uses .sln and...
Dave Silvia
db_vs_dave
Offline Send Email
Jan 16, 2008
3:43 pm
492
Hi Dave and Group, I use VS.net 2003 and am thinking of switching to VC++ 2005 express.However a colleague of mine told me that he is having difficulties...
Noel Diviney
ndivner
Offline Send Email
Jan 20, 2008
9:18 pm
493
Noel: A memory leak is a runtime problem not a compile time problem. If it were only so simple to run a tool or a compiler to identify the file and line...
Ralph Pass
rppassiii
Offline Send Email
Jan 20, 2008
10:09 pm
494
Hi Ralph, Yes you are correct. However with VS.net 2003 by running the program in debug mode from within the IDE (debug->start) and then exiting you will get a...
Noel Diviney
ndivner
Offline Send Email
Jan 20, 2008
10:43 pm
495
Noel: My apology, I read your e-mail with the wrong view. I do not use express and do not know if there is a debugger in the package. If there is, then that...
Ralph Pass
rppassiii
Offline Send Email
Jan 20, 2008
11:21 pm
496
I have been playing with wxFTP. In the documentation is the following code: wxFTP ftp; // if you don't use these lines anonymous login will be used ...
Ralph Pass
rppassiii
Offline Send Email
Jan 21, 2008
9:58 pm
497
Continuing my playing with wxFTP, I use the method GetDirList(wxArrayList &list). When I call it on a directory that has more that 2000 entries, the call only...
Ralph Pass
rppassiii
Offline Send Email
Jan 22, 2008
3:13 am
498
I'd like to use the wxStyledTextCtrl in a wxWidgets project, and am having build problems with VC++ 6. When I add the WXUSINGDLL preprocessor directive, I get...
Jeremy H. Griffith
jeremyomsys
Offline Send Email
Jan 22, 2008
7:16 am
499
... Hi! You may want to run that one by the folks at wx-dev... See the web page at: http://wxwidgets.org/support/maillst2.htm. From my end, I don't really do...
Dave Silvia
db_vs_dave
Offline Send Email
Jan 25, 2008
5:09 am
503
Does a floating point spin control exist for wxWidgets and usable in DialogBlocks? I'm only seeing the option to do integers. Thanks!...
johnkonradgrant
Offline Send Email
Feb 5, 2008
6:49 am
504
Hi to all, Hope you are all doing well. Does anybody know the process to run a wxmsw application on a linux machine? Thnx in advance, Lup....
lupe_3d
Offline Send Email
Feb 5, 2008
4:48 pm
505
... Hi! No, there is no float or double spin control, only integer. You would have to derive that class and write it yourself (unless you can locate somewhere...
Dave Silvia
db_vs_dave
Offline Send Email
Feb 5, 2008
5:17 pm
506
... Hi, Lup! If I understand your question, you want to know how to build a Linux version of an application you have already built in Windows. (yes?) First,...
Dave Silvia
db_vs_dave
Offline Send Email
Feb 5, 2008
5:44 pm
507
... http://en.wikipedia.org/wiki/QEMU http://www.virtualbox.org If your lucking you can say: 'qemu your_program_install.exe' and your wxmsw program will...
Bob Paddock
ka8bmt
Offline Send Email
Feb 5, 2008
6:34 pm
508
... http://en.wikipedia.org/wiki/Wine_(software) [I had WINE and QEMU confused in my earlier message, sorry.]...
Bob Paddock
ka8bmt
Offline Send Email
Feb 5, 2008
6:37 pm
509
Hello, When implementing a derived control (or window, I'm not sure which is best), the member functions subscribed for the events in the event table are not...
johnkonradgrant
Offline Send Email
Feb 5, 2008
10:08 pm
511
Dave, Thnx for the feedback. ... linux ... care ... simply open ... gcc ... building ... from...
lupe_3d
Offline Send Email
Feb 6, 2008
8:11 am
512
... Hi Bob, Thnx for the information....
lupe_3d
Offline Send Email
Feb 6, 2008
8:11 am
513
... Hi, John, Your question is a bit sketchy... A blanket answer would be "Yes and no" There are exceptions as to which events go to whom where wxWidgets...
Dave Silvia
db_vs_dave
Offline Send Email
Feb 6, 2008
12:53 pm
515
Hello, I'm trying to resize a frame window and have the internal controls get resized. I have a wxFrame and I would like to stretch it and watch the the 3 of...
johnkonradgrant
Offline Send Email
Feb 11, 2008
11:45 pm
518
... Hi, John! Well, as the group description says, "RTFM not spoken here". I don't think you'll find anyone here who will chide anyone else with an "RTFM"...
Dave Silvia
db_vs_dave
Offline Send Email
Feb 18, 2008
12:29 am
520
Hi, I am trying to get the wxWidgets package up. I haven't done VC++ for awhile, so I downloaded the free Visual Studio C++ 2008 from Microsoft. I think I have...
robert_brewington
robert_brewi...
Offline Send Email
Feb 19, 2008
5:50 pm
Messages 479 - 520 of 693   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