Hi all, You may have noticed that themes can no longer be dynamically applied. Earlier today, I discovered a bug in the dynamic theme application code that would have been a bit of a pain to fix. Since there isn't really a strong use case for this feature, it made more sense to remove it (less code to maintain).
However, you can still specify custom Terra color schemes. It is now done via a system property. For example: -Dorg.apache.pivot.wtk.skin.terra.location=org/apache/pivot/wtk/skin/terra/TerraTheme_test.json And of course, you can still specify a different theme using the org.apache.pivot.wtk.Theme system property. Let me know if you have any questions. Greg
