Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
295
SwfToolbar (Menu click) not able playback (as it not able find sublevel menu to click)
posted


Hi,

 

Following is the code (Recorded, the menu click -> sub level Menu click -> Menu Item click)

 .SwfToolbar("_Main_Toolbars_Dock_Area_To").PerformToolAction tbmgrToolbar, tbmgrDropDown, "tlbMainMenu", "Asset"
     .SwfToolbar("_Main_Toolbars_Dock_Area_To").PerformToolAction tbmgrMenu, tbmgrDropDown, "tlbMainMenu,SubMenu", "SubLevelMenu"
 .SwfToolbar("_Main_Toolbars_Dock_Area_To").PerformToolAction tbmgrMenu, tbmgrClick, "tlbMainMenu,SubMenu,SubLevelMenu", "NewMenuItem"

 

While playback, it throws an error Object is not visible

as after clicking the first menu , it tries to find the sub menu (by that time) the clicked first level Menu disappears.

 

How to hold off the display of First level Menu, so it can click the second level menu?

I've to click the Menu item which comes after clicking 1st Menu bar Option 'File' and then 2nd level menu option 'New'.

Pl sugggest me the solution.

 

Thx in advance,

~Laxmikant

Parents Reply Children