Support and General Use > Theming and Appearance Customization
Can Anyone Design a Custom Skin for Me?
DrewVosburg:
--- Quote from: audio-i on January 23, 2011, 10:18:44 PM ---maybe the rest could be added there too?
--- End quote ---
Please do! I did not know about this, this seriously affects Thin Basic! UPDATE TIME! =)
rbhawaii:
thats great!
i made this a long time ago to have the volume show from 0 to 100%
%?pv<0|2|4|6|8|10|12|14|16|18|20|22|24|26|28|30|32|34|36|38|40|42|44|46|48|50|52|54|56|58|60|62|64|66|68|70|72|74|76|78|80|82|84|86|88|90|92|94|96|98|100|max>
(the above is all one line)
hope it helps even more
[Saint]:
--- Quote from: rbhawaii on February 16, 2011, 06:47:15 AM ---i made this a long time ago to have the volume show from 0 to 100%
%?pv<0|2|4|6|8|10|12|14|16|18|20|22|24|26|28|30|32|34|36|38|40|42|44|46|48|50|52|54|56|58|60|62|64|66|68|70|72|74|76|78|80|82|84|86|88|90|92|94|96|98|100|max>
--- End quote ---
That's all very well and good...but, it doesn't accurately represent a percentile at all.
[St.]
rbhawaii:
how would you code the line so that it would accurately represent a percentile from 0 to 100 for ipod video
thanks for your feed back
ajburges:
--- Quote from: rbhawaii on February 17, 2011, 06:38:57 AM ---how would you code the line so that it would accurately represent a percentile from 0 to 100 for ipod video
thanks for your feed back
--- End quote ---
Ack.
The volume display from my experience works on a logarithmic scale. So to keep a pattern close to a linear scale your line would be of the form:
%?pv<1|2|2|3|3|3|4|4|4|4>
keep in mind that doing such a detailed percentile display with icons will suck memory like a Hoover. Use larger steps to reduce memory footprint. Also keep in mind that the code size of a linear scale increases exponentially with the number of states tracked.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version