Hi,
I have an application which is initially set to a resolution of 800*600 px. IN that windo I create a menu. So the menu has a width of 800 px. But when I manually resize the window the menu still remains with 800 px. So I did the following. In each renderloop I do this:
if(lastScreenSize ...
Search found 6 matches
- Sat Jan 15, 2011 8:56 pm
- Forum: Beginners Help
- Topic: Can't resize menu
- Replies: 1
- Views: 340
- Sat Jan 15, 2011 9:53 am
- Forum: Beginners Help
- Topic: weird GUI bug
- Replies: 2
- Views: 267
- Fri Jan 14, 2011 10:46 pm
- Forum: Beginners Help
- Topic: weird GUI bug
- Replies: 2
- Views: 267
weird GUI bug
Hi there,
I dunno if its really a bug, but can't deal with it. I have some various gui elements and when I try to evaluate the events there is something weird.
if(event.EventType == EET_GUI_EVENT)
{
cout << event.GUIEvent.EventType << endl;
}
I get some godd data be hovering (2) and ...
I dunno if its really a bug, but can't deal with it. I have some various gui elements and when I try to evaluate the events there is something weird.
if(event.EventType == EET_GUI_EVENT)
{
cout << event.GUIEvent.EventType << endl;
}
I get some godd data be hovering (2) and ...
- Tue Dec 14, 2010 9:08 pm
- Forum: Advanced Help
- Topic: Is there a way to make my Irrlicht application always on top
- Replies: 8
- Views: 1060
- Tue Dec 14, 2010 10:41 am
- Forum: Everything 2d/3d Graphics
- Topic: Irrlicht+ffmpeg
- Replies: 1
- Views: 1060
I googled for it after you were so persistent. If you want to develop on windows only create a win 32 Window (Tutorial 14) and try to use ffmpeg in its native way. Here is a documentation and some how tos:
http://www.ffmpeg.org/documentation.html
(API Documentation, HOWTOs)
Hope this helps a bit
http://www.ffmpeg.org/documentation.html
(API Documentation, HOWTOs)
Hope this helps a bit
- Tue Dec 14, 2010 10:29 am
- Forum: Advanced Help
- Topic: Is there a way to make my Irrlicht application always on top
- Replies: 8
- Views: 1060
Is there a way to make my Irrlicht application always on top
Hi there,
the question is already in the title. So is there a way? I don't wanna create a Win32 Window like in Tutorial 14.
best regards heck
the question is already in the title. So is there a way? I don't wanna create a Win32 Window like in Tutorial 14.
best regards heck