Re: [qooxdoo-devel] JSONSchema

2010-06-06 Thread MartinWittemann
Hello Christian, interesting Idea to include such a validation into the framework. It could be quite useful in the source / developer version of an app. How far is the standardization process on the JSON schema? Do you know if there will be some major changes in the future? But its either way wort

Re: [qooxdoo-devel] qooxdoo friendly charting library

2010-06-06 Thread Fritz Zaucker
I like jqplot and it works well with Qooxdoo. There is a contrib jqxplot (just a simple example how to use it). I didn't update it to Qooxdoo 1.1, but I wouldn't expect any difficulties. Cheers, Fritz On Sun, 6 Jun 2010, Bee Jay wrote: > Hi all, > > I'm now looking for charting library for qooxd

Re: [qooxdoo-devel] ANNC: qooxlisp 0.1: qooxdoo + Common Lisp

2010-06-06 Thread Kenneth Tilton
nextime wrote: > On Fri, Jun 04, 2010 at 06:27:26AM +0200, f...@mail.dnttm.ro wrote: >> I can see a benefit of having the possibility to create web applications >> from your (and your team's) language of choice. But this doesn't eliminate >> the problems of having all logic executed server-sid

[qooxdoo-devel] Context Menu/TreeVirtual not showing up with qooxdoo 0.7.x!!!!

2010-06-06 Thread Fru Ndenge
Hi all, I couldn't figure this one out: I would like a customized Context Menu to show up i.e. to work with the TreeVirtual by right clicking a tree element node or leaf) of the virtual tree! I have a legacy app. and am restricted to work only with any 0.7.x qooxdoo-Version (and the respective

[qooxdoo-devel] qooxdoo-devel: QX Build - Javascript Improvements - Why Parenthesis Needed? For Petr Kobalí ček

2010-06-06 Thread Jason P Sage
Petr; I think it is because the "function" is actually being passed as a parameter. This is actually pretty cool if you think about it. I'm one of those guys who is very much a fan of truly compiled code; but javascript I find to be a very slick one language indeed. It's got a lot of neat thin

[qooxdoo-devel] JSONSchema

2010-06-06 Thread panyasan
Hello, what are your thoughts on including a json schema validation into the framework? There seems to be an emerging standard (http://json-schema.org/) with reference implementations. Most of the time, it is the server's responsibility to ensure data integrity, but with more and more work migrat

Re: [qooxdoo-devel] ANNC: qooxlisp 0.1: qooxdoo + Common Lisp

2010-06-06 Thread nextime
On Fri, Jun 04, 2010 at 06:27:26AM +0200, f...@mail.dnttm.ro wrote: > I can see a benefit of having the possibility to create web applications > from your (and your team's) language of choice. But this doesn't eliminate > the problems of having all logic executed server-side and having huge stat