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...
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 450 - 509 of 693   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
450
Hi Dave et al, Firstly a big thank you for the Forum, tutorials and the other many great benefits. I have adopted your sugestion of using DB to compile the...
ndivner
Offline Send Email
Nov 4, 2007
9:30 pm
451
Hi Dave, Hope everything is well. I have a question related to the wxgrid and its integration with other componets. I'm using a wxgrid to present a list of...
lupe_3d
Offline Send Email
Nov 26, 2007
9:20 am
452
Hello all: I am running on a Windows XP Pro SP2 machine using Visual Studio 2005. I have just updated to 2.8.7 and DB 4.20. I uninstalled and removed ...
Ralph Pass
rppassiii
Offline Send Email
Nov 30, 2007
7:19 pm
463
Dave, What's with all the spam on this email list? Or am I misinterpreting the emails and they are really not spam? Thanks, Paul...
Paul Levin
plevintampabay
Offline Send Email
Dec 13, 2007
3:12 pm
470
Hi All: I am playing around with wxWidgets and thought I would play with wxFileName. So tried some code to scan a directory. I expected that if I scanned a...
Ralph Pass
rppassiii
Offline Send Email
Dec 21, 2007
2:37 am
471
... { public: aDirTraverser(wxArrayString& files,wxArrayString& dirs) ... virtual wxDirTraverseResult OnFile(const wxString& filename) { ...
Dave Silvia
db_vs_dave
Offline Send Email
Dec 21, 2007
5:41 am
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
Online Now 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
Online Now Send Email
Feb 5, 2008
10:08 pm
Messages 450 - 509 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