Posted by member 32550 on 2003-08-04 08:11:51 link

TITLE: Where is my popup and my hotkeys????

SYMPTOMS:

A new Theme, a new Themer and no popup on rightclick?

CAUSE:
The Personal.rc is not includet in the theme

RESOLUTION:
1. If the Theme has got an LSXCommand enter in there explorer.exe, else press CTRL + ALT + F1 andececute the Run to enter Expolrer.exe
2. Go into your Themefolder (eg: c:\Litestep\Themes\Simplicity\) and open in there the Step.rc with any of your Text Editor (Notpad, Word, Open Office, SuperEdi.....)
3. Near at the lines with the }LoadModule has to be a line called:
Include "$LitestepDir$personal\personal.rc"

If you can't find this line, write it On Top of the Step.rc and Save the file. Now Recycle your Theme STRL + ALT + F1 and Recycle Theme.

Note: It is possible to wirte the include line into the Main Step.rc in your Litestep Folder (eg: c:\Litestep\) above the line:
include "$dirTheme$$rcStep$"

so it will be in every theme includet without the problem that you don't have your Hotkeys ot popup menu.