LsBox with Systray and Taskbar Thread last updated on 2004-02-09 01:10:43

Posted by member 247 on 2004-02-08 20:32:22

I'm trying to make a movable Systray and Taskbar...

Now, I haven't seen any options for this in the Systray and Taskbar modules, so I thought I might use LsBox. Is this the right approach, and if so, how do I place them inside of boxes?

Thanks!

Posted by member 2112 on 2004-02-08 22:59:45 link

Systray has an option to make it draggable... but I never got it to work.

systray2 can be loaded into a box using *WharfModule. I'm not sure about taskbar... but I'm sure either the lsbox or taskbar doc will tell you how.

Posted by member 247 on 2004-02-09 01:05:03 link

LsBox and Taskbar 3 are compatable...but I can't seem to get the taskbar to load inside the box.
I'm not sure if I'm putting the commands in the right order. Does the *ModuleHook command come before, or after the Taskbar settings? I've got it right after the ModuleLoads, and even put all of the taskbar variables inside the .box file

The box appears, and the taskbar appears...but not together.

Posted by member 247 on 2004-02-09 01:10:43 link

okay, I figured it out.

LsBox doc says to put "*ModuleHook !TasksBoxHook" in the .box, and "*ModuleHook " in your theme.rc

Taskbar3 is "!TaskbarBoxHook", so I put that in my theme file, and !TasksBoxHook in the .box

!TaskbarBoxHook needs to be in both.