M
Mike VanHorn
If I'm in the task area in Entourage, how do I tell it to use a specifc view
of the tasks? Specifically, I want to tell it to go directly to the view
named "Incomplete", rather than the defaul which shows all the tasks.
I've got the following, which doesn't give any errors, but doesn't work,
either:
tell application "Microsoft Entourage"
open main window
set displayed area of main window to tasks area
open custom view named "Incomplete"
activate
select main window
end tell
Thanks!
---
Mike VanHorn
Senior Computer Systems Administrator
College of Engineering and Computer Science
Wright State University
(e-mail address removed)
937-775-5157
http://www.cs.wright.edu/~mvanhorn/
of the tasks? Specifically, I want to tell it to go directly to the view
named "Incomplete", rather than the defaul which shows all the tasks.
I've got the following, which doesn't give any errors, but doesn't work,
either:
tell application "Microsoft Entourage"
open main window
set displayed area of main window to tasks area
open custom view named "Incomplete"
activate
select main window
end tell
Thanks!
---
Mike VanHorn
Senior Computer Systems Administrator
College of Engineering and Computer Science
Wright State University
(e-mail address removed)
937-775-5157
http://www.cs.wright.edu/~mvanhorn/