So ive subclassed the actionscript object label
package com.peach.uofs.common
{
public class UofSWord extends Label
but when i come to create a new MXML skin for this component using FlashBuilder i cant find it in the dialogues.
i set the package as "skin" (for the package of were i want the skin to be)
I try to set the host component as com.peach.uofs.common.UofSWord but the auto-search thing dose not find the component and therefor wont let me create the skin?
Any help would be great
Cheers
Chris
A Label is intended to be light weight, and so it is not skinnable by itself (it does not extend SkinnableComponent). What exactly were you trying to add to this skin? I think what you want is to create a custom component that uses a Label as one of its skin parts.
http://help.adobe.com/en_US/flex/using/WS53116913-F952-4b21-831F-9DE85 B647C8A.html
North America
Europe, Middle East and Africa
Asia Pacific