-
16 Feb 2013 12:21 AM #1
Answered: [FREQ] Window events
Answered: [FREQ] Window events
I think you should add some event to the Ion.ui.Window object. It could be useful for saving status. position etc. about a window.
Now I can see just "closing"
http://docs.sencha.com/desktop-packa.../Ion.ui.Window
What about adding some of list below?- resizing
- moving
- maximizing
- minimizing
- fullscreenrendering
- statechanging
- showing
- rendering
-
Best Answer Posted by jarrednicholls
Excellent request, thank you!
Just FYI, there is an event in Ext JS to capture resizing of the window/viewport: http://docs.sencha.com/ext-js/4-1/#!...onWindowResize In this event, you are provided with the content/viewport dimensions (document.width, document.height) but can certainly query Ion.ui.mainWindow.dimensions, etc. The event is the interesting part, of course.
-
20 Feb 2013 7:57 AM #2Sencha - Desktop Packager Dev Team
- Join Date
- Mar 2007
- Location
- Baltimore, MD.
- Posts
- 1,745
- Vote Rating
- 6
- Answers
- 20
Excellent request, thank you!
Just FYI, there is an event in Ext JS to capture resizing of the window/viewport: http://docs.sencha.com/ext-js/4-1/#!...onWindowResize In this event, you are provided with the content/viewport dimensions (document.width, document.height) but can certainly query Ion.ui.mainWindow.dimensions, etc. The event is the interesting part, of course.
You found a bug! We've classified it as
ION-1033
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.


Reply With Quote