Does the task object have a boolean property that tells whether the summary task is expanded or collapsed? Thanks, Patrick
No it does not. You can select all the tasks on screen, find the task within the selection and then see if the next task is a subtask of that task (using ID or outlineparent property). That is probably how I'd go about it if I had to. -Jack Dahlgren "Sinister" wrote: > Does the task object have a boolean property that tells whether the summary > task is expanded or collapsed? > > Thanks, > Patrick
They sure aren't making this easy :) "Jack Dahlgren" wrote: > No it does not. You can select all the tasks on screen, find the task within > the selection and then see if the next task is a subtask of that task (using > ID or outlineparent property). That is probably how I'd go about it if I had > to. > > -Jack Dahlgren > > > "Sinister" wrote: > > > Does the task object have a boolean property that tells whether the summary > > task is expanded or collapsed? > > > > Thanks, > > Patrick