As explained by balala and Yincognito, you cannot drag meters easily in a single skin.
I would suggest to K.I.S.S. :: Keep It Super Simple
The simplest solution to achieve your desired effect to have each item movable on their own is to create 2 separate skins; a button skin that is always visible with an action in that skin which toggles a separate image skin.
You need to create separate folders and place each skin code into them. Create a main folder, let's call it "DesktopImage". Then in that folder, create 2 new folders one named "Button" and the other named "Image". Place the code for each skin in the associated folder. Your skin folder should look like this: Images are placed in "DesktopImage\@Resources\Images" folder. With that setup, each skin can be controlled separately. The button skin can be loaded and moved anywhere on the screen. When you click the button, the image skin activation is toggled (loaded/unloaded). Because it is a separate skin it can be moved anywhere on the screen.
Note: Use LeftMouseUpAction= in most actions; that allows you to drag skins on the desktop using the LeftMouseDownAction.
Button.iniImage.iniHope this helps.
I would suggest to K.I.S.S. :: Keep It Super Simple
The simplest solution to achieve your desired effect to have each item movable on their own is to create 2 separate skins; a button skin that is always visible with an action in that skin which toggles a separate image skin.
You need to create separate folders and place each skin code into them. Create a main folder, let's call it "DesktopImage". Then in that folder, create 2 new folders one named "Button" and the other named "Image". Place the code for each skin in the associated folder. Your skin folder should look like this: Images are placed in "DesktopImage\@Resources\Images" folder. With that setup, each skin can be controlled separately. The button skin can be loaded and moved anywhere on the screen. When you click the button, the image skin activation is toggled (loaded/unloaded). Because it is a separate skin it can be moved anywhere on the screen.
Note: Use LeftMouseUpAction= in most actions; that allows you to drag skins on the desktop using the LeftMouseDownAction.
Button.ini
Code:
[Rainmeter]Update=1000AccurateText=1DynamicWindowSize=1[MeterON-OFF]Meter=ImageImageName=#@#Images\PacButton.pngLeftMouseUpAction=[!ToggleConfig "#RootConfig#\Image"]X=0Y=0SolidColor=0,0,0,1
Code:
[Rainmeter]Update=-1AccurateText=1DynamicWindowSize=1[MeterImage1]Meter=ImageImageName=#@#Images\Bild.pngX=0Y=0W=300H=300
Statistics: Posted by eclectic-tech — Today, 5:14 pm