Enhanced trick to copy data from AdvancedDataGrid
Here’s a small enhancement to my trick to copy data from an AdvancedDataGrid.
Here’s a small enhancement to my trick to copy data from an AdvancedDataGrid.
I recently published Flex custom components allowing to display data as Sparklines. These SparklineChart custom components being highly configurable, here is now their new companion: the SparklineChart explorer.
Sparklines are defined by Edward Tufte, their creator as: Intense, Simple, Word-Sized Graphics.
Here are new Flex custom components allowing to easily integrate Sparklines in any Flex application.
Here are some tips regarding my way of managing Dynamic Flex ToolTips and, in particular, how to update content of a visible tooltip.
After my custom components FadingTextInput and FadingInjector, here is now a Flex custom effect offering similar possibilities. I called it EditInPlaceEffect.
Apply the fading background color effect available in my Flex FadingTextInput in any UIComponent by injecting it using FadingInjector (post updated following a comment from João).

FadingTextInput is a Flex custom component based on TextInput that provides a background color fading effect when its content is modified.
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!
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!
Recent Comments