RE: [flexcoders] Announcing Flex Style Explorer

2005-05-19 Thread Craig Newroth
with the exception that CSS style selectors are not
supported in components...would have to load a .css
file I am assuming...

--- Jeff Beeman [EMAIL PROTECTED] wrote:
 This tool is absolutely fantastic!  I've got a bug
 report that one of
 our developers noticed, though, and since I can't
 make a comment on the
 site, I'll just note it here and hope someone sees
 it :)
 
 Entering hex values using the keyboard seems to work
 for everything
 except components that have 2 color values (panel
 headings, buttons,
 etc).  When choosing a color from the drop down, the
 color displays
 correctly.  When typing in a hex value, it displays
 as black.
 
 Also, I'd like to make a feature request - Would it
 be possible to make
 the text area where the resulting CSS appears be
 editable?  I'd love to
 be able to edit the resulting CSS on-the-fly and see
 the results.
 
 Regardless, thanks for the great tool!
 
 
 
 /**
 * Jeff Beeman
 **/
 
 -Original Message-
 From: flexcoders@yahoogroups.com
 [mailto:[EMAIL PROTECTED] On
 Behalf Of Jae Hess
 Sent: Tuesday, May 17, 2005 7:27 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Announcing Flex Style Explorer
 
 Not sure if you have heard the news:
 
 Announcing Flex Style Explorer
 
 http://www.markme.com/mc/archives/007740.cfm
 
 
 
  
 Yahoo! Groups Links
 
 
 
  
 
 
 
 
 



__ 
Yahoo! Mail Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail 


 
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] Announcing Flex Style Explorer

2005-05-19 Thread Rick Schmitty



how are they changing everything 'on the fly' so to say? I'm
assuming they are accessing the styles directly, but how do you get it
to update?

For example

mx:Script
![CDATA[
 function changecolor(){
  p.inheritingStyles.headerColors[0]=; 
  p.inheritingStyles.headerColors[1]=; 
  p.nonInheritingStyles.headerColors[0]=; 
  p.nonInheritingStyles.headerColors[1]=;
  // do something here???  
 }
]]
/mx:Script
mx:Panel id=p title=test width=100 height=100/
mx:Button click=changecolor(); label=change/
On 5/17/05, Jae Hess [EMAIL PROTECTED] wrote:
Not sure if you have heard the news:Announcing Flex Style Explorerhttp://www.markme.com/mc/archives/007740.cfmYahoo! 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/









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] Announcing Flex Style Explorer

2005-05-19 Thread Gordon Smith
Title: Message





Using 
setStyle(), I hope.

Is the 
inheritingStyles property even documented?

- 
Gordon

  
  -Original Message-From: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
  Rick SchmittySent: Thursday, May 19, 2005 2:47 PMTo: 
  flexcoders@yahoogroups.comSubject: Re: [flexcoders] Announcing Flex 
  Style Explorerhow are they changing everything 'on the 
  fly' so to say? I'm assuming they are accessing the styles directly, but 
  how do you get it to update?For 
  examplemx:Script![CDATA[ 
  function changecolor(){  
  p.inheritingStyles.headerColors[0]=; 

  p.inheritingStyles.headerColors[1]=; 

  p.nonInheritingStyles.headerColors[0]=; 

  p.nonInheritingStyles.headerColors[1]=; 
   // do something here??? 

  }]]/mx:Scriptmx:Panel id="p" title="test" 
  width="100" height="100"/mx:Button click="changecolor();" 
  label="change"/
  On 5/17/05, Jae 
  Hess [EMAIL PROTECTED] 
  wrote:
  Not 
sure if you have heard the news:Announcing Flex Style 
Explorerhttp://www.markme.com/mc/archives/007740.cfmYahoo! 
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/ 








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] Announcing Flex Style Explorer

2005-05-18 Thread Jeff Beeman
This tool is absolutely fantastic!  I've got a bug report that one of
our developers noticed, though, and since I can't make a comment on the
site, I'll just note it here and hope someone sees it :)

Entering hex values using the keyboard seems to work for everything
except components that have 2 color values (panel headings, buttons,
etc).  When choosing a color from the drop down, the color displays
correctly.  When typing in a hex value, it displays as black.

Also, I'd like to make a feature request - Would it be possible to make
the text area where the resulting CSS appears be editable?  I'd love to
be able to edit the resulting CSS on-the-fly and see the results.

Regardless, thanks for the great tool!



/**
* Jeff Beeman
**/

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jae Hess
Sent: Tuesday, May 17, 2005 7:27 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Announcing Flex Style Explorer

Not sure if you have heard the news:

Announcing Flex Style Explorer

http://www.markme.com/mc/archives/007740.cfm



 
Yahoo! Groups Links



 






 
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] Announcing Flex Style Explorer

2005-05-17 Thread Jeff Tapper
very nice!

At 10:26 PM 5/17/2005, you wrote:
Not sure if you have heard the news:

Announcing Flex Style Explorer

http://www.markme.com/mc/archives/007740.cfmhttp://www.markme.com/mc/archives/007740.cfm



--
Yahoo! Groups Links
* To visit your group on the web, go to:
* 
 http://groups.yahoo.com/group/flexcoders/http://groups.yahoo.com/group/flexcoders/
  

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

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



 
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] Announcing Flex Style Explorer

2005-05-17 Thread JesterXL
That's awesome!  Thanks for the link.

- Original Message - 
From: Jae Hess [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Tuesday, May 17, 2005 10:26 PM
Subject: [flexcoders] Announcing Flex Style Explorer


Not sure if you have heard the news:

Announcing Flex Style Explorer

http://www.markme.com/mc/archives/007740.cfm



 
Yahoo! Groups Links



 



 
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/