I think this is a bug...

Norrathian

Lifetime Member
Joined
Jun 7, 2007
Messages
238
Reaction score
52
Points
28
Location
The hills of Tennessee
When using: /notify TaskWnd TASK_TaskList listselect ${Window[TaskWnd].Child[TASK_TaskList].List[<TASK NAME HERE>,3]}

If the task is a shared task (listed in the top spot), everything is fine. If you try to select a lower task (single person task), you get the error: WndNotify: listselect index out of bounds: TaskWnd TASK_TaskList listselect NULL

This makes me think something isn't being passed properly. Interestingly, if you use /notify TaskWnd TASK_TaskList listselect ${Window[TaskWnd].Child[TASK_TaskList].List[4,3]}

It reads the task properly, but you get the error: WndNotify: listselect index out of bounds: TaskWnd TASK_TaskList listselect <NAME OF TASK IN SPOT 4>

Am I doing something wrong or is this a bug?