save settings pos and size

Started by HPW, July 22, 2007, 10:47:16 PM

Previous topic - Next topic

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


Quote
(set 'currentAppHeight 834)



(set 'currentAppWidth 1152)



(set 'currentAppX 0)



(set 'currentAppY 0)


When I then do 'save settings' I get:


Quote
(set 'currentAppHeight 786)



(set 'currentAppWidth 1144)



(set 'currentAppX 4)



(set 'currentAppY 44)
Hans-Peter