Why doesn't my Theme work? It's dead simple Thread last updated on 2004-01-06 07:07:29

Posted by member 95880 on 2004-01-05 15:18:06

Hi. I wrote this much of a theme and it doesn't work. I just get an egg timer for a mouse :(
...Wel actually my mouse goes orange cos that's it's setting but that's irrelevant.
Here's what I wrote so far....

--------------------this is step.rc---------------------
----location $litestepdir$profiles\dave\themes\notes----


; LOCATION CONFIG SECTION

Themepath $litestepdir$profiles\dave\themes\notes\
Include $themepath$step.rc
LSImageFolder $ThemePath$images\
Include $litestepdir$profiles\dave\personal\user.rc

; MODULE CONFIG SECTION

LoadModule $litestepdir$modules\desktop2.dll
LoadModule $litestepdir$modules\Popup2.dll

; DESKTOP CONFIG SECTION

SetDeskTopArea
SDALeft 5
SDATop 25
SDARight -5
SDABottom -5

*Desktop lbutton !Popup
*Desktop rbutton !PopupTasks

; POPUP CONFIG SECTION

HotListName "* NOTES *"

PopupTitlePix popup1.bmp
PopupEntryPix popup2.bmp
PopupSelEntryPix popup3.bmp
PopupBottomPix popup4.bmp
PopupSeperatorPix popup5.bmp

PopupFontFace "Tahoma"
PopupTitleBold on
PopupFontHeight 13
PopupTitleColor E4E4E4
PopupEntryColor 606060
PopupSelEntryColor 303030

MinPopupWidth 150
PopupFixedWidth 150
PopupTitleHeight 23
PopupSubmenuHeight 16
PopupTextOffset 19

NoPopupBevel
NoPopupMenuBevel
NoPopupCloseButton
NoPopupFolderIcon
PopupTransparent

--------------------this is user.rc---------------------
------location $litestepdir$profiles\dave\personal------



*Popup "Start Menu" !PopupDynamicFolder: "$Programs$"
*Popup "About Litestep" !about
*Popup "Edit step.rc" $themepath$step.rc
*Popup "Litestep commands" Folder
*Popup "Recycle" !Recycle
*Popup "Edit Step.rc" $Themepath$step.rc
*Popup ~Folder
*Popup "Explorer" explorer.exe

--------------------------------------------------------

So there's not much to go wrong really. I'm using 24.7, and XP, and have had several other (downloaded) themes work fine.
Also I used Litestep Installer incase that's relevant?
Thanks

Posted by member 35 on 2004-01-05 17:56:20 link

you have to either load the modules with *netloadmodule modulename-versionnumber or LoadModule $litestepdir$modulename.dll.

Posted by member 1 on 2004-01-05 22:04:55 link

the problem with this theme is that you have created an endless loop by including this file over and over again and never getting past line 2.

Posted by member 95880 on 2004-01-06 07:07:29 link

hurray! cheers guys.