... 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...
... 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,...
... 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...
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...
... Hi, John, Your question is a bit sketchy... A blanket answer would be "Yes and no" There are exceptions as to which events go to whom where wxWidgets...
Hello, I'm trying to resize a frame window and have the internal controls get resized. I have a wxFrame and I would like to stretch it and watch the the 3 of...
... Hi, John! Well, as the group description says, "RTFM not spoken here". I don't think you'll find anyone here who will chide anyone else with an "RTFM"...
Hi, I am trying to get the wxWidgets package up. I haven't done VC++ for awhile, so I downloaded the free Visual Studio C++ 2008 from Microsoft. I think I have...
... Hi, Brew! I've not yet had an opportunity to use VS 2008 Express yet. It's still in beta, I believe (but that's not the reason I haven't worked with it!;) ...
... Hi, Lup! My responses are a bit slow these days, but they're gaining speed!;) It's not clear from your posting what it is you're wanting to do. My first...
Hi Dave, Sorry for not being very clear. You guessed :) corrrectly. Thanks for the feedback, I didn't know the existence of the wxGridCellChoiceEditor. Best, ...
... Hello, Again! Since this was posted I have downloaded the Visual Studio 2008 Express and set up an environment for it. As I said, I don't try to build with...
Hey Guys, First time posting... I'm developing an application that queries a database server and loads the resulting table into a wxDbGridTableBase object. I...
hello! i have trouble creating a DLL in C++.there are many linker errors while i compile it. i found some codes in the wxWidgets forum,but it is not completed....
... Hi! What I can tell you may or may not be helpful. I tried making sense of the wxDb classes but failed (I've heard that this is not uncommon!:-< ) In its...
... of the wxDb ... its attempt to ... Most folks use ... it very ... most plain ... around at the ... (yes, and even ... wxDb (and ... wrote my own ... with a...
Hi, There are working examples of how to create a wxWidgets DLL and how that DLL can be called from an executable in the wxWidgets contrib directory. Go to...
... Something is ringing a bell here... I had some problems with wxGrid and scrollbars when doing autoresizing. Here's the excerpted comment from the GUI ...
Hello. Could anyone give me some direction on how to draw custom borders / title bars / etc. Do i need to design an entire new class of window or can i do it...
... Hi, Troy! Customization is available in wxWidgets through defining a new class either as completely new or derived from and existing wxWidgets class. I...
Hi! I've changed the links for Visual Studio 2005 Express since Microsoft has moved it once again!:-{ I've also added links for Visual Studio 2008 Express,...
... Ah, yes... thank you!;) The info for the .vsprops file editing is what is key and also what is no longer available at Microsoft. The original link: ...