Hi! There is a new tutorial available in the Links section: Links > Tutorials > A Simple Editor: Sizers Tutorial This is a wxWidgets sizers tutorial that uses...
Hi! The wxRegEx Tester Tutorial code has been updated to wxWidgets-2.8.4. There is also now a TGZ format of the code for Linux/Unix users. The "official"...
I am trying to extract the text data in a log file downloaded from the Internet. The file is zipped up as access-log.gz. I can use wxWidgets to download the...
... Hi, Ian! Well, my standard questions are: Platform: (Windows XP?) DB version: (4.09?) wxWidgets version: (2.8.4?) And do you have an example [.pjd with]...
... .gz files are gzip files, not ZIP files. gzip uses flate compression to compress a single file, which ZIP can use flate and compresses multiple files. You...
... Hi, Ian! Well, the solution is simple, just unobvious. I tried coaxing, cajoling, and tricking wxZlibInputStream into working, but I cannot get it to...
Thanks to Dave and Phillip Seaver for responding to this and to Dave for providing the solution. This is very helpful as I am trying to use my web site...
For example you don't know when a database query will complete so wxProgressDialog is not ideal. wxBusyInfo looks perfect for this but it cannot be cancelled. ...
... Hi, Marco! Well, it's quick and dirty, but it works without too much finagling!;) As I said (after 3 postings!:-( ) you need to select Element>Add Menu...
I am using a multi-line wxTextCtrl. When enough lines have been added so that the display area is full, the control adds a vertical scroll bar. However as...
Thanks anyway, but I found a work around. If I always call textCtrl->ScrollLines( -1 ); after the textCtrl->AppendText() then it behaves correctly. I still...
I have a thread started by background code (not by wxWidgets) that needs to show a dialog. When that thread calls wxWidgets.ShowModal() I get an assertion...
I found it all (I think). Its been a fun trip down the road of custom events, but I think its working now. Thanks, Paul ... Subject: how can a background...
... Hi, Paul! I agree, I think it's a bug. It only appears, however, when the wxTE_AUTO_URL is specified. You might like to send this example to wx-dev mailing...
... Hi! I've not really done any plotting myself.:-( There is a simple curve ... Utilities and libraries supplied with wxWidgets ... Plot Plot is a simple...
... Dave thanks for the links and tips. Gnuplot sounds interesting. It turns out it is actually not GNU licensed despite the name. I will look into this...
Hi Dave, I have implemented a sample project (it is uploaded in the Files area) to understand the drag and drop functionality (so I can then integrate it in a...
Hi Dave, Thnx for your prompt answer. Actually I had a look at this demo. Although the concepts as such are the same when you deal with graphic images, I...
Thnx Dave, Looking forward for it. L. ... graphic ... problem ... appearance ... think ... Files ... when i ... have ... functionality ... you ... the ... ...
Dave, In my application, I have many wxDialog's. The first, main window, is a wxFrame. Some of the dialogs are modal, some are not. I have 1 dialog that is...
... task ... the ... longer ... Hi, Paul! Now, for the $64,000 question... Do you have a .pjd and sources you can email? It's hard to speculate without...
I had a feeling that might come up :) Right now, I only have my entire project - way too much to send to you. If I don't get it figured out, I'll make a copy...
... Hi, Paul! No, sorry, sure haven't (but then I haven't been everywhere and done everything... yet!;) If you could just cobble together a quick construct,...
Thanks Dave. I have some other things to do with the code first. Also, I know I have a problem with threads (background and timer threads are calling GUI...