GUI/Maximum window dimensions: Difference between revisions

m
(Added BaCon version.)
Line 98:
id = GUIDEFINE("{ type=WINDOW name=window }")
CALL GUIFN(id, "window", max)
 
RETURN id
 
Line 115 ⟶ 114:
 
gui = Define_Window()
 
ALARM Print_Dimensions, 500
 
event$ = GUIEVENT$(gui)</lang>
{{out}}
OutputResult onwhen executed using my 1600x900 screen:
<pre>1600-838</pre>
 
Anonymous user