Search the web
Sign In
New User? Sign Up
wxMS_developers · Development with wxWidgets on MSWindows
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 216 - 245 of 693   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
216
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...
Dave Silvia
db_vs_dave
Offline Send Email
Jun 2, 2007
5:32 am
217
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"...
Dave Silvia
db_vs_dave
Offline Send Email
Jun 3, 2007
1:15 pm
218
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...
super8geek
Offline Send Email
Jun 5, 2007
4:36 am
219
... 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]...
Dave Silvia
db_vs_dave
Offline Send Email
Jun 5, 2007
5:26 am
220
... .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...
Phillip Seaver
gorvas
Offline Send Email
Jun 5, 2007
6:41 am
221
... Hi, Ian! Well, the solution is simple, just unobvious. I tried coaxing, cajoling, and tricking wxZlibInputStream into working, but I cannot get it to...
Dave Silvia
db_vs_dave
Offline Send Email
Jun 5, 2007
1:08 pm
222
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...
super8geek
Offline Send Email
Jun 5, 2007
4:42 pm
223
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. ...
pmushubi
Offline Send Email
Jun 5, 2007
6:36 pm
224
... Hi! Have you tried anything like: void BusyWait::OnMakeEmWaitBtnIdClick( wxCommandEvent& event ) { wxUnusedVar( event ); wxString prompts[2]; ...
Dave Silvia
db_vs_dave
Offline Send Email
Jun 5, 2007
7:53 pm
225
You are a genious! I will try this out. Thanks. p. PS. I didn't see the attachment that you mentioned....
pmushubi
Offline Send Email
Jun 6, 2007
12:42 am
226
... 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...
Dave Silvia
db_vs_dave
Offline Send Email
Jun 6, 2007
8:50 am
227
... Keep that up and you'll turn my head!;)...
Dave Silvia
db_vs_dave
Offline Send Email
Jun 6, 2007
9:08 am
228
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...
Paul Levin
plevintampabay
Offline Send Email
Jun 7, 2007
2:59 pm
229
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...
Paul Levin
plevintampabay
Offline Send Email
Jun 7, 2007
4:30 pm
230
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...
Paul Levin
plevintampabay
Offline Send Email
Jun 7, 2007
5:59 pm
231
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...
Paul Levin
plevintampabay
Offline Send Email
Jun 7, 2007
9:34 pm
232
... 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...
Dave Silvia
db_vs_dave
Offline Send Email
Jun 7, 2007
11:17 pm
233
Is there any charting capability in wxWidgets? If not anyone aware of free c/c++ charting library one can use within a wxWidgets based app?...
pmushubi
Offline Send Email
Jun 11, 2007
1:10 am
234
... 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 Silvia
db_vs_dave
Offline Send Email
Jun 11, 2007
1:44 am
235
... 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...
pmushubi
Offline Send Email
Jun 11, 2007
2:13 am
236
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...
lupe_3d
Offline Send Email
Jun 14, 2007
11:44 am
237
... Hi! Have you already looked at the Links > Demos: Drag and Drop: A wxWidgets implementation Explorer Project files Drag and Drop: A wxWidgets...
Dave Silvia
db_vs_dave
Offline Send Email
Jun 14, 2007
11:56 am
238
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...
lupe_3d
Offline Send Email
Jun 14, 2007
12:15 pm
239
... Hi! In anticipation of your having just such an answer, I started on an addition to the demo. I'll post as soon as it is done. thx, Dave S....
Dave Silvia
db_vs_dave
Offline Send Email
Jun 14, 2007
12:23 pm
240
Thnx Dave, Looking forward for it. L. ... graphic ... problem ... appearance ... think ... Files ... when i ... have ... functionality ... you ... the ... ...
lupe_3d
Offline Send Email
Jun 14, 2007
12:31 pm
241
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...
Paul Levin
plevintampabay
Offline Send Email
Jun 14, 2007
1:54 pm
242
... 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...
Dave Silvia
db_vs_dave
Offline Send Email
Jun 14, 2007
2:05 pm
243
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...
Paul Levin
plevintampabay
Offline Send Email
Jun 14, 2007
2:15 pm
244
... 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,...
Dave Silvia
db_vs_dave
Offline Send Email
Jun 14, 2007
2:34 pm
245
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...
Paul Levin
plevintampabay
Offline Send Email
Jun 14, 2007
4:18 pm
Messages 216 - 245 of 693   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help