scripting aworks with "objets vectoriels"
scripting aworks with "objets vectoriels"
- Subject: scripting aworks with "objets vectoriels"
- From: fabrice <email@hidden>
- Date: Sat, 08 Mar 2003 18:56:46 +0000
Hi to you all!
I plan to script Appleworks to let it create some "objets vectoriels" (
"en frangais dans le texte") such as rectangles, ovals, a.s.o., to
create some small GIF animations of geometry easy exercises for the
children (I'm a teacher in primary school, actually. By the way if
anyone's interested in exchanging documents by mail or e-mail from
different countries, I'm interested...But this is not the topic.)
I meet several little problems that you would be kind to help me solve:
1/ I intend to make a figure based on the choice of the user, that is to
say sthg like that:
choose from list {"rectangle", "oval", "curve", "line"} ,
cancel button name "Arrjter"
set TypedeFig to result
......
make at drawing area of document 1 ,
with properties ,
{bounds:{20,100,120,300} new ChosenFigure
and it doesn't "want " to build the chosen figure, otherwise it works of
course when I try for example:
{bounds:{20,100,120,300}} new rectangle
2/ I also tried this without more results, :
display dialog "Coordonnies de la figure?" default answer {0, 0, 0, 0}
set Coord to listreturned of result -- or record instead of list
......
{bounds:Coord} new rectangle
2/ My last question for today is:
Can I move any selected rectangle or line ... inside a window of
Appleworks ( and how? )
Thanks for spending some time on those trivial questions, be sure your
answers would help a lot. Fabrice, from France.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.