3.2.0

setControlVisible(false) doesn't hide the control

I even call refresh(). What am I doing wrong?
kkeller@ign.com
May 7,
This is a bug in AW code. You can hide the controls with

obj.setStyle("visibility", "hidden");
Alex (ActiveWidgets)
May 8,
That works! How do you restore visibility?
kkeller@ign.com
May 10,
obj.getStyle("visibility") is undefined initially which is awkward.
kkeller@ign.com
May 10,
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
May 16,
obj.setStyle("visibility", "visible");
obj.refresh();

worked for me.
Sandip
October 26,

This topic is archived.

See also:


Back to support forum