Re: [flexcoders] Stopping blue focus rect being drawn

2007-05-22 Thread Peter Baird
If it¹s just that you don¹t want the user to see the blue focus rectangle,
you can just set the focusAlpha style to zero globally, and the user won¹t
see the rectangle.

-p


On 5/22/07 12:46 PM, Alex Harui [EMAIL PROTECTED] wrote:

 It is drawn by the focus manager and not the stage.  It isn¹t the player¹s
 default focus look.
  
 focusManager.showFocusIndicator = false;
  
 showFocusIndicator is set back to true by TextInput and TextArea so you may
 need to catch that and set it back to false.  Subclassing and overriding
 focusInHandler might be one way
  
 
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf
 Of Mark Ingram
 Sent: Tuesday, May 22, 2007 9:15 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Stopping blue focus rect being drawn
  
 
 Hi, how can I stop the blue focus rectangle from being drawn? I¹ve tried the
 following code in my main application file:
  
 private function onCreationComplete(event:Event):void
{
//this.stage.stageFocusRect =
 false;
  
 systemManager.stage.stageFocusRect = false;
}
  
 But neither line works!
  
 Thanks,
  
 Mark
  
  
  
 




Re: [flexcoders] Application background colour during pre-loader

2007-03-19 Thread Peter Baird
You need to declaritively set the backgroundColor property directly in the
application tag (not in css file).

So:

mx:Application backgroundColor=#FF ...


On 3/19/07 5:41 AM, Giles Roadnight [EMAIL PROTECTED] wrote:

 Hi All
 
 I've built this image gallery here:
 
 http://www.caterpillar-designs.com/index.cfm?go=app.gallery
 
 which is just about working as I want now aside from a few tweaks.
 
 One thing I can't seem to fix though is the background colour of the
 swf when it is loading. At the moment you get a grey flash as the
 prelaoder works then the background goes white.
 
 How do I change this? My application tag has this at the moment:
 
  backgroundGradientColors=[#ff, #ff]
 
 thanks
 
 
 
 
 --
 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
 
 
 

/ \®   PETER BAIRD
888/   \888Sr. User Experience Consultant
88/  /  \88Adobe Consulting | Adobe Systems, Inc
8/  /8\  \8275 Grove St. Newton, MA
/  /888\  \Office: 617.219.2126
  \8\  Cell: 617.803.6804



[flexcoders] New Version of Flex Style Explorer with Tons on New Features

2007-02-13 Thread Peter Baird
Hello All,

I wanted to let you all know that we¹ve just released a new version of the
Flex Style Explorer with Tons of new features, including export all CSS
functionality, advanced color picker, support for style names, inclusion of
new components, and several other features.  I¹ve got a full article on all
the new features, and the new style explorer can be downloaded at the below
URL. 

http://weblogs.macromedia.com/mc/archives/2007/02/new_flex_style.cfm

Enjoy, and happing styling.

-Peter

/ \®   PETER BAIRD
888/   \888User Experience Consultant
88/  /  \88Adobe Consulting | Adobe Systems, Inc
8/  /8\  \8275 Grove St. Newton, MA
/  /888\  \
  \8\  



Re: [flexcoders] New Version of Flex Style Explorer with Tons on New Features

2007-02-13 Thread Peter Baird
Eh, personal preference I guess. Personally, I didn¹t care for all the
visual clutter that a million color wheels added.

The good news, however, is that the source code is available to you with
view source (from the online version at
http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExplorer.
html), and you can go into the colorPicker components
(components/colorPicker, components/doubleColorPicker, and
components/quadColorPicker) and change the visibilty of the images to be
always visible and recompile for your very own version where color wheels
are always visible.

-Peter  


On 2/13/07 1:59 PM, Brian Holmes [EMAIL PROTECTED] wrote:

 Peter,
  The new style explorer's great, but man you guys are killing me with the roll
 over to show the advanced color picker. Makes the whole thing look buggy IMHO,
 can you just show them all the time?
  
 Brian..
 
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf
 Of Peter Baird
 Sent: Tuesday, February 13, 2007 11:33 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] New Version of Flex Style Explorer with Tons on New
 Features
 
 Hello All,
 
 I wanted to let you all know that we¹ve just released a new version of the
 Flex Style Explorer with Tons of new features, including export all CSS
 functionality, advanced color picker, support for style names, inclusion of
 new components, and several other features.  I¹ve got a full article on all
 the new features, and the new style explorer can be downloaded at the below
 URL. 
 
 http://weblogs.macromedia.com/mc/archives/2007/02/new_flex_style.cfm
 
 Enjoy, and happing styling.
 
 -Peter
 
 / \®   PETER BAIRD
 888/   \888User Experience Consultant
 88/  /  \88Adobe Consulting | Adobe Systems, Inc
 8/  /8\  \8275 Grove St. Newton, MA
 /  /888\  \
  \8\  
  
 
 ***
 The information in this e-mail is confidential and intended solely for the
 individual or entity to whom it is addressed.  If you have received this
 e-mail in error please notify the sender by return e-mail delete this e-mail
 and refrain from any disclosure or action based on the information.
 *** 
 


/ \®   PETER BAIRD
888/   \888User Experience Consultant
88/  /  \88Adobe Consulting | Adobe Systems, Inc
8/  /8\  \8275 Grove St. Newton, MA
/  /888\  \Office: 617.219.2126
  \8\  Cell: 617.803.6804



Re: [flexcoders] New Version of Flex Style Explorer with Tons on New Features

2007-02-13 Thread Peter Baird
Yes, those were not included intentionally (license issues with distributing
the font and all).  So, you would have to select a different font for the
header as well, just replace references to Myriad with Arial, or something.

-p


On 2/13/07 2:45 PM, Brian Holmes [EMAIL PROTECTED] wrote:

 Peter,
  Yeah I saw that. Just so you guys know, MyriadWebPro.ttf and
 MyriadWebPro-Bold.ttf isn't included in the download, so it won't compile
 until you go get the files off your server or remove the reference from the
 css.
  
 thanks again,
 B..
 
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf
 Of Peter Baird
 Sent: Tuesday, February 13, 2007 12:13 PM
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] New Version of Flex Style Explorer with Tons on New
 Features
 
 Eh, personal preference I guess. Personally, I didn¹t care for all the visual
 clutter that a million color wheels added.
 
 The good news, however, is that the source code is available to you with view
 source (from the online version at
 http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExplorer.ht
 ml), and you can go into the colorPicker components (components/colorPicker,
 components/doubleColorPicker, and components/quadColorPicker) and change the
 visibilty of the images to be always visible and recompile for your very own
 version where color wheels are always visible.
 
 -Peter  
 
 
 On 2/13/07 1:59 PM, Brian Holmes [EMAIL PROTECTED] wrote:
 
 Peter,
  The new style explorer's great, but man you guys  are killing me with the
 roll over to show the advanced color picker. Makes the  whole thing look
 buggy IMHO, can you just show them all the  time?
 
 Brian..
 
  
 
  From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]  On
 Behalf Of Peter Baird
 Sent: Tuesday, February 13, 2007  11:33 AM
 To: flexcoders@yahoogroups.com
 Subject:  [flexcoders] New Version of Flex Style Explorer with Tons on New
 Features
 
 Hello All,
 
 I wanted  to let you all know that we¹ve just released a new version of the
 Flex Style  Explorer with Tons of new features, including export all CSS
 functionality,  advanced color picker, support for style names, inclusion of
 new components,  and several other features.  I¹ve got a full article on all
 the new  features, and the new style explorer can be downloaded at the below
 URL.  
 
 http://weblogs.macromedia.com/mc/archives/2007/02/new_flex_style.cfm
 
 Enjoy,  and happing styling.
 
 -Peter
  
 
  
 
  ***
 The information in this e-mail is confidential and intended solely for  the
 individual or entity to whom it is addressed.  If you have received  this
 e-mail in error please notify the sender by return e-mail delete this  e-mail
 and refrain from any disclosure or action based on the  information.
 *** 
 
 
 
 
 ***
 The information in this e-mail is confidential and intended solely for the
 individual or entity to whom it is addressed.  If you have received this
 e-mail in error please notify the sender by return e-mail delete this e-mail
 and refrain from any disclosure or action based on the information.
 *** 
  
 
 --
 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 
   
   Software development tool
 http://groups.yahoo.com/gads;_ylc=X3oDMTJkaGVkbmVqBF9TAzk3NDc2NTkwBF9wAzEEZ3J
 wSWQDMTIyODYxNjcEZ3Jwc3BJZAMxNzA1MDA3MjA3BHNlYwNzbG1vZARzdGltZQMxMTcxMzk2MTA1?
 t=msk=Software+development+toolw1=Software+development+toolw2=Software+deve
 lopmentw3=Software+deSoftware development
 http://groups.yahoo.com/gads;_ylc=X3oDMTJkMDJxaWFqBF9TAzk3NDc2NTkwBF9wAzIEZ3J
 wSWQDMTIyODYxNjcEZ3Jwc3BJZAMxNzA1MDA3MjA3BHNlYwNzbG1vZARzdGltZQMxMTcxMzk2MTA1?
 t=msk=Software+developmentw1=Software+development+toolw2=Software+developme
 ntw3=Software+developSoftware development services
 http://groups.yahoo.com/gads;_ylc=X3oDMTJkaWpvdWdhBF9TAzk3NDc2NTkwBF9wAzMEZ3J
 wSWQDMTIyODYxNjcEZ3Jwc3BJZAMxNzA1MDA3MjA3BHNlYwNzbG1vZARzdGltZQMxMTcxMzk2MTA1?
 t=msk=Software+development+servicesw1=Software+development+toolw2=Software+
 developmentw3=Softwar
   Home design software
 http://groups.yahoo.com/gads;_ylc=X3oDMTJkcDBiZjRrBF9TAzk3NDc2NTkwBF9wAzQEZ3J
 wSWQDMTIyODYxNjcEZ3Jwc3BJZAMxNzA1MDA3MjA3BHNlYwNzbG1vZARzdGltZQMxMTcxMzk2MTA1?
 t=msk=Home+design+softwarew1=Software+development+toolw2=Software+developme
 ntw3=Software+developSoftware development company
 http://groups.yahoo.com/gads;_ylc=X3oDMTJkMmg2dTY0BF9TAzk3NDc2NTkwBF9wAzUEZ3J
 wSWQDMTIyODYxNjcEZ3Jwc3BJZAMxNzA1MDA3MjA3BHNlYwNzbG1vZARzdGltZQMxMTcxMzk2MTA1?
 t=msk=Software+development+companyw1=Software+development+toolw2=Software+d
 evelopmentw3=Software
  
  Your email settings: Individual Email|Traditional
  Change settings via the Web
 http://groups.yahoo.com/group/flexcoders/join;_ylc=X3oDMTJnN3A3bjZnBF9TAzk3ND

