[qooxdoo-devel] Font for window-statusbar-text appearance

2006-09-23 Thread Simon Bull
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

Re: [qooxdoo-devel] generator.py problem

2006-09-23 Thread Alessandro Sala
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 =

[qooxdoo-devel] New treecompile bug

2006-09-23 Thread Alessandro Sala
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

Re: [qooxdoo-devel] Changing column head in tables using setDataAsMapArray

2006-09-23 Thread Jesus Perez
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.