Posted by member 184298 on 2004-07-27 19:53:11
I have alreay began modding the freil out of VTray 1.10 to do what i want. But if anyone can do da stuff here with another module, works for me. Here is my list [(*) beside what i have done] This request is very similar to the Explorer Tool SystrayX from XDeskSoftware. Sadly, it won't work with Litestep. http://www.xdesksoftware.com/systrayx.html
- Autosize tray on bang * ![Tray]Autosize
- Autosize back to size(set through RC) after right-click or dbl-click * (Don't Have: right click wait til the menu disappears. Not sure this is even possible unless it detects mouse is still in its area....)
- Options for Autosize Back :
[Tray]ASWidth 18
[Tray]ASHeight 22
- Options for Different Background of Autosize
[Tray]ASBack sysTrayExpanded.png
- Option to show Title of App beside icon in tray
Mainly useful when direction is down or up
- Option to sort icons by title
- Option to put Changing icons to top of sort
Now if you are wondering why i would want this... Here you go
This is enable a big space saver for us with alot of icons. We can have only one icon showing and rest hidden til we need em. I have done a theme with this through RCs and it is to a slow of a change. I even tried making it reload Systray module only so it wouldn't have to rebuild all the others. Still to slow(on my sis 600mhz and that matters to me). So i came to conclusion it would need to be at the module level. This also makes it much easier to implement instead of ugly
If SystrayHide TRUE
[Tray]Width...
Else
...
EndIf
Now it is reduced to a button i have sitting beside my systray
*Shortcut "" -115 0 systray_expand_1.png systray_expand_2.png systray_expand_3.png #0 !VTrayAutoSize
Quite easy. But alas, my c++ is rusty and to do all i want will take alot of time and it will be messy. So i invite all you module writers to get to it =-)
- Autosize tray on bang * ![Tray]Autosize
- Autosize back to size(set through RC) after right-click or dbl-click * (Don't Have: right click wait til the menu disappears. Not sure this is even possible unless it detects mouse is still in its area....)
- Options for Autosize Back :
[Tray]ASWidth 18
[Tray]ASHeight 22
- Options for Different Background of Autosize
[Tray]ASBack sysTrayExpanded.png
- Option to show Title of App beside icon in tray
Mainly useful when direction is down or up
- Option to sort icons by title
- Option to put Changing icons to top of sort
Now if you are wondering why i would want this... Here you go
This is enable a big space saver for us with alot of icons. We can have only one icon showing and rest hidden til we need em. I have done a theme with this through RCs and it is to a slow of a change. I even tried making it reload Systray module only so it wouldn't have to rebuild all the others. Still to slow(on my sis 600mhz and that matters to me). So i came to conclusion it would need to be at the module level. This also makes it much easier to implement instead of ugly
If SystrayHide TRUE
[Tray]Width...
Else
...
EndIf
Now it is reduced to a button i have sitting beside my systray
*Shortcut "" -115 0 systray_expand_1.png systray_expand_2.png systray_expand_3.png #0 !VTrayAutoSize
Quite easy. But alas, my c++ is rusty and to do all i want will take alot of time and it will be messy. So i invite all you module writers to get to it =-)