Re: [flexcoders] Text Character Spacing

2007-02-06 Thread Peter Baird
Yes. As of Flex 2.0.1, letterSpacing is a style for most components.

For example:

mx:Button label=Hello World letterSpacing=5 /

-p


On 2/6/07 11:15 AM, jwc_wensan [EMAIL PROTECTED] wrote:

 
 Is there a way to change the character spacing of text?  Without
 extending the component or custom fonts?
 
 In other words, either expanding or reducing the space between each
 text character.
 
 Thanks,
 
 Jack
 
 
 
 --
 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
 
 
 




Re: [flexcoders] component CSS

2006-12-21 Thread Peter Baird
Yeah, placing null in CSS won't work.

The more important question is why do you want the upskin of the button to
be null? What's your desired effect? If it's to have no skin, just a button
label on up, but visible skins on rollover and down, you could always either
create a programmatic skin that draws nothing, and assign that as the skin,
or else create a transparent png and assign that as your skin.

-p

On 12/21/06 12:06 AM, graysonpierce [EMAIL PROTECTED] wrote:

 Hello,
 
 I have a simple CSS question.
 
 I have an application with a css called main.css like this:
 
  mx:Style source=main.css/
 
 In this application I have a component that has a button that sets a
 styleName to a name defined with dot in main.css like this:
 
 mx:Button styleName=simplebutton/
 
 if in main.css, I set the upskin for the button using the notation
 
 .simplebutton 
 {
 upskin: ClassReference(null);
 }
 
 but it's ignored.
 
 However if I do this in the component it works:
 
 mx:Button styleName=simplebutton upskin={null}/
 
 
 
 --
 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
 
 
 



Re: [flexcoders] Re: Accordion header style problem

2006-12-21 Thread Peter Baird
Accordion Headers do not have a cornerRadius style available currently. If
you want accordion headers, you have three options:
(Setting the ³cornerRadius² style on an accordion affects the overall
container, not the accordion headers).

1. Create a graphical skin for accordion headers
2. Create a programmatic skin for accordion headers

-p


On 12/21/06 8:59 AM, zedan_gu [EMAIL PROTECTED] wrote:

 I found nothing in flex style explorer to help me. I also did that:
 var tabHeader:TabHeader = AccordionID.getTabAt(0);
 tabHeader.setStyle(cornerRadius,6);
 But it doesn't work at my purpose at all, I have tried my best, but
 Who can help me?
 
 
 --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote:
 
 See the Flex Style Explorer, it is great for, well, exploring styles.
 
 http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExplo
 rer.html
 
 Tracy
 
  
 
 
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of zedan_gu
 Sent: Wednesday, December 20, 2006 3:20 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Accordion header style problem
 
  
 
 Hi,everyone.
 I am new for flex2,I has a problem about accordion header style,
 can I set the header's cornerRadius style? Because I want to set
 my accordion's corners to be rounded. How can I achieve it?
 Thanks.
 
 
 
 
 
 --
 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
 
 
 

/ \®   PETER BAIRD
888/   \888User Experience Consultant
88/  /  \88Adobe Consulting | Adobe Systems, Inc
8/  /8\  \8275 Grove St. Newton, MA
/  /888\  \
  \8\  





Re: [flexcoders] LinkButton - Style without surrounding color.

2006-11-06 Thread Peter Baird
Although it's a work around, you can set the alpha of the linkButton itself
to zero, assuming that you are not using an embedded font.

The reason this works is because the transparency won't apply to device
fonts, so it show's through regardless of the zero alpha value.

Otherwise, you can create a custom component.

-p


On 11/6/06 12:13 AM, lostinrecursion [EMAIL PROTECTED]
wrote:

 Hi all,
 
 I suspect this could be simple, although no results yielded when I
 searched the group (The Few. The Proud. The Searchers, LOL)
 
 I want to style a LinkButton in my application similar to an HTML
 link. For example, when the user rolls over the button, I would it to
 ONLY change the text color.
 
 Basically I am looking to set the selectionColor and rollOverColor
 properties to a zero alpha since I have varying background colors
 throughout the app.
 
 I'm sure it's right in front of my face.
 
 Thanks for any help you can offer.
 
 -Kenny
 
 
 
 
 --
 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
 
 
 
 



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

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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: slider with 2 thumbs a 3 colors, how?

2006-11-06 Thread Peter Baird
Well, this isn't quite what you're looking for, but it may be close enough
without having to go custom-component-crazy.  Setting the track-colors
gradient to red and blue will create your two track colors, although it does
leave some purple in the middle, when it's not otherwise covered over by the
green.  

mx:Style
HSlider {
   showTrackHighlight: true;
   trackColors: #ff, #ff;
   themeColor: #33ff00;
   fillAlphas: 1, 1, 1, 1;
}

/mx:Style

mx:HSlider minimum=0 maximum=100 values=[33, 66] thumbCount=2 /

-p


On 11/6/06 10:14 AM, shemeshkale [EMAIL PROTECTED] wrote:

 in case you pointed me to this
 http://www.visualconcepts.ca/flex2/dualslider2/DualSlideTest.html
 this is not what i meant.
 i didnt find anything to do with 3 colors in this component
 
 --- In flexcoders@yahoogroups.com, Michael Schmalle
 [EMAIL PROTECTED] wrote:
 
 Hi,
 
 Check the Flex exchange, there is an example and download there.
 
 Peace, Mike
 
 On 11/6/06, shemeshkale [EMAIL PROTECTED] wrote:
 
   hello list,
 i have an HSlider with 2 thumbs:
 
 A-t1-t2-b
 
 now i want to have 3 colors:
 - A-t1 = red
 - t1-t2 = green
 - t2-b = blue
 
 how do i do that? (an example code will be greatly appreciated)
 
  
 
 
 
 
 -- 
 Teoti Graphix
 http://www.teotigraphix.com
 
 Blog - Flex2Components
 http://www.flex2components.com
 
 You can find more by solving the problem then by 'asking the question'.
 
 
 
 
 
 
 --
 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
 
 
 
 



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

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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] x, y, width, and height in CSS

2006-11-03 Thread Peter Baird
There are some reasonable approaches for some of things your looking for in
CSS.  

For X and Y positioning, you can use the CSS values Left, Right, Top, and
Bottom to specify the pixels distance.

For height, for controls like button, you can use your CSS paddings to, in a
sense, define the height.  For example, a button, setting PaddingTop and
Padding Bottom will create a consistent height for buttons across all
buttons with that styleName.  You can play around with paddingTop and
paddingBottom until you get the desired height (
http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExplorer.
html) and use that to define height.

-peter 

On 11/2/06 2:47 PM, Brian Deitte [EMAIL PROTECTED] wrote:

 Is there any thoughts on having x, y, width, and height in CSS?  I find
 it painful to not have the values there when working with a designer and
 using absolute positioning.  My life would be much easier if I could
 simply set up the Flex application on the designer's machine, point him
 to the CSS, and let him make design changes himself.
 
 I've read Manish's posts on this
 (http://mannu.livejournal.com/359634.html,
 http://mannu.livejournal.com/299285.html) as well as Gordon's flexcoders
 post where he says this is by design.  I assume this is by design for
 performance reasons, and that the framework would be slowed down by
 having to look up the values continuously to check for runtime changes.
 So how about special-casing these four values in CSS, and allowing them
 to continue to be properties?
 
 -Brian
 
 
 --
 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
 
 
 
 




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

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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] Background behind the background is flashes grey. Want it white and nerdy

2006-10-06 Thread Peter Baird
Title: Re: [flexcoders] Background behind the background is flashes grey. Want it white and nerdy





What you need to do is make sure and set the backgroundColor style directly in the application tag in your MXML in order to set the background color during loading and initialization.

Just setting the backgroundColor in your style sheet will set an appropriate backgroundGradientColors for you, but it wont show up until after the application is initialized. 

On a related note, if you actually want a backgroundColor of solid white, and not the gradient that is divined from the color you pick, be sure to set backgroundGradientColors to [0xFF, 0xFF].

-Peter


On 10/6/06 7:25 AM, Michael Schmalle [EMAIL PROTECTED] wrote:

Hi,

I have had the same problem, I think it has something to do with how you are initializing the Application tag.

Judah, why don't you post the top part of your app's code so we can see.

Peace, Mike

On 10/6/06, Tom Chiverton [EMAIL PROTECTED] wrote:
On Thursday 05 October 2006 22:27, dorkie dork from dorktown wrote:
 I set the background color of my app to white. But when the app first

Is this the HTML background colour showing through, by any chance (change it 
to purple or something to see) ?

--
Tom Chiverton
Helping to appropriately grow wireless eyeballs



This email is sent for and on behalf of Halliwells LLP. 

Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at St James's Court Brown Street Manchester M2 2JF. A list of members is available for inspection at the registered office. Any reference to a partner in relation to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law Society. 

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be confidential or legally privileged. If you are not the addressee you must not read it and must not use any information contained in nor copy it nor inform any person other than Halliwells LLP or the addressee of its existence or contents. If you have received this email in error please delete it and notify Halliwells LLP IT Department on 0870 365 8008. 

For more information about Halliwells LLP visit www.halliwells.com http://www.halliwells.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/

* Your email settings:
Individual Email | Traditional 

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email: 
mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]

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







/ \ PETER BAIRD
888/ \888 User Experience Consultant
88/ / \88 Adobe Consulting | Adobe Systems, Inc
8/ /8\ \8 275 Grove St. Newton, MA
/ /888\ \ 
 \8\ 



__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





Re: [flexcoders] Re: styling questions

2006-09-25 Thread Peter Baird
Title: Re: [flexcoders] Re: styling questions





By the way, Im currently working on a significant update to the style explorer, and one of the features that Im adding is support for style names. So, the Panel view, when changing color will spit out better formatted CSS that places that in a custom titleStyleName declaration. (Thanks for the suggestion Tim ... I think it was yours). 

Many more cool additions in the works, so it might be a little while before you all see the updated version as I have to work on it after hours, just wanted to let you know its coming.

-Peter


On 9/25/06 9:34 PM, aaron smith [EMAIL PROTECTED] wrote:

yeah man, i read the docs, didn't see it in there..



