Hi All,I'm not sure if this is intentional, but the definition of the window-statusbar-text appearance seems to have been missing an explicit font since at least version 0.1.5. The result is that in some browsers the (default) statusbar font is different to the font used elsewhere in your Qx app.H
Hi Alex, Sebastian,
That works, but it doesn't look really nice, because i have large arrays
with objects that describe various widgets and regular expressions
belong to it. Is there any way to patch this issue in generator.py?
>> i have(as an example) following object:
>>
>> var text =
Hi Sebastian,
I think I've found another treecompiler failure: when a block node is
not the
first (or the only) child of another node, it should be separated from its
preceding sibling by a semicolon (except when its preceding sibling is a
block
too), but the treecompiler simply attaches the
Ooops !!!
I found my own answer ... use:
tableModel.setColumnIds
tableModel.setColumnNamesById
Jesus Perez wrote:
>
> Hi:
>
>I would like to know if there is a way to have columns headers with a
> label with diferent value than the one is set with setColumns-head.