Search found 4 matches

by morlok
Tue Jan 27, 2004 6:48 pm
Forum: Advanced Help
Topic: Icons
Replies: 19
Views: 5516

SendMessage method works perfectly ;-)

thanks
by morlok
Mon Jan 05, 2004 11:39 am
Forum: Advanced Help
Topic: Alpha Transparency in 2D
Replies: 2
Views: 1774

Alpha Transparency in 2D

is it possible to draw a transparent 2D bitmap?? (I don't talk about COLOR_KEY, I mean real transparency with a 8 bit Alpha value) I tried this but it doesn't work: (in the exemple I loaded the "m_pIRRTexture" with the "driver->getTexture(sFileName)" function). ... short nAlpha=1...
by morlok
Sat Jan 03, 2004 10:13 am
Forum: Advanced Help
Topic: toggle fullscreen / window mode
Replies: 21
Views: 7533

yes it works ;-)

thanks!
by morlok
Fri Jan 02, 2004 11:37 pm
Forum: Advanced Help
Topic: toggle fullscreen / window mode
Replies: 21
Views: 7533

toggle fullscreen / window mode

please help!!!

Is it possible to switch from Windowed mode to fullscreen AT RUN TIME??
and how?

it's a very usefull feature (ex: alt-Enter toggle fullscreen/window)
but il doesn't seem to be very easy to implement with that engine... :-(