It is currently March 28th, 2024, 8:52 pm

Problem with Position/Load order... (image above visualizer)

Get help with creating, editing & fixing problems with skins
PvPNiK
Posts: 1
Joined: July 26th, 2017, 10:51 pm

Problem with Position/Load order... (image above visualizer)

Post by PvPNiK »

Hi,
First of all i made a small gif to showcase the problem:
http://g.recordit.co/rYwA0W8pma.gif
The visualizer i'm talking about: http://marcopixel.deviantart.com/art/Lano-Visualizer-Highly-configurable-visualizer-545915953
So how u can see when i'm hovering above an icon it sets an image, and its under the visualizer(how its need to be).
But when i'm clicking on the desktop(left click for most i think) and then hovering again about the icon, the image is above the visualizer and its only "fixes" when i enter to rainmeter and press "Refresh All".
Some codes:
"Rainmeter\Skins\Icons\csgo", csgo.ini:

Code: Select all

[CSGO]
Meter=Image
ImageName=#@#Images\csgo.png
W=90
H=90
MouseOverAction=[!ActivateConfig "Icons\csgo\Background" "background.ini"]
MouseLeaveAction=[!DeactivateConfig "Icons\csgo\Background" "background.ini"]
LeftMouseUpAction=["steam://rungameid/730"]

[Rainmeter]
Update=1000
"Rainmeter\Skins\Icons\csgo\Background", background.ini:

Code: Select all

[Wallpaper]
Meter = Image
ImageName = csgo.png
W=1920
H=1080
""Rainmeter\Skins\Icons\csgo", csgo.png. (the image).

"Rainmeter\Skins\Icons\@Resources\Images", just the images of the icons..

I'm using windows 10, and the rainmeter version is: 4.0.0 r2746 64-bit (Jan 1 2017).

Where is the problem?