Today Adobe announced their new list of Adobe Community Professionals for 2011. And of course I am very happy to be part of this small community. But next to that list, they have launched a new list, namely the Adobe Community Champions. For those of you who don’t know what these lists are or who [...]
Archive for LiveCycle Data Services
Congratz to the new and renewed ACCs and ACPs
Using conditional binding in Flex and AIR applications
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 is used especially in combination [...]
How does Flex know an HTML popup has been closed?
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 that your Flex application needs [...]
Floating licensing in Flex applications
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 licenses, but they are not [...]