I love when someone comes out with a good question ![]()
Introducing "Group Effectlets". Effectlets that will not only affect the single desklet they are applied to, but also others! Using the GID Script you can assign a desklet to a group. This way other effects (Group-Effects) will be able to address the entire group as a whole.
As a first experiment I made a Toggle Effectlet that lets you hide and show a whole group of desklets! ![]()
How does it work?
- Install both the GID and G-Toggle Effectlet.
- Create a group: add the GID Effectlet to all the desklet you want to group, and give them the same Group Identifier.
- You can now hide and show this group using a desklet with the G-Toggle Effectlet or the toggleGroup.vbs script.

[update] External VbScript !
Using the VbScript attached to this message, you can create a shortcut that will hide or show groups of desklets!
usage: toggleGroup.vbs [state]
where GroupIdentifier is the ID of the group, as set with the GID Script
and state is an optional integer: 0 hides the group, 1 makes it visible, no value means toggle
Tutorial
- Download the GID and Group Toggle packages and install them (drag & drop on Avedesk control panel)
- Optional - Download the ToggleGroup.vbs file. You can put it wherever you like !
- Create your group: for each desklet member of the group, go to its properties page, assign the GID Effect and configure the Group Identifier (e.g. = 3).
Now you can choose:
- If you want a trigger desklet, create a new desklet, and in its property page assign the Group Toggle effect.
Configure its Group Identifier to be the same as the group
- If you want a trigger shortcut, create a new shortcut to ToggleGroup.vbs (on the desktop, in a dock, in a menu...).
As a command line parameter for the script, use the same GroupIdentifier of the desklets you want to hide/show.
(e.g. toggleGroup.vbs 3 )
Download the aveinst packages for both GID and Toggle effectlets, from chezDreadnaut or from Avedesk.org:
- GID Script 0.0.2
- G-Toggle Effectlet 0.0.1
Version 0.0.2 ( 25-04-2006 )
- GID effect now cleans up when removed
Version 0.0.1
- No known issues ?! ![]()
here as an attachment, you find a sample toggle script that can be used to hide/show a group. More informations inside the archive ![]()
Aqua-Soft Forums