Hey Hello,
i wanted to share some problem. i now have detected this two times. when i click with richt on any skin it turns out just as a white box.
i do not know how i can reproduce this problem. when i find out, wil tell you how to.
so now this is the third time it shows up. i also found out that the skin for my windows shortcuts do not update any icon when using to scroll it does not update the picture icons but just stopt shown any.
Greets,
Judian81.
It is currently June 5th, 2023, 7:27 pm
[Bugs] SkinMenu
-
- Posts: 180
- Joined: May 6th, 2021, 2:57 pm
[Bugs] SkinMenu
You do not have the required permissions to view the files attached to this post.
-
- Rainmeter Sage
- Posts: 15316
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Re: [Bugs] SkinMenu
I assume the code of your skin has a bug, which gives this behavior when you right-click the skin (at least I believe by "click with richt", you mean right-click). Another issue might be in a MouseScrollDownAction and / or MouseScrollUpAction options. However note that if I am right and the RightMouseUpAction option is indeed corrupted, if you right-click to execute the bangs of the wrong option and this hangs Rainmeter up, the scroll operations don't work anymore, even if they are completely alright.Judian81 wrote: ↑February 13th, 2022, 5:57 pm i wanted to share some problem. i now have detected this two times. when i click with richt on any skin it turns out just as a white box.
i do not know how i can reproduce this problem. when i find out, wil tell you how to.
so now this is the third time it shows up. i also found out that the skin for my windows shortcuts do not update any icon when using to scroll it does not update the picture icons but just stopt shown any.
Post the code of the incriminated skin please to can check it.
-
- Posts: 180
- Joined: May 6th, 2021, 2:57 pm
Re: [Bugs] SkinMenu
Code: Select all
[MeterString]
Meter=String
H=100
W=100
SolidColor=FFFFFF
[Calc]
Measure=Calc
Formula=Calc = 0 ? 1 : 0
[MeasureTray]
Measure=Plugin
Plugin=TrayIcon
IconName=spotify[Calc].ico
ToolTipText=TrayIcon [Calc]
LeftMouseUpAction=[!Log Up][!ToggleFade]
RightMouseUpAction=[!SkinMenu]
MouseScrollUpAction=[!Log "Scroll UP"]
MouseScrollDownAction=[!Log "Scroll DOWN"]
DynamicVariables=1
https://github.com/deathcrafter/PluginTrayIcon
-
- Rainmeter Sage
- Posts: 1398
- Joined: April 24th, 2021, 8:13 pm
Re: [Bugs] SkinMenu
So it happens when you have a skin with this plugin?
I am not able to reproduce the issue tho. It works fine for me.
For devs,
I am using WM_APP + 101 to receive messages from tray icon. I don't think that might be a problem tho. Is it? I checked the source if it was used and it wasn't. Also, lemme know if there is anything better to use. Thanks.
I am not able to reproduce the issue tho. It works fine for me.
For devs,
I am using WM_APP + 101 to receive messages from tray icon. I don't think that might be a problem tho. Is it? I checked the source if it was used and it wasn't. Also, lemme know if there is anything better to use. Thanks.
from the Realm of Death
-
- Posts: 180
- Joined: May 6th, 2021, 2:57 pm
Re: [Bugs] SkinMenu
i am sorry for reporting this. but i locked my pc last night and unlocked it right now. and i see the skin background and there is no systray icon.death.crafter wrote: ↑February 14th, 2022, 8:32 am So it happens when you have a skin with this plugin?
and when i right click on ony skin it just give me a white bar again.
edited. the sysicon is still there only without using any icon file.