Re: [qooxdoo-devel] Client data in qx.io.remote.RemoteRequest

2006-11-24 Thread Christian Harms
Jonathan Pilborough schrieb: >Hi, >I want to use qx.io.remote.RemoteRequest to fetch some data then put into a >table widget. >The parsing will be handled in the completed event. The trouble is, I can't pass data >back from the event handler, and I can't work out how to give the event handler the

[qooxdoo-devel] Client data in qx.io.remote.RemoteRequest

2006-11-23 Thread Jonathan Pilborough
Hi, I want to use qx.io.remote.RemoteRequest to fetch some data then put into a table widget. The parsing will be handled in the completed event. The trouble is, I can't pass data back from the event handler, and I can't work out how to give the event handler the table to fill through a custom d