> geo schrieb:
>> Fabian
>>
>> Thanks, but the problem with "appears" event is that all the in progress 
>> modification are visible.
>> With the "beforeAppear" event the same modification are made within a 
>> background task just before the component appear. Aesthetically it is 
>> cleaner.
>>
>>   
> Have you observed any flicker, when using "appear"? With our current 
> implementation it is hard to reintroduce "beforeAppear" but if you think 
> its useful feel free to open a bug for it.
> 
> Best Fabian

Hi Fabian

I'm not the OP, but i noticed some flicker while fading a window in when
opening (see my post in the "Subclassing windows with animations?"
thread). I solved the Problem by setting the widgets opacity to 0
beforehand. One could also use that method for the described problem:
Set the opacity to 0, modify widget on "appears" and set the opacity to 1.

Roman

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to