grdtransparent issues Thread last updated on 2003-10-22 11:05:47

Posted by member 1340 on 2003-10-21 10:15:52

Using this ::

*NetLoadModule grdtransparent-1.1_beta_1

*grdTransparent systray2-2.0 255 3

Aint working though !!
Any ideas ?
not working on anymodule. no errors.

Posted by member 99 on 2003-10-21 12:11:52 link

grdMagick uses this code:
// remove extension
szStart = _tcsrchr(szDest, _T('.'));
if(szStart != NULL) {
*szStart = _T('\0');
}
which would remove everything after the last '.'

grdTransparent probably uses the same or similar code, try adding .dll to the end:
*grdTransparent systray2-2.0.dll 255 3

Posted by member 1340 on 2003-10-21 12:30:10 link

it works !!! thanks rabidcow that really worked.

Posted by member 20409 on 2003-10-22 11:05:47 link

This is weird, but I had that problem with popup2-2.0 when I switched to ots2 and all the modules all the sudden had to have versions in their filenames. Nothing seemed to work until I renamed them back to the old names. That fixed it.