Archive for July, 2008

24
Jul
08

Flex Image Repeating Canvas Container

As per HTML designer, there is no need to put the whole strip of image which is linear, similar from top – bottom or left – right. The trick HTML designer uses is, he takes a 1px of image that strip and set that image as a background for a table(or row or cell) and set it to repeat.
When it comes to Flex, if we want to put a background image which has the similar linear from its directions. Then we can set the whole strip of image as background for containers.which makes a heavy embedding of image,. So i thought to create a similar kind of container which provides to set a repeating background image and should allow to repeat the image in both horizontal and vertical directions.
Continue reading ‘Flex Image Repeating Canvas Container’

23
Jul
08

Centralising Embedded Images of Application

Centralizing embedded image include creating a public class where all images required by the application are get embedded and declared as public static constants, which are get accessed any where within whole application, by importing the centralized embedded images class.
Continue reading ‘Centralising Embedded Images of Application’

18
Jul
08

Flex 4(Gumbo) is ON and available for Download

Adobe people again on the mark. The flex 4 SDK, code named Gumbo is started and is up for download now.
Continue reading ‘Flex 4(Gumbo) is ON and available for Download’
18
Jul
08

Accessing the application properties and methods within inline item renderers

As we know we use the blocks to create the inline item renderers for a list based components, which is warped within the take a look;
Continue reading ‘Accessing the application properties and methods within inline item renderers’
18
Jul
08

Passing Additional Parameters To Event Listener

While configuring the event listeners for the a component, some time we want to pass additional parameters to the event listener.
Continue reading ‘Passing Additional Parameters To Event Listener’