Hello Qx Community,

I work on a function that create elements at runtime. But I don't know how
to "wake up" the previously created elements.

In my function, I make use of an existing node in the window's document
element. => qx.html.Element() => useElement(...) (STEP 1)

Then I create a new qx.html.Element and finally add it to the existing node
in STEP 1.

After what I thought a simple flush() would create and active the new
element but it seems not working. To be more precise, the qooxdoo app is
already rendered and running.

So most probably I didn't understand how the "lazy elements" behaves.

How can I manage it ? Any ideas ?

Thanks in advance,

Regards,

BenoƮt.
-- 
View this message in context: 
http://n2.nabble.com/qx-html-Element-flush-and-rendered-dom-elements-tp4548771p4548771.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to