Posted by member 5669 on 2004-02-14 12:57:16 link

for geekamp controls, you can use layercut for your shortcuts and set the alpha to the desired amount:

*Shortcut "" X Y image.png image_hover.png image_click.png #0 a:150 !Bang


for most other modules like lsxcommand, you need to use grdtransparent. the trick with grdtransparent is that it can't apply transparency to modules with periods in the name, so you'll have to load any module you want to be transparent the old way:

LoadModule $ConfigDir$lsxcommand.dll


just make sure the module is, in fact, located in the ConfigDir (or wherever you put it).