Search found 4 matches

by hxhieu
Thu Jun 29, 2006 6:10 am
Forum: Beginners Help
Topic: quick question about text color
Replies: 5
Views: 347

addStaticText returns a IGUIStaticText pointer create a variable to hold that pointer you then should be able to use setOverrideColor on that pointer. That helps really much :) But if there are hundreds of statictexts will you have to manipulate hundreds of pointers ? Is there a way to change the c...
by hxhieu
Thu Jun 29, 2006 2:56 am
Forum: Code Snippets
Topic: (C++) Irrlicht Skeleton App - All Users
Replies: 9
Views: 5195

Its giving compiling error but its all ok when you add

Code: Select all

#pragma comment(lib, "Irrlicht.lib") ;
Correct me if I am wrong
by hxhieu
Thu Jun 29, 2006 2:48 am
Forum: Beginners Help
Topic: get windowed/fullscreen mode at runtime ?
Replies: 6
Views: 540

i don't believe irrlicht allows for screen size changing during runtime. if you want, you might be able to de-initialize the device, and then reinitialize it after, restoring memory links manually. this would be a difficult and tedious task that might require some advanced programming procedures Ah...
by hxhieu
Thu Jun 29, 2006 1:27 am
Forum: Beginners Help
Topic: get windowed/fullscreen mode at runtime ?
Replies: 6
Views: 540

How about changing fullscreen/windowed mode at runtime via a button for example :) ?

Thanks in advanced