Re: [qooxdoo-devel] "too much recursion" using setTimeout

2011-04-22 Thread gouravmehta
Thanks to all. -- View this message in context: http://qooxdoo.678.n2.nabble.com/too-much-recursion-using-setTimeout-tp6294647p6298755.html Sent from the qooxdoo mailing list archive at Nabble.com. -- Fulfilling the Lean

Re: [qooxdoo-devel] Format table date?

2011-04-22 Thread smisonl...@googlemail.com
Hello, i think, this is the problem: var format = new qx.util.format.DateFormat("dd.MM. HH:ii"); this.table1.getTableColumnModel().getDataCellRenderer(1).setDateFormat(format); after i add the second line, i cant add data to the table i cant add data like this this.table1.getTableModel().s

Re: [qooxdoo-devel] Format table date?

2011-04-22 Thread dragon2k...@gmx.de
Hello, my code looks like this var format = new qx.util.format.DateFormat("dd.MM."); this.table1.getTableColumnModel().getDataCellRenderer(1).setDateFormat(format); this.table1.getTableModel().sortByColumn(1, false); then i add some rows to the table lik ethis this.table1.getTableModel(

[qooxdoo-devel] Format table date?

2011-04-22 Thread dragon2k...@gmx.de
Hello, i create a table column have a date cellrenderer. how must the date look , when i add this directly from a php script? -- Fulfilling the Lean Software Promise Lean software platforms are now widely adopted and t

Re: [qooxdoo-devel] Qooxdoo For Portals

2011-04-22 Thread aditya siram
This is great! I didn't know this demo existed. I can't seem to get to it from the demobrowser. -deech On Fri, Apr 22, 2011 at 1:05 AM, Gabriel Munteanu wrote: > Hi, > > I guess you can have a look at some showcases and demos, a good starting > point being this [it also have links to other drag&d

Re: [qooxdoo-devel] PHP code in Javascript

2011-04-22 Thread Gerrit Garbereder
Yeah! It works!. I've found the difference in the files... The AllowOverride flag was set to "None" but "All" ist the correct value. thanks! -- Gerrit Garbereder Mathematisch-technischer Softwareentwickler RWTH Aachen University, Center for Computing and Communication Rechen- und Kommunikations

Re: [qooxdoo-devel] PHP code in Javascript

2011-04-22 Thread Jean-Baptiste BRIAUD -- Novlog
On 22 avr. 2011, at 14:06, Gerrit Garbereder wrote: > thanks for your answer. > I tested the php module with a test file which contains the phpinfo(); > command. This works fine, so I guess the php module works properly. > > I wonder why it works on the old server cause the javascript include >

Re: [qooxdoo-devel] PHP code in Javascript

2011-04-22 Thread Gerrit Garbereder
thanks for your answer. I tested the php module with a test file which contains the phpinfo(); command. This works fine, so I guess the php module works properly. I wonder why it works on the old server cause the javascript include is done client side, isn't it? Regards, Gerrit -- Gerrit Garbere

Re: [qooxdoo-devel] PHP code in Javascript

2011-04-22 Thread Jean-Baptiste BRIAUD -- Novlog
Check the apache config and ensure PHP module is activated. What you describe look like an apache without PHP activated, so PHP "program" is passed as text to the HTTP client. On 22 avr. 2011, at 12:54, Gerrit Garbereder wrote: > Hey folks, > > I'm working on an old script using qooxdoo 0.8. Th

[qooxdoo-devel] PHP code in Javascript

2011-04-22 Thread Gerrit Garbereder
Hey folks, I'm working on an old script using qooxdoo 0.8. Ther script works on an lampp server very well but i get in trouble when moving it to an current apache2 server. There is a java script file which gets included via html () and has the following content: urlString = "../../"; urlSaveSt

Re: [qooxdoo-devel] qcl access demo application

2011-04-22 Thread etaule
Hi Gabi, The only part commented in commented in config.json "jobs" is PHP JSON-RPC server. This is because if I don't comment this part of config.json when i generate.py source, I have the following error: "Terminating on terminal exception (RuntimeError())" My config.json is: { "name": "ac

Re: [qooxdoo-devel] qcl access demo application

2011-04-22 Thread Gabriel Munteanu
Hi, can you check it out in your config.json file that "jobs" key is not commented? by default, when you generate an application, it is, and one should remove it. cheers, Gabi -- View this message in context: http://qooxdoo.678.n2.nabble.com/qcl-access-demo-application-tp6295025p6296523.html Se

Re: [qooxdoo-devel] qcl access demo application

2011-04-22 Thread Gabriel Munteanu
Hi, can you check it out in your conig.json file that "jobs" key is not commented? by default, when you generate an application, it is, and one should remove it. cheers, Gabi -- View this message in context: http://qooxdoo.678.n2.nabble.com/qcl-access-demo-application-tp6295025p6296522.html Sen