-
News and relnotes.txt:
"Final release 2.0.7 available - updated CzechOnlyResourceFactory class, that contains polish translations for OpenSwing components"
CzechOnlyResourceFactory class contains CZECH translations. :)
Regards
Jacek.
2009-08-28 08:45:47 UTC in OpenSwing
-
I have problem with lookupController. I need to set initially more than one columns as sorted. I'm using set maxSortedColumns() and setSortedColumn() methods, but I can't set sorting order for this columns. Consequently only last declared column is sorted, because all have the same sorting order equel 0.
I suggest to add new parameter 'sortingOrder' to existing setSortedColumn() method...
2009-07-12 11:09:32 UTC in OpenSwing
-
Fix of my misspelling in PolishOnlyResourceFactory:
dictionary.setProperty("remove current grid profile", "Usu\u0144 bie\u017C\u0105cy profil uk\u0142adu tabeli");.
2009-06-28 16:09:46 UTC in OpenSwing
-
I need to define for some columns of grid default filter conditions (like default sorting order and versus). Is it possible to add to Column class new property (f.e.: FilterWhereClause[] defaultFilterValues;) and store its values (if defined) in "default profile" by the GridControl.setDefaultProfile() method?
Thanks,
Jacek.
2009-06-25 10:53:29 UTC in OpenSwing
-
Thank you.
2009-06-10 08:24:04 UTC in OpenSwing
-
see: https://sourceforge.net/tracker/?func=detail&aid=2784973&group_id=167774&atid=844298
In Form.push() method one error message "Error while saving: incorrect data." occurs in three places.
I suggest to change it in line 1466 to new "Error while validating data:" with new dialog title "Validation Error" (line 1467).
2009-06-06 16:18:22 UTC in OpenSwing
-
"What do you mean exactly for "buttons on "windows" bar " ???"
This is a panel in the bottom containing opened windows icons ( = MDIFrame.winIconsPanel). I would like to see for every icon tooltip showing full title of its window, because I have long window titles and icon shows less then 20 chars only.
2009-05-26 11:56:54 UTC in OpenSwing
-
Is it possible to add tooltips to buttons on "windows" bar with full frame title as tooltip text?
Thanks
Jacek.
2009-05-24 09:58:18 UTC in OpenSwing
-
I'm back this request.
Jacek.
2009-05-24 09:51:47 UTC in OpenSwing
-
My environment:
OpenSwing 2.0.2
Java 1.6.0_13-b03
When I run demo40, set first column ("Year") invisible and click on sign [+] to expand inner grid, I get exception:
java.lang.ArrayIndexOutOfBoundsException: 4 >= 4
at java.util.Vector.elementAt(Unknown Source)
at javax.swing.table.DefaultTableColumnModel.getColumn(Unknown Source)
at...
2009-05-23 17:56:54 UTC in OpenSwing