Dear all, I hope u are doing well. I came up with an issue and don't have a clue how to resolve it. I'm trying to change the font of the menu bar/menu items, ...
... Express and set ... makefiles or ... specific or not ... DialogBlocks. ... rewrote one, ... my temp ... (there are 2 ... location to which ... project...
... Hmmm... I guess I don't understand why using GCC under Windows is advantageous. If I want to build a Linux version I use Linux (GCC). If I want to build a ...
Hi, I have wxDesigner v2.14 and wxWdiget v2.8.7 under the Windows Platform. I went through the steps to do a batch build of all the debug and release library...
... Hi! Actually, the problem is that the makefiles wxDesigner generates are simply skeletons (unlike DialogBlocks). You need to fill in the pertinent macros...
... advantageous. ... build a ... I never ... much easier to ... executable is ... note that GCC ... the Visual ... cross-platform ... more trouble ... ...
... Hi! If you select "Runtime linking: Static" in DB's Configurations property the application will be built without external lib dependencies, so you should...
... property the ... should then ... have to ... piggy-back ... compiler on any ... files ... directly into ... a big help) ... better debugger ... faster ... ...
Hi, I need help on two things. First I need to include a checkbox inside a listrctrl, and also I need to make the selection box inside the listctrl be a...
I have wxDesigner v2.14 using wxWidget v2.8.7 w/ VS2008 I have having trouble using the nmake -f makefile.vc to compile the sample problem for wxDesigner. Has...
... Yes, I have. But not with wxDesigner's makefile.vc. The makefile I used was generated by DialogBlocks... ... Hi! The only thing I can tell you is what I...
Hi Dave, The reason I have to use wxDesigner is because the company I work for has wxDesigner running on a Linux box at work. The have been using it for quite...
... Well, I expected that might be the case... ... Right, same here... ... Don't really know, personally, but I can imagine... The difference here is that...
Hi Dave, I'm trying to create a set of tips that are going to be shown during the startup of the application (unless the user chooses not to) and which are...
Hi! I've just added a zip archive to the Files section. It's a "raw" demo of using wxAutomation to interact with Microsoft Office Excel. The archive includes...
... Hi! Well, as the wxWidgets manual says: Many "modern" Windows programs have a feature (some would say annoyance) of presenting the user tips at program...
... Hi! I think I have worked out something that will give you what you need. Get a copy of DialogBlocks. In the Links section of wxMS_developers there's a...
Hi Dave, IT WORKS!!!! Thank you very very very much for helping me out. This is going to save me a lot of time. Can I ask how you know so much about...
... My pleasure!;) Glad it helped!:-) ... Well, wxWindows which later became wxWidgets has been around for over 10 years. I've been using it for about 3+. I...
Hi Dave, Hope you are doing well. I would like to assign a specific image to my executable program rather than using the default of wxwidgets. I thought that...
... Hi, Lupe! I guess what you're wanting is to have an image of some sort associated with the application that will show up in, say, Windows Explorer? You do...
thnx Dave, it is exactly what i was trying to do.. ... using ... no ... associated with the ... the wxConsole ... just an ... lexicographically ... ...
Hi Dave, I was wondering if you can explicitly delete a wxWindow::popup menu. I have implemented a popup menu but it does not close after the user selects an...
... Hi, Lupe! I'm not sure what you mean when you say "explicitly delete a wxWindow::PopupMenu". A PopupMenu is usually an application resource, typically in...
Hi there, Is is possible to use boost::thread inside a wxWidget app? Any real world examples out there? I find wxThread a bit user unfriendly. Thanks...
... unfriendly. ... Hi! There's really no reason you should _not_ be able to use classes/code/libraries/etc from anywhere. I've never used wxThread, not...
It turns out the answer is yes, at least in the specific situation I wanted to use threads. My app needed to fetch a url without freezing the GUI. I found...
Hi, I am forced to use a dependency DLL which reads a certain file type for my application. The notes on this DLL say: "Somewhere in the client startup code,...