Thanks for the info about the angles. I was just guessing since, as you said, the documentation was unclear. I'll try a nightly build when the server is back up. Thanks again.
It's just a simple test skin. As configured below it will run. But if you comment out the Slider and uncomment the RadialSlider, it doesn't work. theme.xml <!DOCTYPE Theme PUBLIC "-//VideoLAN//DTD VLC Skins V2.0//EN" "skin.dtd"> <Theme version="2.0" magnet="10"...
The logs for the linear or radial slider are identical except that with the radial the log ends at this point: [00e1748c] main access debug: using access module "access_file" [00e1748c] main access debug: TIMER module_need() : 3.688 ms - Total 3.688 ms / 1 intvls (Avg 3.688 ms) [00e18024] ...
I can't get the radial slider to work. The skin will not load with the following: <Bitmap id="bmpRadial" file="radial.png" alphacolor="#FF0000"/> <RadialSlider value="volume" x="10" y="180" sequence="bmpRadial" nbimages="5&qu...
Implement a simple "conditional compilation" system for the skins that is configurable by the user from a config file. Say there is a skin called ASkin.vlt. It would have a config file called ASkin.cfg whose structure would be a list of parameter assignments, like this: volume = false slid...