On 9/25/06, Tim Hoff [EMAIL PROTECTED] wrote: 
 



That would be titleStyleName my man. docs, docs, docs.

-TH

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , aaron smith 


[EMAIL PROTECTED] wrote:

 how can I change just the font color of a panel's title, and not 
let the
 children inherit that?
 
 Also, when I put a Panel{} style in my external style sheet, it 
tells me
 that it is an unused type, but I have 3 Panels in my app, why 
would it do
 that?
 
 
 thanks.









/ \ PETER BAIRD
888/ \888 User Experience Consultant
88/ / \88 Adobe Consulting | Adobe Systems, Inc
8/ /8\ \8 275 Grove St. Newton, MA
/ /888\ \ 
 \8\ 




__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





Re: [flexcoders] Adding buttons to RTE control area.

2006-09-19 Thread Peter Baird
Yes it is.

See this article on programming controls in RTE in the livedocs for an
example of how it can be done:

http://livedocs.macromedia.com/flex/2/docs/0570.html

-Peter


On 9/19/06 11:40 AM, mthielman11 [EMAIL PROTECTED] wrote:

 OK so I need to add a Rich Text area to my app. It is going to appear in a
 popup window.  
 Ideally I would like to make the RTE the popup panel on its own and add in a
 cancle and save 
 button to the area that has the front controls, is this possible??
 
 
 
 
 
 --
 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
 
 
 
 
 
 
 
 
 




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

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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] Background Image - Keep Proportions?

2006-09-06 Thread Peter Baird
Title: Re: [flexcoders] Background Image - Keep Proportions?





This may not be the best solution, but it works.

Rather than placing your image in the application, place it in a lowest level box. The image wont stretch then. So, something like this, with paddings to replace the removed padding in the application tag:

mx:Application etc /

mx:Style

Application {
paddingLeft: 0;
paddingRight: 0;
paddingTop: 0;
paddingBottom: 0;
}

.myCustomBackground {
backgroundImage: assets/bg.jpg ;
paddingLeft: 20;
paddingRight: 20;
paddingTop: 20;
paddingBottom: 20;
}

/mx:Style

mx:Box width=100% height=100% styleName=myCustomBackground


/mx:Box

/mx:Application 


On 9/6/06 9:40 AM, jameseisenlohr [EMAIL PROTECTED] wrote:

 



I have a full-screen background image that is getting distorted. Is
there a way to have the background image always display centered in
its true size despite the screen size? The background image size is
1500 px wide by 1000 px in height. Another question is what are good
dimensions for a background image in order to accommodate all screen
sizes?

Currently, I am using CSS to insert the background image:

mx:Style
Application
{
background-image: assets/bg.jpg;
} 
/mx:Style

Thanks,

James





/ \ PETER BAIRD
888/ \888 User Experience Consultant
88/ / \88 Adobe Consulting | Adobe Systems, Inc
8/ /8\ \8 275 Grove St. Newton, MA
/ /888\ \ Office: 617.219.2126
\8\ Cell: 617.803.6804




__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  







  
  
  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] Styles editor

2006-08-04 Thread Peter Baird
Title: Re: [flexcoders] Styles editor





Yes, it does link to the same URL, and yes it is the release version. 

The link in the Flex Builder Start Page is http://www.adobe.com/go/flex_styles_explorer_app and this is actually a redirect link that will always work.

You can read more about the latest version at http://weblogs.macromedia.com/mc/archives/2006/07/run_the_flex_st.cfm#more and download a version to run locally as well.

-Peter


/ \ PETER BAIRD
888/ \888 User Experience Consultant
88/ / \88 Adobe Consulting | Adobe Systems, Inc
8/ /8\ \8 275 Grove St. Newton, MA
/ /888\ \ 
 \8\ 





On 8/4/06 1:36 PM, Brendan Meutzner [EMAIL PROTECTED] wrote:

 



Not sure if it it links to the same URL that Sam provided below, but you can access the Styles Explorer, Component Explorer and various examples through the Flext Start Page of FlexBuilder...

Brendan



On 8/4/06, sam / pixelconsumption [EMAIL PROTECTED] wrote:
 



John,

Do you mean the styles explorer? If so this one runs fine for me 
in the release player, 
http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExplorer.html http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExplorer.html 
.

- Sam



John Grden wrote:

 Has that little gem been updated for the final release of FP9/flex 2?

 -- 
 John Grden

 










__._,_.___





--
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] Re: Panel padding

2006-07-28 Thread Peter Baird
Title: Re: [flexcoders] Re: Panel padding





Sorry for jumping on this late...

What youre looking for is the following:

borderThicknessRight=0
BorderThicknessLeft=0
BorderThicknessTop=0
BorderThicknessBottom=0

Ive been meaning to include these styles in the style explorer for Panel, as their omission is an oversight.

-Peter



/ \ PETER BAIRD
888/ \888 User Experience Consultant
88/ / \88 Adobe Consulting | Adobe Systems, Inc
8/ /8\ \8 275 Grove St. Newton, MA
/ /888\ \ 
 \8\ 




On 7/28/06 6:05 PM, bhaq1972 [EMAIL PROTECTED] wrote:

 



okay this is my last suggestion (cant think of anything else). for 
your datagrid add a minWindth=0

 sometimes i found that works well with width=100%

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Devin Holloway [EMAIL PROTECTED] 
wrote:

 that doesn't work either. it widens the conents inside, but clips 
them
 so that the same left/right padding amount exists. the weird 
thing
 is that the paddingTop behaves as it should, it's just the 
left/right
 padding that's not working
 
 --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , bhaq1972 mbhaque@ wrote:
 
  what happens if you remove the outer Canvas and make the panel 
  borderStyle=none and paddingLeft=-10 and paddingRight=-10
  
  --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Devin Holloway devin@ 
  wrote:
  
   still no effect :(
   
   
   --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , bhaq1972 mbhaque@ wrote:
   
and make the panel borderStyle=none

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Tim Hoff TimHoff@ 
wrote:

 Hi Devin,
 
 Try setting the Panel's borderThickness to 0.
 
 -TH
 
 --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Devin Holloway 
devin@ 
  wrote:
 
  I have a panel with a datagrid in it. I don't want any 
space 
  around
  the datagrid and the panel sides, but can't seem to get 
rid 
  of it. 
I
  set all the padding option on the panel to 0, and it 
does 
  nothing
 

   
  
 






__._,_.___





--
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 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] Background Gradient??

2006-06-23 Thread Peter Baird
Title: Re: [flexcoders] Background Gradient??





I assume you mean a background gradient for the application.

In flex 1.5 there is, unfortunately, no property that you can set to have a background gradient color other than the default (there is in Flex 2.0).

However, that doesnt mean you cant have a background gradient, it just means it will take a little work. On 1.5 projects in the past, we have create a simple gradient in flash authoring and exported it as a swf. The resulting swf is usually smaller that 1K and can be set as the backgroundImage (be sure to set backgroundSize to 100% also). 

Otherwise, you can look into programmatically creating a gradient with ActionScript, which would be a quite bit more work, but you wouldnt have to rely on bringing in a whole swf.

Hope that helps,

-Peter


On 6/22/06 5:33 PM, Erich Cervantez [EMAIL PROTECTED] wrote:

 



Howdy folks, quick noob question: working in Flex 1.5, and Id like to have a 2-color gradient for the background color (rather than the default gray, or some other solid color). I think I understand that you can have a backgroundImage attribute or a backgroundColor attribute but not both. And the fillColors attribute will assist in tinting the background color (or image?). Hmm, anyway, I cant get a gradient goinganyone know of a trick or am I forced to create a background image anyway?

E




 



/ \ PETER BAIRD
888/ \888 User Experience Consultant
88/ / \88 Adobe Consulting | Adobe Systems, Inc
8/ /8\ \8 275 Grove St. Newton, MA
/ /888\ \ Office: 617.219.2126 | Cell: 617.803.6804
\8\ AIM: pbaird00 | Y!IM: pbaird00




__._,_.___





--
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] colorPicker, getting the colour out

2006-06-14 Thread Peter Baird
Title: Re: [flexcoders] colorPicker, getting the colour out





Sonja,

The below example should include all aspects of what youre trying to do. Let me know if you have questions about the below code:

mx:Application xmlns:mx=http://www.adobe.com/2006/mxml 

mx:Script
![CDATA[
public function getHex():void {
myOutput.text = rgbToHex(myColorPicker.selectedColor);
myBox.setStyle('backgroundColor', myColorPicker.selectedColor);
}

//this converts the hex number to the equivalent string
public function rgbToHex(val:Number):String {
var newVal:String = val.toString(16);
while (newVal.length  6) { newVal = 0 + newVal; } 
if (newVal.charAt(1) == 'x') { newVal = newVal.slice(2, 8); }
newVal = # + newVal;
return newVal; 
}
]]
/mx:Script

mx:ColorPicker id=myColorPicker close=getHex(); /
mx:TextArea id=myOutput /
mx:Box id=myBox width=50 height=50 backgroundColor=#FF /


/mx:Application


On 6/14/06 10:15 AM, Sonja Duijvesteijn [EMAIL PROTECTED] wrote:

 



Sending another mail on this question as it might not have been obvious that i'm still looking for the answer. I realise it should be really easy but i'm at a loss here.

When a user selects a colour from the STANDARD colorpicker, how do I get the hexadecimal value? 

Sonja

2006/6/14, Sonja Duijvesteijn [EMAIL PROTECTED]:
Thank you Tom, 
I think that's not in the documentation as well, but not exactly what I mean.

I'd like to figure out the hexidecimal code that has been selected after a user operation. So not the one I can put in myself. 

Sonja

2006/6/14, Tom Chiverton [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] :
On Tuesday 13 June 2006 11:39, Sonja Duijvesteijn wrote:
 The documentation gives enough help for the advanced topics (putting in
 your own colours) but forgets the basics.

You mean like where it uses selectedColor ? 
mx:ColorPicker id=cp showTextField=true selectedColor=0xFF/
:-)

--
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP. 

Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at St James's Court Brown Street Manchester M2 2JF. A list of members is available for inspection at the registered office. Any reference to a partner in relation to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law Society. 

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be confidential or legally privileged. If you are not the addressee you must not read it and must not use any information contained in nor copy it nor inform any person other than Halliwells LLP or the addressee of its existence or contents. If you have received this email in error please delete it and notify Halliwells LLP IT Department on 0870 365 8008. 

