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,...
Hi, Lately I was migrating my project from MFC to wxWidgets and I ran into a serious problem. If I add a bitmap to a menu item, the menu is displayed...
Hello Dave et al, I have a question relating to the wxWidgets Doc/View system. My problem is this, I wish to have a single document format (for the purposes of...
Hi all, I installed the latest wxWidgets 2.8.8 and followed some instructions on how to build with VS.2008 without problems. I built the library, some sample...
... Thanks - I understand that some paths are not set properly. I was hoping for an obvious mistake. The post you sent me to state the following ... particular...
Under the DB Setting Menu, select "Paths" and opposite PLATFORMSDK, type in the path, which I think should be: C:\Program Files\Microsoft SDKs\Windows\v6.0A On...
... ... got it - thanks... So one has to go to Build->Configurations under that PATHS entry on the left hand side - there is the Platform SDK that needs...
... Hi! If you'd like something to show you the basics of DialogBlocks/wxWidgets that doesn't take trading posts back and forth over a period of days you might...
Under Vista Home Premium: With 'wxDirDialog dir(this);' folders with names starting with an underscore are listed at the beginning of the list, in line with...
Hi! You probably have downloaded the latest versions of either or both. They now come with SP1 incorporated, which changed a few things. What I noticed right...
I'm stuck on a problem that I can't seem to find a solution to, any one here have a suggestion? I am using wxHTMLWindow, where I'm trying to append text to the...
Hi! I just stumbled onto an interesting software tools house on the web. I received an update of my Lavalys Everest system info tool (a very nice tool in...
Hi, All! Some info for those of you who have Windows platforms and are considering Visual C++ 2008 Express. If you have a fairly volatile system (like me!;),...
Hi, I am stuck at the very same question posed at the beginning of this thread. I found out how to write on the Active Cell of an Excel sheet, but can't...
Hi, Linus! I've attached the ExcelDemo to this email/posting. Anyone in the group who has opted for Individual Emails notification will get the attachment, but...
Thanks, Dave. Unfortunately, I am not able to open the .zip file. I use 7-zip, which should be perfectly able to do it. Could you check the file, please? Linus...
Thanks, Ralph. I've just got it, with the standard Windows unzipper. So that's it, Dave, thank you. And I already have understood what I was doing wrong. ...
Hi, Linus! That is indeed strange that you could not open the .zip.:-/ I just double checked it with PKware SecureZip (the tool that created the zip), then...
Hi, Dave. Thanks again. I do not use to have any problems with zip files through e-mail, but for some unknown reason, 7zip doesn't like this one. Anyway, I...
Hello forum, I am new to wxDialogs and dialog blox. Now I have a question regarding dialog blox. I created a litte dialog using dialog blox. ... void...
Hi, Marcus! Welcome to the group!:-) I believe you've asked a few more questions than you think!;) To begin, any wxWidgets element that displays text has some...