d/l 2 themes. for either theme when I switch themes dialog box pops up 'there are no skins in c:\litestep\modules\rainmeter\skins\'. there are skins in the directory! Slowly going mad!
Any ideas or help appreciated. thks
errol_t
check out the theme.rc to see if the following lines exist (and are correct):
rainmeterinifile "$pathto$rainmeter.ini"
rainmeterskinpath "$pathto$rainmeterskins"
Ok I have the same problem except when I put in the code I get pathto variable not defined. How do I fix this ??
Help appreciated. Thanks
Well, you need to change "pathto" to whatever the path to the files actually is, e.g., I have
ConfigDir "$ThemeDir$config"
and then
RainmeterSkinPath "$ConfigDir$Rainmeter\\\"
RainmeterIniFile "$ConfigDir$Rainmeter\rainmeter.ini"
The "pathto" was used as an example, not to be taken literally. =)