Skip to main content
jayarjo
Participant
May 22, 2009
Question

Swap the skins on the fly?

  • May 22, 2009
  • 1 reply
  • 949 views

Let's say I have an app in Gumbo and multiple skins. Do I have to compile a separate version of the app for every skin, or there is possibility to interchange them on the fly on compiled and complete application?

This topic is closed to new replies. Start a new post to keep the conversation going.

1 reply

May 22, 2009

The way to associate a component with it's skin is through the skinClass CSS style. Just like any style, this can be changed at runtime. For a simple example, check out: http://www.flexsamples.com/blog/2008/12/creating-custom-application-backgrounds-in-flex-4-gumbo/

-Ryan