I just tried my code using the 2.01 version of qooxdoo and it works. The
bug must be somewhere in the older version of qooxdoo that I was using.
Thanks for looking at this.
Jim
On Thu, Sep 27, 2012 at 8:02 AM, Jim Hunter <[email protected]> wrote:
> Yes, I know my code is good. That's why I want to know what will cause the
> event to NOT work. Any ideas?
>
> Thanks,
> Jim
>
>
>
> On Thu, Sep 27, 2012 at 6:47 AM, Daniel Wagner <[email protected]>wrote:
>
>> 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
>>
>
>
------------------------------------------------------------------------------
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