resolution....

Blitz3D Forums/Blitz3D Programming/resolution....

mouss38(Posted 2003) [#1]
can I set every resolution if I am in windowed mode (2) ?

for ex : graphics 455,387,16,2

no bugs??


darklordz(Posted 2003) [#2]
jup
Graphics 455,387,16,2 
SetBuffer BackBuffer()
While Not KeyHit(1)
	Text 20,20,GraphicsWidth()+"x"+GraphicsHeight()
	Flip
Wend



mouss38(Posted 2003) [#3]
yes I know how to set a res. So, i think every res will work on every Pc...


Gabriel(Posted 2003) [#4]
I've tried some pretty odd ones and never had any reports of problems with it.


darklordz(Posted 2003) [#5]
@Mouses38, you shoud formulate ur questions better, from what i understood u wanted to know if that odd res would work. And i replied with jup and a lil bit of source. I didn't mean to insult your intelligence o mighty one ...


IPete2(Posted 2003) [#6]
Hey guys,

With those strange resolutions it may be cool to use the Blitz 'skinning' code that's around somewhere and make use of that shaping technique?

IPete2.


mouss38(Posted 2003) [#7]
darlordz, I didn't found any offense in your post, no problems :p)


jfk EO-11110(Posted 2003) [#8]
any size but negative values or anything bigger than the desktop...


darklordz(Posted 2003) [#9]
Nobody even checked my skinwin addon demo..... :(
http://www.blitzbasic.co.nz/Community/posts.php?topic=28413


jfk EO-11110(Posted 2003) [#10]
Just saved the source - very useful. I used the Blitzsys.dll until now for this kind of stuff, but of course decls are much more handy if other blitzsys functions are not required. Thanks!


Hansie(Posted 2003) [#11]
As far as I have been told by Blitz Support, a "Windowed" window can have any size available, no matter how weird in dimensions.