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