Posted by member 390569 on 2007-12-03 09:48:32
I'm new in Litestep. Great program!!!
Now. I downloaded the theme "REFLECTION_INVI" and I tried to install grdTransparent to add the effect of transparency, but it doesn't happen anything.
Down here there's a copy of "step.rc". PLEASE, COULD YOU TELL ME WHAT'S WRONG?
;------------------------------------------------------------------------------
; define critical folder locations
;------------------------------------------------------------------------------
PersonalDir "$LiteStepDir$personal\"
ThemesDir "$LiteStepDir$themes\"
;------------------------------------------------------------------------------
; load personal settings and theme
;------------------------------------------------------------------------------
include "$ThemesDir$themeselect.rc"
include "$ThemeDir$config\_compatibility_patch.rc"
LoadModule "$LiteStepDir$\modules\grdTransparent.dll"
*grdTransparent popup2 196 1
*grdTransparent task 64 1
IF ThemeIsOTS1Compliant
ShortcutsDir "$Desktop$"
ModulesDir "$ThemeDir$modules\"
include "$PersonalDir$personal.rc"
include "$ThemeDir$step.rc"
ELSE
ThemeIsOTS1Compliant false
ModulesDir "$LiteStepDir$modules\"
LoadModule "$LiteStepDir$NLM\NetLoadModule2.dll"
*NetLoadModuleSite "http://www.loose-screws.com/download.php?netloadmodule="
*NetLoadModuleSite "http://modules.shellfront.org/"
NetLoadModulePath "$ModulesDir$"
NetLoadModuleDocPath "$ModulesDir$docs\"
NetLoadModuleZipPath "$ModulesDir$archive\"
NetLoadModuleAliasFile "$LiteStepDir$NLM\NetLoadModule.ini"
include "$PersonalDir$personal.rc"
include "$ThemeDir$theme.rc"
ENDIF
Now. I downloaded the theme "REFLECTION_INVI" and I tried to install grdTransparent to add the effect of transparency, but it doesn't happen anything.
Down here there's a copy of "step.rc". PLEASE, COULD YOU TELL ME WHAT'S WRONG?
;------------------------------------------------------------------------------
; define critical folder locations
;------------------------------------------------------------------------------
PersonalDir "$LiteStepDir$personal\"
ThemesDir "$LiteStepDir$themes\"
;------------------------------------------------------------------------------
; load personal settings and theme
;------------------------------------------------------------------------------
include "$ThemesDir$themeselect.rc"
include "$ThemeDir$config\_compatibility_patch.rc"
LoadModule "$LiteStepDir$\modules\grdTransparent.dll"
*grdTransparent popup2 196 1
*grdTransparent task 64 1
IF ThemeIsOTS1Compliant
ShortcutsDir "$Desktop$"
ModulesDir "$ThemeDir$modules\"
include "$PersonalDir$personal.rc"
include "$ThemeDir$step.rc"
ELSE
ThemeIsOTS1Compliant false
ModulesDir "$LiteStepDir$modules\"
LoadModule "$LiteStepDir$NLM\NetLoadModule2.dll"
*NetLoadModuleSite "http://www.loose-screws.com/download.php?netloadmodule="
*NetLoadModuleSite "http://modules.shellfront.org/"
NetLoadModulePath "$ModulesDir$"
NetLoadModuleDocPath "$ModulesDir$docs\"
NetLoadModuleZipPath "$ModulesDir$archive\"
NetLoadModuleAliasFile "$LiteStepDir$NLM\NetLoadModule.ini"
include "$PersonalDir$personal.rc"
include "$ThemeDir$theme.rc"
ENDIF