--- In [EMAIL PROTECTED], "swzoh" <[EMAIL PROTECTED]> wrote: > > --- "Karen J. Bowen" <[EMAIL PROTECTED]> wrote: > > Hi list, > > > > I have a script that changes to a particular program and is meant to > > click a button, however the button is not getting clicked. The mouse > > cursor just ends up over the button, but no click. > > >
Why not just execute the same command as on the button as part of the script rather than trying to mouse click the button. Of if you want to avoid duplicating the actual command from the command list to the script, you can use cl.RunLeft(BarName, ButtonId) to run the command (or RunMiddle or RunRight). ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/JV_rlB/TM --------------------------------------------------------------------~-> Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
