some time ago when i chose the resolution i chose 1280x980, i made a panel that covers the whole screen, but i didnt saw the down side, so i made it smaller in height and it looked good. later i realized it was hidden under the windows taskbar, so i decided to use fullscreenmode with the large panel.
first i tried to say(in the beginning of my script):
var video_screen = 1;
it has no result. then i tried:
video_switch(0,0,1);
it seems to switch to fullscreen(the screen becomes black for a sec and i hear my monitor "click") but then it switches to WED again and when i click it again in the taskbar it becomes black again for a sec or so and then it switches back to WED.
whats wrong?