Hi John,

is the "appear" event fired each time, if you open your window, or is 
the event only fired one time?

Cheers,
Chris

John Spackman schrieb:
>
> Hi,
>
> I have a very long form that needs to popup various modal dialogs that 
> are classes derived from Window – the form is so long that it is easy 
> for the dialog to appear off screen and so there is an event handler 
> for each window that hooks onto “appear” with this code to scroll the 
> window into view:
>
> *this*.addListener("appear", *function*() {
>
> qx.bom.element.Scroll.intoView(*this*.getContentElement().getDomElement());
>
> }, *this*);
>
> The only thing is, the scrolling only happens the first time the 
> dialog appears; if I close it, scroll down, and make it reappear it 
> appears off screen. I’ve stepped through the code and there are no 
> errors etc but I can’t see what might be wrong.
>
> Any ideas what I can do to fix it? I’m using 0.8.2 and FF3.5.
>
> Thanks
>
> John
>
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> ------------------------------------------------------------------------
>
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>   


-- 
Christian Schmidt
Software Entwickler

1&1 Internet AG - Web Technologies
Ernst-Frey-Straße 9 · DE-76135 Karlsruhe
schmidt.christ...@1und1.de

Amtsgericht Montabaur / HRB 6484
Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas 
Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr. Oliver 
Mauss, Jan Oetjen
Aufsichtsratsvorsitzender: Michael Scheeren


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to