Toolbar buttons

patch

Member³
Is there, or will there be, a way to remove a toolbarbutton once it has been created with the IDE_CreateToolButton. For one of my plugins I want to be able to add/remove/modify toolbarbuttons at runtime. But when I try to recreate a button this results in an error :-(

Any help is appreciated.
 
It is currently not possible to add/remove/modify toolbar buttons at run-time. An error should never occur though. Can you send me a little code example that produces the error, as well as an error description?
 
Hi Marco,

Just sent you an email with the code.
The error received is:
A component named PlugIn_BtnError_pluginv10_Error_plugin__1 already exists
caused by Plug-In: Error plugin v1.0

Disable it?
 
Back
Top