My code runs fine in a window but when I switch to full screen mode (<ALT><ENTER>) my panels no longer are overlayed but show the black areas and only 1/4 of the screen is covered. Any thoughts?
Re: Full screen problem
[Re: bluemax]
#304695 01/10/1008:0501/10/1008:05
My mistakes... Ithough his fullscreen mode not running fullscreen, that happens to me, dunno why, maybe driver problem or something( I'm using A7 ver 7.80)... But wrong file format will throw error at the first time right? maybe a sample of code will help... Overlayed panel, is it using alpha channel or not?
Maybe he has used a bad format, like PNG or so, then the problem is clear. In supported formats like BMP TGA DDS, the alpha channel is preserved when switching to fullscreen, so this problem should not happen.
Re: Full screen problem
[Re: Spirit]
#304827 01/11/1002:4301/11/1002:43
I'll have to check, but I believe the panel IS a PNG. Thanks for that... but even still the movie is only 1/4 of the whole screen. Unfortunately, I'm thinking a codec conflict because this code had worked fine in the past (several codecs added over the past several months)
Re: Full screen problem
[Re: bluemax]
#304840 01/11/1009:5001/11/1009:50
Check also if your window resolution is supported in fullscreen. If not, you can't switch it to fullscreen no matter how hard you program. If it stays a window, your fullscree resolution is not supported and you must use video_switch again to switch it back to a supported resolution.