Page 1 of 1
[Implemented] OpenWindowedScreen 3 last parameters optional
Posted: Mon Mar 06, 2006 5:15 pm
by Lebostein
Hi,
Code: Select all
Result = OpenWindowedScreen(WindowID, x, y, Width, Height, AutoStretch, RightOffset, BottomOffset)
please set the parameters "AutoStretch", "RightOffset" and "BottomOffset" optional:
Code: Select all
Result = OpenWindowedScreen(WindowID, x, y, Width, Height, [AutoStretch, RightOffset, BottomOffset])
so it's easier to use.
Posted: Mon Mar 06, 2006 5:17 pm
by Joakim Christiansen
Agreed
Posted: Thu Mar 16, 2006 8:16 am
by Lebostein
Hm...no feedback = no good idea?
I think it's very useful.
Posted: Thu Mar 16, 2006 8:32 am
by Fred
no feedback = no feedback
Posted: Thu Mar 16, 2006 8:55 am
by blueznl
ok feedback
think it's an ok idea, though it wouldn't bother me too much to do it without

Re: OpenWindowedScreen() - 3 last parameters please optional
Posted: Thu Mar 16, 2006 9:08 am
by traumatic
I may be stoned to death for this but...
...just use a macro

Posted: Thu Mar 16, 2006 9:16 am
by Dare2
Let he who is without syntax cast the first stone ..
Re: OpenWindowedScreen() - 3 last parameters please optional
Posted: Thu Mar 16, 2006 9:17 am
by Lebostein
traumatic wrote:...just use a macro

It's not for me, I have no problem with this parameters and I don't use the WindowedScreen. I would like to simplify some things for all PureBasic users. Thats my intention, a better PureBasic. I post every idea....
Posted: Thu Mar 16, 2006 9:20 am
by blueznl
i suppose lebostein is right, there's always room for improvement

Re: OpenWindowedScreen() - 3 last parameters please optional
Posted: Thu Mar 16, 2006 9:29 am
by traumatic
Lebostein, that's perfectly ok to me, sorry if you got me wrong somehow.
Dare2:

Posted: Thu Jan 10, 2008 5:52 pm
by #NULL
+1
and is it possible to have a choose in the style of #PB_Image_Smooth or #PB_Image_Raw for the windowedscreen autostrech as well as for DrawImage(), just as its the case for ResizeImage()? i guess thats rather difficult.
Posted: Thu Jan 10, 2008 8:31 pm
by DoubleDutch
+1
Posted: Thu Jan 10, 2008 9:38 pm
by nco2k
+2
c ya,
nco2k