Skip to main content

AddMarkup tool in I Want To Menu

Comments

1 comment

  • Mark Norbury
    I've found my answer in the Desktop.json.js file for the viewer.

     

    Command:SetActiveTool

     

    Parameter: FreehandMarkupTool

     

    My problem finding things in the Commands documentation was that I was using the menu on the side.  If instead I type in the search box making some guesses at what I think the commands should be then I am able to find the right commands.

     

    I took this further and created a workflow that executed several RunExternalCommand activities, as follows.

     

    ToggleToolbar True

     

    SetCurrentTab ToolsTab

     

    SetActiveTool FreehandMarkupTool

     

     
    0

Please sign in to leave a comment.