• 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
How to make a new chart in AppleWorks 6?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to make a new chart in AppleWorks 6?


  • Subject: How to make a new chart in AppleWorks 6?
  • From: Michelle Steiner <email@hidden>
  • Date: Sun, 29 May 2005 02:50:37 -0700

I've been able to get only this far so far.

set the clipboard to data_string

--data_string is defined earlier in the script, and it is valid data that pastes properly into the spreadsheet. It contains two columns of data; the left column contains the labels and the right column contains numerical data.

tell application "AppleWorks 6"
activate
set new_Doc to (make new document with properties {document kind:spreadsheet document})
paste
tell new_Doc
set data_bounds to data bounds of selection
make new chart
end tell
end tell


--data_bounds returns a list of two-element lists in this format:
{{"\"61\"", 0}, {"\"62\"", 5}, {"\"63\"", 9.52}}

So, where do I go from here?

Please copy me directly with all replies because I'm going on vacation Monday and will be unsubscribing from the list for a week.

Thanks,

-- Michelle

--
Those who extol the "nobility of labor" mean the labor of others.

_______________________________________________
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


  • Follow-Ups:
    • Re: How to make a new chart in AppleWorks 6?
      • From: kai <email@hidden>
  • Prev by Date: FileMaker/Address Book Synchronization...
  • Next by Date: Re: Showing a Package's Contents - NOT SOLVED
  • Previous by thread: Re: a small problem
  • Next by thread: Re: How to make a new chart in AppleWorks 6?
  • Index(es):
    • Date
    • Thread