• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: FileMaker oddity ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FileMaker oddity ?


  • Subject: Re: FileMaker oddity ?
  • From: Yvan KOENIG <email@hidden>
  • Date: Sat, 13 Jun 2009 12:21:05 +0200


Le 13 juin 2009 à 09:35, Bruce Robertson a écrit :

The script works as written and pastes styled text into the field correctly.
Intel iMac; 10.5.7; FileMaker 10 Advanced.



Hello

I wrote a script passing styled datas from AppleWorks to FileMaker Pro.

--[SCRIPT]
tell application "AppleWorks 6"
activate
tell document 1
select menu item 7 of menu 3 (* Select All *)
select menu item 4 of menu 3 (* Copy *)
end tell
end tell
tell application "FileMaker Pro"
activate
go to field 1 of last record of document 1
do menu menu item 7 of menu 3 (* Paste *)
end tell -- FileMaker
--[/SCRIPT]

It behaves well on my G5 under 10.4.11

but, on macIntel machines, the fonts aren't passed.

I found a workaround:

I first paste in a TextEdit document
copy from this TextEdit document
then paste in FileMaker.

For the same chunk of text,
Azertyu


Which attributes are passed for you ?

The color is passed
The fonts aren't. In my sample some letters are in Helvetica, two are in Courier.
The result is: all in Helvetica.
I may add that italic, bold, condensed… are not passed


All these features are passed on PowerPC machines
so, even if you disagree, I think that it is a very bad job from FileMaker.


Yvan KOENIG (from FRANCE samedi 13 juin 2009 12:20:46)



_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden
References: 
 >Re: FileMaker oddity ? (From: Bruce Robertson <email@hidden>)

  • Prev by Date: Re: FileMaker oddity ?
  • Next by Date: keystroke (ASCII character 3) (enter) on macbook pro
  • Previous by thread: Re: FileMaker oddity ?
  • Next by thread: Mac OS X 10.4: using osascript to interact with users
  • Index(es):
    • Date
    • Thread