Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 1487

Docks and Launchers • Re: FolderView

$
0
0
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:

[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.

Statistics: Posted by eclectic-tech — Today, 2:10 pm



Viewing all articles
Browse latest Browse all 1487

Trending Articles