RobotStudio event

Help !Command Bar no event action

Options
Hello,
Please help to check why the command bar menuitem no event action?

I make a command bar and a button,why the command bart menuitem no action?

 

 

Thanks /Lister

 

image

image
lister2011-06-22 04:07:37

Comments

  • Abhishek PM
    Options


    Hello,
     
    Events should be defined for each menuitem that gets created for CommandBar.
     
    To add events to the menu item,
    1. In the Properties window, select the menu item from the drop-down list.
    2. Click Events icon and double-click to open the Events Panel.
    3. Click Add Action to add an action/event to the menu item.

    image

     
    Kindly lets us know if you need more information.
     
    Thanks