Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

wordperfectmac · WPMac

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 7706 - 7737 of 7836   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
7706 em315 Send Email Mar 19, 2013
6:45 pm
I've temporarily (I hoped) removed my WPMacApp download because I found problems in it that will take some time to solve. I hope to have it back in a day or...
7708 em315 Send Email Mar 20, 2013
1:53 pm
RESEND WITH CORRECTED LINK: I've now put back my WPMacApp installer: https://dl.dropbox.com/u/271144/WPMacApp%20Installer.dmg I removed the macro that sets a...
7709 em315 Send Email Mar 20, 2013
3:21 pm
Is there an easy way to put a WP variable into the Mac OS clipboard without opening a new window in WP? I'm trying to put the title of the front window into...
7710 Chad Smith
gimpshopdotnet Send Email
Mar 20, 2013
3:34 pm
Thank you for your continued efforts to improve this already awesome system. I appreciate it. *- Chad W. Smith*...
7711 John R
jrethorst Send Email
Mar 20, 2013
5:21 pm
Seconded. John R....
7712 John R
jrethorst Send Email
Mar 20, 2013
5:26 pm
Would an Applescript work there? tell application "WordPerfect&quot; to set frontWindow to name of window 1 set the clipboard to frontWindow John R....
7713 Bob Stern
patentbobs Send Email
Mar 20, 2013
5:55 pm
... Can you use the "Open Document" macro command to launch an AppleScript, or does that command only work for opening WordPerfect documents? Bob Stern...
7714 em315 Send Email Mar 20, 2013
5:58 pm
That's quite brilliant. It seems to work when I run the AppleScript directly but I'm having trouble running it from a macro. Will report back again later. ...
7715 em315 Send Email Mar 20, 2013
7:02 pm
John answers all such questions in his Scripting Guide, which is essential reading on these matters, and includes material that, as far as I can tell, is not...
7716 em315 Send Email Mar 20, 2013
7:33 pm
... try tell application "WordPerfect&quot; to set frontWindow to name of window 1 on error errmsg tell me to activate display dialog errmsg error number -128 end...
7717 em315 Send Email Mar 20, 2013
7:59 pm
Now that you've answered one question, may I bother you with another: Can I use an AppleScript to get the value of a Global Variable in WordPerfect? In other...
7718 em315 Send Email Mar 21, 2013
2:28 am
OK, thanks to John's suggestions, I figured out how to write a macro that sets a default zoom level in WPMac, and also made some other improvements. To set a...
7719 John R
jrethorst Send Email
Mar 21, 2013
9:29 pm
No idea as to specifics, except that the clipboard can be complicated. It exists as a record, so coercions such as (clipboard as string) are often useful. I...
7720 John R
jrethorst Send Email
Mar 21, 2013
9:30 pm
I don't know of a way to do that. But again (see last post), I'd try to generate a value in Applescript and pass that to WP instead of the other way around. ...
7721 em315 Send Email Mar 22, 2013
12:03 am
That's exactly what I did in the version that I posted yesterday. I used an Applescript to prompt the user for a default zoom level; then I save it to the...
7722 John R
jrethorst Send Email
Mar 23, 2013
8:51 pm
Looks like it would work fine. I'd probably steer clear of the clipboard and pass the value to WP with a neutral (and in this case often helpful) macro like...
7723 John R
jrethorst Send Email
Mar 23, 2013
9:03 pm
s/b set theZoom to text returned of (display dialog "Enter zoom level:") etc. tell app "WordPerfect&quot; to do script {"Redraw",theZoom} with curly brackets around...
7724 em315 Send Email Mar 24, 2013
12:39 am
Thank you - a much better solution than mine. Will implement later......
7725 em315 Send Email Mar 24, 2013
12:45 am
I got an email asking if the WPLO Converter (my Applescript that uses LibreOffice to convert WPMac files to Word format) could be run from the terminal so that...
7726 em315 Send Email Mar 24, 2013
12:53 am
Sorry - I spoke too soon. I've restored the old version (without the command-line or Automator features until I can fix the new features)......
7727 em315 Send Email Mar 24, 2013
1:51 am
Fixed it now. The new version has all the earlier features, but can also run from the command line with a filename as parameter, and can be set up to run as a...
7728 em315 Send Email Mar 24, 2013
3:26 am
Thanks for this suggestion. I've now implemented your suggestion, and left the clipboard untouched, which I wanted to do all along. New version posted now. So...
7730 em315 Send Email Mar 27, 2013
6:30 pm
(Corrected and reposted.) This may be useful to anyone who (like me) didn't already know how to do it. If you have files that don't automatically open in the...
7731 ted_m_p_lee Send Email Mar 29, 2013
5:54 pm
I'll be getting a new MacBook Air pretty soon and am preparing for the changes I'll have to make. One of them will be to install one of the...
7732 ted_m_p_lee Send Email Mar 29, 2013
6:04 pm
I finally found the comment I was looking for -- it was in the SheepShaver Wrapper page. Sorry for troubling y'all....
7733 Geoff Gilbert
Geoff@... Send Email
Mar 29, 2013
6:08 pm
Ted With an Air, even if you attach a USB cd drive, I am not certain SS could find it with Mountain Lion. I may be wrong, though. Geoff -- Geoff Gilbert ...
7734 em315 Send Email Mar 29, 2013
6:59 pm
Under Mountain Lion, SheepShaver cannot see a real, physical CD; it can only see a disk image. It makes no difference whether the physical CD is in an internal...
7735 C.W. Betts
maddthesane Send Email
Mar 29, 2013
7:05 pm
Due to changes in Lion, SheepShaver has to be root in order to mount a CD Disk. As for making a CD image, you can either clone the whole disk to a file, or...
7736 ted_m_p_lee Send Email Mar 30, 2013
7:24 pm
... Thanks all for responding. For completeness I'll let you know how it goes. (I'm expecting to get the new machine in about a month.) Ted Lee Minnetonka,...
7737 Geoff Gilbert
Geoff@... Send Email
Mar 30, 2013
10:03 pm
Edward Where would you mount/open the disk image. In sheepshaver disk or Unix disk? Geoff -- Geoff Gilbert Professor of Law Editor-in-Chief, International...
Messages 7706 - 7737 of 7836   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help