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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 22 - 51 of 693   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
22
Hi Dave, I Use tha latest codeblocks 4.10 I have installed VS express and the SDK. The modified the settings for the SDK exactly as MS described it I compile...
Bert Eding (dse)
bert_eding
Offline Send Email
Oct 1, 2006
7:34 am
23
Hi Dave, My wxWidgets was compiled with VS2003, so I tried to compile it with VS express 2005. It didn't compile: Many warnings about depricated function calls...
bert_eding
Offline Send Email
Oct 1, 2006
8:01 am
24
Hi! Okay, here's the catches... One, it's always best to build in DB as it has the inside information on wxWidgets, to Visual Studio DB/wxWidgets is a complete...
Dave Silvia
db_vs_dave
Offline Send Email
Oct 1, 2006
8:10 am
25
Hello, again! Here's the short answer: dsilvia@.... The longer answer, but the shorter return time and the faster to get you going is to build using...
Dave Silvia
db_vs_dave
Offline Send Email
Oct 1, 2006
8:37 am
26
Hi Dave, It is uploaded to the file area. If you see something, great, if not, don't worry about it. I'll get it figured out sooner or later. :) I also did...
jalotosk
Offline Send Email
Oct 1, 2006
2:15 pm
27
Hi! Well, would you believe there's a difference between: DataConverter8bit and DataConverter8Bit ? The tutorial was written with a capital 'B' and you used a...
Dave Silvia
db_vs_dave
Offline Send Email
Oct 1, 2006
3:29 pm
28
Got it... Thanks Dave... Silly typo... Snuck past me... Ahh the joys of tracking down errors in programming :).. Thanks again, Johnny...
jalotosk
Offline Send Email
Oct 1, 2006
4:33 pm
29
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...
Send Email
Oct 2, 2006
4:20 am
30
Hi! I've just added a new folder to the Links area, Demos. They differ from tutorials in that there is no step by step instruction included. These are more...
Dave Silvia
db_vs_dave
Offline Send Email
Oct 6, 2006
1:30 pm
31
Hi! In case you haven't had a chance to look yet, there are 2 demos available in the Links area. One is a Drag and Drop demo that is a simple text drag and...
Dave Silvia
db_vs_dave
Offline Send Email
Oct 12, 2006
3:35 pm
32
Hi! If you have a demo or tutorial you'd like to share with the group, please, send it to me and we'll get it made available. Also, if there are demo/tutorial...
Dave Silvia
db_vs_dave
Offline Send Email
Oct 12, 2006
3:39 pm
33
Hi! There's a new demo in the Links area dealing with building wxWidgets console applications in DialogBlocks: Links->Demos->Console Applications in...
Dave Silvia
db_vs_dave
Offline Send Email
Nov 11, 2006
6:07 am
34
Thanks for these tutorials; they're a real help. But, is richtextctrl.h missing from the zipped sources, or am I just not seeing it? Thanks, Ben A....
archerbg
Offline Send Email
Nov 12, 2006
7:05 am
35
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...
Dave Silvia
db_vs_dave
Offline Send Email
Nov 12, 2006
7:25 am
36
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...
Dave Silvia
db_vs_dave
Offline Send Email
Nov 13, 2006
1:18 pm
37
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...
Dave Silvia
db_vs_dave
Offline Send Email
Nov 16, 2006
10:49 pm
38
Thanks to a lot of input from various quarters, wxWidgets Code Exchange has undergone some considerable cosmetic surgery, and the operation has proven largely...
Dave Silvia
db_vs_dave
Offline Send Email
Nov 19, 2006
9:26 pm
39
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,...
Dave Silvia
db_vs_dave
Offline Send Email
Nov 26, 2006
5:53 am
40
... 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, ...
Dave Silvia
db_vs_dave
Offline Send Email
Nov 26, 2006
6:19 am
41
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...
Dave Silvia
db_vs_dave
Offline Send Email
Nov 27, 2006
3:07 am
42
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...
twister_es_8
Offline Send Email
Nov 27, 2006
10:01 am
43
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...
Dave Silvia
db_vs_dave
Offline Send Email
Nov 27, 2006
11:42 am
44
thanks Dave :) you covered my question ... code ... GUI settings ... lists, and ... in DB (i.e., ... select "Build|Build and ... code has no ... hand coding. ...
twister_es_8
Offline Send Email
Nov 27, 2006
2:05 pm
45
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 ...
twister_es_8
Offline Send Email
Nov 27, 2006
2:21 pm
46
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...
Peter Rung
runghof
Offline Send Email
Nov 27, 2006
7:35 pm
47
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, ...
Dave Silvia
db_vs_dave
Offline Send Email
Nov 27, 2006
8:05 pm
48
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...
Dave Silvia
db_vs_dave
Offline Send Email
Nov 27, 2006
8:28 pm
49
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...
Send Email
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 ......
twister_es_8
Offline Send Email
Nov 28, 2006
7:51 am
51
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...
louishembree
Offline Send Email
Nov 28, 2006
7:23 pm
Messages 22 - 51 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