PDA

View Full Version : add public setter/getter to restoreSize/restorePosition in Window


lahu
10-31-2008, 09:55 AM
Hi Darell

Can you add public getter and setter (at least getter) to the following fields in the class Window?
private Point restorePos;
private Size restoreSize;If I save state from windows by cookies or something else, I need to read the restoreSize and restorePos fields of the hidden windows. And if I restore the hidden windows, I need to set those fields. This I can avoid (setter), but getter methods would be great.

Thanks a lot

lahu
11-14-2008, 09:49 AM
Darell, I would be pleased to get an answer to my question above. Thanks alot!

lahu
12-09-2008, 06:29 AM
sometimes I feel invisible in here... :)