[qooxdoo-devel] One file per

2010-04-02 Thread Sakesun Roykiattisak
Hi, Just curious about the "single Definition" code structure. http://qooxdoo.org/documentation/1.0/code_structure Is it the mandatory rule or merely a suggestion ? My simple experiment reveal that multiple definitions per file is allowed. (Which is good, since, personally I'm not too crazy

[qooxdoo-devel] Qooxdoo images license

2010-04-02 Thread mckwil
Hi, I have a general question about the qooxdoo default images (the images that come with the qooxdoo framework, ie. stored under qooxdoo-0.8.3-sdk\framework\source\resource\qx\compat\icon\..). What kind of license come with these images? I.e. Can we use them in a commercial web application buil

Re: [qooxdoo-devel] NOOB alert - Stuck with inline type app wanting to use toolbar

2010-04-02 Thread Werner Thie
Hi found a solution for the moment, hope it's the preferred one: adding "jobs" : { "build" : { "include": [ "qx.ui.*" ] } } solves the problem nicely. Thxs, Werner On 02.04.2010 14:50, Werner Thie wrote: Hi just trying to get my head around that problem

[qooxdoo-devel] NOOB alert - Stuck with inline type app wanting to use toolbar

2010-04-02 Thread Werner Thie
Hi just trying to get my head around that problem: - create app with type inline, source-all - extend Application.js with code for a toolbar Page displays fine, toolbar working - do a python generate.py build ending up with >>> Resolving dependencies... - ! Unknown global symbol referenced:

Re: [qooxdoo-devel] CheckBox in a table

2010-04-02 Thread Olivier ZORO-BI
hkalyoncu wrote: > hello > > i think the problem is that cell data for the fourth column is null > but it must be true or false since its rendered as boolean > > please check this http://bit.ly/9kuFHr > > regards > huseyin > You are right, It's works like a charm!!! Thanks for your quick help!

Re: [qooxdoo-devel] CheckBox in a table

2010-04-02 Thread hkalyoncu
hello i think the problem is that cell data for the fourth column is null but it must be true or false since its rendered as boolean please check this http://bit.ly/9kuFHr regards huseyin -- View this message in context: http://n2.nabble.com/CheckBox-in-a-table-tp4841568p4841718.html Sent fr

[qooxdoo-devel] CheckBox in a table

2010-04-02 Thread Olivier ZORO-BI
Hi everybody, I'm trying to add a checkBox in a table cell and have a result as in the Qooxdoo browser. I use both qx.ui.table.cellrenderer.Boolean() and qx.ui.table.celleditor.CheckBox(). It seems to work but I don't don't see a visual checkBox which I can select or not in my table. Could som