Archive for the ‘Flex’ Category

How does Camping in Italy sound?

Friday, October 10th, 2008

Okay, so I’m not talking about tents and campfires but about flex camp Milano 2008.  Our good friend, Giorgio Natili of flex-developers.org organizes this one day event where you can share what you know with others and learn about the upcoming…

Read more

Want to be showcased at MAX?

Thursday, October 2nd, 2008

Christophe and I will be at MAX in San Francisco, with two sessions and a booth.

I will give a presentation Wed, Nov 19, at 11 a.m. on our upcoming release, and plan to spend most of the time showcasing what…

Read more

ILOG Elixir 2.0 preview demo: Flex calendar for Beijing 2008

Wednesday, August 20th, 2008

As Erwan said in a previous blog post, ILOG Elixir 2.0 will ship with a Flex calendar component. It is still in development, but stable enough to start playing with it!

Olympic Games have hundreds of simultaneous events; it’s a…

Read more

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

Getting more from OLAP queries in Flex (1)

Wednesday, June 4th, 2008

Flex Builder Pro and the Data Visualization library that comes with it contains an OLAP engine and an API to query it and get results to be displayed in a particular implementation of the AdvancedDataGrid known as the OLAPDataGrid. Before looking at…

Read more

Making overlapping tasks stand out

Monday, June 2nd, 2008

Sometimes tasks are overlapping in your Gantt application and you would like users to be aware of the condition so they can react to it. This post is a continuation and rework of a previous post on the ILOG Elixir forum.…

Read more

ILOG Elixir first patch is out

Monday, June 2nd, 2008

ILOG Elixir 1.0 patch 1 is now available from here (it is meant to be installed on top of ILOG Elixir 1.0).

Please have a look here for details.

Erwan

Read more