Help with IconDesk? Thread last updated on 2003-06-06 09:38:42

Posted by member 39765 on 2003-06-06 01:41:12

Can anyone help me with IconDesk? I just want to set it up to show my windows desktop...

Posted by member 39765 on 2003-06-06 04:58:45 link

Please...?

Posted by member 1783 on 2003-06-06 05:06:29 link

what's the problem?
just load it and see what happens. read the docs and customize it to fit your needs.

Posted by member 39765 on 2003-06-06 05:09:11 link

I know how to set it up. The problem is that it isn't showing up...

Posted by member 1783 on 2003-06-06 07:49:29 link

post your code. can't say what's wrong if there's no information about the problem.

Posted by member 39765 on 2003-06-06 08:21:11 link

IconDeskGroups Main
IconDeskMainFolder $Desktop$
IconDeskMainY 24
IconDeskMainShowHidden True
IconDeskMainHideExtension False
IconDeskMainVisible True

And my modules:
LoadModule $LitestepDir$desktop2.dll
LoadModule $LitestepDir$popup2.dll
LoadModule $LitestepDir$hotkey.dll
LoadModule $LitestepDir$shortcut2.dll
LoadModule $ModulesDir$syscolor.dll
LoadModule $ModulesDir$textedit2.dll
LoadModule $ModulesDir$taskbar3.dll
LoadModule $ModulesDir$label.dll
LoadModule $ModulesDir$jamptoo.dll
LoadModule $ModulesDir$dynamp.dll
Include "$ConfigDir$systray.rc"
LoadModule $ModulesDir$systray.dll
LoadModule $LitestepDir$vwm2.dll
LoadModule $ModulesDir$lsbox.dll
LoadModule $ModulesDir$zorder.dll
LoadModule $ModulesDir$mzscript.dll

Posted by member 1783 on 2003-06-06 09:01:16 link

but you don't load IconDesk.dll at all!!! :D
i copied your settings to my step.rc and it worked.

edit: only one typo. there should be an asterisk (*) in front of IconDeskMainFolder ;)

Posted by member 39765 on 2003-06-06 09:15:40 link

Heh...well, it was using a few if's before, but i removed those, and it's working now...thanks anyways!

Posted by member 1783 on 2003-06-06 09:17:26 link

you're welcome :)

Posted by member 39765 on 2003-06-06 09:29:55 link

GRRR!!! Now it's displaying 'C:\' instead of 'C:\WINDOWS\Desktop'!

Posted by member 1783 on 2003-06-06 09:36:44 link

notice the edit in one of my previous posts ;)

Posted by member 39765 on 2003-06-06 09:38:42 link

Thanks again...