Hi,

Has anybody experience in getting the "resize" event on a mobile environment
?

I want to catch the "resize" event of a "qx.ui.mobile.container.Scroll"
containing a "mobileclient.ui.form.Image" to recalculate / scale it's size.
I tried to use 

      this.addListener("resize",function(){
        this._handleResize();      
      }, this); 
      
but the event doesn't appear.




I tried to use

      this.getRoot().addListener("resize",function(){
        this._handleResize();      
      }, this);
      
also on my Application.js but the event doesn't appear.




Cheers

Kora
      




--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/How-to-get-the-resize-event-on-a-mobile-environment-tp7581700.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to