Create a new task window

  • Thread starter fabricejrichard
  • Start date
F

fabricejrichard

Hello, i'm trying to make an applescript to work with HotApp: i wish
for Entourage to activate and then create a new task WITH A NEW WINDOW
for me to type in it.

I've already succeed to make tasks with predefined contents, but i
don't find the way to make the new task window appears?

Is this possible? What should i do? Thank you very much for helping as
i'm hopeless.

Fabrice RICHARD.
 
F

fabricejrichard

OK, right, by searching a bit more i've founded a script to make new
draft messages, and there:

tell application "Microsoft Entourage"
activate
set newTask to make new task
open newTask
end tell

I'm very too lazy sometimes, sorry for spoiling the newsgroup.
 
D

Diane Ross

Top