Archive for August, 2010 (6)

Home > Custom Component, Flex > Flex custom effect EditInPlaceEffect

Flex custom effect EditInPlaceEffect

August 30th, 2010 8 comments

After my custom components FadingTextInput and FadingInjector, here is now a Flex custom effect offering similar possibilities. I called it EditInPlaceEffect.

Continue reading...

VN:F [1.9.8_1114]
Rating: 5.0/5 (1 vote cast)
Home > Blogging > Blogagic now running Google feedburner

Blogagic now running Google feedburner

August 27th, 2010 No comments

Just a quick note to let you know that I just moved my RSS feed to Google feedburner.

This is supposed to be transparent for you :-)

If any of you are having issues with viewing my RSS feed, please let me know (simply re-subscribing should help in most cases).

VN:F [1.9.8_1114]
Rating: 0.0/5 (0 votes cast)
Categories: Blogging Tags: blogagic Email This Post
Home > Custom Component, Flex > Flex custom component FadingInjector

Flex custom component FadingInjector

August 25th, 2010 10 comments

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).
Continue reading...

VN:F [1.9.8_1114]
Rating: 5.0/5 (3 votes cast)
Home > Custom Component, Flex > Flex custom component FadingTextInput (Edit in Place building block)

Flex custom component FadingTextInput (Edit in Place building block)

August 23rd, 2010 2 comments

FadingTextInput is a Flex custom component based on TextInput that provides a background color fading effect when its content is modified.

Continue reading...

VN:F [1.9.8_1114]
Rating: 0.0/5 (0 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
Home > Flex, Tutorial > Making your Flex Custom Components really Flexible

Making your Flex Custom Components really Flexible

August 4th, 2010 8 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)