PDA

View Full Version : Simple reference for modified tasks


ptone
2008-01-10, 09:10 PM
While I love that OF full hierarchy is represented in its Applescript model, there are times when I wish I could reference certain objects as if they were stored flat.

For example:

Getting name of all projects
Getting tasks whose modification date is greater than foo

etc

It means a lot more events have to travel when traversing the structure. In this particular case I'm trying to get tasks in a window that have been modified after a certain date.

Don't get me wrong, I think OF has perhaps one of the best AS dictionaries I've seen. Certainly the best for a 1.0 app.

Thank you thank you.

-P