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

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -