popup.rc question from a noob Thread last updated on 2004-07-15 23:38:40

Posted by member 182192 on 2004-07-15 22:46:03

Is there anyway to change the transparency level in the popup.rc other than just turning it off?

Posted by member 51749 on 2004-07-15 23:22:25 link

get grdTransparent.dll, put it in your theme modules dir

put this in the step.rc, then recycle:

Loadmodule $modulesdir$grdTransparent.dll
*grdTransparent popup2 200 5

Posted by member 51749 on 2004-07-15 23:23:11 link

or if youve already got it running, just change 200 to something else between 0 and 255

Posted by member 182192 on 2004-07-15 23:38:40 link

thanks!!! Big Help. :)