For more information about Halliwells LLP visit www.halliwells.com http://www.halliwells.com .

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the Year at the 2005 Growth Company Awards 



 Yahoo! Groups Sponsor ~--
Home is just a click away. Make Yahoo! your home page now.
http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/nhFolB/TM
~-

--
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/ 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/ http://docs.yahoo.com/info/terms/ 









/ \ PETER BAIRD
888/ \888 User Experience Consultant
88/ / \88 Adobe Consulting | Adobe Systems, Inc
8/ /8\ \8 275 Grove St. Newton, MA
/ /888\ \ Office: 617.219.2126 | Cell: 617.803.6804
\8\ AIM: pbaird00 | Y!IM: pbaird00




__._,_.___





--
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] F2B3: useHandCursor property of Text control

2006-06-09 Thread Peter Baird
Title: Re: [flexcoders] F2B3: useHandCursor property of Text control





Manish Jenathi blogged about this a while back, but Im not seeing the blog entry anymore.

Anyway, the following works, and I believe is the recommended approach:

mx:Text width=100% text=hello
useHandCursor=true
buttonMode=true
mouseChildren=false
/

Per Manishs explanation (as best I remember), the component needs to know that it has no mouseChildren to listen for.

-Peter 


On 6/9/06 10:26 AM, Jim Robson [EMAIL PROTECTED] wrote:

 



Hi Mike,

Thanks for looking into this. I tried your suggestion, but the cursor still turns back into an arrow when it gets over the text field. My code is below; if I did not correctly follow your suggestion, please let me know where I went wrong:

?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.adobe.com/2006/mxml 


mx:Script
![CDATA[

private function onInit(event:Event):void
{
txtItem.mx_internal::textField.mouseEnabled = false;
}


]]
/mx:Script

mx:VBox width=400 height=700 buttonMode=true useHandCursor=true

mx:Text id=txtItem text=The quick brown fox jumps over the lazy dog.  selectable=false /

/mx:VBox


/mx:Application






From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael Schmalle
Sent: Friday, June 09, 2006 9:48 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] F2B3: useHandCursor property of Text control
 

Hi,

1) the internal textfield has no useHandCursor property, this kills one hack.
2) Text control has no border, so there is nothing to hit when you set the component's useHandCursor to true.
3) The internal textfield is eating the event
4) wrap it with a VBOX or the like

This does work

?xml version=1.0 encoding=utf-8?
mx:Application 
xmlns:mx=http://www.adobe.com/2006/mxml 
layout=vertical 
creationComplete=onInit(event)

mx:Script
![CDATA[

private function onInit(event:Event):void
{
txtItem.mx_internal::textField.mouseEnabled = false;
}

]]
/mx:Script

mx:VBox buttonMode=true useHandCursor=true 
mx:Text id=txtItem text=The quick brown fox jumps over the lazy dog.  selectable=false /
/mx:VBox

/mx:Application


Adjust to what you need but, there is a hack here. 

Peace, Mike


On 6/9/06, Jean-Luc ESSER [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  wrote:

I have the exact same problem, and do not have a solution.

If you put handCursor on a Box where you text resides, it does not work either.

 

Best,

JL

 

- Original Message - 

From: Jim Robson mailto:[EMAIL PROTECTED] 

To: flexcoders@yahoogroups.com 

Sent: Friday, June 09, 2006 3:18 PM 

Subject: [flexcoders] F2B3: useHandCursor property of Text control

 

Per the docs, the useHandCursor property is inherited from the Sprite class. However, it doesn't seem to work on the Text control. When set to true, the mouse cursor remains an arrow instead of changing to a button when over the text field:

mx:Text id=txtItem text=The quick brown fox jumps over the lazy dog.  buttonMode=true selectable=false useHandCursor=true /

What am I missing?





/ \ PETER BAIRD
888/ \888 User Experience Consultant
88/ / \88 Adobe Consulting | Adobe Systems, Inc
8/ /8\ \8 275 Grove St. Newton, MA
/ /888\ \ Office: 617.219.2126 | Cell: 617.803.6804
\8\ AIM: pbaird00 | Y!IM: pbaird00




__._,_.___





--
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] Programmatic skinning example - buttons, buttonbar, panel, etc

2006-05-21 Thread Peter Baird
Title: Re: [flexcoders] Programmatic skinning example - buttons, buttonbar, panel, etc





 let alone muttering about the discrepancies between 
 the code Flex Style Explorer generates for you, and how that code 
 actually looks.

Grae,

What discrepencies are you referring to. I'd like the Flex Style Explorer to be 100% accurate so that it is useful to people such as yourself. The Style Explorer is an personal endeavor, so my Q/A department is all of you. 

Please, if you find discrepancies, forward them on to me at this email address so that they can be addressed before the final release. That goes for everyone of course, if you see something not right, speak up and I'll address it. Likewise, if you feel like something's missing (ButtonBar?) and you'd like to see it represented, speak up.

Thanks,

-Peter


/ \ PETER BAIRD
888/ \888 User Experience Consultant
88/ / \88 Adobe Consulting | Adobe Systems, Inc
8/ /8\ \8 275 Grove St. Newton, MA
/ /888\ \ Office: 617.219.2126 | Cell: 617.803.6804
\8\ AIM: pbaird00 | Y!IM: pbaird00









--
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] Re: problems with ApplicationControlBar ...

2006-05-11 Thread Peter Baird



Actually, there's more to it than that.

If you notice in your CSS from the Style Explorer, you've got fillAlphas set
to [0.53, 0.42] ... That means your ApplicationControlBar is transparent and
your brown background is showing through. On the Flex Style Explorer, the
default background is that blue gradient... So, the ApplicationControlBar
appears blue... If you go to application section of the style explorer and
change the page background to match yours, you should see the same results.

So, what you really want to do is simply change your fillAlphas to [1, 1] so
that there's no transparency, and the color beneath doesn't show through.

Also, thanks for catching and passing along the dropShadowColor bug. I've
fixed it in the source, and you'll see the fix in the next release.

Thanks again,

-Peter



On 5/11/06 4:52 AM, bobpardoe1959 [EMAIL PROTECTED] wrote:

 Well I sorted it out, but it is far from clear as to why the solution
 works ...
 
 If you set the borderstyle to applicationControlBar it all works as
 expected, set the borderstyle to default and you get a black
 background, set it to solid and the colour is blue in my case
 
 Why does a setting of borderstyle have such a huge affect on the
 background of the control ?
 
 Why does it all work in the style explorer but not in my app ?
 
 BOb
 
 --- In flexcoders@yahoogroups.com, bobpardoe1959 [EMAIL PROTECTED] wrote:
 
 Using the b3 style explorer and getting the follwing css
 
 LinkBar { 
 dropShadowColor: #99;
 }
 
 ApplicationControlBar {
 dropShadowEnabled: true;
 shadowDistance: 2;
 shadowDirection: center;
 borderStyle: default;
 backgroundColor: #ff;
 highlightAlphas: 0.61, 0.14;
 fillAlphas: 0.53, 0.42;
 fillColors: #0033ff, #0066ff;
 backgroundAlpha: 0;
 }
 
 I paste this into my app and I do not get the same results.
 
 It appears that I cannot set the fillcolours (I think). The colours
 here are blue here but the control shows as brown as my background to
 my app is the smoke_bg.jpg.
 
 Any help appreciated
 
 BOb
 
 p.s. 
 
 I think there is a bug in the style explorer. When you set the drop
 shadow colour of the applicationcontrolbar the css is created for the
 linkbar
 
 
 
 
 
 
 
 
 --
 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
 
 
 
 
 
 
 

/ \® PETER BAIRD
888/ \888 User Experience Consultant
88/ / \88 Adobe Consulting | Adobe Systems, Inc
8/ /8\ \8 275 Grove St. Newton, MA
/ /888\ \ Office: 617.219.2126 | Cell: 617.803.6804
 \8\ AIM: pbaird00 | Y!IM: pbaird00











--
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] Re: BackgroundColor

2006-05-11 Thread Peter Baird
Title: Re: [flexcoders] Re: BackgroundColor





Ah, I see. Yeah, to be honest, if you want to create a two color gradient, I'd just stick with setting the two colors in fillColors, and then keeping fillAlphas at [1, 1]. It's the simplest way.

I do see a potential use for fill alphas, in that you can create a highlight, by doing something like, fillColors=[0xFF, 0xFF] and fillAlphas=[0.1, 0]... And then you could dynamically change the backgroundColor per-user's requested color, and it would create an overlaying highlight-gradient ... But other than that, I'd just stick with fillAlphas at 1, and pick your fillColors.

-Peter


