Posts Tagged ‘mx:Canvas’

Fade effect in Flex

No Comments »

The following lesson shows you how to set a fade effect to display a caption only when the user hovers over an image.

Read More »


Solution for Canvas having rounded corner and a background

No Comments »

I have faced a problem when i tried to have a canvas with rounded corner and having an image. I doesn’t want to make the rounded corners in image as the content is going to be scaled. After doing some research on Net i found a good solution to the problem. it is a kind of trick where you put the rounded corner canvas as a mask on your image and it works perfectly :) . Following is the code for the same

Read More »


ViewStack use the Efflex viewStackEffects

No Comments »

A PanelStack is an combination of a ViewStack and Panel.

Read More »