This very simple test in a pushbutton (PushButton1) toggles PushButton2 as expected:

  PushButton2.Visible = not PushButton2.Visible

I think something else is going on in your code.

On Apr 13, 2006, at 09:23, Chuck Pelto wrote:

I've got two sets of buttons. In certain situations, I want one set of the buttons hidden. In another situation, I want the other set hidden.

I had thought that the Visible property of the RectControl would do the trick.

However, I find that when Visible is set to false, the buttons will, indeed, disappear. But when Visible is reset to true, the buttons WILL NOT REAPPEAR.

--
David Glass - Gray Matter Computing
graymattercomputing.com - corepos.com
559-303-4915

Apple Certified Help Desk Specialist

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to