DARKZONE RM trouble Thread last updated on 2003-12-03 10:05:25

Posted by member 87600 on 2003-12-01 14:42:58

For some reason I cannot link the icons to applications and them work. My Docs work as well as text editor and CMD.exe

Any suggestions?

Posted by member 1 on 2003-12-01 15:05:00 link

This is not a code issue...this is a theme issue.

Posted by member 36955 on 2003-12-01 18:25:49 link

make sure there are quotes around the paths... if the paths have spaces in them and you dont have quotes around them, it wont work

Posted by member 87600 on 2003-12-02 13:37:18 link

I have checked the paths and the evar and all seem to be correct.

Posted by member 1316 on 2003-12-02 14:05:14 link

well, paste them here so we can see them, otherwise we can't help you

Posted by member 87600 on 2003-12-03 09:50:20 link

Her is the SCR for the top tool bar that controls these shortcuts.

*Shortcut "" 8 34 "top\explore.n.png" "top\explore.o.png" .none #21oht !Execute [$Filemanager$] [!ShortcutGroupHide 21]

*Shortcut "" 40r 0r "top\text.n.png" "top\text.o.png" .none #21oht !Execute [$TxtEditor$] [!ShortcutGroupHide 21]

*Shortcut "" 40r 0r "top\command.n.png" "top\command.o.png" .none #21oht !Execute [$CmdPrompt$] [!ShortcutGroupHide 21]

*Shortcut "" 40r 0r "top\audio.n.png" "top\audio.o.png" .none #21oht !Execute [$AudioPlayer$] [!ShortcutGroupHide 21]

*Shortcut "" 40r 0r "top\media.n.png" "top\media.o.png" .none #21oht !Execute [$MediaPlayer$] [!ShortcutGroupHide 21]

*Shortcut "" 40r 0r "top\gfxview.n.png" "top\gfxview.o.png" .none #21oht !Execute [$GfxViewer$] [!ShortcutGroupHide 21]

*Shortcut "" 40r 0r "top\gfxedit.n.png" "top\gfxedit.o.png" .none #21oht !Execute [$GfxEditor$] [!ShortcutGroupHide 21]

*Shortcut "" 40r 0r "top\browser.n.png" "top\browser.o.png" .none #21oht !Execute [$Browser$] [!ShortcutGroupHide 21]

*Shortcut "" 40r 0r "top\email.n.png" "top\email.o.png" .none #21oht !Execute [$Email$] [!ShortcutGroupHide 21]

*Shortcut "" 40r 0r "top\irc.n.png" "top\irc.o.png" .none #21oht !Execute [$IRC$] [!ShortcutGroupHide 21]

*Shortcut "" 40r 0r "top\ftp.n.png" "top\ftp.o.png" .none #21oht !Execute [$FTP$] [!ShortcutGroupHide 21]

*Shortcut "" 40r 0r "top\im.n.png" "top\im.o.png" .none #21oht !Execute [$IM$] [!ShortcutGroupHide 21]

*Shortcut "" 50r 0r "top\litestep.n.png" "top\litestep.o.png" .none #21oht !Execute [!LSCP] [!ShortcutGroupHide 21]

*Shortcut "" 40r 0r "top\quit.n.png" "top\quit.o.png" .none #21oht !Execute [!ShortcutgroupShow 50] [!ShortcutGroupHide 21]

*Shortcut "" 0 30 "top\icontray.png" .none .none #21hkt !None

The paths in the evars.
FileManager "C:\WINDOWS\explorer.exe"
TxtEditor "%SystemRoot%\system32\NOTEPAD.EXE"
CmdPrompt "C:\WINDOWS\system32\cmd.exe"
AudioPlayer "C:\Program Files\Winamp\winamp.exe"
MediaPlayer "C:\Program Files\Winamp\winamp.exe"
GfxViewer "C:\Program Files\Internet Explorer\IEXPLORE.EXE"
GfxEditor "C:\Program Files\Microsoft Office\Office\PHOTODRW.EXE"
Browser "C:\Program Files\Internet Explorer\IEXPLORE.EXE"
DUN "rasphone.exe"
Email "..."
IRC "..."
FTP "..."
IM "..."

I hope you guys can help, I love this them and it would be pretty cool if i could use all the features.

Thx.

Posted by member 1949 on 2003-12-03 10:05:25 link

!Execute [$TxtEditor$] [!ShortcutGroupHide 21]

needs to be like this

!Execute ["$TxtEditor$"] [!ShortcutGroupHide 21]

EVARS need to be quoted!