Re: [flexcoders] Re: [SOLVED] Trigger an invalidateDisplayList() when properties are changed

2008-05-27 Thread Rob Barreca
Cool, thanks for the tips Josh! -R Josh McDonald wrote: I'd put a if (_title == value) return; In there. You probably won't gain *much* performance but it's only one line, and it might help a lot depending on various bindings :) Also, and I'm not 100% sure on this but depending on what yo

[flexcoders] Loading ResourceModule and CSS with one HTTP call

2008-05-27 Thread Rob Barreca
When loading a ResourceModule for the Japanese language, we also want to apply a set of styles to change the default font to something Japanese. I have a solution now that loads a ja_JP_Styles.swf through StyleManager as well as loading a ja_JP_ResourceModule.swf with ResourceManager but would