It is currently September 29th, 2024, 7:30 am

context menu ordering

General topics related to Rainmeter.
Ragingwasabi
Posts: 86
Joined: March 7th, 2015, 2:23 pm

context menu ordering

Post by Ragingwasabi »

Just my thoughts:

shouldnt skin custom actions be on top?

i think people tend to use the skins more often than modfying/configuring skins, so it makes sense to have custom skin actions on top for convenience.
User avatar
Brian
Developer
Posts: 2736
Joined: November 24th, 2011, 1:42 am
Location: Utah

Re: context menu ordering

Post by Brian »

They are almost at the top. We left the config name at the top since it the most logical place to put that (plus you can click on that to open the skin folder in explorer).

In case you didn't know, there is a !SkinCustomMenu bang that will just display the custom skin actions without all the regular menu options.
https://docs.rainmeter.net/manual-beta/bangs/#SkinCustomMenu

-Brian
Ragingwasabi
Posts: 86
Joined: March 7th, 2015, 2:23 pm

Re: context menu ordering

Post by Ragingwasabi »

oh i had no idea that bang existed. gonna edit all my skins now haha
User avatar
jsmorley
Developer
Posts: 22783
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: context menu ordering

Post by jsmorley »

Code: Select all

[Rainmeter]
Update=1000
AccurateText=1
SkinWidth=170
SkinHeight=324
BackGroundMode=2
SolidColor=255,0,0,0
MouseScrollDownAction=[!Refresh #CURRENTCONFIG#]
RightMouseUpAction=[!SkinCustomMenu]
ContextTitle=Location: [CityNameChild]
ContextAction=[]
ContextTitle2=Time: [ObservationTimeChild]
ContextAction2=[]
ContextTitle3=----
ContextAction3=[]
ContextTitle4=Change to Fahrenheit
ConTextAction4=[!WriteKeyValue Variables UnitOfMeasure "f" "#@#WXDataWeatherVars.inc"][!Refresh]
ContextTitle5=Change to Celsius
ConTextAction5=[!WriteKeyValue Variables UnitOfMeasure "m" "#@#WXDataWeatherVars.inc"][!Refresh]
ContextTitle6=Change Location Code
ContextAction6=[!ActivateConfig "JSMeter\WXDataWeather\WXDataLocation" "WXDataLocation.ini"]
ContextTitle7=Open @Includes folder
ContextAction7=["#@#"]
ContextTitle8=----
ContextAction8=[]
ContextTitle9=More actions ...
ContextAction9=[!SkinMenu]
GIF.gif
You do not have the required permissions to view the files attached to this post.