|
|
Re: Arbitrary resolution but in fullscreen trick?
[Re: jcl]
#152416
09/07/07 15:59
09/07/07 15:59
|
Joined: Sep 2002
Posts: 8,177 Netherlands
PHeMoX
OP
Senior Expert
|
OP
Senior Expert
Joined: Sep 2002
Posts: 8,177
Netherlands
|
Thanks, I've been able to rescale the window like you've said and this windowed-fullscreen is working fine. Is there a way to do this resizing automatically? Currently I'm using the Windows XP "resize screen", that's if you right-click on the window of the program that's running, just like you've explained... but it would be awesome if it would stretch out and resize to 1024x768 or so automatically. Would such a thing be possible with A6 pro? Cheers
|
|
|
Re: Arbitrary resolution but in fullscreen trick?
[Re: lostclimate]
#152418
09/07/07 17:38
09/07/07 17:38
|
Joined: Sep 2002
Posts: 8,177 Netherlands
PHeMoX
OP
Senior Expert
|
OP
Senior Expert
Joined: Sep 2002
Posts: 8,177
Netherlands
|
Thanks for your suggestion, but the problem was solved  .. This seems to work fine: Code:
video_set(256,256,32,2); video_window(vector(0,0,0),vector(1024,768,0),1,NULL); It's not yet centered in the middle of the screen, but I can use the first vector for that.  Cheers
Last edited by PHeMoX; 09/07/07 18:00.
|
|
|
|