Saturday, August 21, 2010

VTC Flex training

LC Flex 3 With Collection and Exercises 001

http://rapidshare.com/files/330451249/LC_Flex.3.With.Collection.and.Exercises.rar.001
http://rapidshare.com/files/330436964/LC_Flex.3.With.Collection.and.Exercises.rar.002
http://rapidshare.com/files/330446099/LC_Flex.3.With.Collection.and.Exercises.rar.003
http://rapidshare.com/files/330447470/LC_Flex.3.With.Collection.and.Exercises.rar.004
http://rapidshare.com/files/330447486/LC_Flex.3.With.Collection.and.Exercises.rar.005
http://rapidshare.com/files/330437230/LC_Flex.3.With.Collection.and.Exercises.rar.006
http://rapidshare.com/files/330437528/LC_Flex.3.With.Collection.and.Exercises.rar.007
http://rapidshare.com/files/330437213/LC_Flex.3.With.Collection.and.Exercises.rar.008
http://rapidshare.com/files/330439284/LC_Flex.3.With.Collection.and.Exercises.rar.009
http://rapidshare.com/files/330438519/LC_Flex.3.With.Collection.and.Exercises.rar.010

Wednesday, August 18, 2010

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 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








Do remember to create an asset folder having a “bg.jpg” image when trying this solution.