• 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
Bug with non-US synonyms from MS Word 2004?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug with non-US synonyms from MS Word 2004?


  • Subject: Bug with non-US synonyms from MS Word 2004?
  • From: Richard Rönnbäck <email@hidden>
  • Date: Fri, 24 Sep 2004 07:51:01 +0200

Title: Bug with non-US synonyms from MS Word 2004?
I can get synonyms from MS Word, but only for English, regardless of what dictionary I specify. If I don’t specify a dictionary at all I still get the US English, even though I run a localized Swedish version of Word 2004. Is anyone else able to get non-English synonyms, or is it as I suspect a bug?


tell
application "Microsoft Word"
    --This works
   set myString to "time"
    set SynObj to get synonym info object item to check myString language ID english us
   set myList to meanings of SynObj
   choose from list myList
  
    --This doesn't
   set myString to "tid"
    set SynObj to get synonym info object item to check myString language ID swedish
   set myList to meanings of SynObj --returns no meanings, even though the UI gives me several synonyms
   choose from list myList --throws an error, because of the empty list
  
end tell
 _______________________________________________
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

References: 
 >application file id no go? (From: Steve Roy <email@hidden>)

  • Prev by Date: [ANN] New FooDoo
  • Next by Date: Re: UI Browser / AutoAPOD
  • Previous by thread: application file id no go?
  • Next by thread: NSReceiverEvaluationScripError: 4
  • Index(es):
    • Date
    • Thread