Another thing I noticed is that the plugin seems to override the text option on the meter with I guess the literal string you input without returning the meter to how it was before.
The problem with that is that if you're using a variable on the text option of the meter it doesn't return it to how it was before, so the dynamic function of that variable simply stops working.
This is important when you use a single meter to display different things, for example on a notes skin with tabs (which is what I'm working on). If I modify the text on one tab then when I switch to another tab it won't change the text anymore because the variable I set on that meter's text option is not there anymore (I guess). That forces me to refresh the skin when changing tabs (which should not be necessary).
The problem with that is that if you're using a variable on the text option of the meter it doesn't return it to how it was before, so the dynamic function of that variable simply stops working.
This is important when you use a single meter to display different things, for example on a notes skin with tabs (which is what I'm working on). If I modify the text on one tab then when I switch to another tab it won't change the text anymore because the variable I set on that meter's text option is not there anymore (I guess). That forces me to refresh the skin when changing tabs (which should not be necessary).
Statistics: Posted by RicardoTM — Today, 5:52 pm