javeiga-iest opened a new issue #1132:
URL: https://github.com/apache/royale-asjs/issues/1132
I use the sizeChanged event to handle the resizing of a window and update
its content ...
```
addEventListener("sizeChanged", sizeChangedHandler);
addEventListener("widthChanged", sizeChangedHandler);
addEventListener("heightChanged", sizeChangedHandler);
```
The problem is that now I need to handle the resizing of a container, not
just that of the window since there are times when the size of an element can
change without the window being resized.
Is there a way in royale or a bead that allows me to do this?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]