05-18-2011 03:03 PM - edited 05-18-2011 03:14 PM
Does anyone have any experience skinning the qnx progress bar? I cannot seem to get it to work. I have no issues skinning the other qnx components.
Edit: For now all im doing is overriding the draw() in ProgressBarSkin and manually creating the bar using this.witdth and this.progress.
Solved! Go to Solution.
05-18-2011 04:33 PM - edited 05-18-2011 04:34 PM
You are in luck
I had to do this as well, I ended up decompiling the SWC to see how to subclass it properly.
I used 2 custom sprites in my skin, fill and track, and it looks something like this: