Archive for July, 2008

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

UIComponent and focus tabbing on children

Friday, July 4th, 2008

When coding composite components for a Flex application you usually extend a Container subclass and get focus tabbing for free on the children.

However when creating a reusable component, you sometimes want to avoid extending Container so that users are well aware…

Read more

ILOG Elixir 2.0 preview program starts!

Thursday, July 3rd, 2008

We are pleased to start the ILOG Elixir 2.0 preview program.

We now have a new collaborative web section we will enrich over time and update with installers on a regular basis. As this is the first drops, features and APIs…

Read more

Another custom gauge: The Thermometer class

Wednesday, July 2nd, 2008

After the blinking circular gauge, the partition gauge and light ramp gauges, here is another example of a gauge built with ILOG Elixir Gauges framework.

Read more