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 130 - 161 of 693   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
130
First I want to wish a happy new year to everyone :) I have a question regarding the destructors. From my understanding, wx destructors are called...
lupe_3d
Offline Send Email
Jan 3, 2007
9:25 am
131
Hi, I'm currently unavailable as I am in hospital. I should be out shortly (less than 2 weeks?) and will catch up with any postings I can help with that have...
Dave Silvia
db_vs_dave
Offline Send Email
Jan 4, 2007
2:57 pm
132
Hi Dave, sorry to hear that...get healthy soon please. And thanks for all your help you provided here. CU JoTo _____ Von: wxMS_developers@yahoogroups.com ...
Joerg Toellner
toelli63
Offline Send Email
Jan 5, 2007
8:42 am
133
Hi Dave, my best wishes to get well soon Lup....
lupe_3d
Offline Send Email
Jan 5, 2007
10:07 am
134
I am new here. Looking through the old posts, I think this one has not been completely answered. Part of the original question was how to change the icon that...
super8geek
Offline Send Email
Jan 5, 2007
7:06 pm
135
... Actually, Dave Silvia answered it when he said: As far as the Icon for the application, just include that in the .rc file ... The resource compiler sorts...
Phillip Seaver
gorvas
Offline Send Email
Jan 5, 2007
7:56 pm
136
Thank you Phillip, I tried this and it works! I guess if one is using DialogBlocks to generate the windows layout, it will automatically make the *.rc file for...
super8geek
Offline Send Email
Jan 5, 2007
9:26 pm
137
Hi, is it possible to customize the code editor of dialogblocks so it can, for example, show specific keywords (i.e. wx<name>, if/else..) in different colors,...
lupe_3d
Offline Send Email
Jan 10, 2007
4:41 pm
138
On Visual Studio Pro 2005 I have been on a journey this afternoon moving forward to the new release. The current problem is in the link area. With only path ...
prung56
Offline Send Email
Jan 19, 2007
11:19 pm
140
Hi! A while back, I wanted a tool to do quick and easy SQL without having to have a great deal of SQL command and syntax knowledge. Being an infrequent user,...
Dave Silvia
db_vs_dave
Offline Send Email
Mar 14, 2007
9:00 am
141
Hi, I have a wxFrame with many components in it, mostly wxToggleButton objects. When one of these buttons is clicked, the associated method is called. As an...
plevintampabay
Offline Send Email
Mar 14, 2007
7:03 pm
142
... Hi! I've not used wxToggleButton before, so I had to do some investigating. It appears to be a marriage between wxButton and wxCheckBox. DB, it seems,...
Dave Silvia
db_vs_dave
Offline Send Email
Mar 14, 2007
9:52 pm
143
Hi! I've just added a new link folder to the Links section. It's called User Requests and consists of problems/questions submitted by group members that have...
Dave Silvia
db_vs_dave
Offline Send Email
Mar 14, 2007
11:49 pm
144
Enter your vote today! A new poll has been created for the wxMS_developers group: Is the User Request section in Links useful o Yes, sure beats searching...
wxMS_developers@yahoo...
Send Email
Mar 14, 2007
11:50 pm
145
Thank you Dave. I'll try integrating the use of KeyDown and KeyUp into my program, and I'll stay away from EVT_CHAR. On the issue of using accelerators, can...
Paul Levin
plevintampabay
Offline Send Email
Mar 15, 2007
3:40 am
146
... You are most welcome!;) ... Re: accelerators and docs thereon, I'm afraid they're rather scant. The only thing I found were the wxWidgets Manual (chm file)...
Dave Silvia
db_vs_dave
Offline Send Email
Mar 15, 2007
5:20 am
147
Hi Dave, Its been quite sometime I have been missing ur mails. This Fastmysql which u have sent is indeed spectacular. Great. Regards tvk swamy Dave Silvia...
kumaraswamy
tvkswamy
Offline Send Email
Mar 15, 2007
5:35 am
148
Dave, Thank you very much for this example. I see that this example added accelerators to menu items. What I was trying to do was to add accelerators to...
Paul Levin
plevintampabay
Offline Send Email
Mar 15, 2007
1:16 pm
149
... Hi! I view accelerators as hooks into existing code. If the code exists, in the case of wxWidgets, command event handlers, an accelerator may be specified....
Dave Silvia
db_vs_dave
Offline Send Email
Mar 15, 2007
7:14 pm
150
Hi Dave, I build both of your sample programs (the one using key up/down, and the one using accelerators). They both work as expected - awesome and thank you....
Paul Levin
plevintampabay
Offline Send Email
Mar 17, 2007
12:57 am
151
... and ... it, ... specified. ... that DB ... Hi! The bell appears to be something in the underlying (possibly Windows) implementation details. I can find no...
Dave Silvia
db_vs_dave
Offline Send Email
Mar 17, 2007
6:27 am
152
... and ... it, ... specified. ... that DB ... Hi! There appears to be a problem with using an accelerator with a toggle button. The problem is that the event...
Dave Silvia
db_vs_dave
Offline Send Email
Mar 17, 2007
2:52 pm
153
Thanks Dave. I understand the point about the toggle and it may not be an issue for me, in the particular case that I have. Though I do have toggle buttons in...
Paul Levin
plevintampabay
Offline Send Email
Mar 17, 2007
5:58 pm
154
... only ... key ... this ... Hi! No, acutally, there's nothing else getting any events. The bell is sounding because there is no "proper" char consuming...
Dave Silvia
db_vs_dave
Offline Send Email
Mar 17, 2007
9:16 pm
155
Dave, Thank you very much for all of the time you put into this. I really appreciate your efforts and your help. Paul...
Paul Levin
plevintampabay
Offline Send Email
Mar 17, 2007
11:22 pm
156
Hi! Not a problem!;) As I said, my curiosity was piqued (as often happens to me!;), and I was interested in finding out if there was a way around it. I did put...
Dave Silvia
db_vs_dave
Offline Send Email
Mar 17, 2007
11:29 pm
157
... Hi! I've found a solution! Use some other container window than wxPanel. For example, if I use a wxScrolledWindow, then things work as expected. The button...
Dave Silvia
db_vs_dave
Offline Send Email
Mar 20, 2007
11:31 pm
158
very cool Dave - thanks !! Paul...
Paul Levin
plevintampabay
Offline Send Email
Mar 21, 2007
12:47 am
160
... Hi! Und Willkommen! (and that about exhausts mein Sprechen auf Deutsch!;) My suggestion is to grab yourself a (free evaluation, no time limit!) copy of ...
Dave Silvia
db_vs_dave
Offline Send Email
Mar 28, 2007
4:50 am
161
... \Projects\wxFuxxclient\wxNokiatool\Debug\RSP00000D36842248.rsp" ... \Projects\wxFuxxclient\wxNokiatool\Debug\RSP00000D36842248.rsp" ... ...
Dave Silvia
db_vs_dave
Offline Send Email
Mar 28, 2007
5:56 am
Messages 130 - 161 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