Hello Stefan,

I don't know what entrys is so  always, could you please be so kind And supply 
a working playground example? Maybe you can also try not to use for-in for 
arrays.
Regards Martin


Von meinem iPad gesendet

Am 26.09.2010 um 03:15 schrieb "Stefan Meyer" 
<[email protected]<mailto:[email protected]>>:

I try this  and under firefo its running but in many other browser he get  some 
javascript qoodoo orders and   output some new  entrys
                                    row = 0;
                                    entrys[row] = new Array();
                                    column = 0;
                                    entrys[row][column] = "ARBEITSANWEISUNGID:";
                                    column = 1;
                                    entrys[row][column] = 
j["data"]["ARBEITSANWEISUNGID"];
                                    row = row + 1;

                                    for(var e1 in entrys) {
                                        this.label3[e1] = new Array();
                                        for(var e2 = 0;e2 <= 1;e2++) {
                                            alert(e1+" - "+e2);
                                            this.label3[e1][e2] = new 
qx.ui.basic.Label().set({
                                                value: entrys[e1][e2],
                                                rich : true
                                                });


                                            
this.containerArbeitsanweisungPreview.add(this.label3[e1][e2], {
                                                row                : + e1,
                                                column            : + e2
                                                });
                                            }
                                        }
Why for example ie8 or chrome   find some new  entrys after the added ones?

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]<mailto:[email protected]>
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to