as some others I'm also experiencing some issues when moving from 0.4.x to 0.5.0:
I want to center text in a StaticText widget, tried with
Window::setProperty("HorzFormatting","CentreAligned");
but that didn't work.
I want to set the text colour of a button, i tried with
Pushbutton::setProperty("NormalTextColour","tl:ff808000 tr:ff808000 bl:77808000 br:ff808000");
but that didn't work.
I am also getting a strange exception, where I don't even can imagine where it comes from:
Exception: There is no Property named 'NormalTextColour' available in the set.
This exception does not occur when creating the widgets but somewhere in Ogre::Root::renderOneFrame()
Can anyone help me? Thanks in advance!!!