Re: [qooxdoo-devel] Remote table columns from backend problem.

2010-05-27 Thread Yan Guiborat
Hi, I find a workaround anyway, I don't like that much race conditions, so I used a synchronous call to get columns names and ids, into the constructor. Like this, I'm sure the table is in a stable state when constructed. I'm now using this->debug, have to loose some bad habits ;-) I am JSON e

[qooxdoo-devel] Remote table columns from backend problem.

2010-05-25 Thread Yan Guiborat
Hi List, I'm trying to set the column model of my remote table from the backend. Everything works fine beside this. Here is part of my model code: qx.Class.define("licnet.modellistagentadmin", { extend : qx.ui.table.model.Remote, construct: function() { this.base(arguments);

Re: [qooxdoo-devel] Does qcl works with qooxdoo 1.1

2010-04-29 Thread Yan Guiborat
Thanks Christian, I will try it out then ! I am building an intranet for my client. I planned first to du this job with Drupal, but I understand I wouldn't be able to get the look'n feel he wants this way. So I am turning myself to qooxdoo and pretty happy with it, it is my first step into web

[qooxdoo-devel] Does qcl works with qooxdoo 1.1

2010-04-29 Thread Yan Guiborat
Hi, I've read on qooxdoo website that qcl works with qooxdoo version 1.x and I've read also a few times that qcl works only with qooxdoo 0.8. Can I manage to get it working with qooxdoo 1.x, or should I wait for a new release ? Thanks, Yan.

Re: [qooxdoo-devel] Remote table exemple not loading data problem

2010-04-21 Thread Yan Guiborat
,Nro S,Login,Mot de passe alert(fids);//print: 0,2,3,4,5,6,7,8,9,10,11 var remoteModel = new licnet.modellistagentadmin(); // first param: displayed names, second param: IDs remoteModel.setColumns( fields, fids ); //remoteModel.reloadData(); var table = new qx.ui.table.Table(remoteM

[qooxdoo-devel] Remote table exemple not loading data problem

2010-04-20 Thread Yan Guiborat
Hi, This is my first try into remote data table, my question might be stupid: I took the remote model exemple and modified it like this; ... _loadRowCount : function() { // Call the backend service (example) - using XmlHttp var rpc = new qx.io.remote.Rpc(