Re: [flexcoders] shadow lighting

2006-07-13 Thread Peter Baird
Title: Re: [flexcoders] shadow lighting





Also, it appears youre trying to apply these styles to a canvas. Note that to do so, youll also need to set the borderStyle of the canvas to solid (you can set the thickness to zero, if you dont actually want to see a border). If thats not enough for you, you can also use flash filters, examples of which can be found here:

http://weblogs.macromedia.com/mc/archives/2006/05/beyond_styling.cfm

-peter


On 7/12/06 6:08 PM, Jason Szeto [EMAIL PROTECTED] wrote:

 



Hank,

There are a few basic things you can do to style the drop shadows. Look at these styles:

dropShadowColor=0x00
dropShadowEnabled=false
shadowDirection=center
shadowDistance=2

Jason
 






From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hank williams
Sent: Friday, June 30, 2006 1:26 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] shadow lighting
 

when applying shadowing to an object, if the lighting source is to the
top left of the object, then the shadow will be on the bottom and the
right. Typically there is also a white or light band across the top
and down the left side.

I am wondering how you do this in flex. I see it in the application
bar and so I am thinking that I should be able to style a canvas to do
it, but I cant seem to do it with the shadow related settings. I
believe I was able to do this kind of things with movie clips in
flash.

I guess a second question is whether it is possible to do any of those
cool flash 8 effects on containers/canvases in flex.

Hank




__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___





Re: [flexcoders] shadow lighting

2006-07-13 Thread hank williams



Thanks guys. Those are great examples. With filters you can *really* make apps look unflexlike -lol.The great power of flex is how easy it is to do this stuff. The one downfall for people that are not careful is that all of their apps will look like aero. Although I guess thats ok, Mac users dont have a problem with all their apps looking the same.
But anyway the chiseled text in a label I was just looking at how to do the other day and I hadnt gotten it yet so this is right on time.RegardsHankOn 7/13/06, 
Peter Baird [EMAIL PROTECTED] wrote:







Also, it appears you're trying to apply these styles to a canvas. Note that to do so, you'll also need to set the borderStyle of the canvas to solid (you can set the thickness to zero, if you don't actually want to see a border). If that's not enough for you, you can also use flash filters, examples of which can be found here:



http://weblogs.macromedia.com/mc/archives/2006/05/beyond_styling.cfm

-peter


On 7/12/06 6:08 PM, Jason Szeto [EMAIL PROTECTED] wrote:


 



Hank,

There are a few basic things you can do to style the drop shadows. Look at these styles:

dropShadowColor=0x00
dropShadowEnabled=false
shadowDirection=center
shadowDistance=2

Jason
 






From: 
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
 On Behalf Of hank williams
Sent: Friday, June 30, 2006 1:26 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] shadow lighting
 

when applying shadowing to an object, if the lighting source is to the
top left of the object, then the shadow will be on the bottom and the
right. Typically there is also a white or light band across the top
and down the left side.

I am wondering how you do this in flex. I see it in the application
bar and so I am thinking that I should be able to style a canvas to do
it, but I cant seem to do it with the shadow related settings. I
believe I was able to do this kind of things with movie clips in
flash.

I guess a second question is whether it is possible to do any of those
cool flash 8 effects on containers/canvases in flex.

Hank











__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



RE: [flexcoders] shadow lighting

2006-07-12 Thread Jason Szeto












Hank,



 There are a few basic things
you can do to style the drop shadows. Look at these styles:



dropShadowColor=0x00dropShadowEnabled=falseshadowDirection=centershadowDistance=2Jason













From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of hank williams
Sent: Friday, June 30, 2006 1:26
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] shadow
lighting











when
applying shadowing to an object, if the lighting source is to the
top left of the object, then the shadow will be on the bottom and the
right. Typically there is also a white or light band across the top
and down the left side.

I am wondering how you do this in flex. I see it in the application
bar and so I am thinking that I should be able to style a canvas to do
it, but I cant seem to do it with the shadow related settings. I
believe I was able to do this kind of things with movie clips in
flash.

I guess a second question is whether it is possible to do any of those
cool flash 8 effects on containers/canvases in flex.

Hank






__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___






[flexcoders] shadow lighting

2006-06-30 Thread hank williams
when applying shadowing to an object, if the lighting source is to the
top left of the object, then the shadow will be on the bottom and the
right. Typically there is also a white or light band across the top
and down the left side.

I am wondering how you do this in flex. I see it in the application
bar and so I am thinking that I should be able to style a canvas to do
it, but I cant seem to do it with the shadow related settings. I
believe I was able to do this kind of things with movie clips in
flash.

I guess a second question is whether it is possible to do any of those
cool flash 8 effects on containers/canvases in flex.

Hank


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] shadow lighting

2006-06-30 Thread Michael Schmalle



I would sayif you know what you are going after,

EVERYTHING in Flex can be skinned with your custom styles and layers.

Make custom skin sets. If you read what Adobe has said quite a bit,
they designed these components for extensibility and thus, some things
are not implemented and are left up to the developer to extend.

Which when you get deeper into the years with Flex, you will thank Adobe for taking that path.

Peace, MikeOn 6/30/06, hank williams [EMAIL PROTECTED] wrote:













  



when applying shadowing to an object, if the lighting source is to the
top left of the object, then the shadow will be on the bottom and the
right. Typically there is also a white or light band across the top
and down the left side.

I am wondering how you do this in flex. I see it in the application
bar and so I am thinking that I should be able to style a canvas to do
it, but I cant seem to do it with the shadow related settings. I
believe I was able to do this kind of things with movie clips in
flash.

I guess a second question is whether it is possible to do any of those
cool flash 8 effects on containers/canvases in flex.

Hank

  













-- What goes up, does come down.

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   



  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___