It is currently April 20th, 2024, 6:10 am

Number value not updating for NowPlaying's duration and position

Get help with creating, editing & fixing problems with skins
User avatar
Cariboudjan
Posts: 268
Joined: May 12th, 2019, 8:55 am

Number value not updating for NowPlaying's duration and position

Post by Cariboudjan »

See Gif

String value is updating but not its number value. Number value needed for Roundline progress bar. What am I doing wrong here?


UpdateDivider was -1. :oops: But it threw me off because the string value was updating regardless.
You do not have the required permissions to view the files attached to this post.
mak_kawa
Posts: 908
Joined: December 30th, 2015, 9:47 am

Re: Number value not updating for NowPlaying's duration and position

Post by mak_kawa »

Hi Cariboudjan

You mean the measure with UpdateDivider=-1 option is updating for some reason? I think of several reasons for it, but your actual code is necessary for us to examine.
User avatar
Brian
Developer
Posts: 2679
Joined: November 24th, 2011, 1:42 am
Location: Utah

Re: Number value not updating for NowPlaying's duration and position

Post by Brian »

Cariboudjan wrote: February 9th, 2020, 7:55 am But it threw me off because the string value was updating regardless.
This is a known issue when asking for the string value for certain measures. Over time these "issues" become "features", as fixing them likely creates backwards compatibility issues for some skins. :D

-Brian