[Bug 4221] VistaTask can run apps, but two-word menu items confuse it

Wine Bugs wine-bugs at winehq.org
Wed Jun 28 01:51:06 CDT 2006


http://bugs.winehq.org/show_bug.cgi?id=4221


dank at kegel.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From dank at kegel.com  2006-28-06 01:51 -------
OK, I was an idiot.  The right fix is to tell the script
to wait for the picasa window to appear.  e.g.

<?xml version="1.0" ?>
<VistaTask>
<step>
        <action>Start</action>
        <text>c:\Program Files\Picasa2\Picasa2.exe</text>
</step>
<step>
        <action>Wait for Window to Appear</action>
        <text>Picasa2</text>
        <timeout>60</timeout>
</step>
<step>
        <action>Select Menu Item</action>
        <text>&amp;File; &amp;Import From</text>
</step>
</VistaTask>


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list