On 5/10/06 11:09 PM, Tim Hoff [EMAIL PROTECTED] wrote:

 I mean, have you used fillAlphas and fillColors to create a gradient 
 background for the application. I'm still struggling to find the 
 correct combination of CSS to make it work.
 
 Tim
 
 --- In flexcoders@yahoogroups.com, Peter Baird [EMAIL PROTECTED] wrote:
 
 Yep, in a couple flavors of beta 3 (Flex Builder on a PC and the 
 Flex Data
 Services on a Mac) it works fine (although I notice my previous 
 email, I
 inadvertently left out a quote, but that would have thrown an 
 error anyway.
 
 You can also see it working, and play around with it a bit in the 
 Style
 Explorer:
 
 
 http://flexapps.macromedia.com/flex2beta3/styleexplorer/Flex2StyleExp
 lorer.h
 tml
 
 The following all work, and produce same result:
 
 1. Declaratively:
 
 mx:Application xmlns:mx=http://www.adobe.com/2006/mxml
 backgroundColor=#00FF00 fillAlphas=[0, 0] /
 
 --
 
 2. Via CSS
 
 ?xml version=1.0 encoding=utf-8?
 mx:Application xmlns:mx=http://www.adobe.com/2006/mxml 
 mx:Style
 Application {
 backgroundColor: #00FF00;
 fillAlphas: 0, 0;
 }
 /mx:Style
 /mx:Application
 
 (this produces the blink sinces the background color is being 
 set after
 the app initializes
 
 -
 
 3. Programmatically
 
 mx:Application xmlns:mx=http://www.adobe.com/2006/mxml
 creationComplete=init() 
 mx:Script
 public function init():void {
 
 StyleManager.getStyleDeclaration('Application').setStyle
 ('backgroundColor',
 0x00FF00);
 StyleManager.getStyleDeclaration('Application').setStyle
 ('fillAlphas',
 [0, 0]);
 }
 /mx:Script
 /mx:Application
 
 
 
 
 On 5/10/06 4:29 PM, Tim Hoff [EMAIL PROTECTED] wrote:
 
 Have you actually used fillAlphas and fillColors for the 
 application
 background and made it work in B3?
 
 -TH
 
 --- In flexcoders@yahoogroups.com, Peter Baird pbaird@ wrote:
 
 And one last, lest we forget:
 
 backgroundColor=#008040
 FillAlphas=[0, 0]
 
 Gets a green background, for those purist who can't stand 
 knowing
 that their
 solid color was actually created by a gradient.
 
 -Peter
 
 
 On 5/10/06 3:52 PM, michael.corbridge@
 michael.corbridge@ wrote:
 
 backgroundColor=#008040
 fillColors=[#008040,#008040]
 
 gets you a green background
 
 
 
 fillColors=[#008040,#008040]
 
 gets you a green background with an momentary flash of grey
 
 --
 
 backgroundColor=#008040
 
 gets you a grey background
 
 -
 
 (I think this was covered in an earlier forum posting?)
 
 ---
 --
 --
 This e-mail message (including attachments, if any) is intended
 for the use
 of the individual or entity to which it is addressed and may
 contain
 information that is privileged, proprietary , confidential and
 exempt from
 disclosure. If you are not the intended recipient, you are
 notified that
 any dissemination, distribution or copying of this 
 communication
 is
 strictly prohibited. If you have received this communication 
 in
 error,
 please notify the sender and erase this e-mail message
 immediately.
 ---
 --
 --
 
 
 
 
 
 --
 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
 
 
 
 
 
 
 
 
 / \ PETER BAIRD
 888/ \888 User Experience Consultant
 88/ / \88 Adobe Consulting | Adobe Systems, Inc
 8/ /8\ \8 275 Grove St. Newton, MA
 / /888\ \ Office: 617.219.2126 | Cell: 617.803.6804
 \8\ AIM: pbaird00 | Y!IM: pbaird00
 
 
 
 
 
 
 
 
 
 --
 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
 
 
 
 
 
 
 
 / \ PETER BAIRD
 888/ \888 User Experience Consultant
 88/ / \88 Adobe Consulting | Adobe Systems, Inc
 8/ /8\ \8 275 Grove St. Newton, MA
 / /888\ \ Office: 617.219.2126 | Cell: 617.803.6804
 \8\ AIM: pbaird00 | Y!IM: pbaird00
 
 
 
 
 
 
 
 
  Yahoo! Groups Sponsor ~-- 
 Protect your PC from spy

Re: [flexcoders] Re: MenuBar Border

2006-05-11 Thread Peter Baird



Also, try setting all the paddings on the applicationControlBar to zero
(paddingRight, paddingLeft, etc).

Take a look at the source of the example here:

http://weblogs.macromedia.com/mc/archives/2006/05/mac_os_x-lookin.cfm#commen
ts

Yes, there's still a border at the bottom, but it cleans up some of the
other borders

Other than that, I'm not sure what else you could do... Let us all know if
you figure anything else out.

-Peter 




On 5/11/06 2:25 PM, Tim Hoff [EMAIL PROTECTED] wrote:

 Thanks Manish,
 
 The menuBar height is set to 100%. It's probably some funky
 combination of CSS that I haven't found yet. No worries, I'll
 figure it out.
 
 -TH
 
 
 --- In flexcoders@yahoogroups.com, Manish Jethani
 [EMAIL PROTECTED] wrote:
 
 On 5/11/06, Tim Hoff [EMAIL PROTECTED] wrote:
 Just another little thing that changed from B2 to B3. I have a
 MenuBar in an ApplicationControlBar. The border color of the
 MenuBar
 is the same as the backgroundColor of the
 ApplicationControlBar. What
 appears is 3 sides of a border (L, R, B - no Top) in a darker
 color,
 around the MenuBar. I can't get rid of it.
 
 I don't have access to code now, but the recommended practice is to
 set the height of the MenuBar to 100% when it's inside a
 ApplicationControlBar.
 
 
 
 
 
 
 
 
 --
 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
 
 
 
 
 
 

/ \® PETER BAIRD
888/ \888 User Experience Consultant
88/ / \88 Adobe Consulting | Adobe Systems, Inc
8/ /8\ \8 275 Grove St. Newton, MA
/ /888\ \ Office: 617.219.2126 | Cell: 617.803.6804
 \8\ AIM: pbaird00 | Y!IM: pbaird00









--
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] BackgroundColor

2006-05-10 Thread Peter Baird
Title: Re: [flexcoders] BackgroundColor





And one last, lest we forget:

backgroundColor=#008040
FillAlphas=[0, 0]

Gets a green background, for those purist who can't stand knowing that their solid color was actually created by a gradient.

-Peter


On 5/10/06 3:52 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 backgroundColor=#008040
 fillColors=[#008040,#008040]
 
 gets you a green background
 
 
 
 fillColors=[#008040,#008040]
 
 gets you a green background with an momentary flash of grey
 
 --
 
 backgroundColor=#008040
 
 gets you a grey background
 
 -
 
 (I think this was covered in an earlier forum posting?)
 
 ---
 This e-mail message (including attachments, if any) is intended for the use
 of the individual or entity to which it is addressed and may contain
 information that is privileged, proprietary , confidential and exempt from
 disclosure. If you are not the intended recipient, you are notified that
 any dissemination, distribution or copying of this communication is
 strictly prohibited. If you have received this communication in error,
 please notify the sender and erase this e-mail message immediately.
 ---
 
 
 
 
  Yahoo! Groups Sponsor ~-- 
 Everything you need is one click away.  Make Yahoo! your home page now.
 http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/nhFolB/TM
 ~- 
 
 --
 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/
 
 
 
 

/ \ PETER BAIRD
888/ \888 User Experience Consultant
88/ / \88 Adobe Consulting | Adobe Systems, Inc
8/ /8\ \8 275 Grove St. Newton, MA
/ /888\ \ Office: 617.219.2126 | Cell: 617.803.6804
\8\ AIM: pbaird00 | Y!IM: pbaird00









--
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] Re: BackgroundColor

2006-05-10 Thread Peter Baird



Yep, in a couple flavors of beta 3 (Flex Builder on a PC and the Flex Data
Services on a Mac) it works fine (although I notice my previous email, I
inadvertently left out a quote, but that would have thrown an error anyway.

You can also see it working, and play around with it a bit in the Style
Explorer:

http://flexapps.macromedia.com/flex2beta3/styleexplorer/Flex2StyleExplorer.h
tml

The following all work, and produce same result:

1. Declaratively:

mx:Application xmlns:mx=http://www.adobe.com/2006/mxml
backgroundColor=#00FF00 fillAlphas=[0, 0] /

--

2. Via CSS

?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.adobe.com/2006/mxml 
mx:Style
Application {
 backgroundColor: #00FF00;
 fillAlphas: 0, 0;
}
/mx:Style
/mx:Application

(this produces the blink sinces the background color is being set after
the app initializes

-

3. Programmatically

mx:Application xmlns:mx=http://www.adobe.com/2006/mxml
creationComplete=init() 
mx:Script
public function init():void {
 
StyleManager.getStyleDeclaration('Application').setStyle('backgroundColor',
0x00FF00);
 StyleManager.getStyleDeclaration('Application').setStyle('fillAlphas',
[0, 0]);
}
/mx:Script
/mx:Application




On 5/10/06 4:29 PM, Tim Hoff [EMAIL PROTECTED] wrote:

 Have you actually used fillAlphas and fillColors for the application
 background and made it work in B3?
 
 -TH
 
 --- In flexcoders@yahoogroups.com, Peter Baird [EMAIL PROTECTED] wrote:
 
 And one last, lest we forget:
 
 backgroundColor=#008040
 FillAlphas=[0, 0]
 
 Gets a green background, for those purist who can't stand knowing
 that their
 solid color was actually created by a gradient.
 
 -Peter
 
 
 On 5/10/06 3:52 PM, [EMAIL PROTECTED]
 [EMAIL PROTECTED] wrote:
 
 backgroundColor=#008040
 fillColors=[#008040,#008040]
 
 gets you a green background
 
 
 
 fillColors=[#008040,#008040]
 
 gets you a green background with an momentary flash of grey
 
 --
 
 backgroundColor=#008040
 
 gets you a grey background
 
 -
 
 (I think this was covered in an earlier forum posting?)
 
 -
 --
 This e-mail message (including attachments, if any) is intended
 for the use
 of the individual or entity to which it is addressed and may
 contain
 information that is privileged, proprietary , confidential and
 exempt from
 disclosure. If you are not the intended recipient, you are
 notified that
 any dissemination, distribution or copying of this communication
 is
 strictly prohibited. If you have received this communication in
 error,
 please notify the sender and erase this e-mail message
 immediately.
 -
 --
 
 
 
 
 
 --
 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
 
 
 
 
 
 
 
 
 / \® PETER BAIRD
 888/ \888 User Experience Consultant
 88/ / \88 Adobe Consulting | Adobe Systems, Inc
 8/ /8\ \8 275 Grove St. Newton, MA
 / /888\ \ Office: 617.219.2126 | Cell: 617.803.6804
 \8\ AIM: pbaird00 | Y!IM: pbaird00
 
 
 
 
 
 
 
 
 
 --
 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
 
 
 
 
 
 

/ \® PETER BAIRD
888/ \888 User Experience Consultant
88/ / \88 Adobe Consulting | Adobe Systems, Inc
8/ /8\ \8 275 Grove St. Newton, MA
/ /888\ \ Office: 617.219.2126 | Cell: 617.803.6804
 \8\ AIM: pbaird00 | Y!IM: pbaird00









--
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] useHandCursor=true In Flex 2.0

2006-04-26 Thread Peter Baird



See the following to understand why:

http://mannu.livejournal.com/329068.html#cutid1

But, basically, 

useHandCursor=true
 buttonMode=true
 mouseChildren=false

-p


On 4/26/06 12:01 PM, vestcomprogrammer [EMAIL PROTECTED]
wrote:

 Before in flex 1.5 I would have this :
 
 event.target. on a
 mxLHBox mx:Text
 
 ReferenceError: Error #1056: Cannot create property onRelease on
 mx.containers.HBox
 at SS_SL/__Description1_mouseOver()
 
 
 
 Now it flex 2.0 if throw an error at runtime.
 
 
 -Bill
 
 
 
 
 
 --
 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
 
 
 
 
 
 









--
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] Re: how is this TabNavigator is done?

2006-04-26 Thread Peter Baird
Title: Re: [flexcoders] Re: how is this TabNavigator is done?





SelectedFillColors are not a property of Tab in Flex 2, rather to define the color of a selected tab, use backgroundColor for tab, like so: 


Tab {
backgroundColor: #CC;
}

As for horizontalAlign, that is still be a property of TabNavigator as per the latest ASDocs. But, yes, I can confirm that it is not working (remember this is a beta product). 

Finally, for flex 2 styles, please refer to the Flex 2 Style Explorer as a very large amount of styles and style names have changed. The Flex 2 Style Explorer currently can be found at:

http://weblogs.macromedia.com/mc/archives/Flex2StyleExplorer/Flex2StyleExplorer.html

Thanks,

-peter



On 4/26/06 4:12 PM, Prashant Balepur [EMAIL PROTECTED] wrote:

Yes. Had the same issue with Flex2B1. 

Several other style attributes, including selectedFillColors, don't appear to function as described (and as the Flex Style Explorer 
suggests http://weblogs.macromedia.com/mc/archives/FlexStyleExplorer.html http://weblogs.macromedia.com/mc/archives/FlexStyleExplorer.html ).

I don't need to right alight the tabs, but do need change other stylistic elements from their defaults.

Same issue with TabBar.

Prashant


--- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote:

 I can't even get the tabs to right align. horizontalAlign has no
 effect. Anyone else experienced this?



--
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 http://groups.yahoo.com/group/flexcoders  on the web.
  
 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
  
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service http://docs.yahoo.com/info/terms/ . 





/ \ PETER BAIRD
888/ \888 User Experience Consultant
88/ / \88 Adobe Consulting | Adobe Systems, Inc
8/ /8\ \8 275 Grove St. Newton, MA
/ /888\ \ Office: 617.219.2126 | Cell: 617.803.6804
\8\ AIM: pbaird00 | Y!IM: pbaird00









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



  











Re: [flexcoders] Flex 2 on Mac OS X

2006-04-05 Thread Peter Baird
Title: Re: [flexcoders] Flex 2 on Mac OS X





Yes, the method has changed a bit in recent versions of Flex 2. Now the command line for your file should read as follows:

java -jar flex/lib/mxmlc.jar -load-config flex/frameworks/flex-config.xml -file-specs 'helloas3.as'

Note the key change is flexlib is changed to load-config




On 4/5/06 7:44 AM, Bolo Michelin [EMAIL PROTECTED] wrote:

Hello everyOne :)

i try to follow this post to setup Flex 2 on my mac (with tiger)
http://www.gskinner.com/blog/archives/2005/12/easily_compile.html http://www.gskinner.com/blog/archives/2005/12/easily_compile.html 

when i did that
4) Verify that everything is working by copying the HelloAS3.as included with flCompile to your home directory, and executing the following command in the Terminal:
java -jar flex/lib/mxmlc.jar -flexlib flex/frameworks -file-specs helloas3.as http://helloas3.as 
It should give you compiling messages, and generate a HelloAS3.swf file in your Home directory. 

i have this error
http://independza.com/client/image.png 

Can u help me

Bolo 


--
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 http://groups.yahoo.com/group/flexcoders  on the web.
  
 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
  
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service http://docs.yahoo.com/info/terms/ . 





/ \ PETER BAIRD
888/ \888 User Experience Consultant
88/ / \88 Adobe Consulting | Adobe Systems, Inc
8/ /8\ \8 275 Grove St. Newton, MA
/ /888\ \ Office: 617.219.2126 | Cell: 617.803.6804
\8\ AIM: pbaird00 | Y!IM: pbaird00









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



  











Re: [flexcoders] Flex 2 Style Explorer (beta)

2006-03-15 Thread Peter Baird
Title: Re: [flexcoders] Flex 2 Style Explorer (beta)





Dont you worry. Im implementing view source into the beta 2 version that will be released on the heels of Flex 2 beta 2. 

-Peter


On 3/15/06 6:48 PM, Tony Pujals [EMAIL PROTECTED] wrote:

I agree, very, very nice. And it would be even nicer if the source code were available as part of the download. Maybe if enough people post their comments on the download page to indicate interest..?

-Tony


 

tony pujals| senior engineer | Yahoo! SiteBuilder Express
p. 408.349.6284 | e. tonyp * yahoo-inc dot com mailto:[EMAIL PROTECTED] | y!id tonypujals

 





From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Joo Fernandes
Sent: Tuesday, March 14, 2006 9:00 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex 2 Style Explorer (beta)
 
Hi there, 

A very nice job, I just want to make a remark, In the panel option if you set alpha = 1 so you can use highlight alphas, if you set border style = none you can see a small white corner. Is this supposed to happen?

Regards,


Joo Fernandes
Sistemas de Informao
Programador Informtico
Cofina media

Avenida Joo Crisstomo, N 72 . 1069-043 Lisboa PORTUGAL
Tel (+351) 213 185 200 . Fax (+351) 213 540 370
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 





From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Peter Baird
Sent: tera-feira, 14 de Maro de 2006 16:38
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex 2 Style Explorer (beta)
 
Just wanted to let you that Flex 2 Style Explorer (beta) is available for download. The usual beta caveats apply.

Read more here:

http://weblogs.macromedia.com/mc/archives/2006/03/flex_2_style_ex.cfm


/ \ PETER BAIRD
888/ \888 User Experience Consultant
88/ / \88 Adobe Consulting | Adobe Systems, Inc
8/ /8\ \8 275 Grove St. Newton, MA
/ /888\ \ Office: 617.219.2126 | Cell: 617.803.6804
\8\ AIM: pbaird00 | Y!IM: pbaird00




--
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 http://groups.yahoo.com/gads?t=msamp;k=Web+site+design+developmentamp;w1=Web+site+design+developmentamp;w2=Computer+software+developmentamp;w3=Software+design+and+developmentamp;w4=Macromedia+flexamp;w5=Software+development+best+practiceamp;c=5amp  Computer software development http://groups.yahoo.com/gads?t=msamp;k=Computer+software+developmentamp;w1=Web+site+design+developmentamp;w2=Computer+software+developmentamp;w3=Software+design+and+developmentamp;w4=Macromedia+flexamp;w5=Software+development+best+practiceamp;c=5a  Software design and development http://groups.yahoo.com/gads?t=msamp;k=Software+design+and+developmentamp;w1=Web+site+design+developmentamp;w2=Computer+software+developmentamp;w3=Software+design+and+developmentamp;w4=Macromedia+flexamp;w5=Software+development+best+practiceamp;c=5  
Macromedia flex http://groups.yahoo.com/gads?t=msamp;k=Macromedia+flexamp;w1=Web+site+design+developmentamp;w2=Computer+software+developmentamp;w3=Software+design+and+developmentamp;w4=Macromedia+flexamp;w5=Software+development+best+practiceamp;c=5amp;s=166amp;.  Software development best practice http://groups.yahoo.com/gads?t=msamp;k=Software+development+best+practiceamp;w1=Web+site+design+developmentamp;w2=Computer+software+developmentamp;w3=Software+design+and+developmentamp;w4=Macromedia+flexamp;w5=Software+development+best+practiceamp;
 



YAHOO! GROUPS LINKS 


 
 Visit your group flexcoders http://groups.yahoo.com/group/flexcoders  on the web.
  
 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
  
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service http://docs.yahoo.com/info/terms/ . 
 




--
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 http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQa  Computer software development http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1l  Software design and development http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9A  
Macromedia flex http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer

[flexcoders] Flex 2 Style Explorer (beta)

2006-03-14 Thread Peter Baird
Title: Flex 2 Style Explorer (beta)





Just wanted to let you that Flex 2 Style Explorer (beta) is available for download. The usual beta caveats apply.

Read more here:

http://weblogs.macromedia.com/mc/archives/2006/03/flex_2_style_ex.cfm


/ \ PETER BAIRD
888/ \888 User Experience Consultant
88/ / \88 Adobe Consulting | Adobe Systems, Inc
8/ /8\ \8 275 Grove St. Newton, MA
/ /888\ \ Office: 617.219.2126 | Cell: 617.803.6804
\8\ AIM: pbaird00 | Y!IM: pbaird00









--
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] Flex 2 Style Explorer (beta)

2006-03-14 Thread Peter Baird
Title: Re: [flexcoders] Flex 2 Style Explorer (beta)





Thanks. Yeah, One of my pet-peeves is when I get emails that have attachments that are just part of the signature. ... So I figured Id get the logo in there while sparing all my recipients the attachment. 

Glad you enjoyed it. :-)

-peter 




On 3/14/06 11:58 AM, Ryan Stewart [EMAIL PROTECTED] wrote:

Peter,



This is totally off-topic, but your signature is very, very cool.



-Ryan




From: Peter Baird[mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 14, 2006 4:38 PM -08:00
To: flexcoders@yahoogroups.com [EMAIL PROTECTED]
Subject: [flexcoders] Flex 2 Style Explorer (beta)

Just wanted to let you that Flex 2 Style Explorer (beta) is available for download. The usual beta caveats apply.

Read more here:

http://weblogs.macromedia.com/mc/archives/2006/03/flex_2_style_ex.cfm


/ \ PETER BAIRD
888/ \888 User Experience Consultant
88/ / \88 Adobe Consulting | Adobe Systems, Inc
8/ /8\ \8 275 Grove St. Newton, MA
/ /888\ \ Office: 617.219.2126 | Cell: 617.803.6804
\8\ AIM: pbaird00 | Y!IM: pbaird00




--
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 http://groups.yahoo.com/gads?t=msamp;k=Web+site+design+developmentamp;w1=Web+site+design+developmentamp;w2=Computer+software+developmentamp;w3=Software+design+and+developmentamp;w4=Macromedia+flexamp;w5=Software+development+best+practiceamp;c=5amp  Computer software development http://groups.yahoo.com/gads?t=msamp;k=Computer+software+developmentamp;w1=Web+site+design+developmentamp;w2=Computer+software+developmentamp;w3=Software+design+and+developmentamp;w4=Macromedia+flexamp;w5=Software+development+best+practiceamp;c=5a  Software design and development http://groups.yahoo.com/gads?t=msamp;k=Software+design+and+developmentamp;w1=Web+site+design+developmentamp;w2=Computer+software+developmentamp;w3=Software+design+and+developmentamp;w4=Macromedia+flexamp;w5=Software+development+best+practiceamp;c=5  
Macromedia flex http://groups.yahoo.com/gads?t=msamp;k=Macromedia+flexamp;w1=Web+site+design+developmentamp;w2=Computer+software+developmentamp;w3=Software+design+and+developmentamp;w4=Macromedia+flexamp;w5=Software+development+best+practiceamp;c=5amp;s=166amp;.  Software development best practice http://groups.yahoo.com/gads?t=msamp;k=Software+development+best+practiceamp;w1=Web+site+design+developmentamp;w2=Computer+software+developmentamp;w3=Software+design+and+developmentamp;w4=Macromedia+flexamp;w5=Software+development+best+practiceamp;  
YAHOO! GROUPS LINKS 

 Visit your group flexcoders http://groups.yahoo.com/group/flexcoders  on the web.
  
 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
  
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service http://docs.yahoo.com/info/terms/ . 




Organize. Communicate. Share. @ www.goowy.com http://www.goowy.com 


--
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 http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQa  Computer software development http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1l  Software design and development http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9A  
Macromedia flex http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw  Software development best practice http://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=f89quyyulIDsn  


 YAHOO! GROUPS LINKS 

 Visit your group flexcoders http://groups.yahoo.com/group/flexcoders  on the web.
  
 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
  
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service http://docs.yahoo.com/info/terms/ . 





/ \ PETER BAIRD
888/ \888 User Experience Consultant

Re: [flexcoders] Flex 2 Style Explorer (beta)

2006-03-14 Thread Peter Baird
Title: Re: [flexcoders] Flex 2 Style Explorer (beta)





So, by setting the borderStyle to none, youre setting the borderStyle of the background to none as well, and if youve read this post: http://weblogs.macromedia.com/mc/archives/2005/10/round-cornered.cfm youll note that by setting the border to none, you loose the ability to set the cornerRadius. So what you see happening is the header and footer are receiving the cornerRadius, but the background isnt. 

Another way of achieving what youre trying to do is to keep the borderStyle as solid, but set the borderThickness to 0... In effect no border, but now no little while corners. 

-Peter


On 3/14/06 11:59 AM, Joo Fernandes [EMAIL PROTECTED] wrote:

Hi there, 

A very nice job, I just want to make a remark, In the panel option if you set alpha = 1 so you can use highlight alphas, if you set border style = none you can see a small white corner. Is this supposed to happen?

Regards,


Joo Fernandes
Sistemas de Informao
Programador Informtico
Cofina media

Avenida Joo Crisstomo, N 72 . 1069-043 Lisboa PORTUGAL
Tel (+351) 213 185 200 . Fax (+351) 213 540 370
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 





From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Peter Baird
Sent: tera-feira, 14 de Maro de 2006 16:38
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex 2 Style Explorer (beta)
 
Just wanted to let you that Flex 2 Style Explorer (beta) is available for download. The usual beta caveats apply.

Read more here:

http://weblogs.macromedia.com/mc/archives/2006/03/flex_2_style_ex.cfm


/ \ PETER BAIRD
888/ \888 User Experience Consultant
88/ / \88 Adobe Consulting | Adobe Systems, Inc
8/ /8\ \8 275 Grove St. Newton, MA
/ /888\ \ Office: 617.219.2126 | Cell: 617.803.6804
\8\ AIM: pbaird00 | Y!IM: pbaird00




--
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 http://groups.yahoo.com/gads?t=msamp;k=Web+site+design+developmentamp;w1=Web+site+design+developmentamp;w2=Computer+software+developmentamp;w3=Software+design+and+developmentamp;w4=Macromedia+flexamp;w5=Software+development+best+practiceamp;c=5amp  Computer software development http://groups.yahoo.com/gads?t=msamp;k=Computer+software+developmentamp;w1=Web+site+design+developmentamp;w2=Computer+software+developmentamp;w3=Software+design+and+developmentamp;w4=Macromedia+flexamp;w5=Software+development+best+practiceamp;c=5a  Software design and development http://groups.yahoo.com/gads?t=msamp;k=Software+design+and+developmentamp;w1=Web+site+design+developmentamp;w2=Computer+software+developmentamp;w3=Software+design+and+developmentamp;w4=Macromedia+flexamp;w5=Software+development+best+practiceamp;c=5  
Macromedia flex http://groups.yahoo.com/gads?t=msamp;k=Macromedia+flexamp;w1=Web+site+design+developmentamp;w2=Computer+software+developmentamp;w3=Software+design+and+developmentamp;w4=Macromedia+flexamp;w5=Software+development+best+practiceamp;c=5amp;s=166amp;.  Software development best practice http://groups.yahoo.com/gads?t=msamp;k=Software+development+best+practiceamp;w1=Web+site+design+developmentamp;w2=Computer+software+developmentamp;w3=Software+design+and+developmentamp;w4=Macromedia+flexamp;w5=Software+development+best+practiceamp;




YAHOO! GROUPS LINKS 


 
 Visit your group flexcoders http://groups.yahoo.com/group/flexcoders  on the web.
  
 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
  
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service http://docs.yahoo.com/info/terms/ . 
 


--
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 http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQa  Computer software development http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1l  Software design and development http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9A  
Macromedia flex http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig

Re: [flexcoders] FlexBuilder on Mac

2006-01-27 Thread Peter Baird
Title: Re: [flexcoders] FlexBuilder on Mac





Ah sorry... Just read all the preceding emails in the thread... I guess its been cover ;-)


On 1/26/06 10:31 PM, David Mendels [EMAIL PROTECTED] wrote:

Hi,
 
To be clear, we intend to support Flex Builder on the Mac. However, we don't have a schedule for this yet---it will be after the 1.0 Windows version ships. But we will get there. 
 
-David

 

 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rob Rusher
Sent: Thursday, January 26, 2006 10:28 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] FlexBuilder on Mac


Neither the current version nor the upcoming Flex Builder 2 will work on a
Mac. There is talk about maybe supporting a Mac in the future, but I
wouldn't hold your breath.

Rob Rusher



RIA Consultant

Macromedia Certified Flex Instructor

e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of tobiaspatton
Sent: Thursday, January 26, 2006 5:20 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] FlexBuilder on Mac

