[qooxdoo-devel] Remove/dispose

2006-12-15 Thread zindel
Hi here is the example of code: // part 1 layout = new qx.ui.layout.VerticalBoxLayout(); mycontrol = new my.package.MyControl(); //MyControl derived from VerticalBoxLayout . //part 2 layout.remove(mycontrol); Take a look to "part 2". I'm removing the control from parent. Is this enough or s

[qooxdoo-devel] When to use RemoteTableModel

2006-12-15 Thread Rusi Filipov
Hello! I just wrote a TableModel that is filled with data that comes from the server. Now, how big should be the data for it to be worth to use a RemoteTableModel? 10 KB, 50KB, 10 MB? Currently I'm transferring 100 small records with a total size of 32 KB. I'm using an async call and it takes

Re: [qooxdoo-devel] Long running scripts under FF

2006-12-15 Thread jamescowan
I am finding that rendering a tree of about 3000 TreeRowStructures and 3000 TreeFolders takes about 20 seconds. The time is spent in creating (and/or rendering?) the treeRowStructures and Treefolders. If I comment this code out, there is no problem traversing the object structure from which the t

Re: [qooxdoo-devel] Making the row/column font in qx.ui.table.TablePane configurable

2006-12-15 Thread Til Schneider
Til wrote: > OK, I see. I think this is the wrong place to set the font family. This > should be done by the DataRowRenderer. I'll add the two properties there. Done. Revision 5271 - Take Surveys. Earn Cash. Influence the

Re: [qooxdoo-devel] Making the row/column font in qx.ui.table.TablePane configurable

2006-12-15 Thread Dietrich Streifert
Til Schneider schrieb: Yes this is OK as long as it is possible to have individual font families and font sizes for each table instance. Do you create the patch and check it in? Yes. Thanks allot Til Regards...

Re: [qooxdoo-devel] Making the row/column font in qx.ui.table.TablePane configurable

2006-12-15 Thread Til Schneider
> Yes this is OK as long as it is possible to have individual font > families and font sizes for each table instance. > > Do you create the patch and check it in? Yes. - Take Surveys. Earn Cash. Influence the Future of I

Re: [qooxdoo-devel] Making the row/column font in qx.ui.table.TablePane configurable

2006-12-15 Thread Dietrich Streifert
Til Schneider schrieb: Dietrich Streifert schrieb: here we go: OK, I see. I think this is the wrong place to set the font family. This should be done by the DataRowRenderer. I'll add the two properties there. Usage would be: mytable.getDataRowRenderer().setFontFamily("blubb");

Re: [qooxdoo-devel] Making the row/column font in qx.ui.table.TablePane configurable

2006-12-15 Thread Til Schneider
Dietrich Streifert schrieb: > here we go: OK, I see. I think this is the wrong place to set the font family. This should be done by the DataRowRenderer. I'll add the two properties there. Usage would be: mytable.getDataRowRenderer().setFontFamily("blubb"); mytable.getDataRowRenderer().setF

Re: [qooxdoo-devel] Making the row/column font in qx.ui.table.TablePane configurable

2006-12-15 Thread Dietrich Streifert
here we go: Til Schneider schrieb: Dietrich Streifert schrieb: What do you think? Could you post the patch? I would like to see the code changes. - Take Surveys. Earn Cash. Influence the Future of IT Join So

Re: [qooxdoo-devel] Making the row/column font in qx.ui.table.TablePane configurable

2006-12-15 Thread Til Schneider
Dietrich Streifert schrieb: > What do you think? Could you post the patch? I would like to see the code changes. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the

[qooxdoo-devel] Making the row/column font in qx.ui.table.TablePane configurable

2006-12-15 Thread Dietrich Streifert
Hello List, Hello Tilman, TablePane has tow occurances of "hardcoded" font family definitions in the code. Additionally there are class constants for row fonts: qx.Class.CONTENT_ROW_FONT_FAMILY = '"Segoe UI", Corbel, Calibri, Tahoma, "Lucida Sans Unicode", sans-serif'; qx.Class.CONTENT

Re: [qooxdoo-devel] Firebug 1.0

2006-12-15 Thread Rusi Filipov
Hi, Daniel Gagnon schrieb: > I just love that nifty Firefox Extension. The 1.0 release is near > (beta is available and working like a charm). It's the best help ever > made to code in Javascript. Profiling, debugging, inspecting, it does > everything! Just look at the functions for 1.0, it's j

Re: [qooxdoo-devel] Extending AbstractTableModel

2006-12-15 Thread Rusi Filipov
Hi Til, Til Schneider schrieb: > You have to override the abstract methods, the AbstractTableModel > inherits from the TableModel. These are getRowCount, getValue and > setValue (the last may be empty). > > Take a look at the SimpleTableModel, it should be a good example for own > table models

[qooxdoo-devel] Problem with putting ButtonView into VerticalBoxlayout

2006-12-15 Thread Sergei Kolomiets
Hi all! I have a problem with putting ButtonView with pages into VerticalBoxlayout. For example at 'At-glance' sample I used myLayout.add(barView) instead of barView.addToDocument(). After this manipulations I dont see pages. Is it correct to use layout instead document as container for buttonvie

[qooxdoo-devel] treefullcontroll.TreeFolder.setIcon dont change the icon

2006-12-15 Thread Christian Harms
Hi, to change the Icons in a treenode the methods setIcon and setIconSelected looks goods. But in the treefullcontrol-Treefolder Object there are only properties and will not automaticly update the icons. Only with internal calls will this works. treeNode.setIcon(...); treeNode.setIconSelecte