I have an application and I want to print out some diagrams. They have labels. In a class derived from wxPrintout I have overridden OnPrintPage. In this...
Hi! I'm doing a major rearrangement and revamp of my system and on installing Turbo C++ I ran into a problem when trying to build wxWidgets. It took awhile to...
Dave ... 2005 and 2008 Express. No need to seek out other SDK's!;) Now, if only Microsoft would make an iso image for Visual Studio 2005 Express... My...
Hi, Paschal! Yes, the current distributions of Visual C++ 2008 Express do install a version of the MSDK, albeit older (which is really no problem presently!;) ...
Hi! This is definitely off topic (indeed, some of you may even consider it spam) but, please, excuse. I very, very seldom openly advocate a software product...
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...
Oct 26, 2008 12:59 am
640
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...
Oct 26, 2008 1:13 am
641
Dave, I downloaded this chm file, but when I open it, all entries tell me: "The web page cannot be shown". Do you know what may be happening? Thanks, Linus ......
... Seems like a common operation like this should be much simpler. I'll check the anthemion-devtools archives and see if I can find the messages you are...
how can i make a background image in a frame and how can i place some buttons for example on the background, is it possible with sizers to do that? thank you...
Hi All, I'm having problem with background image not painted wxFrame over the wxStaticBoxSizer on MSWindows platforms. It works fine on MacOS X. I read through...
Hi! Sorry for the belated reply. I've been a bit tied up lately with something new so I don't monitor quite so frequently. Then when I did get to read your ...
Hello Group, I am trying to write a third-party plug-in for Adobe Acrobat. Adobe has decided to drop their cross-platform dialog manager and suggested that...
Hi, John! Need a little basic information in order to address your problem.:-) * wxWidgets version * Your exact windows platform * Your development tool(s) If...
Well said, thank you! * wxWidgets 2.8.9 * Developing on WindowsXP for use on XP and Vista * VisualStudio 2005 Sorry I left that information out. ... which to...
Hi Dave, Thank you so very much for your quick reply. I appreciate it. Yes. I can't believe time flies so fast ... I sometime think there should be at least 48...
Hi, John! Okay, well let's get this show on the road!;) First, a suggestion. It's not a pitch or an advertisement. I receive nothing in return in the way of a...
Hi All, Thanks to Dave, I was able to get a "pseudo-static" box transparent. Now, I'm having problem getting wxSlider transparent. I'm running out of idea. ...
Hi, I'm trying to write a really simple POP3 client using wxSocketClient which should connect to a POP3 account, and download all messages. It is to be part of...
Hi, Andy! It's a little difficult to discuss the problem when the only information available is that you're using wxSocketClient. The problem may be further up...
Hi, I posted some code in a separate message a few minutes ago, I just wanted to point out that the code runs error free when compiled in Release mode, and ...
Hi, Dave, thanks for your feedback. I am aware of the Initialize() command you pointed out (read over those docs lots of times!) and do use it to make sure the...
... Take a look at http://mailfilter.sf.net 's code. A lot of problems are actually on the server end, especially if you are trying to deal with unknown...
Hi, Andy! Just curious... why VC8? Why not VC9 on Vista 64? thx, Dave S. ... From: Andy Kellett To: wxMS_developers@yahoogroups.com Sent: Sunday, December 21,...
Hi, I've just uploaded a zip archive of modified CHM files for DialogBlocks and wxWidgets. Modifications are: 1) Added more navigation 2) Added more search...
Hello, I want a clear separation between the UI and the business logic. How do you achieve this? How do you organize your source files for your applications?...
I derive my controller from Frame and put the events there. My view creates a view given a wxDC. My events pass relevant information to the model. The...
Thanks for your reply, Ralph. I added a zip file in the Files section called MVCTest.zip. It contains a demo app to illustrate the MVC concept with wxWidgets. ...
Hi! This is an application which was originally intended to be a tutorial. When it grew so large that 'tutorial' was an inappropriate term and the task of...