I want to change the font size of the Theme used by the Browser dynamically, i.e. while running an AJAX client I may be asked by the user to change the font size for her to anything in the range 7 to 18.
I've tried getting the current font theme, finding that its ['default'].size is 11 and assigning this the value 16. I then check back that the value has changed to 16. I've then tried calling syncFontTheme() on this current Font instance. Both of the above are done before I actually create and show a Popup window,which simply consists of a single Label with HTML text in it. The code constructing the window makes no mention of Themes - I assume the current theme is applied automatically. - but the font side used in the popup does not change (from 11?) What am I missing/failing to do? TIA Chris ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
