[qooxdoo-devel] qxjqplot contribute?

2011-05-27 Thread smisobnline
Hello, how can i acces the option. when i have an example like this: |$(document).ready(||function||(){| |||var| |line1=[[||'2008-06-30 8:00AM'||,4], [||'2008-7-30 8:00AM'||,6.5], [||'2008-8-30 8:00AM'||,5.7], [||'2008-9-30 8:00AM'||,9], [||'2008-10-30 8:00AM'||,8.2]];| |||var| |plot2 = $.j

[qooxdoo-devel] qxjqplot contribute and date axis?

2011-05-27 Thread smisobnline
Hello i us this in my app var data = j["data"]["maindata"]; var plot = new qxjqplot.Plot(data, { title:title,

Re: [qooxdoo-devel] Contributes compatibility?

2011-05-27 Thread smisobnline
Hi, ok, but i use it with 1.2 or 1.3. Why this version not avaible now? > Hi, > > you need to make sure that your application and any included libraries > depend on the same qooxdoo version. If you look into the Manifest.json > file of the contribution, it will probably say ["1.4"] under > in

Re: [qooxdoo-devel] generate question

2011-05-27 Thread Fritz Zaucker
Hi Thomas, Previous test: 3.59 secs Rev 27452: 3.15 secs Cool! Cheers, Fritz On Fri, 27 May 2011, thron7 wrote: > I had to rework my previous solution. It was penalizing iterative > development too much: generating a test runner in the framework, then > changing *one* test file and re-gene

[qooxdoo-devel] custom list item with select box

2011-05-27 Thread Eduard Gamonal
Hi, I'm building a list with custom items with version 1.2.x. An item is a label and a select box with 2 options. The code of the custom list item and the delegate I use are both in http://pastebin.com/3t6b0VxX If I use the code for the selectbox out of the list, it w

Re: [qooxdoo-devel] generate question

2011-05-27 Thread thron7
Fritz, I had to rework my previous solution. It was penalizing iterative development too much: generating a test runner in the framework, then changing *one* test file and re-generating resulted in *all* framework file caches being invalidated; this is nearly like working without cache! So I s

Re: [qooxdoo-devel] Core - Sandbox architecture (was: qcl access demo application)

2011-05-27 Thread panyasan
arsousa wrote: > > I had to make one little change in qcl source to put authentication works > for me. There are two possibilities of authentication , with user and > password other with session id. Both use the same rpc method > "authenticate", but the parameters are different. RPC4Django which

Re: [qooxdoo-devel] Core - Sandbox architecture (was: qcl access demo application)

2011-05-27 Thread arsousa
I had to make one little change in qcl source to put authentication works for me. There are two possibilities of authentication , with user and password other with session id. Both use the same rpc method "authenticate", but the parameters are different. RPC4Django which I use in server side don't

Re: [qooxdoo-devel] Core - Sandbox architecture (was: qcl access demo application)

2011-05-27 Thread panyasan
Dear Ana Rita, thanks for letting us know that qcl-js was helpful to you. If you have any suggestions for improvement, do not hesitate to submit a bug at http://bugzilla.qooxdoo.org/enter_bug.cgi?product=contrib&component=qcl Best, Christian arsousa wrote: > > Hi, > > I've already implemented

Re: [qooxdoo-devel] Contributes compatibility?

2011-05-27 Thread Daniel Wagner
Hi, you need to make sure that your application and any included libraries depend on the same qooxdoo version. If you look into the Manifest.json file of the contribution, it will probably say ["1.4"] under info/qooxdoo-versions. There may be a different version of the contrib that's compatible

Re: [qooxdoo-devel] Core - Sandbox architecture (was: qcl access demo application)

2011-05-27 Thread arsousa
Hi, I've already implemented Core - Sandbox - Modules (QCL) architecture in my project with success. This architecture really fits to me, because I'm developing a web GIS framework (using django, openlayers, qooxdoo) which it will allow to develop web map applications for different projects. That