scrolling systray Thread last updated on 2003-06-09 16:55:58

Posted by member 35747 on 2003-06-07 23:16:13

hi, i want to create a scrolling systray,
i explain, i want to show at least 5 icons
like that
---------------
| 1 2 3 4 5 > |
---------------
and with a little arrow, show the next one... like the 6, 7 and 8e..
---------------
| 6 7 8 > |
---------------
or the next 5 one
---------------
| 4 5 6 7 8 > |
---------------

i don't know if its possible, but if its possible, i'd like to know the module and how to create it

thx

Posted by member 99 on 2003-06-08 02:47:54 link

If there are no systray modules that directly support it, it should be possible in combination with something like lsbox.

Create the box the size of the area you want to fill, then let the systray grow as big as it needs and shift its position within the box. (if that makes sense...)

Posted by member 1783 on 2003-06-08 03:44:05 link

that's gonna need some mzscripting, but if you're up to it, be sure to post it in the code-section if it works ;)

Posted by member 35747 on 2003-06-08 18:23:55 link

@RabidCow i don't understand what you want to say...

@Egonz it sure I add it to code section
:P

i have to work :P

Posted by member 99 on 2003-06-09 16:46:54 link

Try this.

Posted by member 35747 on 2003-06-09 16:55:58 link

thx... i work on it, but its already created... that work for nothing... *sig...

thx RabidCow