You requested all posts in the category livecycle-data-services


Using conditional binding in Flex and AIR applications

25

Feb 10

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

read on »

How does Flex know an HTML popup has been closed?

19

Jan 10

Imagine a situation where you have a Flex application and you need to display a popup window in which an external application is doing something else with the same data. You don’ have control over the external application, but you know it is written in HTML and PHP. Imagine also ...

read on »

Floating licensing in Flex applications

4

Oct 09

Sometimes in Flex projects you need to be able to include some licensing policy. In a lot of cases this will be a simple user identification for registered users. But sometimes there is a request for a floating license policy. This means that a certain company buys let's say 10 ...

read on »