Hi all -
I'm trying to figure out if there is any 'onPopOut' type
notification/event in GD 4.0 Beta (which looks like is a new
model/architecture). BTW, for the moment I'm working in just
javascript. The view object has 'onrestore' and 'onminimize' events
which both work fine, but I can't find anything for popouts (though
'onsized' does still fire during a popout). I see that they still list
a 'gddTileDisplayStatePoppedOut' Tile display state, but I think this
was only for the pluginHelper objects' onDisplayStateChange() - that
object doesn't seem to be around in the 4.0 beta model (and I think I
read in another thread that even that popout notification was buggy).
Anyone else find an undocumented popout notification, or can set me
straight otherwise? It's not crucial but my only idea right now would
be to try to setup a state machine of sorts to track the view state
from the other available events.
Thanks for any help.
Kregg