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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 335 - 364 of 693   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
335
Hello, I have an application developed with the 2.6.3 version. When I tried to compile it with the 2.8.4 version I got the following errors: ...
lupe_3d
Offline Send Email
Aug 1, 2007
12:02 pm
336
... Hi, Lup! Haven't got a clue!:-/ Are you including the busyinfo.h file yourself? If so, I'd guess it probably has something to do with precedence. You ...
Dave Silvia
db_vs_dave
Offline Send Email
Aug 1, 2007
2:06 pm
337
... tried to ... syntax ... anything to ... And a little added info: TOTAL: 10 matches in 7 files (1506 other files without matches not listed) 3 matches...
Dave Silvia
db_vs_dave
Offline Send Email
Aug 1, 2007
2:17 pm
338
Hi Dave, thnx for the feedback, I changed the order as you suggested and solved the first error but I still get the second one ...
lupe_3d
Offline Send Email
Aug 1, 2007
6:03 pm
339
good news, after some searching i included the wx.h in one of my files that it was using a couple other wx libraries and the problem is now solved :) L. ... ...
lupe_3d
Offline Send Email
Aug 2, 2007
6:34 am
340
I know OLE Automation is out of style these days but I really need to make this little app to work. Dave kindly showed me how to start Excel or use an already...
pmushubi
Offline Send Email
Aug 5, 2007
7:03 pm
341
... Hi, Paschal! According to all the documentation I can find and from all the code I've looked at and stepped through in the debugger this should work: ...
Dave Silvia
db_vs_dave
Offline Send Email
Aug 6, 2007
12:51 pm
342
... But this works just fine! wxVariant cellRange[]={wxVariant(wxT("A1:D1"))}; success=worksheetObject.GetObject(rangeObject,wxT("Range"),1,cellRange); ...
Dave Silvia
db_vs_dave
Offline Send Email
Aug 6, 2007
2:21 pm
343
Hi! Here's an updated version of ExcelDemo that uses ranges of cells (one or many). They have to be contiguous, however. Enjoy!;) thx, Dave S. Arthur Dent: ...
Dave Silvia
db_vs_dave
Offline Send Email
Aug 6, 2007
3:31 pm
344
... success=worksheetObject.GetObject(rangeObject,wxT("Range"),1,cellRange); ... Dave, That indeed works! Are we limited to one dimensional range? If I acquire...
pmushubi
Offline Send Email
Aug 6, 2007
3:40 pm
345
... (one or many). ... Dave Sorry, not only did I miss this post because I was looking for different subject but I also did not get the attachment, again. What...
pmushubi
Offline Send Email
Aug 6, 2007
9:59 pm
346
... Hi, Paschal! As near as I can tell, according to MSDN documentation, ranges are contiguous. Now, you may have several ranges in a union, but still the ...
Dave Silvia
db_vs_dave
Offline Send Email
Aug 7, 2007
5:59 am
347
... Dave, The xslclient example seems to pass a two dimensional array or may be I am misunderstanding what is happening. It populates the SAFEARRAY like this ...
pmushubi
Offline Send Email
Aug 7, 2007
11:36 pm
348
... Hi, Paschal! wxWidgets doesn't really address multidimensional arrays, excepting that it does supply the pieces to make them (wxArray). Also, ...
Dave Silvia
db_vs_dave
Offline Send Email
Aug 8, 2007
3:32 am
349
Hello, I am trying to convert a 2005 Express project from DLL to static. I went to C++ code generation and changed Multi-thread debug DLL to multi-thread...
george bradt
grbradt
Offline Send Email
Aug 8, 2007
10:51 pm
350
George, There are about a dozen VS projects in wxWidgets. You need to change every one to multi-thread debug and then rebuild wxWidgets. Paul...
Paul Levin
plevintampabay
Offline Send Email
Aug 8, 2007
11:00 pm
351
Thanks Paul, that works! George ... SetData@wxIDataObject@@UAGJPAUtagFORMATETC@@PAUtagSTGMEDIUM@@H@Z) ... XP sp2 ... bookmark...
grbradt
Offline Send Email
Aug 9, 2007
1:29 am
352
... your favourite sites. Download it now at ... Hi, George! There are two ways to build wxWidgets on a Windows platform: makefile and solution. If you opt to...
Dave Silvia
db_vs_dave
Offline Send Email
Aug 9, 2007
2:56 am
353
Hi Dave, Thanks! i've already done it the laborious way lol, but i will save your email for future reference. George DB 4.13 (Personal ed), wxWidgets 2.8.3,...
george bradt
grbradt
Offline Send Email
Aug 9, 2007
2:40 pm
354
... Hi! There's no real secret!;) DB just doesn't address every wxWidgets element and possibility of combinations. Some things have to be hand coded. ...
Dave Silvia
db_vs_dave
Offline Send Email
Aug 11, 2007
2:26 am
355
I know I must be missing something. I'm getting a number of link errors when I tried to build a VC++ 2005 Express Edition project from a existing DialogBlocks...
jmbgtn
Offline Send Email
Aug 16, 2007
1:17 am
356
Ivan, I'm not one of the "guru's" that regularly reply here (do they ever take vacations I wonder?); however, I had a quick read through your build log. I can...
iamtiggerca
Offline Send Email
Aug 16, 2007
1:53 am
357
... Hi, Ivan! A few questions and a request: 1) Platform (Windows XP, 2000, etc.) 2) DialogBlocks version? 3) wxWidgets version? And the request: can you share...
Dave Silvia
db_vs_dave
Offline Send Email
Aug 16, 2007
4:35 am
358
Scott, Thanks for the info... I am going out of town and I will have a look at that when I return. Thanks for the input. Ivan iamtiggerca...
Janet Sims
jmbgtn
Offline Send Email
Aug 16, 2007
3:41 pm
359
Dave, I am going out of town so I can't get the info back to you until I get back. Thanks for the input, Ivan ... Hi, Ivan! A few questions and a request: 1)...
Janet Sims
jmbgtn
Offline Send Email
Aug 16, 2007
3:50 pm
360
Anyone with experience printing a wxGrid? I would appreciate an example. Thanks. paschal....
pmushubi
Offline Send Email
Aug 21, 2007
11:16 pm
361
Hi, Consider a horizontal boxsizer containing windows like this: 1 2 3 4 The digits are separate static texts. To the right of these numbers, (and within...
george bradt
grbradt
Offline Send Email
Aug 22, 2007
4:56 am
362
Hi, In my original post yahoo removed the extra spaces between the digits...... George ... sp2 ... Go to Yahoo! Answers and share what you know at ...
grbradt
Offline Send Email
Aug 22, 2007
6:44 am
363
... Hi, George! It would really, really help if you could attach a sample .pjd showing the problem. It saves me the trouble of making an educated guess as to...
Dave Silvia
db_vs_dave
Offline Send Email
Aug 22, 2007
11:44 am
364
... Oh, BTW, it also uses a wxGridSizer instead of a wxBoxSizer. Remember, there are other types of sizers and their purpose is to make the job easier than by...
Dave Silvia
db_vs_dave
Offline Send Email
Aug 22, 2007
11:58 am
Messages 335 - 364 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