SmartGWT Version: v11.0p_2016-09-27/LGPL Development Only
We recently rolled from an earlier version of SmartGWT:
SmartGWT Version: v10.0p_2015-12-10/LGPL Development Only
We do heavy customization of the styling of controls in our application. Because of this, the fields in a time item need to be wider or we get ellipses and cannot actually see the data without dropping down the list (for things like hours, minutes, am/pm).
After the roll to 6.0 the code we have to set the widths of the child items no longer works. It appears to do nothing. Sample code is attached. Note that it sets the width of the hourItem to 46 pixels. In the previous version this worked. In 6.0 the width of the field is 38px no matter what value the code sets the width to.
We recently rolled from an earlier version of SmartGWT:
SmartGWT Version: v10.0p_2015-12-10/LGPL Development Only
We do heavy customization of the styling of controls in our application. Because of this, the fields in a time item need to be wider or we get ellipses and cannot actually see the data without dropping down the list (for things like hours, minutes, am/pm).
After the roll to 6.0 the code we have to set the widths of the child items no longer works. It appears to do nothing. Sample code is attached. Note that it sets the width of the hourItem to 46 pixels. In the previous version this worked. In 6.0 the width of the field is 38px no matter what value the code sets the width to.
Comment