IonicWind Software

Creative Basic => GUI Programs => Topic started by: aurelCB on June 14, 2008, 08:50:46 AM

Title: How enable toolbar buttons
Post by: aurelCB on June 14, 2008, 08:50:46 AM
Hi all...
My question is how enable or disable buttons in toolbar?
I try but dont work,only work with standard buttons.
maby someone has idea how do this...
thanks advance...
zlatko
Title: Re: How enable toolbar buttons
Post by: LarryMc on June 14, 2008, 01:27:37 PM
In the Help file under CONTROLS/Using Toolbar Controls is:

QuoteCONTROLCMD  window | dialog, toolbarID, @TBENABLEBUTTON, buttonID, enable
Enables or disables the button specified by buttonID. use 1 to enable and 0 to disable the button. A button that is disabled can not be pressed and has a 'grayed out' appearance.

Larry
Title: Re: How enable toolbar buttons
Post by: aurelCB on June 14, 2008, 01:46:54 PM
Oh my i forget this :-[
I try with ENABLECONTROL so that dont work!
Thanks mr. Larry!