Archive for the ‘Flex SDK’ Category

ILOG Elixir Gauges using Flex 4 (aka Gumbo) FXG

Friday, July 18th, 2008

As you may know Adobe has released on its open-source web site the first nightly builds of Flex 4 aka Gumbo release. You can download them here. If you want to give it a try, go ahead, but carefully read the instructions and be cautious as these are very early builds.

One of the nice thing that Adobe has already introduced in these early builds is the FXG extension to MXML that allows you to define in MXML the graphical representation of an object instead of relying on external (SWF, rasters…) assets or on programmatic ActionScript drawings. This is pretty handy because in a few lines of FXG you are able to draw something that would have required much less flexible code to be written in Flex 3.

I couldn’t resist to give it a try, and defining the graphical representation of an ILOG Elixir Gauge using Gumbo FXG.

Read more

Embedding XML in your Flex application

Wednesday, July 16th, 2008

When you want to embed resources in a Flex application you just use the [Embed] tag as advised by Adobe documentation.

However this section of the developer’s guide is saying that only images, Flash files, audio and font resources can…

Read more

Reading Microsoft Excel XML Spreadsheets in AIR

Wednesday, July 9th, 2008

While Web applications, such as Flex applications, usually read data coming from the server in a predefined form and thus do not necessarily need to read third party data formats (the server has digested them). Desktop applications, on the contrary, usually require the ability to read data from such sources.

This is especially true when it comes to data visualization applications where the end-user might want to, for example, import its data from a Microsoft Excel spreadsheet, and display them into a data grid or charting control.

The objective of this post is to see how your AIR (or Flex) data visualization application can read a Microsoft Excel spreadsheet and display its result.

Read more

ILOG Elixir 1.0: Release Available Now!

Monday, February 25th, 2008

ILOG Elixir logo

It is a great great pleasure to announce that ILOG Elixir 1.0 has been released in sync with Adobe Flex 3.0 and Adobe AIR 1.0.

Some useful URLs:

Read more

Another clock widget for iGoogle, Netvibes, … Step 2: Integrating the clock using JS/ExternalInterface

Tuesday, February 5th, 2008

Now, we will transform our clock in a widget for Netvibes and iGoogle using the UWA (Universal API Widget) from Netvibes.
Here is a description of UWA:

“The Universal Widget API is developed by Netvibes as a way for widgets to be available…

Read more

Grouping using a function

Monday, February 4th, 2008

A colleague using the ILOG Elixir Treemap with Flex 3 GroupingCollection class for an internal ILOG application was recently asking me how he can group the collection items based on something a bit more complex than just a field value.

Until that I…

Read more

Using class properties on custom components to reduce the size of Flex applications

Thursday, January 31st, 2008

When you build a custom component inheriting from UIComponent and you want to provide the ability for the end user to configure your component using different modes, you have to provide a property that will let him choose which mode to…

Read more