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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 503 - 547 of 693   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
503
Does a floating point spin control exist for wxWidgets and usable in DialogBlocks? I'm only seeing the option to do integers. Thanks!...
johnkonradgrant
Offline Send Email
Feb 5, 2008
6:49 am
504
Hi to all, Hope you are all doing well. Does anybody know the process to run a wxmsw application on a linux machine? Thnx in advance, Lup....
lupe_3d
Offline Send Email
Feb 5, 2008
4:48 pm
505
... Hi! No, there is no float or double spin control, only integer. You would have to derive that class and write it yourself (unless you can locate somewhere...
Dave Silvia
db_vs_dave
Offline Send Email
Feb 5, 2008
5:17 pm
506
... Hi, Lup! If I understand your question, you want to know how to build a Linux version of an application you have already built in Windows. (yes?) First,...
Dave Silvia
db_vs_dave
Offline Send Email
Feb 5, 2008
5:44 pm
507
... http://en.wikipedia.org/wiki/QEMU http://www.virtualbox.org If your lucking you can say: 'qemu your_program_install.exe' and your wxmsw program will...
Bob Paddock
ka8bmt
Offline Send Email
Feb 5, 2008
6:34 pm
508
... http://en.wikipedia.org/wiki/Wine_(software) [I had WINE and QEMU confused in my earlier message, sorry.]...
Bob Paddock
ka8bmt
Offline Send Email
Feb 5, 2008
6:37 pm
509
Hello, When implementing a derived control (or window, I'm not sure which is best), the member functions subscribed for the events in the event table are not...
johnkonradgrant
Offline Send Email
Feb 5, 2008
10:08 pm
511
Dave, Thnx for the feedback. ... linux ... care ... simply open ... gcc ... building ... from...
lupe_3d
Offline Send Email
Feb 6, 2008
8:11 am
512
... Hi Bob, Thnx for the information....
lupe_3d
Offline Send Email
Feb 6, 2008
8:11 am
513
... Hi, John, Your question is a bit sketchy... A blanket answer would be "Yes and no" There are exceptions as to which events go to whom where wxWidgets...
Dave Silvia
db_vs_dave
Offline Send Email
Feb 6, 2008
12:53 pm
515
Hello, I'm trying to resize a frame window and have the internal controls get resized. I have a wxFrame and I would like to stretch it and watch the the 3 of...
johnkonradgrant
Offline Send Email
Feb 11, 2008
11:45 pm
518
... Hi, John! Well, as the group description says, "RTFM not spoken here". I don't think you'll find anyone here who will chide anyone else with an "RTFM"...
Dave Silvia
db_vs_dave
Offline Send Email
Feb 18, 2008
12:29 am
520
Hi, I am trying to get the wxWidgets package up. I haven't done VC++ for awhile, so I downloaded the free Visual Studio C++ 2008 from Microsoft. I think I have...
robert_brewington
robert_brewi...
Offline Send Email
Feb 19, 2008
5:50 pm
521
Dear all, Is it possible to integrate a wxListBox in a cell of a wxGrid and how? Any help is appreciated. Thnx in advance, Lup....
lupe_3d
Offline Send Email
Feb 19, 2008
7:11 pm
522
... Hi, Brew! I've not yet had an opportunity to use VS 2008 Express yet. It's still in beta, I believe (but that's not the reason I haven't worked with it!;) ...
Dave Silvia
db_vs_dave
Offline Send Email
Feb 19, 2008
11:58 pm
523
... Hi, Lup! My responses are a bit slow these days, but they're gaining speed!;) It's not clear from your posting what it is you're wanting to do. My first...
Dave Silvia
db_vs_dave
Offline Send Email
Feb 20, 2008
8:33 am
524
Hi Dave, Sorry for not being very clear. You guessed :) corrrectly. Thanks for the feedback, I didn't know the existence of the wxGridCellChoiceEditor. Best, ...
lupe_3d
Offline Send Email
Feb 20, 2008
9:43 am
526
... Hello, Again! Since this was posted I have downloaded the Visual Studio 2008 Express and set up an environment for it. As I said, I don't try to build with...
Dave Silvia
db_vs_dave
Offline Send Email
Feb 24, 2008
5:06 am
528
Hey Guys, First time posting... I'm developing an application that queries a database server and loads the resulting table into a wxDbGridTableBase object. I...
jhink_7
Offline Send Email
Feb 25, 2008
6:30 pm
529
hello! i have trouble creating a DLL in C++.there are many linker errors while i compile it. i found some codes in the wxWidgets forum,but it is not completed....
hhjjick
Offline Send Email
Feb 26, 2008
12:20 am
530
... Hi! What I can tell you may or may not be helpful. I tried making sense of the wxDb classes but failed (I've heard that this is not uncommon!:-< ) In its...
Dave Silvia
db_vs_dave
Offline Send Email
Feb 26, 2008
8:35 am
531
... of the wxDb ... its attempt to ... Most folks use ... it very ... most plain ... around at the ... (yes, and even ... wxDb (and ... wrote my own ... with a...
jhink_7
Offline Send Email
Feb 27, 2008
5:58 am
532
Hi, There are working examples of how to create a wxWidgets DLL and how that DLL can be called from an executable in the wxWidgets contrib directory. Go to...
Noel Diviney
ndivner
Offline Send Email
Feb 27, 2008
10:13 pm
533
... Something is ringing a bell here... I had some problems with wxGrid and scrollbars when doing autoresizing. Here's the excerpted comment from the GUI ...
Dave Silvia
db_vs_dave
Offline Send Email
Feb 28, 2008
12:42 am
537
Hello. Could anyone give me some direction on how to draw custom borders / title bars / etc. Do i need to design an entire new class of window or can i do it...
nelson_troy
Offline Send Email
Mar 11, 2008
9:02 pm
538
... Hi, Troy! Customization is available in wxWidgets through defining a new class either as completely new or derived from and existing wxWidgets class. I...
Dave Silvia
db_vs_dave
Offline Send Email
Mar 12, 2008
6:57 am
539
Hi, Has anyone found a good way to write a custom control definition in DialogBlocks for the wxPropertyGrid control? Thanks, -John...
johnkonradgrant
Offline Send Email
Mar 12, 2008
11:47 pm
545
Hi! I've changed the links for Visual Studio 2005 Express since Microsoft has moved it once again!:-{ I've also added links for Visual Studio 2008 Express,...
Dave Silvia
db_vs_dave
Offline Send Email
Apr 10, 2008
4:22 pm
546
Like this? http://www.codeproject.com/KB/applications/FreeVS2005Win32.aspx...
khartojo
Online Now Send Email
Apr 11, 2008
2:21 pm
547
... Ah, yes... thank you!;) The info for the .vsprops file editing is what is key and also what is no longer available at Microsoft. The original link: ...
Dave Silvia
db_vs_dave
Offline Send Email
Apr 11, 2008
3:24 pm
Messages 503 - 547 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