Hi, I think I had this issue at other time.
Let's say we have a container where percentWidth is configured to 100, so in html this is: <div style="width:100%"/> then we need to remove style="width:100%" so we end with: <div/> In royale we can do container.percentWidth=100, but there's no way back right? we can't do container.percentWidth = NaN or undefined. Or I'm missing something? Thanks -- Carlos Rovira http://about.me/carlosrovira
