... Hello, again! I'm in the process of generating a tutorial for MDI. As far as I can tell, it only really applies to Windows. Although it will compile and ...
... relating ... notice ... MDI ... Thank you very much for taking the time and trouble to look into this for me. ... and ... see ... other ... both ... MDI ...
... Hi! I only had time for a quick look. Basically, what he's done is derived AuiMod from wxMDIParentFrame. This is exactly the same thing the tutorial is...
I have done some magic incantation and cannot figure out what I did or how to fix it. The problem is that I am trying to use checks on menu items. My software ...
... Hi, Ralph! Oh, I do wish I could help! Unfortunately, I haven't a clue!:-< Call stack dumps are usually pretty cryptic to me even for my own code.:-{ About...
Dave et al. My problem was lack of understanding. I have since found that wxWidgets automatically toggles the check on a menu item when you click it I had...
... Hi, Ralph! Don't be sorry! That's why we're all here!;) I've done quite similar things myself. I'm a firm believer in the phrase, "There's nothing wrong...
Hi Dave, In the attached zip is a small program, that has a Frame, a Panel and a button. As it is written, this program will go into an infinite loop when...
Hi Dave, I took the project from the last email, and removed the panel. I now added a static sizer and put the button inside the static size. I also added a...
... Hi, Paul! Sorry, I just woke up and saw your email. I think the attached is what you're wanting to do. You don't need the panel, it is applied to a frame...
... Hi, Paul! This one is pretty much ditto of what I did to the first. One difference is I added a variable, bkgBitmap, to store the bitmap at frame creation...
... Sorry, I forgot to address this issue. It doesn't paint inside the static sizer because it is a static box containing a sizer. The background is part of...
Thanks Dave. I guess I wasn't clear about the problem I'm having - sorry about that. When I paint the background, it is my intention for the entire background...
... the ... Well, the short answer is, you don't. Do you really need a static sizer? If you use a "plain" sizer that's not contained in a static box then the...
Thanks again Dave. We have used static sizers in many places. The only reason we have used them instead of plain sizers is that the static sizer draws a box...
... Hi, Paul! No, I got the email and I wasn't ignoring you. It seems our hours are on opposite sides of the day. I'm mainly a night person!;) But, anyway, to...
Hmm... It seems all of a sudden that Yahoo! is rejecting any email with attachments (???!!!). I'll have to look into that. In the mean time, I've uploaded the...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the wxMS_developers group. File :...
wxMS_developers@yahoo...
Jul 18, 2007 9:43 pm
302
Thanks Dave, I got the file. I agree that using "off-the-shelf" tools may not always match the job. But I like to check with someone who knows the tool better...
Hi Dave, May I ask you about another issue we have been dealing with. In the attached zip is a sample program with 2 bitmap buttons. I also painted the...
Oh you are sneaky guy - aren't you. I built and ran your SetBackground2 before looking at the code. It left me wondering how you got the background of the...
Hi, I'm looking for a sample program that shows how to use wxHTTP. I want to do the following: * do an http POST or GET to an html url * read the response ...
... Hi, Paul! Sorry to be so tardy in responding, but I've just been busier than a cat covering up crap on tin!8-O You might like to try specifying the...
... busier than a cat ... I've never heard of that one -- I got a good laugh out of it -- thanks. Thanks for the idea, I'll try it. Do you happen to have any...
... Yes, one of the more colorful expressions I picked up in my youth in Missouri (or "Mizzurah", as the natives say it). Very colorful people, Missourians,...
Hi Dave, Yes, a very colorful expression. I just tried the wxBU_AUTODRAW idea - it didn't help. It added a border to the Win2K rendering, but there was no...
http://www.wxwidgets.org/wiki/index.php/WxHTTP This web page contains docs on a bunch of undocumented methods in the wxHTTP class. It also contains some...
I would like to extend the oleauto sample but documentation for the class wxAutomationObject seems scant. How do I start Excel if it not running. How do I...
... Hi! I cannot be a lot of help here because I do not have Microsoft Office (cannot afford it!;) I believe, to answer the start Excel question, you would use...