newLISP Fan Club

Forum => newLISP Graphics & Sound => Topic started by: HPW on July 22, 2007, 10:47:16 PM

Title: save settings pos and size
Post by: HPW on July 22, 2007, 10:47:16 PM
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)