Archive for the ‘Tips’ Category (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 > DataGrid, Flex, Tips > Trick to copy data from a Flex AdvancedDataGrid

Trick to copy data from a Flex AdvancedDataGrid

October 31st, 2010 3 comments

Here’s a small trick to allow copying individual cell data from a Flex AdvancedDataGrid.

Continue reading...

VN:F [1.9.8_1114]
Rating: 5.0/5 (3 votes cast)
Home > Flex, Tips > Struggling with Flex Error 1000: Ambiguous Reference to…

Struggling with Flex Error 1000: Ambiguous Reference to…

August 20th, 2010 7 comments

I recently faced a Flex Error 1000: Ambiguous Reference to that puzzled me, I thought I’d share what was the issue and how to workaround it.

This error was raised by the compiler when I attempted to use a property for which I had defined a public getter together with a protected setter.

Using public::myProperty or protected::myProperty fixed the problem!

Continue reading...

VN:F [1.9.8_1114]
Rating: 5.0/5 (2 votes cast)
Categories: Flex, Tips Tags: error, Flex, namespace Email This Post