Bug with clipboardData on winXP?
Posted: Tue May 29, 2007 9:08 am
Hello,
I encountered a strange behavior with clipboardData on winXP.
I would like to fill the clipboard with a string, quit my Rev application and paste the string in a text document.
This is the code I made:
At this point, clipboard should contain myVar but when I try to paste it in the opened text document, nothing happen on windows XP (it works on MacOS X).
If I don't "quit" my Rev application, it works and myVar is pasted in the opened text document.
Is it a known bug? Is something wrong in my code?
Thanks for your help!
I use Rev Studio 2.8.0 build 370.
I encountered a strange behavior with clipboardData on winXP.
I would like to fill the clipboard with a string, quit my Rev application and paste the string in a text document.
This is the code I made:
Code: Select all
set the clipboardData["text"] to myVar
launch document myTextDocument
if the result <> "" then
displayAnAlert
else quit
If I don't "quit" my Rev application, it works and myVar is pasted in the opened text document.
Is it a known bug? Is something wrong in my code?
Thanks for your help!
I use Rev Studio 2.8.0 build 370.