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] Find in Files in Flash Builder 4

 

  

Hi

I use Flex Builder 3 before . I can search string cross my files by
using 

Find in Files (under Edit menu),but I can not do this with FB4.

Please help me how to search my files by a string.

Thanks

Mark




__
 DISCLAIMER: This electronic message and any attachments to this electronic
 message is intended for the exclusive use of the addressee(s) named herein
 and may contain legally privileged and confidential information. It is the 
 property of Celstream Technologies Pvt Limited. If you are not the intended
 recipient, you are hereby strictly notified not to copy, forward, distribute
 or use this message or any attachments thereto. If you have received this
 message in error, please delete it and all copies thereof, from your system
 and notify the sender at Celstream Technologies or 
 administra...@celstream.com immediately.
__


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.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of claudiu ursica
Sent: Friday, September 03, 2010 6:49 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] External CSS file in Flex 4

 

  

Even when loaded run-time the css file comes compiled as a .swf. So what
you are trying to achieve there is kind of impossible unless you can
somehow compile the swf with PHP. Which I have not heard to be possible
yet but maybe I'm mistaking.

C 

 



From: Ghost Hack ghoxth...@yahoo.com.br
To: flexcoders@yahoogroups.com
Sent: Fri, September 3, 2010 2:54:38 PM
Subject: [flexcoders] External CSS file in Flex 4

  

Hi people,

i'm having some trouble while using the tag fx:Style
source=assets/mycss.css /. When I generate a release of my project,
Flex 4 embed my CSS file into compiled application, while i want to use
PHP to generate dynamic CSS based on the user configuration in database.

Is there any workaround i'm missing?


Thanks in advance,
Marco Lacava. 

 




__
 DISCLAIMER: This electronic message and any attachments to this electronic
 message is intended for the exclusive use of the addressee(s) named herein
 and may contain legally privileged and confidential information. It is the 
 property of Celstream Technologies Pvt Limited. If you are not the intended
 recipient, you are hereby strictly notified not to copy, forward, distribute
 or use this message or any attachments thereto. If you have received this
 message in error, please delete it and all copies thereof, from your system
 and notify the sender at Celstream Technologies or 
 administra...@celstream.com immediately.
__


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...@yahoogroups.com] On
Behalf Of Ghost Hack
Sent: Friday, September 03, 2010 6:25 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] External CSS file in Flex 4

 

  

Hi people,

i'm having some trouble while using the tag fx:Style
source=assets/mycss.css /. When I generate a release of my project,
Flex 4 embed my CSS file into compiled application, while i want to use
PHP to generate dynamic CSS based on the user configuration in database.

Is there any workaround i'm missing?


Thanks in advance,
Marco Lacava. 




__
 DISCLAIMER: This electronic message and any attachments to this electronic
 message is intended for the exclusive use of the addressee(s) named herein
 and may contain legally privileged and confidential information. It is the 
 property of Celstream Technologies Pvt Limited. If you are not the intended
 recipient, you are hereby strictly notified not to copy, forward, distribute
 or use this message or any attachments thereto. If you have received this
 message in error, please delete it and all copies thereof, from your system
 and notify the sender at Celstream Technologies or 
 administra...@celstream.com immediately.
__


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 that this is the currently selected item to
the user. Is this possible?

 

Thanks,

Pearl

 



From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Alex Harui
Sent: Monday, August 30, 2010 11:13 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Add check mark to context menu item when
running in Web (not AIR)

 

  

AFAIK there is no way to do that.  Some folks add a context menu item
that pops up a regular Flex menu with checkboxes.  It is two steps, but
that is the only way.


On 8/30/10 7:20 AM, pearlnferns pearl.fernan...@celstream.com wrote:


 
 
   

Hi all,

I have a context menu to which I have added context menu items
at
runtime. I need to place a check mark next to the menu item that
is
currently selected. Although Flex provides the 'checked'
property for
a ContextMenuItem, this can be used only with AIR applications
and the
app I'm working on is not an AIR app.

Any suggestions on how this can be achieved?

TIA,
Pearl

 
   




-- 
Alex Harui
Flex SDK Team
Adobe System, Inc.
http://blogs.adobe.com/aharui




__
 DISCLAIMER: This electronic message and any attachments to this electronic
 message is intended for the exclusive use of the addressee(s) named herein
 and may contain legally privileged and confidential information. It is the 
 property of Celstream Technologies Pvt Limited. If you are not the intended
 recipient, you are hereby strictly notified not to copy, forward, distribute
 or use this message or any attachments thereto. If you have received this
 message in error, please delete it and all copies thereof, from your system
 and notify the sender at Celstream Technologies or 
 administra...@celstream.com immediately.
__