flex - Giving NumericStepper's textField a unique id -


I am trying to use NumericStep component in Flex and it should give textField (not just the whole thing) an ID But I'm not sure how I've already given an ID to NumericStepper but I'd like to give my text input field an ID.

It already has a Numeric Stapper's text input, which is a skin part whose name is. By definition SkinPart should be defined as a public variable.

You can access it as a myNumericStepperInstance.textDisplay

for example, to locate the text, you can do something like this You can use:

  trace (myNumericStepperInstance.textDisplay.text);   

I'm not sure how you want to use it, though. I'm not sure that I suggest trying out toys with a part of the skin outside of a component, you are improving the ingredient to fulfill your essential functionality.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -