Window resize?

Is there a way to fire a method when the smart client’s window resizes?

I can’t find anything.

greg.

Greg,
IN a plugin you could create a listener for the resize event:
See

then:

Once you have the event received then you could do something, maybe a callback in Javascript?

Regards,
Tom