Dietrich Streifert schrieb:
Thank you!

That did it.

Is this the "official" way how this case should be handled (@Sebastian)?

yes


Best regards...

Oliver Vogel schrieb:

Hello Dietrich
there is nothing  wrong and this isn't a bug.
i have had the same problem some days ago.

The "problem" is, that qooxdoo works with internal queues. these queues are only processed if there is a mouse-move ore something other. if you fill the list at your own, the queues are "filled" but not processed. this is only done if you move the mouse OR:

if you use:

    QxWidget.flushGlobalQueues();

this forces the queues to be processed and everything is fine ;-)

for me it works - but only in renderer

Olli



Dietrich Streifert schrieb:

Hello List,

here is an example of a QxList which is filled from data retrieved via QxXmlHttpLoader. This is a InternetExplorer example only. In my real code the bug shows in FireFox as well.

The bug shows if one of the two buttons is clicked (then released) and the mouse is NOT moved: nothing is drawn into the QxList. After moving the mouse the items are drawn. You can test it by alternately clicking the reload buttons.

I hope the bug is reproducable.

The xml-Files items1.xml and items2.xml have to be located in the same directory as Data_Handling_3.html.

Any clues what is wrong here?

Any help would be great.

Thank you.

Best regards....

------------------------------------------------------------------------

<?xml version="1.0" encoding="ISO-8859-15"?>
<data>
    <item>Jenny</item>
    <item>Carol</item>
    <item>Anna</item>
    <item>Jona</item>
</data>
------------------------------------------------------------------------

<?xml version="1.0" encoding="ISO-8859-15"?>
<data>
    <item>Peter</item>
    <item>Will</item>
    <item>Karl</item>
    <item>John</item>
</data>

------------------------------------------------------------------------

Test for QxData, QxDataManager and QxXmlHttpLoader. The input fields have a noticeable flickering while loading the page. This is because we send 4 load requests for the persons in list below on the page load.






-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to