Anyone get this to work?

I installed Eclipse 3.1 on my Mac and copied over the features, plugins,
etc. from a Windows install of FlexBuilder. The IDE launches but will not
open the MXML editor. The following exception is logged to console: 

java.lang.NullPointerException
at zorn.editors.mxml.MXMLEditor.init(MXMLEditor.java:165)

A couple things I've noticed: in the About Eclipse dialog (under the Help
menu), the Flex logo does not appear alongside the Eclipse logo. Also,
under installed features, none of the zorn.* features appear. Worst of
all, the zorn features xml files have the following lines at the top:

os=win32
ws=win32

Anyone know if it will ever be possible to run FlexBuilder on a Mac?

Thanks.
Tobias.






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








--
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 http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQa  Computer software development http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1l  Software design and development http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9A  
Macromedia flex http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw  Software development best practice http://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=f89quyyulIDsn  


 YAHOO! GROUPS LINKS 

 Visit your group flexcoders http://groups.yahoo.com/group/flexcoders  on the web.
  
 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
  
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service http://docs.yahoo.com/info/terms/ . 





/ \ PETER BAIRD
888/ \888 User Experience Consultant
88/ / \88 Adobe Consulting | Adobe Systems, Inc
8/ /8\ \8 275 Grove St. Newton, MA
/ /888\ \ Office: 617.219.2126 | Cell: 617.803.6804
\8\ AIM: pbaird00 | Y!IM: pbaird00









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

