Wotcha, folks.
Total noob here. Be gentle with me.
I've always been puzzled/uncomfortable with the display setup of DBp. Being a bit of a Blitz boy, setting up a window of 800,600 is simply a case of GRAPHICS 800,600,32,2. However, with DBp it seems a little more involved, and I'm not not sure if the results I'm getting are valid!
Will the window, shown with the following code, actually give me a working area of 800x600?
set window on
set window size 800,600
set window layout 1,0,0
print "Hi"
wait key
end
I ask as the entire window DBp creates, seems to fit entirely (toolbar and all) into the work area window BB creates of the same dimension!
In short, does the above code create a window of 800x600, of which the toobar and borders take up a few pixels? e.g only create a workable area of 796x560, say?
Does the above make sense? I do tend to waffle.
Much ta.
T.