tags:

views:

9

answers:

1

I am writing a skin for a TextInput control, and I want it to change when the fontSize style changes dynamically. I see this is done in the default TextInputSkin but couldn't decipher the behavior form the code.

How is this done?

thanks,

A: 

override fontSize setter, and dispatch a CHANGE event there.

Eugene