There are different types of context menus:
1.) Rainmeter
skin context menu
2.) Rainmeter
skin custom context menu
3.) Windows
explorer context menu as related to FileView files & folders
In a Rainmeter, when you right click a skin, the skin context menu contains actions related to any skin is displayed (#1 above).
Using skin custom context menus, you can add info and actions that are not normally shown in the skin context menu (#2 above)
In FileView skins, you can display the Windows context menu associated with the file/folder; it is the same context menu you would see if you were using Windows explorer (#3 above)
In my FolderView skin, I use skin custom menus (#2 above) to provide quick access to my skin features and options.
fvcustom.jpg
Here is where it is in my code:
Code: Select all
[Rainmeter]
...
;----------------------------------------------------
; Context Styles Menu
;----------------------------------------------------
RightMouseUpAction=[!SkinCustomMenu]
...
FileView has the ability to show the Windows context menu for any indexed file or folder by using the "ContextMenu" bang
I call that menu using a
RightMouseUpAction=[!CommandMeasure {MeasureName} "ContextMenu"] bang (since that is how Windows explorer would activate it) on file and folder meters (#3 above)
fvcontext.jpg
Hope this answers your questions.
You do not have the required permissions to view the files attached to this post.