AppleScript questions

Michael Terry formido at mac.com
Sat Aug 23 02:31:01 PDT 2003


On 8/22/03 1:51 PM, "Nicholas Riley" <njriley at uiuc.edu> wrote:

>       set newRow to make new row at end of children of theParent with
> properties {topic:theDate}
>       my fixFont(newRow)
>       move newRow to after theRow

Or just:

set newRow to make new row at after theRow with properties {topic:theDate}
my fixFont(newRow)


Mike




More information about the OmniOutliner-Users mailing list