Hi, in the previous thread (now in the howto section) it was mentioned how to enable/disable menu items in real time using hescript functions eg
SetMenuProp(“muser_Mypage1”, “Enabled”, “FALSE”); where Mypage1 is a menu identity, and in this case Mypage1 enabled property is made false, so is disabled / greyed out.
I was wondering if a similar approach can be used to enable/disable toolbar buttons? I couldn’t however find any document. Something like SetToolBarProp(“tuser_Button1”, “Enabled”, “FALSE”); if it doesn;t exist would be a cool addition. If such a function already exists, please could you tell me/us what it is, as I really need the ability to control which toolbar buttons are enabled/disabled at runtime…
Thanks.