Add a new toolbar

Build 1501 on 14/Nov/2017  This topic last edited on: 6/Sep/2016, at 13:33

To add a new toolbar in system add-ins, the following steps are needed:

hmtoggle_plus1Step 1: Create new "toolbarfactory" call in SHELL.VB
hmtoggle_plus1Step 2: Create a new "tick sensor" function in SHELL.VB
hmtoggle_plus1Step 3: Create a new "toggle" toolbar function in SHELL.VB
hmtoggle_plus1Step 4: Create a toolbar definition in XXX_TABITEMS.XML
hmtoggle_plus1Step 5: Create a toolbar show/hide option in the main menu

--------------

To add a new toolbar in custom add-ins, the following steps are needed:

Click to toggle expandStep 1: Create a class for custom toolbar in CustomMainAddIn of CUSTOMSHELL.VB
2hmtoggle_plus1Step 2: Create new "toolbarfactory" call in CUSTOMSHELL.VB
hmtoggle_plus1Step 3: Create a new "tick sensor" function in SHELL.VB
hmtoggle_plus1Step 4: Create a new "toggle" toolbar function in SHELL.VB
hmtoggle_plus1Step 5: Create a toolbar definition in XXX_TABITEMS.XML
hmtoggle_plus1Step 6: Create a toolbar show/hide option in the main menu