Re: [flexcoders] FlexBuilder on Mac

2006-01-27 Thread Peter Baird
Title: Re: [flexcoders] FlexBuilder on Mac





Also to note, just because Flex Builder for the Mac isnt yet available, that doesnt mean you cant develop for flex on a mac. You can develop and compile for flex 2.0 today on a mac. Several resources have explained how...

http://labs.macromedia.com/wiki/index.php/Flex_Framework:tutorials:mac_development

http://weblogs.macromedia.com/mesh/archives/2006/01/resources_for_c.cfm

http://weblogs.macromedia.com/mesh/archives/2005/12/compiling_actio.cfm

And the eclipse platform, the underpinnings for FlexBuilder 2.0 is also readily available for the mac, ( http://www.eclipse.org/downloads/) along with some plugins for MXML

... Its by no stretch of the imagination FlexBuilder 2.0 as far as features are concerned, but it should hold Mac developers off until it is available. 

-p



On 1/26/06 10:31 PM, David Mendels [EMAIL PROTECTED] wrote:

Hi,
 
To be clear, we intend to support Flex Builder on the Mac. However, we don't have a schedule for this yet---it will be after the 1.0 Windows version ships. But we will get there. 
 
-David

 

 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rob Rusher
Sent: Thursday, January 26, 2006 10:28 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] FlexBuilder on Mac


Neither the current version nor the upcoming Flex Builder 2 will work on a
Mac. There is talk about maybe supporting a Mac in the future, but I
wouldn't hold your breath.

Rob Rusher



RIA Consultant

Macromedia Certified Flex Instructor

e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of tobiaspatton
Sent: Thursday, January 26, 2006 5:20 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] FlexBuilder on Mac

Anyone get this to work?

I installed Eclipse 3.1 on my Mac and copied over the features, plugins,
etc. from a Windows install of FlexBuilder. The IDE launches but will not
open the MXML editor. The following exception is logged to console: 

java.lang.NullPointerException
at zorn.editors.mxml.MXMLEditor.init(MXMLEditor.java:165)

A couple things I've noticed: in the About Eclipse dialog (under the Help
menu), the Flex logo does not appear alongside the Eclipse logo. Also,
under installed features, none of the zorn.* features appear. Worst of
all, the zorn features xml files have the following lines at the top:

os=win32
ws=win32

Anyone know if it will ever be possible to run FlexBuilder on a Mac?

Thanks.
Tobias.






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








--
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 http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQa  Computer software development http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1l  Software design and development http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9A  
Macromedia flex http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw  Software development best practice http://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=f89quyyulIDsn  


 YAHOO! GROUPS LINKS 

 Visit your group flexcoders http://groups.yahoo.com/group/flexcoders  on the web.
  
 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
  
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service http://docs.yahoo.com/info/terms/ . 





/ \ PETER BAIRD
888/ \888 User Experience Consultant
88/ / \88 Adobe Consulting | Adobe Systems, Inc
8/ /8\ \8 275 Grove St. Newton, MA
/ /888\ \ Office: 617.219.2126 | Cell: 617.803.6804
\8\ AIM: pbaird00 | Y!IM: pbaird00









--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http

Re: [flexcoders] Re: Unable to Dynamically Changing BG image

