Desktop or web applications written in Flex can currently display localized strings with relative ease (using tools such as data binding and the ResourceManager), but localizing an app involves more than just translating the strings: there are a number of…
497 readersMy article about Data Binding is up on Adobe Developer Connection. Data binding is one of the most used and useful features when building Flex and Adobe AIR applications. At the same time, however, data binding can slow application initialization and cause frustration when developers don’t fully understand how the mechanism works. It [...]
319 readersThe other day, on my FLEX On jQuery blog entry , Johan brought up data binding in the comments. Several other people have also mentioned data binding in the context of jQuery. Data binding, as a concept, is something that I am only vaguely familiar with; as such, I wanted to start playing around with
3678 readersMy article about Data Binding is up on Adobe Developer Connection. Data binding is one of the most used and useful features when building Flex and Adobe AIR applications. At the same time, however, data binding can slow application initialization and cause frustration when developers don’t fully understand how the mechanism works. It
396 readersIn this post I want to discuss a new feature of Flex 4 SDK called "two-way data binding". What is and what it can help us in everyday life? First, what is Data Binding? Data Binding is the action of...
639 readersData Binding is the action of passing values from one object to another automatically. When an object undergoes a change in his particular property, this change is reflected in some attribute of another object. In Flex 3.x Data Binding enabled mirroring of information from one object to another but the reverse did not occur automatically,
469 readersEveryone knows by now that variable binding is something that is constantly used in Flex and AIR applications. The simplest way of using this feature is making use of the [Bindable] metadata tag. However, there’s a second way that is commonly used and that is the <mx:Binding> tag. This one is used especially in combination
500 readersIn Flex 3 we created a data binding expression using curly braces, like so (brackets left off intentionally): TextInput label="textInput1" TextInput label="textInput2" text="{textInput1.text}" In Flex 3 if you wanted to make the binding two-way, you had to make a second binding expression. However, in Flex 4 you can just add an @ sign to the
519 readersAdobe AIR certainly changed the way we think about rich desktop applications. It was a real sigh of relief for me when the details of AIR came out during the initial days. We no longer had to battle with the Flash security sandbox while building desktop/kiosk applications. A lot of our dreams could turn to
790 readersI just started messing around with the as3localelib library in a project I'm working on which needs to be localized to several languages. I found a few code samples around the web and both use the following two lines of code to implement the library: var sortedLocales:Array = LocaleUtil.sortLanguagesByPreference(['en_US', 'zh_CN', 'zh_TW'], flash.system.Capabilities.languages, "en_US"); ResourceManager.getInstance().localeChain =
538 readersThe ListCollectionView brings together flex data binding magic and some functional programming abilities. It can filter data, sort data and can be joined into chains. However sometimes you need to per
8,882
Subscribe to RSS headline updates from:
GurusUnleashed
Powered by FeedBurner
To apply: jobs@mediatemple.net
Subscribe to RSS headline updates from:
Design Jobs & Projects
Powered by FeedBurner
Curious what others are searching for? Below are the most popular search terms over the last 30 days.

