Re: Q: GraphicsConverter Paste At (format for position?)
Re: Q: GraphicsConverter Paste At (format for position?)
- Subject: Re: Q: GraphicsConverter Paste At (format for position?)
- From: Marc Glasgow <email@hidden>
- Date: Thu, 02 Feb 2006 17:47:01 -0500
One final entry on this subject:
Thorsten acknowledged he also found the errors in the AS
functionality once I pointed them out and seeded me with a new
Beta for GraphicConverter that does indeed resolve both issues.
I'm not sure when the public release of the newest version will
be, but based on the beta, it will do the following correctly:
-- Previously the app would ignore the property list when creating
-- a new window and use dimensioning/resolution/depth/factor/etc
-- inherited from the last window opened by the application. This
-- now works perfectly as shown below.
set SomeNewWin to make new window with properties {image dimension:
{1102, 424}, image bit depth:1, resolution:{200, 200}, factor:{1.0,
1.0}}
-- Previously the "Paste At" AS command would try to paste centered
-- on the coordinates passed to it (fettled out by Mr. Tea); thus
-- the call would attempt to place "paste at {7,55}" centered on
-- 7,55. The call now places the image from the clipboard with it's
-- top left corner at 7, 55, which replicates the "Paste At" menu
-- command behavior already in the program.
tell SomeNewWin to paste at {7,55}
I want to send a big hand out to Thorsten Lemke of LemkeSoft
(creator and programmer of GraphicsConverter) for going from a
bug-notice on Monday to a problem-resolved Beta of the App by
Thursday.
Cheers
=-= Marc Glasgow
CyberPoet.NET
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden