In my application I've a main shell window and lots of dialogs (classes extends Dialog
). I use setSize(width,height)
when initializing them, but I know that users constantly resize them for their taste.
What is a smarty way to get notified when the size changes so I can store/load them?
(And why don't do toolkit provide such a thing out of the box, like XUL?)