Posts Tagged ‘gumbo’

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