Hi all,<br>
<br>
I am doing a script to handle Totem movie player.<br>
<br>
I used the selectmenuitem() function as selectmenuitem(window_name,
'mnuMovie;mnuOpenLocation') but it is not working since it cannot open
the dialog window. It just select the 'Movie' menu. It was expected to
select 'Movie' menu and afterwards the 'Open Location' submenu, but
this is not happening.<br>
<br>
I had to split this function as:<br>
<br>
selectmenuitem(window_name, 'mnuMovie')<br>
wait(1)<br>
selectmenuitem(window_name, 'mnuOpenLocation')<br>
<br>
in order to make it works. <br>
<br>
It is strange because I have always used selectmenuitem(window_name,
'menu;submenu') to handle submenus, but it is not working&nbsp; for
Totem.<br>
It just works if I put each menu and submenu in a separate selectmenuitem() function.<br>
<br>
Is there any restriction to deal with Totem menus?<br>
<br>
BR,<br>
<br>
Mauricio Lin.<br>