From: Ronald P. R. <ron...@xs...> - 2012-07-08 12:28:54
|
Still not knowing what exactly is the issue with AppleWorks (and presumably ClarisWorks), I made two simple AppleScripts in MacOS9 that work for copying and pasting between AW in MacOS9 and applications in OSX. Both scripts work 100% in all situations I tried. The fact that these scripts work may be an indication of where the problem arises. For copying a selection from MacOS9 AW with the intention to paste in OSX: tell application "AppleWorks 6" activate copy to clipboard end tell tell application "SimpleText" activate end tell tell application "AppleWorks 6" activate end tell (The last activation of AW is not needed, but it brings back the application you are working in.) For pasting in MacOS9 AW what was copied in OSX: tell application "SimpleText" activate end tell tell application "AppleWorks 6" activate paste end tell Ronald. ---------------------------------------- Op 8 juli 2012, om 12:46, schreef Ronald P. Regensburg: ---------------------------------------- Op 8 juli 2012, om 11:59, schreef Ronald P. Regensburg: ---------------------------------------- Op 8 juli 2012, om 10:39, schreef Ronald P. Regensburg: >> And, yes, I can directly paste in AW once, but only when I copy in OSX while SheepShaver is not yet running. This sequence works also: >> >> Copy text in OSX -> launch SheepShaver -> launch AW in OS9 -> paste in AW > > SheepShaver does not need to be launched after copying. This sequence also works: > > Copy text in OSX -> launch AW in OS9 -> paste in AW More: This does not work: Copy text in MacOS AW -> paste in OSX TextEdit But this works: Copy text in MacOS AW -> quit AW -> paste in OSX TextEdit And this works: Copy text in MacOS AW -> show the copied text on the MacOS clipboard (MacOS Finder Edit menu) -> paste in OSX TextEdit So: > Or maybe CW/AW has its own private clipboard and are data shared between that private clipboard and the general MacOS clipboard when the general clipboard is used for either copying or pasting Or is accessed in another way ("Show clipboard") > and when CW/AW is launched? And when CW/AW is quit? > That would work fine as long as copying and pasting would only be between applications inside MacOS, but between applications in the OSX host and CW/AW in the MacOS guest it would work only after pasting in a different application in MacOS and it would work without that only once when CW/AW is launched after text was copied in OSX. Exactly the behavior I see. Ronald. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ basilisk-devel mailing list bas...@li... https://lists.sourceforge.net/lists/listinfo/basilisk-devel |