Hi, > Trying to do that I hit the computeStandardButtonWidth() which involve every > components Looks easy enough move computeStandardButtonWidth to it own class in the utils package and pass standardButtonWidth into each component.
> with text and the _langSelect which is involved in the first step, I didn't > find any elegant way to manage them. Again I'd start move the language select code into it's own class. Let me take at look at both of those in the next 15 and see where to go from there. Thanks, Justin