Search found 66 matches

by kornerr
Thu Sep 27, 2007 4:38 pm
Forum: C++ Development
Topic: How to catch key press globally?
Replies: 3
Views: 1554

How to catch key press globally?

I want to chatch ESC globally.
I tried settings EVT_KEY_DOWN for a frame, doesn't work.
I tried wxApp::FilterEvent, doesn't help either.
I also tried setting wxFrame style to wxWANTS_CHARS, but wxFrame doesn't accept wxWindow styles.
I use wxGTK-2.8.5.
Thanks.
by kornerr
Sun Sep 23, 2007 11:06 am
Forum: C++ Development
Topic: How to set necessary size of wxScrolledWindow and then make
Replies: 1
Views: 689

How to set necessary size of wxScrolledWindow and then make

I want to set size of my class derived from wxScrolledWindow to, say, 800x600. I add it to a sizer. Now i want this: when wxScrolledWindow is shrinked below 800x600, then scroll bars should appear with required "motion space". I tried SetVirtualSize, but that alone doesn't do anything sane...
by kornerr
Sat Jan 27, 2007 8:08 am
Forum: General Development
Topic: How to run GTK code inside wxGTK?
Replies: 1
Views: 687

How to run GTK code inside wxGTK?

Where should I place GTK code to make it work with wxGTK? I need to test some things. Thanks. EDIT I want to embed this code: // container fix = gtk_fixed_new(); gtk_container_add(GTK_CONTAINER(window), fix); // drawing_area drawing_area = gtk_drawing_area_new(); gtk_widget_set_size_request(drawing_...
by kornerr
Wed Sep 27, 2006 4:31 am
Forum: Component Writing
Topic: How to embed graphics engine (eg., Irrlicht) into wx?
Replies: 11
Views: 5553

I saw it already. It doesn't work for me.
Can you provide a workable demo which will work with wxGTK (under Linux, I mean).
Thanks.
by kornerr
Sun Sep 24, 2006 11:10 am
Forum: Component Writing
Topic: How to embed graphics engine (eg., Irrlicht) into wx?
Replies: 11
Views: 5553

Of course =)
Irrlicht's doc don't say anything about wxGTK :(
by kornerr
Sun Sep 24, 2006 5:37 am
Forum: Component Writing
Topic: How to embed graphics engine (eg., Irrlicht) into wx?
Replies: 11
Views: 5553

Well, may be anyone can tell me HOW is embedding work in wx(GTK)? I mean, what should be accomplished in order to make smth external work inside wx(GTK)?
Thanks.
by kornerr
Sun Sep 24, 2006 5:07 am
Forum: Component Writing
Topic: How to embed graphics engine (eg., Irrlicht) into wx?
Replies: 11
Views: 5553

Unfortunately, it doesn't work under Linux.
Anyone tried that under Linux (and is able to show full workable code)?
Thanks.
by kornerr
Tue Sep 05, 2006 2:00 pm
Forum: General Development
Topic: Can I call hlp-file from within wxWidgets?
Replies: 4
Views: 1165

Thanks.
by kornerr
Mon Sep 04, 2006 8:24 am
Forum: General Development
Topic: Can I call hlp-file from within wxWidgets?
Replies: 4
Views: 1165

hlp-files (*.hlp)
Is it possible?
Thanks.
by kornerr
Sun Sep 03, 2006 5:47 am
Forum: General Development
Topic: Can I call hlp-file from within wxWidgets?
Replies: 4
Views: 1165

Can I call hlp-file from within wxWidgets?

If so, how?
Thanks.
by kornerr
Wed Aug 30, 2006 2:09 pm
Forum: Component Writing
Topic: How to embed graphics engine (eg., Irrlicht) into wx?
Replies: 11
Views: 5553

Can you, please, show me the code? :P
by kornerr
Wed Aug 30, 2006 12:47 pm
Forum: Component Writing
Topic: How to embed graphics engine (eg., Irrlicht) into wx?
Replies: 11
Views: 5553

How to embed graphics engine (eg., Irrlicht) into wx?

I'm using Irrlicht. And I want to create a map editor. But I don't know how to embed Irrlicht into wxWidgets. Any clues?
Thanks.
by kornerr
Sat May 27, 2006 7:31 am
Forum: General Development
Topic: WindowsXP Themes, Visual Styles or Skins
Replies: 2
Views: 1734

xp manifest file can make your app be rendered with 6th windows widgets version.
by kornerr
Tue May 23, 2006 8:13 am
Forum: General Development
Topic: How to make hints for buttons and display them?
Replies: 2
Views: 858

Thanks, benedicte.
by kornerr
Sun Apr 23, 2006 4:03 pm
Forum: Compiler / Linking / IDE Related
Topic: Is there any #ifdef __MINGW__ ?
Replies: 5
Views: 1892

Thanks, boxcarmib!