-
This would be very useful. Can ffmpeg be used instead though?.
2008-03-20 17:28:09 UTC in FMJ
-
The setSortOrder and the setSortComparator functions on a gridbox column have no effect on the displayed sorted order for data in the drop down. In addition, the data in a dropdown is listed in the reverse order to which it was added.
The code that was used to demonstrate this behavior is:
...
GridBox.Column col1 = new GridBox.Column();
col1.setName("Name");
gb.getCol.
2007-11-26 05:48:23 UTC in ThinWire Ajax RIA Framework
-
When a TableLayout is used to create a layout for a Panel (a panel for example that contains a nunber of labels), and the layout is then placed on a tab page and inserted into a tab control, the table layout is not properly rendered if the tab page does not have focus (for example you have selected another tab in the control, then attempt to alter the contents of the tablelayout on the tab page...
2007-11-08 06:20:34 UTC in ThinWire Ajax RIA Framework
-
For The Label object, the setWrapText(boolean) function has no effect on text formatting.
This function was working in a previous snapshot release.
2007-10-17 16:17:48 UTC in ThinWire Ajax RIA Framework
-
When using a dropdowngridbox component, if the text contains html tags, the tags are not rendered in the actual display box where the selected valus is shown, however the values are rendered properly in the dropdown portion of the control.
For example, if I created a dropdowngridbox that was populated with look values that were like:
"hello There"
"One Two"
"No One".
2007-07-13 17:17:23 UTC in ThinWire Ajax RIA Framework
-
When using a tab control and more tab pages are added to the tab control than there is room for, the tab control should create a second row. The control creates a second row of tabs, however, the second row of tab buttons overwrites the contents of the currently displayed Tab control.
2007-07-13 16:10:08 UTC in ThinWire Ajax RIA Framework
-
I get the following error message occasionally when attempting to open a tree (clicking on the (+) expansion. The problem only happens once in a while, and I can not reproduce it consistently. The tree nodes are configured to recieve drag/drop events, but other than that, there is nothing special about the tree being used.
java.lang.IllegalArgumentException: sourceComponentX{-2} < 0...
2007-06-05 03:48:06 UTC in ThinWire Ajax RIA Framework
-
Please add the ability to display images in the GridBox. The GridBox currently converts everything to a string, even if you add an object that is an Image. I have looked at the TableLayout, but using it would mean having to give up all of the work done by GridBox. This could be made into a general purpose solution by allowing the attachment of a column renderer to a GridBox (similar to Swing)...
2007-03-09 16:36:46 UTC in ThinWire Ajax RIA Framework
-
Followup: The problem is that the default border width is set to ZERO, hence it is never displayed. The width should change depending on the border style selected, since I have found that different border styles requrie different border widths to be rendered properly.
2007-02-09 19:29:18 UTC in ThinWire Ajax RIA Framework
-
Followup: The problem is that the default border width is set to ZERO, hence it is never displayed. The width should change depending on the border style selected, since I have found that different border styles requrie different border widths to be rendered properly.
2007-02-09 19:28:38 UTC in ThinWire Ajax RIA Framework