RE: [flexcoders] "Find in Files" in Flash Builder 4

2010-09-06 Thread Pearl Fernandes
Use the shortcut key Ctrl+Shift+F. It opens the Find in Files dialog. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of markflex2007 Sent: Monday, September 06, 2010 10:09 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] "

RE: [flexcoders] External CSS file in Flex 4

2010-09-03 Thread Pearl Fernandes
Flex by default embeds css into your application. For Dynamic css, you need to use the styleManager class and load the compiled style swf (http://livedocs.adobe.com/flex/3/html/help.html?content=styles_10.html ) From: flexcoders@yahoogroups.com [mailto:flexcod.

RE: [flexcoders] External CSS file in Flex 4

2010-09-03 Thread Pearl Fernandes
The alternative to compiling the swf would be to parse the css file at runtime and set each style. This link should help you. http://stackoverflow.com/questions/204924/how-do-you-dynamically-load-a- css-file-into-a-flex-application From: flexcoders@yahoogroups

RE: [flexcoders] Add check mark to context menu item when running in Web (not AIR)

2010-09-02 Thread Pearl Fernandes
Thanks Alex. Is it possible to pop up a Flex Menu on right click (without adding JS code and preventing event defaults etc)? Even if I can't check the context menu item, any way of highlighting it (making the text bold or using an icon) would be great with me. All I need is some way to indicate th