You are here

Examples

Posts that provide an example of a process

Drop Shadow on AIR Application Custom Chrome

The other day out of shear curiosity I wanted to see if it was possible to create an AIR application that looked like the Microsoft Zune application.

Content Type: 
Blog Topics: 

Flex Examples: Adding invalidation to non-visual components

Problem: How do you implement invalidation in a non-visual class?

Solution: Use an instance of UIComponent to proxy the invalidation.

Content Type: 
Blog Topics: 

Flex Examples : Validating user input in a TextInput Component

Scenario: You need to validate user input in a TextInput component for legal values.

Solution : Use the 'textInput' event to intercept the characters a users types before they are committed and cancel the committing of the character if it is illegal.

Content Type: 
Blog Topics: 
Subscribe to RSS - Examples