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
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
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
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:
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!
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
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