:: Forum >> Version 2 >>
setControlVisible(false) doesn't hide the control
More information on this topic is available in the documentation section:
/aw.system.control/control-visible.html.
I even call refresh(). What am I doing wrong?
Sunday, May 7, 2006
This is a bug in AW code. You can hide the controls with
obj.setStyle("visibility", "hidden");
Alex (ActiveWidgets)
Monday, May 8, 2006
That works! How do you restore visibility?
Wednesday, May 10, 2006
obj.getStyle("visibility") is undefined initially which is awkward.
Wednesday, May 10, 2006
This is not really a response... more a continuation of this thread.
I don't seem to get
obj.setStyle("visibility", "visible");
to show!!!
(One would think this is impossible to get wrong....!)
J Mansons
Tuesday, May 16, 2006
obj.setStyle("visibility", "visible");
obj.refresh();
worked for me.
Sandip
Thursday, October 26, 2006
This topic is archived.
Back to /aw.system.control/control-visible.html
Documentation:
Forum search