Fade effect in Flex
The following lesson shows you how to set a fade effect to display a caption only when the user hovers over an image.
Solution for Canvas having rounded corner and a background
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 […]
ViewStack use the Efflex viewStackEffects
A PanelStack is an combination of a ViewStack and Panel. It extends ViewStack, and adds the panel features to it (NOTE you can’t treat the children as if they are in a Box, they are treated as if they are in a ViewStack). Although you could put one of these together pretty easily by add […]