Search found 88 matches

by idhan
Fri Apr 14, 2006 10:54 am
Forum: C++ Development
Topic: Problem with the GetWheelRotation() event
Replies: 7
Views: 1780

Not realy... Try this... make a windows with a glcanvas and another control that have a active scroll (such as wxText).. so far... use the wheel mouse to move the scroll in the text control and then use the mouse to move any opengl graphics draging inside of the glcanvas area..here come the fany par...
by idhan
Thu Apr 13, 2006 6:18 pm
Forum: C++ Development
Topic: Problem with the GetWheelRotation() event
Replies: 7
Views: 1780

So far I have try... the problem is that a glcanvas widgets never get realy focus... so.. this event is always handel by any another control...

It was wrong made the event system because you need use the wheel in other controls too.. so.. what can we do?

I hope that i am wrong....
by idhan
Thu Apr 13, 2006 5:32 pm
Forum: C++ Development
Topic: Problem with the GetWheelRotation() event
Replies: 7
Views: 1780

Problem with the GetWheelRotation() event

Hi... I have a small application using glcanvas to display some 3D graphics and a function that process all the mouse event. I try to use the event.GetWheelRotation() to make zoom in/out but I dont get any value back that is not cero... So far I read in the help I shoud get positive or negative valu...
by idhan
Wed Mar 22, 2006 9:42 pm
Forum: C++ Development
Topic: How can my application use the windows xp style?
Replies: 7
Views: 2507

Hi,

the solution was simpler that I thought... I only compile the version 2.6.3 without making no change in the code and its work.. without change the manifiest file or include any resource...

Thanks a lot!!!
by idhan
Wed Mar 22, 2006 6:32 pm
Forum: C++ Development
Topic: How can my application use the windows xp style?
Replies: 7
Views: 2507

Hi Protocol,

I put it in the constructor of the panel not outside of the panel...

Hi Eco,

So I need to compile the new version 2.6.3? Did it work for you?
by idhan
Wed Mar 22, 2006 5:44 pm
Forum: C++ Development
Topic: How can my application use the windows xp style?
Replies: 7
Views: 2507

Hi,

I put wxWindow::SetThemeEnabled( true ) in the construtor of my main windows, but doesn't work... should I do something else???
by idhan
Wed Mar 22, 2006 3:47 pm
Forum: C++ Development
Topic: How can my application use the windows xp style?
Replies: 7
Views: 2507

How can my application use the windows xp style?

Hi,

I am programming under Microsoft Visual Studio Professional 2005, and my application doesn't show controls with windows xp style.. for example the wxStaticBoxSizer doesn't have round edges as others application with the same control...

I use wxWidgets 2.6.2...

thanks for any help :-)
by idhan
Mon Mar 20, 2006 10:46 pm
Forum: Compiler / Linking / IDE Related
Topic: My wxWidgets application doesn't run in other computers,why?
Replies: 11
Views: 2563

Upcase help me to solve the problem..

I have change the compilation option from "Multithread DLL" to "Multithread" for the "Realse" and "Debug" version of wxWidgets and I get perfect compilations using static libraries...

Thanks for all the comments.... :D
by idhan
Mon Mar 20, 2006 8:33 am
Forum: Compiler / Linking / IDE Related
Topic: My wxWidgets application doesn't run in other computers,why?
Replies: 11
Views: 2563

didn't works because I am using microsoft visual studio 2005 profesional... :(
by idhan
Mon Mar 20, 2006 12:47 am
Forum: Compiler / Linking / IDE Related
Topic: My wxWidgets application doesn't run in other computers,why?
Replies: 11
Views: 2563

I am using MICROSOFT VISUAL STUDIO 2005 and I compile wxWidgets using this IDE. :wink:
by idhan
Sun Mar 19, 2006 11:55 pm
Forum: Compiler / Linking / IDE Related
Topic: My application doesn't run in other computers,Part II
Replies: 3
Views: 1717

mmm Can you be more specific? :wink: I have compile the "Release" and "Debug" version for wxwidgets and not any of the "DLL Relase"or "DLL Debug"... is that compilation ok???? because isn't any "Non-DLL libraries" that is not the "Release" ...
by idhan
Sun Mar 19, 2006 10:59 pm
Forum: Compiler / Linking / IDE Related
Topic: My application doesn't run in other computers,Part II
Replies: 3
Views: 1717

My application doesn't run in other computers,Part II

Hi,

I have created successful an wxWidgets application using Microsoft Visual Studio 2005 but when I try to run my .exe in another computer appears the message:

"The applicaci
by idhan
Sun Mar 19, 2006 9:52 pm
Forum: Compiler / Linking / IDE Related
Topic: My wxWidgets application doesn't run in other computers,why?
Replies: 11
Views: 2563

Hi :), I understand the static and dynamic libraries, nevertheless, I spoke to do it under vc++ 2005. Bacause "./configure --diseable-shared" works under linux and mac. But I didn't find any flag under "setup.h" for wxwidgets 6.2 under windows to compile it again for static libra...
by idhan
Sun Mar 19, 2006 9:08 pm
Forum: Compiler / Linking / IDE Related
Topic: My wxWidgets application doesn't run in other computers,why?
Replies: 11
Views: 2563

can you explain to me more please? :lol:
by idhan
Sun Mar 19, 2006 8:39 pm
Forum: C++ Development
Topic: My wxWidgets application doesn't run in other computers,why?
Replies: 14
Views: 5177

Thanks Eco.. The list of DLL according to program "Dependency Walker" is very long, much much more than what VC++ shows that I realy need. Helps the program to group the files automaticamente or it is only show me what I need? I tries it without success. Here is the list... :P MPR.DLL ADVA...