2006-01-25 Thread Peter Baird
=Macromedia+flexw1=Web+site+design+deve

lopmentw2=Computer+software+developmentw3=Software+design+and+development

w4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6n
 PIrz7_EpZI36cYzBjw flex 
 
 Software

http://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=W

eb+site+design+developmentw2=Computer+software+developmentw3=Software+desi

gn+and+developmentw4=Macromedia+flexw5=Software+development+best+practice
 c=5s=166.sig=f89quyyulIDsnABLD6IXIw development best practice 
 
 
 
 
 
 _ 
 
 YAHOO! GROUPS LINKS 
 
 
 
 * Visit your group flexcoders
 http://groups.yahoo.com/group/flexcoders  on the web.
 
 * To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] 
 
 * Your use of Yahoo! Groups is subject to the Yahoo!
 http://docs.yahoo.com/info/terms/ 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 

 Visit your group flexcoders http://groups.yahoo.com/group/flexcoders  on the web.
  
 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
  
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service http://docs.yahoo.com/info/terms/ . 





/ \ PETER BAIRD
888/ \888 User Experience Consultant
88/ / \88 Adobe Consulting | Adobe Systems, Inc
8/ /8\ \8 275 Grove St. Newton, MA
/ /888\ \ Office: 617.219.2126 | Cell: 617.803.6804
\8\ AIM: pbaird00 | Y!IM: pbaird00









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



  











Re: [flexcoders] Flex Style Explorer

2005-08-30 Thread Peter Baird
Ah good catch. Yes, VScrollPolicy and HScrollPolicy can be a very tricky
thing, and it looks like I haven't completely solved this on my own app (as
you've noted, scroll policies should be on the pods themselves, and not on
the whole app.

Will try to fix that for next release ;)

-Peter 


On 8/30/05 7:51 AM, Sreejith Unnikrishnan [EMAIL PROTECTED] wrote:

 I had a difficult time trying to understand why this happens. Was
 thinking it was coz' the way I was doing things.
 
 But looks like, there are other examples of the problem that I have.
 The demo is as follows.
 
 Open the Flex Style Explorer
 http://weblogs.macromedia.com/mc/archives/FlexStyleExplorer.html
 
 Click on the Tabs tab (this is to get as much as vertical content on
 the left panel).
 Reduce the height of the browser by resizing it.
 
 What you would observe is that the scroll is now applied to the entire
 application and NOT the left panel alone.
 The container nested within the panel does not allow the panel to scroll
 now. I have tried with various nestings, enabling/disabling vertical
 scrolls to no good result! :-(
 
 But does anybody have a solution to the problem.
 
 Regards
 Sree
 
 Peter Baird wrote:
 
 I¹m in the process of doing a write up on the MC Blog with an updated
 version of the Flex Style Explorer, and was planning on answering some
 of these questions. (We¹re working on getting the comments working too)
 
 I¹ll answer this one here. Dave is pretty much right on. Basically
 here¹s how those panels were created:
 
 * Headerless Panel (headerHeight=²0²)
 * backgroundColor = #FF; (yup, it¹s white, but...)
 * backgroundAlpha = 20; (this lets the nice backgroundGradient
   show through)
 * panelBorderStyle = roundCorners;
 * Setting all margins to zero allows me to place an image in the
   top and make it look like a header
 * I first place a container with a backgroundImage with my custom
   image (a swf created in Flash Authoring which also has some
   transparency to it)...
 * ...then insert a Label tag with my header title.
 
 
 Simple as that. The reason we did that was for two reasons:
 
1. It looks cooler
2. As a subtle reminder to flex designers that, while CSS for style
   is powerful, designs don¹t have to be limited to it, and can use
   some imagery.
 
 
 
 Okay, so for the actual MXML, here it is:
 
 mx:Panel height=100% panelBorderStyle=roundCorners
 headerHeight=0 backgroundColor=#FF
 backgroundAlpha=20 marginRight=0
 marginLeft=0
 marginTop=0
 marginBottom=0 mx:Box width=100%
 backgroundImage=@Embed('assets/myHeader.swf')
 backgroundSize=100%
 marginTop=7
 marginLeft=10 mx:Label
 text=Style Controls
 color=#FF
 fontSize=10
 fontWeight=bold
 marginLeft=5 / /mx:Box mx:Box width=100%
 marginLeft=10
 marginRight=10
 marginBottom=10
 height=100%
 /mx:Box
 /mx:Panel
 
 
 
 
 
 
 --
 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
 
 
 
  
 
 



 Yahoo! Groups Sponsor ~-- 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~- 

--
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] CSS in Flex

2005-08-12 Thread Peter Baird
Title: Re: [flexcoders] CSS in Flex





http://weblogs.macromedia.com/mc/archives/FlexStyleExplorer.html

And 

http://livedocs.macromedia.com/flex/15/asdocs_en/

-Peter


Peter Baird | UX Consultant: IA | Macromedia Consulting | Macromedia, Inc |



On 8/12/05 4:03 PM, mackdoyle [EMAIL PROTECTED] wrote:

Does anybody know of a good source for Flex's CSS support? Maybe a
spreadsheet of supported styles




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

Computer software testing http://groups.yahoo.com/gads?t=msk=Computer+software+testingw1=Computer+software+testingw2=Macromedia+flexw3=Developmentw4=Software+developerc=4s=93.sig=kh2CguJwmatU5oBXjFo9Rg  Macromedia flex http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Computer+software+testingw2=Macromedia+flexw3=Developmentw4=Software+developerc=4s=93.sig=dAUcEV7do91-wrRtVS641g  Development http://groups.yahoo.com/gads?t=msk=Developmentw1=Computer+software+testingw2=Macromedia+flexw3=Developmentw4=Software+developerc=4s=93.sig=AlxNUQBOI7Io7S7nhmxV0Q  
Software developer http://groups.yahoo.com/gads?t=msk=Software+developerw1=Computer+software+testingw2=Macromedia+flexw3=Developmentw4=Software+developerc=4s=93.sig=QWIit8JayomoIHLVkV3FDg  


 YAHOO! GROUPS LINKS 

 Visit your group flexcoders http://groups.yahoo.com/group/flexcoders  on the web.
  
 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
  
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service http://docs.yahoo.com/info/terms/ . 











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



  











Re: [flexcoders] line width in line chart

2005-07-12 Thread Peter Baird
Title: Re: [flexcoders] line width in line chart





FYI,

Christophes Flex Chart Explorer found at http://flexapps.macromedia.com/flex15/chartexplorer/explorer.mxml includes examples of code for all types of styling with Charts (strokes, fills, colors, alpha-values, etc)

-p


On 7/12/05 12:02 PM, Robert Brueckmann [EMAIL PROTECTED] wrote:

Awesome, thanks!

robert l. brueckmann
senior web developer
merlin securities
595 madison avenue
new york, ny 10022
p: 212.822.4821
f: 212.822.4820

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ely Greenfield
Sent: Tuesday, July 12, 2005 11:56 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] line width in line chart




Set the stroke:

LineSeries ...
stroke
Stroke weight=5 color=#FF /
/stroke
/LineSeries

Ely.


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Robert Brueckmann
Sent: Tuesday, July 12, 2005 8:50 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] line width in line chart
Importance: High

Is there a simple way to specify how thick I want the line to be in a
line chart without having to implement SimpleLineRenderer to something
so trivial?

robert l. brueckmann
senior web developer
merlin securities
595 madison avenue
new york, ny 10022
p: 212.822.4821
f: 212.822.4820



This message contains information from Merlin Securities, LLC, or from
one of its affiliates, that may be confidential and privileged. If you
are not an intended recipient, please refrain from any disclosure,
copying, distribution or use of this information and note that such
actions are prohibited. If you have received this transmission in error,
please notify the sender immediately by telephone or by replying to this
transmission.

Merlin Securities, LLC is a registered broker-dealer. Services offered
through Merlin Securities, LLC are not insured by the FDIC or any other
Federal Government Agency, are not deposits of or guaranteed by Merlin
Securities, LLC and may lose value. Nothing in this communication shall
constitute a solicitation or recommendation to buy or sell a particular
security.


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








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






This message contains information from Merlin Securities, LLC, or from one of its affiliates, that may be confidential and privileged. If you are not an intended recipient, please refrain from any disclosure, copying, distribution or use of this information and note that such actions are prohibited. If you have received this transmission in error, please notify the sender immediately by telephone or by replying to this transmission.

Merlin Securities, LLC is a registered broker-dealer. Services offered through Merlin Securities, LLC are not insured by the FDIC or any other Federal Government Agency, are not deposits of or guaranteed by Merlin Securities, LLC and may lose value. Nothing in this communication shall constitute a solicitation or recommendation to buy or sell a particular security.


--
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 http://groups.yahoo.com/group/flexcoders  on the web.
  
 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
  
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service http://docs.yahoo.com/info/terms/ . 








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



  











Re: [flexcoders] LinkBar

2005-07-01 Thread Peter Baird
Title: Re: [flexcoders] LinkBar





disabledColor

See http://weblogs.macromedia.com/mc/archives/FlexStyleExplorer.html

-peter


On 7/1/05 3:13 PM, Kim Reddington [EMAIL PROTECTED] wrote:

Is there anyway that I can have the text of the selected link label be a different color? I know that there is textSelectedColor, but this only changes the color when you actually press down the mouse button. I would like the link to stay that color until another link is selected.
 
Thanks,
Kim
 


--
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 http://groups.yahoo.com/group/flexcoders  on the web.
  
 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
  
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service http://docs.yahoo.com/info/terms/ . 








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



  











Re: [flexcoders] 'fade effect' question

2005-06-19 Thread Peter Baird
Title: Re: [flexcoders] 'fade effect' question





Fading on text only works on Embedded Fonts (not device Fonts). Youve got two options 1. Embed the font, 2. fake the fading out by actually fading in something over the text.

-p


On 6/19/05 4:01 PM, sanjayd [EMAIL PROTECTED] wrote:

folks, any idea why the label 'fading text' refuses to fade out ?
Thanks in advance.

mx:Effect
mx:Fade name=Fade alphaFrom=100 alphaTo=30 duration=2500/
/mx:Effect 


mx:VBox width=100% height=100%
mx:Box direction=horizontal borderStyle=solid marginTop=5
marginBottom=5 marginLeft=1 marginRight=1
..
..
mx:Label text=fading text showEffect=Fade/
/mx:Box
..
..




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] mailto:[EMAIL PROTECTED] 
 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service 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.