Berend Jan Posted April 8, 2005 Author Posted April 8, 2005 It could be the game blocking it ?what about Send("^{Insert}") ?<{POST_SNAPBACK}>same result.. still doesn't work..
Berend Jan Posted April 10, 2005 Author Posted April 10, 2005 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?
TuMbLeWeEd Posted April 11, 2005 Posted April 11, 2005 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) My AutoIt stuffChatBichProjectSelectorWindow control grabberUsefull LinksPort forwarding with routers
herewasplato Posted April 11, 2005 Posted April 11, 2005 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]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now