We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

XPTaskBarBox visiblity, or .hide() method

Greetings, I have a form with a number of XPTaskBarBox ''s handling the left hand navigation. I want to be able to hide some of these XPTaskBarBox ''s and let others display depending on who is logged in to the system. I have tried toggling the Visible property of the boxes, and I have tried using the .hide() method, and neither are working. To circumvent the code, I manually set the Visible property of one of the boxes to False (and verified that there are no references to the visibility in the code). However, the box still appears at runtime. What could be preventing the box from being hidden, despite the use of .Visible and .Hide()?

1 Reply

RA Robert Alonso April 13, 2005 07:58 PM UTC

Disregard this question. I found a piece of code someone else wrote that was re-toggling the visiblity. >Greetings, >I have a form with a number of XPTaskBarBox ''s handling the left hand navigation. I want to be able to hide some of these XPTaskBarBox ''s and let others display depending on who is logged in to the system. > >I have tried toggling the Visible property of the boxes, and I have tried using the .hide() method, and neither are working. To circumvent the code, I manually set the Visible property of one of the boxes to False (and verified that there are no references to the visibility in the code). However, the box still appears at runtime. > >What could be preventing the box from being hidden, despite the use of .Visible and .Hide()?

Loader.
Up arrow icon