Page 1 of 1

icons in context menu of user buttons

Posted: 26 Dec 2009 12:18
by zzjean
I wonder if it's possible to put icons in the context menu (right click) for my personnal script (as we can do when using internal button) ?

Also, is it possible to change or remain the icon of "click" in the context menu ?

At last, I'd to change the action of left click with internal button ; ex : Copy Path/name - left click = Item Path/name i'd like to have left click = item base(s)

I hope you will undestand. I don't make progress in english :D :D

Thank you

and .......Thank you for the Recycle Bin Deluxe (corbeille) That's GREAT

Re: icons in context menu of user buttons

Posted: 26 Dec 2009 13:48
by admin
zzjean wrote:I wonder if it's possible to put icons in the context menu (right click) for my personnal script (as we can do when using internal button) ?

Also, is it possible to change or remain the icon of "click" in the context menu ?

At last, I'd to change the action of left click with internal button ; ex : Copy Path/name - left click = Item Path/name i'd like to have left click = item base(s)
Sure you can, like this:

Code: Select all

"Name|C:\Icons\Icon.ico" [your script]
"Name|C:\Programme\Blah\Blah.exe" [your script]

Re: icons in context menu of user buttons

Posted: 27 Dec 2009 09:41
by zzjean
Thank you

And....to change the action of left click with internal button ; ex : Copy Path/name - left click = Item Path/name i'd like to have left click = item base(s)

possible ?

Re: icons in context menu of user buttons

Posted: 27 Dec 2009 10:32
by admin
zzjean wrote:Thank you

And....to change the action of left click with internal button ; ex : Copy Path/name - left click = Item Path/name i'd like to have left click = item base(s)

possible ?
No, internal buttons are hard-coded.

Re: icons in context menu of user buttons

Posted: 27 Dec 2009 15:38
by zzjean
OK thank you