@steve02081504 I have implemented an interesting, though not direct, solution to the intermittent and random animation control of the trayicon tag.
https://changelog.de10.moe/entry/2024/06/15/100452
Conversation
Notices
-
ぽな (C.Ponapalt) (ponapalt@ukadon.shillest.net)'s status on Saturday, 15-Jun-2024 10:11:44 JST ぽな (C.Ponapalt) -
steve (steve02081504@ukadon.shillest.net)'s status on Sunday, 16-Jun-2024 14:47:41 JST steve @ponapalt ty for help! :party_parrot:
In conversation permalink -
steve (steve02081504@ukadon.shillest.net)'s status on Thursday, 27-Jun-2024 21:03:07 JST steve @ponapalt I tried adding this to kikka's OnSecondChange:
if !InMinimize && !QuickStartVersion{
if !RAND(4)
SHIORI_FW.MakeAdditionalReturn('ValueNotify','\![set,tasktrayicon,img/ico/kikka_eye_wink/.ico,Taromati2,--duration=100,--runcount=1]')
}
But it doesn't look like the wink function is working, I don't see any output about OnSecondChange in tama. :meow_thinking:
Am I using it the wrong way?
SSP ver: 2.7.00 pre2In conversation permalink -
ぽな (C.Ponapalt) (ponapalt@ukadon.shillest.net)'s status on Saturday, 29-Jun-2024 04:28:26 JST ぽな (C.Ponapalt) @steve02081504 Using the standard system dictionary, I wrote the following to OnSecondChange and it worked.
OnSecondChange
{
if !RAND(4) {
SHIORI3FW.PushAdditionalReturn('ValueNotify','\![set,tasktrayicon,k/.ico,Taromati2,--duration=100,--runcount=1]')
}
}Directory structure:
ghost/master/k/0.ico
ghost/master/k/1.icoIn conversation permalink -
steve (steve02081504@ukadon.shillest.net)'s status on Sunday, 30-Jun-2024 16:00:34 JST steve @ponapalt Thanks for your help!
I didn't change the code, just reboot the computer and then everything worked fine now. :meow_thinking: :blobok:In conversation permalink
-