Page 1 of 1

save settings pos and size

Posted: Mon Jul 23, 2007 5:47 am
by HPW
The 'save settings' code for pos and size seems to save the pos and size of the client area of the editor and not the complete window.

When I setup up a good placing manually I get
(set 'currentAppHeight 834)

(set 'currentAppWidth 1152)

(set 'currentAppX 0)

(set 'currentAppY 0)
When I then do 'save settings' I get:
(set 'currentAppHeight 786)

(set 'currentAppWidth 1144)

(set 'currentAppX 4)

(set 'currentAppY 44)