I'm not experienced with javascript at all so bear with me. I'm trying to
make a Web Interface with many buttons, check boxes, selection lists, etc.
and associate with these widgets a set of data. So that changing the
selections on the interface update the data set.
Using qooxdoo, I made a class
Hi,
I have two questions, mainly about the list controller.
1) First, does the removeAllBindings() work for data arrays that are bound
to a UI element such as a selectbox?
The following code for example throws an error:
var listController = new
qx.data.controller.List(this.getFonts(
On Thu, Nov 5, 2009 at 19:02, Gianluca Rettore wrote:
> I have call a remote procedure with qx.io.remote.Request
>
Ah, here's the problem.
If you want to run a remote procedure, then you want to be using
qx.io.remote.Rpc, not qx.io.remote.Request. Please have a look at the Rpc
documentation on th
Hi, guys!
We just launched the web version of the iRequest Live!
You can create playlists and other people can request songs from them.
It's running on qooxdoo 0.8.3 stable frontend and Ruby On Rails 2.3.4
backend.
Check it out at http://www.irequestlive.com
It's free, and I hope you will like
I have call a remote procedure with qx.io.remote.Request
crossDomain is true
so the result is script.
Well, i have return this script
new qx.io.remote.transport.Script._requestFinished(<%=
params['_ScriptTransport_id'] %>,<%= @clienti %>)
where @clienti is a json
now i don,t have error and i