I have a series of array labels placed vertically on a panel, same height, various widths.
when a listview (on a panel) which is being used as a menu has concluded they resize
The menu does partially cover the labels.
Touching any of the labels causes them to return to their original width
same bug also occurs if i use a spinner
any ideas ?
I've tried;
moving the menu, so as not to cover any of the effected labels.
invalidate (Each label)
Dim J As JavaObject = ControlPanel
j.RunMethod("requestLayout", Null)
doevents (last result!)
when a listview (on a panel) which is being used as a menu has concluded they resize
The menu does partially cover the labels.
Touching any of the labels causes them to return to their original width
same bug also occurs if i use a spinner
any ideas ?
I've tried;
moving the menu, so as not to cover any of the effected labels.
invalidate (Each label)
Dim J As JavaObject = ControlPanel
j.RunMethod("requestLayout", Null)
doevents (last result!)