I added your class to a fresh Desktop skeleton and got the event as 
expected. Have you tried that?

Regards,
Daniel

On 09/27/2012 01:50 AM, Jim Hunter wrote:
> qx.Class.define("swep.J.sfIMBaseGrid",
> {
>    extend : qx.ui.container.Composite,
>    construct : function()
>    {
>      this.base(arguments);
>      this.setLayout(new qx.ui.layout.Canvas());
>      this.addListener('changeHeight', function(evt){
> this.info <http://this.info>(evt.getData());
>      }, this);
>      this.addListener('appear', function(){
> this.info <http://this.info>('got the appear event');
>      }, this);
>    }
> });

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to