Posted by member 36955 on 2004-01-12 22:07:13 link
well... you need to hook the tasks module, not dock it to the box. take out the line
and put
in the .box file. (side note: why is this not in the tasks readme file? i had to look for this in the lsbox readme...) also, dont use *netloadmodule for tasks, because that will try to make litestep load the module, when you actually want lsbox to load the module. use
instead.
TasksDockWindow "tasks.box"
and put
*ModuleHook !TasksBoxHook
in the .box file. (side note: why is this not in the tasks readme file? i had to look for this in the lsbox readme...) also, dont use *netloadmodule for tasks, because that will try to make litestep load the module, when you actually want lsbox to load the module. use
*NetInstallModule tasks-0.92-b3
instead.