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,...
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...
... 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,...
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...
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...
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...
... 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)...
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...
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...
... 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....
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....
... and ... it, ... specified. ... that DB ... Hi! The bell appears to be something in the underlying (possibly Windows) implementation details. I can find no...
... 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...
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...
... only ... key ... this ... Hi! No, acutally, there's nothing else getting any events. The bell is sounding because there is no "proper" char consuming...
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...
... 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...
... 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 ...
... Hi! Okay, here's what I did. I made a copy of the C:\wxWidgets-2.8.0\samples\taskbar directory and placed it in my project area. I tried opening the .dsp...
Hi! There's a new link, a posting from another group inspired it. It deals with how to keep your GUI happy and working relatively smoothly whilst doing...
Hi! There's a new application available at wxCodex.net: Inter-HTML File Navigation Adder It adds navigation icons for previous, next, up, and home for a...
Hi Dave, I would like to use a gif or jpg image as the background for a wxFrame. I found on the web some sample code that used wxEffect(), but in the 2.8.0...
... Hi, Paul! Oh, it exists, it's just not in the documentation and it's "wxEffects()": C:\wxWidgets-2.8.0\include\wx\effects.h 3 // Purpose: wxEffects...
Hi! There's a new link available. It's a reimplementation of the wxWidgets distribution sample calendar done in DialogBlocks. Hope you find it useful!;) thx, ...
... wxWidgets ... Hi! It's at the group website (wxMS_developers) Links>Demos>Calendar wxWidgets Sample Reimplemented in DialogBlocks Just click Links, then...