ID:2013801
 
(See the best response by Reversal Entertainment.)
I am making a window under interface and I want its default size to be the current full screen but I see that when I edit it I must enter its width and height only...

http://s15.postimg.org/rgm4qtaxn/zzz.jpg

Best response
If you design your interface to fit in 800x600 and anchor everything into place, you can then use the following snippet in mob/Login() or client/New() to maximise the window so that it fills the entire screen:

winset(src, "default", "is-maximized=true")


"default" being the name of the parent/main window if you include child elements and additional panes.