Any idea how I can draw Bullet Points using Flex? instead of using image for 1, 2 and 3?
alt text http://www.freeimagehosting.net/uploads/9bb3213a63.jpg
Regards, PK
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 could make a custom component for the bullet that has an image with a label over top of it. Then all you need to do is set the label text (to 1, 2, or 3).
Alternatively, take this a step further and make a custom component for a ‘bullet item’ that would contain an image with a label over top (for the bullet) with a second label on the right (for the item text).
Either would allow you to create your bullet list with using a series of different images for your bullet items.