java - Ext Gwt setVisible results in disappearing fields -
i'm having issue have 4 form fields in fieldset. if conditions met, use setvisible(true/false)
hide or show fieldset.
i'm running problem hide fieldset, when make appear, doesn't display labels , textfield boxes.
if in reverse, show fieldset, hide later, have no problem switching between views , having show properly.
i use hboxlayout fieldset. i'm wondering if it's layout potentially causing problem or maybe it's rendering order?
does have workaround or solution?
thanks.
the workaround found removing , adding fields again. it's still not identical, fields seem pushed on bit left side, @ least shows again.
Comments
Post a Comment