Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
380
UltraWinToolbarManager
posted

I am wondering if there is cache or something I keep getting wierd behaviour from the toolbar.  I have 4 buttons on a generic control.  I add the control to a form.  depends on which form the control is added I either hide 2 buttons or show all 4.

 I had all 4 buttons showing.  Then added the functionality to hide the 2 buttons

        ToolBar.NewRecordButton.SharedProps.Visible = SearchOnlyFlag
        ToolBar.MovePopUp.SharedProps.Visible = SearchOnlyFlag

Tested it worked great. 

 Now I can't get those 2 buttons to show up again.  So far the only way I know how to get them back is delete the toolbar and recreate it. 

I am using  71 HotFix Build.1067 and VS 2005.  

 

Any help in this situation would be greatly appreciated.

 

Parents Reply Children
No Data