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
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
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
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
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...
> 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
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");
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
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
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
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
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
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
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
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
15 matches
Mail list logo