How can I use strikethrough in a Label or text in flex 3 ?
|
|
You can use a |
||
|
|
|
|
I needed the same, and ended up simplifying the mediagreenhouse solution somewhat:
{ import flash.text.TextLineMetrics; import mx.core.mx_internal; import mx.controls.Label;
} |
||
|
|
|
|
Flex 3 example here: http://flexsnippets.mediagreenhouse.com/?p=46 |
||
|
|
|
|
Depending on your exact needs, you might be able to subclass label, override the updateDisplayList, and just draw a line through the middle of the text. |
||
|
|
|
|
But is there any way of doing this in flex 3 using SDK 3 ? |
||
|
|
