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 558 - 599 of 693   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
558
access all computer tutorials for free visit http://www.univbgpk1.newsit.es/...
univbgpd9
Offline Send Email
May 3, 2008
8:42 am
560
Dear all, I hope u are doing well. I came up with an issue and don't have a clue how to resolve it. I'm trying to change the font of the menu bar/menu items, ...
lupe_3d
Offline Send Email
May 5, 2008
12:34 pm
562
... Express and set ... makefiles or ... specific or not ... DialogBlocks. ... rewrote one, ... my temp ... (there are 2 ... location to which ... project...
raanan.barzel
Offline Send Email
May 7, 2008
4:04 pm
563
... Hmmm... I guess I don't understand why using GCC under Windows is advantageous. If I want to build a Linux version I use Linux (GCC). If I want to build a ...
Dave Silvia
db_vs_dave
Offline Send Email
May 8, 2008
4:38 am
564
Hi, I have wxDesigner v2.14 and wxWdiget v2.8.7 under the Windows Platform. I went through the steps to do a batch build of all the debug and release library...
Tony
tbnguyen_y2k
Offline Send Email
May 8, 2008
9:57 pm
565
... Hi! Actually, the problem is that the makefiles wxDesigner generates are simply skeletons (unlike DialogBlocks). You need to fill in the pertinent macros...
Dave Silvia
db_vs_dave
Offline Send Email
May 11, 2008
1:32 am
566
... advantageous. ... build a ... I never ... much easier to ... executable is ... note that GCC ... the Visual ... cross-platform ... more trouble ... ...
raanan.barzel
Offline Send Email
May 11, 2008
2:37 pm
567
... Hi! If you select "Runtime linking: Static" in DB's Configurations property the application will be built without external lib dependencies, so you should...
Dave Silvia
db_vs_dave
Offline Send Email
May 11, 2008
3:36 pm
568
... property the ... should then ... have to ... piggy-back ... compiler on any ... files ... directly into ... a big help) ... better debugger ... faster ... ...
raanan.barzel
Offline Send Email
May 11, 2008
4:27 pm
569
Hi, I need help on two things. First I need to include a checkbox inside a listrctrl, and also I need to make the selection box inside the listctrl be a...
Tony
tbnguyen_y2k
Offline Send Email
May 12, 2008
9:29 am
571
I have wxDesigner v2.14 using wxWidget v2.8.7 w/ VS2008 I have having trouble using the nmake -f makefile.vc to compile the sample problem for wxDesigner. Has...
Tony
tbnguyen_y2k
Offline Send Email
May 14, 2008
7:34 am
572
... Yes, I have. But not with wxDesigner's makefile.vc. The makefile I used was generated by DialogBlocks... ... Hi! The only thing I can tell you is what I...
Dave Silvia
db_vs_dave
Offline Send Email
May 14, 2008
8:25 am
573
Hi Dave, The reason I have to use wxDesigner is because the company I work for has wxDesigner running on a Linux box at work. The have been using it for quite...
Tony
tbnguyen_y2k
Offline Send Email
May 14, 2008
8:14 pm
574
... Well, I expected that might be the case... ... Right, same here... ... Don't really know, personally, but I can imagine... The difference here is that...
Dave Silvia
db_vs_dave
Offline Send Email
May 15, 2008
12:34 am
575
Hi Dave, I'm trying to create a set of tips that are going to be shown during the startup of the application (unless the user chooses not to) and which are...
lupe_3d
Offline Send Email
May 15, 2008
1:17 pm
576
Hi! I've just added a zip archive to the Files section. It's a "raw" demo of using wxAutomation to interact with Microsoft Office Excel. The archive includes...
Dave Silvia
db_vs_dave
Offline Send Email
May 16, 2008
12:09 am
578
... Hi! Well, as the wxWidgets manual says: Many "modern" Windows programs have a feature (some would say annoyance) of presenting the user tips at program...
Dave Silvia
db_vs_dave
Offline Send Email
May 16, 2008
12:57 pm
580
... Hi! I think I have worked out something that will give you what you need. Get a copy of DialogBlocks. In the Links section of wxMS_developers there's a...
Dave Silvia
db_vs_dave
Offline Send Email
May 17, 2008
6:11 pm
582
ok, thnx for the feedback :) ... annoyance) of ... wxTipProvider. As a ... animal ... Stay tuned ... mind until I ... but I could...
lupe_3d
Offline Send Email
May 18, 2008
6:14 pm
583
Hi Dave, IT WORKS!!!! Thank you very very very much for helping me out. This is going to save me a lot of time. Can I ask how you know so much about...
Tony
tbnguyen_y2k
Offline Send Email
May 19, 2008
11:40 pm
584
... My pleasure!;) Glad it helped!:-) ... Well, wxWindows which later became wxWidgets has been around for over 10 years. I've been using it for about 3+. I...
Dave Silvia
db_vs_dave
Offline Send Email
May 20, 2008
8:10 am
587
Hi Dave, Hope you are doing well. I would like to assign a specific image to my executable program rather than using the default of wxwidgets. I thought that...
lupe_3d
Offline Send Email
May 29, 2008
8:50 am
588
... Hi, Lupe! I guess what you're wanting is to have an image of some sort associated with the application that will show up in, say, Windows Explorer? You do...
Dave Silvia
db_vs_dave
Offline Send Email
May 29, 2008
9:39 am
589
thnx Dave, it is exactly what i was trying to do.. ... using ... no ... associated with the ... the wxConsole ... just an ... lexicographically ... ...
lupe_3d
Offline Send Email
May 29, 2008
10:55 am
592
Hi Dave, I was wondering if you can explicitly delete a wxWindow::popup menu. I have implemented a popup menu but it does not close after the user selects an...
lupe_3d
Offline Send Email
Jun 2, 2008
11:03 am
593
... Hi, Lupe! I'm not sure what you mean when you say "explicitly delete a wxWindow::PopupMenu". A PopupMenu is usually an application resource, typically in...
Dave Silvia
db_vs_dave
Offline Send Email
Jun 2, 2008
7:30 pm
595
Hi there, Is is possible to use boost::thread inside a wxWidget app? Any real world examples out there? I find wxThread a bit user unfriendly. Thanks...
pmushubi
Offline Send Email
Jun 6, 2008
12:58 am
596
... unfriendly. ... Hi! There's really no reason you should _not_ be able to use classes/code/libraries/etc from anywhere. I've never used wxThread, not...
Dave Silvia
db_vs_dave
Offline Send Email
Jun 11, 2008
1:04 pm
597
It turns out the answer is yes, at least in the specific situation I wanted to use threads. My app needed to fetch a url without freezing the GUI. I found...
Paschal Mushubi
pmushubi
Offline Send Email
Jun 12, 2008
3:50 pm
599
Hi, I am forced to use a dependency DLL which reads a certain file type for my application. The notes on this DLL say: "Somewhere in the client startup code,...
johnkonradgrant
Offline Send Email
Jun 18, 2008
10:54 pm
Messages 558 - 599 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