Search found 6 matches

by das heck
Sat Jan 15, 2011 8:56 pm
Forum: Beginners Help
Topic: Can't resize menu
Replies: 1
Views: 245

Can't resize menu

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 != drive...
by das heck
Sat Jan 15, 2011 9:53 am
Forum: Beginners Help
Topic: weird GUI bug
Replies: 2
Views: 212

I got it! Well, at least I found out, that this is not an Irrlicht bug, but a bug made by me. I didn't find the bug itself by now.

I create a map object, which renders tiles (IGUIImages). And that causes this behavior.

Anyway... thanks for reading *cheers*
by das heck
Fri Jan 14, 2011 10:46 pm
Forum: Beginners Help
Topic: weird GUI bug
Replies: 2
Views: 212

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 dehovering (3) t...
by das heck
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: 812

In other words: Without changes in the irrlicht sources there is no possibility? yuck :/
by das heck
Tue Dec 14, 2010 10:41 am
Forum: Everything 2d/3d Graphics
Topic: Irrlicht+ffmpeg
Replies: 1
Views: 962

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 ;)
by das heck
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: 812

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