Hi Roger, I think that the original design of Pivot didn't take in account too much dynamic changes of UI global features. As you know I have been during years to introduce some parametrizations using skin configuration files, but static (read at application startup). But during last updates maybe I discover a way for you to add some dynamic behavior: take a look at Color Scheme Builder, and you can see that some parts of UI (loaded by a BXML file) are reloaded (so updated) when needed (for example when someone change a color) ... don't know if this is enough, but could be a starting point:-) .
> What do you think? Is this overkill? Or is there a better way to recreate > the whole UI if something like a theme color or font was changed dynamically? To me this feature makes sense, so if you want to implement it's Ok for me ... tell me if I can help. Pivot has many (maybe too much) static stuff, so a change like this could be not so simple. Note that in many (other frameworks) it's acceptable to make some changes and see updates at restart ... Keep me updated. Bye