Based on Flex 3, how can I skin my progress bar to make it look like this example, with round corners/edges?
Thanks in advance!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can create custom skins for the progress bar and set the css styles to refer to your custom programatic skins. You will need programatic skins for:
barSkin
maskSkin
trackSkin
All of these are found as styles for the ProgressBar component.
You can refer to the default skins to see how they are done:
barSkin=”ProgressBarSkin”
maskSkin=”ProgressMaskSkin”
trackSkin=”ProgressTrackSkin”