Jump to content

Recommended Posts

Posted

Might want to look into using:

ControlClick()

ControlSend()

WinActivate()

<{POST_SNAPBACK}>

apparently window spy does not identify any text so this will not work.anybody a other idea?
Posted

apparently window spy does not identify any text so this will not work.anybody a other idea?

<{POST_SNAPBACK}>

You are using Firefox so you can install a plugin named Auto Copy, it copy's the selected text automatic to the clipboard. Not the best solution. Had some similar problems in FireFox for some hotmail login tool, for me the double click just was not working. (2 single clicks with a sleep(100) inbetween solved the problem for me)
Posted

try even more sleep statements

sleep (2000)
MouseClick ("left", 733, 656, 2)
sleep (500)
Send ("^c")
sleep (50)
$Land = ClipGet()
sleep (50)

MsgBox(0, "Clipboard contains:", $Land)

I've had very little trouble with Clipget and ClipPut on my computer, but when I've asked others to run my scripts, I've had to add sleep statements either side of anything related to the clipboard.

Hope this helps.......

[size="1"][font="Arial"].[u].[/u][/font][/size]

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...