coffeeturtle Posted August 18, 2014 Share Posted August 18, 2014 Thank you JLogan3o13 for keeping up with this thread. The problem is rather annoying and it seems hard to pinpoint. steve8tch, thanks for the reply. I was leaning towards it being an IE problem, but if a fix is incorporated in Autoit Script, that would be great. However, it seems JLogan tested it and it is still isn't working. Link to comment Share on other sites More sharing options...
Sodori Posted August 19, 2014 Share Posted August 19, 2014 Have had this issue for a bit while (week tops) with the current project I got. Tried most of combinations without success. And sometimes manually press CTRL+C worked better than having Autoit do it! However, I spot one last combination I did not try; Send("{CTRLDOWN}c{CTRLUP}") Do not ask, but somehow, that is the magic number for me. And it worked like a clock now! Quite odd... maybe I'll make a function of sorts if I ever get this issue again that got most of any combinations of this (in short, it could try every combination for you in an desperate way to make sure the odds for failure is zeroed). Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted August 20, 2014 Moderators Share Posted August 20, 2014 To close out this thread, the bug has been fixed in the latest BETA (3.3.13.18). The ticket has been closed. coffeeturtle 1 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
coffeeturtle Posted August 21, 2014 Share Posted August 21, 2014 Thank you! That is great news! Of course, since it is still Beta, I hope not to inadvertently introduce new issues into my projects! Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted August 21, 2014 Moderators Share Posted August 21, 2014 There is always the possibility of script-breaking changes, to be sure. But the update from BETA 17 to 18 was pretty minor. coffeeturtle 1 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
coffeeturtle Posted August 21, 2014 Share Posted August 21, 2014 By the way, JLogan3o13, was there an explanation provided on what needed to be changed to allow normal copy/paste functions in an embedded IE window? Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted August 21, 2014 Moderators Share Posted August 21, 2014 Yes, you can look at this thread for an explanation: coffeeturtle 1 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
coffeeturtle Posted August 22, 2014 Share Posted August 22, 2014 Thanks again JLogan! Link to comment Share on other sites More sharing options...
trancexx Posted August 22, 2014 Share Posted August 22, 2014 You don't need beta for this. Just add:DllCall("ole32.dll", "long", "OleInitialize", "ptr", 0)...line somewhere in your script if you plan to use clipboard this way later. coffeeturtle and maiux 2 ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
maiux Posted August 25, 2014 Share Posted August 25, 2014 You don't need beta for this. Just add: DllCall("ole32.dll", "long", "OleInitialize", "ptr", 0) ...line somewhere in your script if you plan to use clipboard this way later. this works like a charm in 3.3.12.0 thank you Link to comment Share on other sites More sharing options...
coffeeturtle Posted August 25, 2014 Share Posted August 25, 2014 You don't need beta for this. Just add: DllCall("ole32.dll", "long", "OleInitialize", "ptr", 0) ...line somewhere in your script if you plan to use clipboard this way later. Trancexx! Where have you been in this entire discussion. Haha! In one fell swoop (or one line of code) you have solved a rather large inconvenience for me and others. Thank you!! Link to comment Share on other sites More sharing options...
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