Hi there,

i followed the tutorials and i was wondering how to do the following:

In the tutorials data using JSONP is bound via:

this.__store.bind("model", this, "tweets");

This works ok for a JSONP provider that returns a flat array as such:
[{"key1": "value"},{"key2": "value"}, {"key3": "value"}] 

When trying another JSONP suppliers i get data back in the format like:
["items":[{'key1":"value"},{"key2": "value"}, {"key3": "value"}] 

Example: 
http://www.geonames.org/postalCodeLookupJSON?postalcode=&callback=Qooxdoo

When i try to map it it seems that i need to create a manual qx.data.Array ,
i have no clue how to do this.. Could someone please shed some light on this 
and tell me how to do this?

-- 
Marco Pas

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to