Archive

Archive for March, 2009

ILOG Elixir 1.0 second patch is out

March 31st, 2009

A new patch for ILOG Elixir 1.0 is now available for download from the ILOG Elixir Dev center. You can check our public bug base for more details.

Erwan

Source:ILOG Elixir 1.0 second patch is out

admin elixir ,

Removing the drop shadow from the FxPanel container in Flex Gumbo

March 31st, 2009

The following example shows how you can remove the default drop shadow from the Flex Gumbo FxPanel container by creating a custom skin class and setting the skinClass style.
Full code after the jump.

Source:Removing the drop shadow from the FxPanel container in Flex Gumbo

admin Flex, Swf ,

Setting the content background color of a FxPanel container in Flex Gumbo

March 31st, 2009

The following example shows how you can set the content background color on a Flex Gumbo FxPanel container by setting the contentBackgroundColor style.
Full code after the jump.

Source:Setting the content background color of a FxPanel container in Flex Gumbo

admin Flex, Swf ,

Creating a tile layout FxButtonBar control in Flex Gumbo

March 31st, 2009

In a previous example, “Creating a vertical FxButtonBar control in Flex Gumbo”, we saw how you can create a vertical Flex Gumbo FxButtonBar control by setting the layout property to a VerticalLayout object.
The following example shows how you can create a tile layout on the Flex Gumbo FxButtonBar control by setting the layout property to [...]

Source:Creating a tile layout FxButtonBar control in Flex Gumbo

admin Flex, Swf ,

Creating a repeating background fill on an FxPanel container in Flex Gumbo

March 31st, 2009

The following example shows how you can create a repeating tiled background fill on a Flex Gumbo FxPanel container by creating a custom skin, setting a BitmapFill on the background Rect and then set the skinClass style.
Full code after the jump.

Source:Creating a repeating background fill on an FxPanel container in Flex Gumbo

admin Flex, Swf ,

Setting the base color on an FxCheckBox control in Flex Gumbo

March 31st, 2009

In a previous example, “Setting the icon color on an FxCheckBox control in Flex Gumbo”, we saw how you can set the icon (check mark) color on a Flex Gumbo FxCheckBox control by setting the symbolColor style.
The following example shows how you can set the base (background) color on a Flex Gumbo FxCheckBox control by [...]

Source:Setting the base color on an FxCheckBox control in Flex Gumbo

admin Flex, Swf ,

Setting the layout direction on a tile layout FxList control in Flex Gumbo

March 26th, 2009

The following example shows how you can set the tile layout direction on a Flex Gumbo FxList control by setting the orientation property on the TileLayout layout to one of the static constants in the mx.layout.TileOrientation class.
Full code after the jump.

Source:Setting the layout direction on a tile layout FxList control in Flex Gumbo

admin Flex, Swf ,

Running Ant From FlashDevelop 3

March 25th, 2009


Kieth Peters figured this out over a year ago. However, follow his directions for the latest version of FlashDevelop (version 3, RC2) and you might run into some trouble. I’ll make this really easy for y’all…

Source:Running Ant From FlashDevelop 3

admin Swf ,

Flogr Gets Some Lovin'

March 25th, 2009

Flogr, a Flex-based, ColdFusion log reader that I wrote sometime ago has been neglected as of late. Yesterday, I had he need to search through a very large log file and decided it was time to make some updates. So, I am happy to announce I have released version .9 of Flogr.
So, what has changed? Well, pretty much everything. I rewrote the entire Flex application, as well as the back end ColdFusion code. Here are some important things that have changed:

Source:Flogr Gets Some Lovin'

admin Alagad

Deploying in the Cloud - Setting up your first EC2 instance

March 25th, 2009

Amazon EC2Deploying into ‘The Cloud’, sounds fancy doesn’t it? Amazon’s EC2 service has some great tools out there to manage your bits and bytes, so let me take you through the basics of getting a server up and running on EC2.

Source:Deploying in the Cloud - Setting up your first EC2 instance

admin Alagad