jpan
04-13-2004, 06:19 AM
Hi,
In the Dashboard, I put in a view (well, an instantiation of a class) that replaces the Entertainment image.
<MapPanel x="2" y="20" width="${immediateParent.width-4}" height="${immediateParent.height-20}" />
This works great, since it resizes automatically as the user resizes the dash window.
However, as the user resizes the dash window, I need to capture the event and send the new window size to a server. How can I capture this event? As far as I understood, the resize state is applied and then removed. I basically need to be notified when it is removed. How can I do this? Or, is there a better way??
Thank you very much!
In the Dashboard, I put in a view (well, an instantiation of a class) that replaces the Entertainment image.
<MapPanel x="2" y="20" width="${immediateParent.width-4}" height="${immediateParent.height-20}" />
This works great, since it resizes automatically as the user resizes the dash window.
However, as the user resizes the dash window, I need to capture the event and send the new window size to a server. How can I capture this event? As far as I understood, the resize state is applied and then removed. I basically need to be notified when it is removed. How can I do this? Or, is there a better way??
Thank you very much!