Systray in a popup menu Thread last updated on 2004-04-14 10:07:10

Posted by member 18890 on 2004-04-13 00:18:38

Anyway of having the systray in the popup menu?

Posted by member 7223 on 2004-04-13 05:33:33 link

Not in a real popup :)
You have to do it by hooking systray to a boxed module (lsbox, skinbox,... )

Posted by member 111 on 2004-04-13 12:54:53 link

skinbox???

Posted by member 37809 on 2004-04-13 17:53:37 link

yes, skinbox. also newer versions of xlabel.

Posted by member 111 on 2004-04-14 07:58:01 link

but how? I know about xLabel (really wondered of this feature when it has been implemented in xLabelLight), but some monthes ago I tried to do this with SkinBox (idea was inspired by module name), but didn't found a way :)
so
*ModuleHook for LsBox,
*[label-name]ModuleHook for xLabel
and what is skinbox's line? I read the docs twice but still missing something...

Posted by member 7223 on 2004-04-14 09:06:18 link

!skinboxexec &lt boxname &gt !tasksboxhook .none {@ih}

means:
!hey skinbox, please execute !tasksboxhook (in order to hook tasks) with the handle {@ih} of the skinbox &lt boxname &gt

Note: to hook labels, replace .none with label's name

Posted by member 111 on 2004-04-14 10:07:10 link

rrrrr... I think there must be some more info about this in the docs, not just a line "^@ih^ window handle" :)

thanks