Archive for the ‘event’ Tag (3)

Home > DataGrid, Flex, Tips > Enhanced trick to copy data from AdvancedDataGrid

Enhanced trick to copy data from AdvancedDataGrid

November 20th, 2010 2 comments

Here’s a small enhancement to my trick to copy data from an AdvancedDataGrid.

Continue reading...

VN:F [1.9.8_1114]
Rating: 5.0/5 (1 vote cast)
Home > Flex, Tutorial > Making your Flex Custom Components really Flexible

Making your Flex Custom Components really Flexible

August 4th, 2010 7 comments

Here are a few options to develop Flex Custom Components that are really flexible.

In addition to allow styling options, a really flexible component should allow other developers to change and customize its behavior to accommodate their own specific needs with as less as possible additional efforts. OOP, Design Pattern, SDK secrets: make your choice!

Continue reading...

VN:F [1.9.8_1114]
Rating: 5.0/5 (6 votes cast)
Home > Flex, Tutorial > Adding Events to Flex Custom Components

Adding Events to Flex Custom Components

May 28th, 2010 7 comments

After having discussed how to apply styles to Flex custom components, let’s learn how to add Events to Flex custom components such that they can be smoothly integrated in any other custom component or in any application.

The covered subjects are:

Continue reading...

VN:F [1.9.8_1114]
Rating: 5.0/5 (8 votes cast)