BrowserResizeListener dispatches a sizeChanged event on the view when the 
browser is resized.

Someone is struggling with how to use it:

https://stackoverflow.com/questions/58128204/how-do-i-get-the-application-width-height-based-on-browser-height-width
 
<https://stackoverflow.com/questions/58128204/how-do-i-get-the-application-width-height-based-on-browser-height-width>

I’d really like to tell them to just specify a `sizeChanged` handler in the 
MXML of the view, but View (or ViewBase) does not have that event metadata. I’m 
tempted to add it, but it would only work if the app specifies the resize bead.

This is really a general problem of how to specify events in MXML when the 
events are dependent on beads. I’m not sure what the correct answer is to this 
problem.

Thoughts?
Harbs

Reply via email to