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
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
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(
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
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
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
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
>
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
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
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
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
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
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
13 matches
Mail list logo