Posted by member 212670 on 2005-10-20 13:59:05 link

First, the desktop problem. Look in the jdesk readme file for how to define the left click function.

I didn't quite get your popup question, but it sounds you're having syntax problems. Things like !New and Folder have to to be closed with ~New and ~Folder, and you put your *Popup items in between.

Like:
*Popup "some text" !New !NameofPopup
*Popup "folder name" Folder
*Popup "item" !action
*Popup ~Folder
*Popup ~New
Then you'd call that popup by !NameofPopup.

Understanding that, if you're just sticking...
*Popup "stuff" !action
...in the middle of no where, nothing is going to happen.

If you're just trying to modify your existing popup, and you insist on not having the *popup entries inside the \personal\popup.rc file, you can have naked *Popup entries inside a different file, but you have to add
include "pathtofile\name_of_file.rc"
to your \personal\popup.rc file, and it has to be between the !New and ~New entries.

I hope I got your question somewhere in there. ;)