:: Forum >>

setControlVisible(false) doesn't hide the control

I even call refresh(). What am I doing wrong?
kkeller@ign.com
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?
kkeller@ign.com
Wednesday, May 10, 2006
obj.getStyle("visibility") is undefined initially which is awkward.
kkeller@ign.com
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 support forum

Forum search