Hi! There's a new demo in the Links area dealing with building wxWidgets console applications in DialogBlocks: Links->Demos->Console Applications in...
Hi! Thank you for the feedback on the value of the tutorials!;) The file richtextctrl.h (I'm assuming we're talking about the wxRegex tutorial) is only in...
Hi! This is a new site which is sponsored by this site. It's purpose is to be a site for links and code from individuals (code only no commercial and/or...
Hi! Got some feedback from various places. In light of that, changes were made. Also, new functionality was added, e.g., finer detail sorting and searching...
Thanks to a lot of input from various quarters, wxWidgets Code Exchange has undergone some considerable cosmetic surgery, and the operation has proven largely...
Hi! I do have a solution for you, that's the good news!;) At first glance, however, you may not think so, but be patient, you'll see it's quite viable. First,...
... Just as an aside, these things mean nothing to Visual Studio's debugger. If Visual Studio 2005 Express will install and run, so will the debugger!;) thx, ...
Hi! Yes, I know there are a lot of folks used to using gdb, but, imho, it still has all the disadvantages of a command line debugger: * Continually list to see...
Hello to everyone!! I would like to ask if there is any way to enable intellisense to work with dialogBlocks? I'm using visual studio 2005... Thank you in...
Hi! It depends on how you mean. DB itself does not have any form of code intelligence (intellisense, insight, doxygen, what-have-you). I'm assuming you want it...
thanks Dave :) you covered my question ... code ... GUI settings ... lists, and ... in DB (i.e., ... select "Build|Build and ... code has no ... hand coding. ...
Hi!! I'm new to wxwidgets and I'm trying to find out my way around with processing events. Is there any tutorial that covers how you can watch for events that ...
I would like to have dialog boxes from my main frame to appear is specific locations to the left or right of the main frame. For example, a configuration...
Hi! A few (thoughts, that is. Most, I'm afraid, die of loneliness!;) Just uncheck the "Centre" box in the Property list for the wxFrame/wxDialog. HTH: thx, ...
Hi! Sorry for such tardy response, but it took a while to ferret out the ins and outs of event handling between parent and child. There are no real examples of...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the wxMS_developers group. File :...
wxMS_developers@yahoo...
Nov 27, 2006 8:29 pm
50
Hi Dave thanks for the demo :) I will give it a try and let you know if I come up with anything else.. ... the ins and ... examples of ... period!;) It was ......
I am trying to link my application with wxWidgets-2.6.3. I am using Visual Studio VC++ .NET 2003. The wxWidgets libs are compiled as static libs. In the...
Hi! Can you send a few examples of the names of the unresolved externals and a listing of your C:\wxWidgets-2.6.3\lib\vc_lib directory? Also, what do you have...
In the opinion of this site, what is the most simply method of pulling together a .exe for distribution. This is not a production release, but one where I...
Hi! I'm not sure I understand the exact problem. If you're not building any shared libraries, then your application should run on any Windows platform. You ...
Dave, When I take the release VS2005 .exe built from within DB, and run it on one of my 2 other computers w/o a development environment, I receive and error ...
-- On Wed, 29 Nov 2006 07:55:21 -0500 Peter Rung wrote -- ... It sounds like these other machines need upgrading. What operating systems are on them (i.e.,...
Okay, I think I've figured out what you're doing and how you can get what you want. You're setting Build|Configurations...|Configurations|Runtime linking to...
Dave, I'm being "gated" on this one. OK - I have rebuilt wxWidgets Release. I'm not sure how to do this static. wxWidgets is being built with VS6, and the...
hi, I have a wizard and one of the pages has a wxchecklistbox, so I want to get user selection but I'm having problems getting the values.. Following I list...
Hi! It's just like I said in my previous email. Do everything in DB... Do _everything_ in DB. Then you won't have any problems. You can explore the settings in...
Dave - I should've read your earlier message more closely. I have now complete a clean wxWidgets and build wxWidgets - making sure the configuration for...
Hi! Yup! There is no wxmsw26_qa.lib. That didn't exist until 27 & 28 (just released). You've got an artifact there from another build. Are you sure you ...