- Is there a nice and not much processor consuming way to move all TitleWindow instances within the application visible area when the application been scaled – change it’s width or height ?
Is there a nice and not much processor consuming way to move all TitleWindow
Share
You can listen to
systemManager‘sresizeevent and then iterate all the pop ups the following way (in resize handler):