Re: How to send mouse commands?
In PowerPro-Beginners, "Leland" <lelandlwp@...> wrote, on
Sat, 15 May
2010 04:01:18 -0000:
>In the Config dialog and Command Lists tab, I create a new item.
>I entered a Name and place the following commands in the bottom list box.
>win.mouse("ab 306 474")
>win.mouse("lc")
>win.mouse("lc")
>
>
>I do not think I need the second left click but added just to be sure.
>
>
>When I execute this item, the window gets selected but the button action does not occur. Does anyone see
what I am doing wrong?
You are trying to use win.mouse with Vista. You need to use win.sendmouse
instead. This is covered in Help. See "Help -> Index -> windows vista".
win.sendmouse("ab 306 474")
win.sendmouse("lc")
--
--
Carroll B. Robbins, Jr.
------------------------------------
PowerPro can be found here: http://www.ppro.org/
and here: http://ppro.pcrei.com/Yahoo! Groups Links
<*> To visit your group on the web, go to:
(Continue reading)