Re: [flexcoders] Re: Tree alpha chanel ?

2005-06-24 Thread Manish Jethani
On 6/23/05, Rich Tretola [EMAIL PROTECTED] wrote:
 Will flex 2 have all properties available through the style sheet ?

Styles are more flexible but also more expensive than plain
properties.  We could expose some properties like 'x', 'y', 'width',
'height', etc., as styles, just to be consistent with CSS, but I'm not
sure if it's in the plans.

The styles framework is flexible enough that you can add your own
styles easily.  See this blog entry in which I explain how to add
support for some commonly used CSS styles into your own Canvas-based
custom component:
http://manish.revise.org/2005/06/controlling-flex-application-layout.html

(Hint: think what you can achieve with protohacking.)


--
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] Re: Tree alpha chanel ?

2005-06-23 Thread Rich Tretola
Then why does the background-alpha property work for panels and tab navigators?

Rich

On 6/22/05, Matt Chotin [EMAIL PROTECTED] wrote:
  
  
 
 Because alpha is a property not a style.  Something we get from MovieClip. 
 
   
 
 Matt 
 
   
  
  
  
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Rich Tretola
  Sent: Wednesday, June 22, 2005 5:29 AM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Re: Tree alpha chanel ? 
  
 
   
 
 OK so setting the alpha within the mx:Tree tag works but not when you
  set it within the style sheet.  Why is that ?
  
  Rich
  
  On 6/22/05, Rich Tretola [EMAIL PROTECTED] wrote:
   Is there a property to control the tree alpha chanel ?
   
   Rich
  
  
  
 
  --
  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 the Yahoo! Terms of Service.


--
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] Re: Tree alpha chanel ?

2005-06-23 Thread Matt Chotin










Guess we just got inconsistent there and
made backgroundAlpha a style. We didnt turn properties that already existed
in the Flash Player objects into styles, but anything new that was more
appearance related is a style.











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Rich Tretola
Sent: Thursday, June 23, 2005 5:18
AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: Tree
alpha chanel ?





Then why does the background-alpha property work for panels and tab
navigators?

Rich

On 6/22/05, Matt Chotin
[EMAIL PROTECTED] wrote:
 
 
 
 Because alpha is a property not a
style. Something we get from MovieClip. 
 
 
 
 Matt 
 
 
 
 
 
 
 From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On
 Behalf Of Rich Tretola
 Sent: Wednesday, June 22, 2005 5:29 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Tree alpha
chanel ? 
 
 
 
 
 OK so setting the alpha within the mx:Tree
tag works but not when you
 set it within the style sheet.
Why is that ?
 
 Rich
 
 On 6/22/05, Rich Tretola
[EMAIL PROTECTED] wrote:
  Is there a property to control the
tree alpha chanel ?
  
  Rich
 
 
 
 
 --
 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 the
Yahoo! Terms of Service.


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









--
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 the Yahoo! Terms of Service.












Re: [flexcoders] Re: Tree alpha chanel ?

2005-06-23 Thread Rich Tretola
Will flex 2 have all properties available through the style sheet ?

Rich

On 6/23/05, Matt Chotin [EMAIL PROTECTED] wrote:
  
  
 
 Guess we just got inconsistent there and made backgroundAlpha a style.  We
 didn't turn properties that already existed in the Flash Player objects into
 styles, but anything new that was more appearance related is a style. 
 
   
  
  
  
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Rich Tretola
  Sent: Thursday, June 23, 2005 5:18 AM
  To: flexcoders@yahoogroups.com
  Subject: Re: [flexcoders] Re: Tree alpha chanel ? 
 
   
 
 Then why does the background-alpha property work for panels and tab
 navigators?
  
  Rich
  
  On 6/22/05, Matt Chotin [EMAIL PROTECTED] wrote:


   
   Because alpha is a property not a style.  Something we get from
 MovieClip. 
   
 
   
   Matt 
   
 



   
   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
   Behalf Of Rich Tretola
Sent: Wednesday, June 22, 2005 5:29 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Tree alpha chanel ? 

   
 
   
   OK so setting the alpha within the mx:Tree tag works but not when you
set it within the style sheet.  Why is that ?

Rich

On 6/22/05, Rich Tretola [EMAIL PROTECTED] wrote:
 Is there a property to control the tree alpha chanel ?
 
 Rich



   
--
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 the Yahoo! Terms of Service.
  
  
  --
  Flexcoders Mailing List
  FAQ:
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  
  
  
 
  
 
  --
  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 the Yahoo! Terms of Service.


--
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/
 




[flexcoders] Re: Tree alpha chanel ?

2005-06-22 Thread Rich Tretola
OK so setting the alpha within the mx:Tree tag works but not when you
set it within the style sheet.  Why is that ?

Rich

On 6/22/05, Rich Tretola [EMAIL PROTECTED] wrote:
 Is there a property to control the tree alpha chanel ?
 
 Rich



 
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] Re: Tree alpha chanel ?

2005-06-22 Thread Matt Chotin










Because alpha is a property not a style.
Something we get from MovieClip.



Matt











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Rich Tretola
Sent: Wednesday, June 22, 2005
5:29 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Tree
alpha chanel ?





OK so setting the alpha within the mx:Tree tag works but not when you
set it within the style sheet. Why is that ?

Rich

On 6/22/05, Rich Tretola
[EMAIL PROTECTED] wrote:
 Is there a property to control the tree alpha
chanel ?
 
 Rich








--
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 the Yahoo! Terms of Service.