Hi woprandi,

first of all, you have a trailing comma in your model. Please remove it.

{"name" : "name2", "reference" : "ref2"},

Furthermore, using box.set({ ... }) could also be a problem since it could 
happen that the model it set before the others properties.
To avoid this, the model should always be set separately.

Regards,
Romeo

-----Ursprüngliche Nachricht-----
Von: woprandi [mailto:william.opra...@gmail.com] 
Gesendet: Montag, 17. Februar 2014 10:20
An: qooxdoo-devel@lists.sourceforge.net
Betreff: [qooxdoo-devel] Weird error on RPC callback

Hi,

I use a qooxdoo frontend which communicates with a Django backend using RPC 
protocol. I use a method to get specific data and I fill a VirtualSelecBox 
using it. But I got very weird qooxdoo errors, and I noticed these errors only 
appear because I'm in a RPC callback (but I cannot explain that)



As you can see, I use raw data (not RPC result data) and I still have these 
errors :
*
*

Despite that, the VirtualSelectBox is properly filled !! And if I was outside 
the callback, I'd not have these errors.

Anyone can help me to understand ?

Thanks 



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Weird-error-on-RPC-callback-tp7585329.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to