Things categorized as 'Adobe Flex'
Posted on December 10th .
By Sujit Reddy G:
This article explains how to create a Flex application in Flash Builder 4 beta 2 that invokes a method in a Java class on the server using ...
Posted on December 10th .
By Andrew Trice:
In this example, we will walk through the creation of a swipe/slide effect inspired by the transitions that you often see in touch-capable devices when you use a ...
Posted on November 30th .
By Miti Pricope:
This article describes a technique for integrating Amazon Flexible Payment Service (Amazon FPS) with a Flex application running in Flash Player and in Adobe AIR. I will cover ...
Posted on November 22nd .
By Joel Hooks:
Hamcrest? No, it isn't a fancy sandwich topping. Hamcrest is a framework for creating matchers, allowing matching rules to be defined declaratively (from Read More →
Posted on November 16th .
By Andrew Trice:
Customizing scrollbars in Flex is something that I see requested all the time, and it's actually really easy to do. I see requests for things like getting rid ...
Posted on November 16th .
By Amy Blankenship:
Flex comes with a full spectrum of components, but once in a while you get hit with a request to do something that is difficult to shoehorn into ...
Posted on November 16th .
By Jeanette Stallons:
Refactoring is the process of cleaning up your code. It is not changing or adding functionality to your application. It is rewriting your code so it is more ...
Posted on November 14th .
By Jeffry Houser:
This question comes in from Corey
I'm a newbie to the world of web development and Flex. I'm currently working on a project that will allow visitors to post ...
Posted on November 8th .
By Andrew Trice:
In this post, we will walk through the steps to create an interactive chart with a Google-Finance-esque interaction.
Before we get to far into ...
Posted on November 8th .
By Jan Poehland:
I recently came across an interesting problem when we had to access barcode scanners from Flex applications. The scanners came in different models but all were connected to ...
Posted on November 4th .
By Rich Tretola:
I have updated both of my presentations that I did at BFlex last weekend. They are now available for download at Read More →
Posted on November 4th .
By Jeffry Houser:
Every once in a while on the Flextras Friday Lunch the conversation turns to business related ...
Posted on November 4th .
By Hans Muller:
Flex 4 beta provides an interface called IViewport that all scrollable components must implement, and Scroller, a component that uses scrollbars to enable interactive scrolling of a viewport ...
Posted on November 4th .
By Jeanette Stallons:
Adobe Flash Builder for Force.com is an IDE developed jointly by Adobe and salesforce.com that gives developers a single, powerful tool for building Force.com Flex desktop applications with ...
Posted on October 27th .
By Stefan Ritcher:
When adding localisation support for my Flex applications I often find myself having to create new locales. This process is not very easy and involves some Terminal/Commandline interactions. ...
Posted on October 27th .
By Peter Dehaan:
The following example shows how you can enable word wrapping on a Spark List control in Flex 4 by overriding the default layout with a VerticalLayout object and ...
Posted on October 24th .
By Jason Olmsted:
Lately, I have been getting more involved into working with the visual aspect of Flex. Up to now, I had been able to pass off the styling to ...
Posted on October 24th .
By Jorn Kinderas:
Let's say your Flex project needs to maintain a large amount of data, like all the userdata from you big ass site. You can use several datastructures in ...
Posted on October 24th .
By Peter Dehaan:
The following example shows how you can set the video alpha on a Spark VideoPlayer control in Flex 4 by setting thealpha property on the VideoPlayer instance’s videoElement property.
Full ...