[flexcoders] Re: Group Header Combox Dropdown List

2008-05-14 Thread jdixon428
I have wondered the same thing.

Anyone have any ideas?

J


--- In flexcoders@yahoogroups.com, Jack @ Zingit [EMAIL PROTECTED] 
wrote:

 
 I need to be able to have a Group Header Label for items in a 
dropdown 
 list of a ComboBox.
 
 These Group labels will not be selectable.  I would like to make 
them
 bold so they will stand out.
 
 See example(s) below.
 
   Group I Project 1
  Item 1  Task 1
  Item 2  Task 2
  Item 3  Task 3
   Group 2 Project 2
  Item 1  Task 1
  Item 2  Task 2
   Group 3 Project 3
  Item 1  Task 1
  Item 2  Task 2
 
 The Group Name label will not be the same for every ComboBox.
 
 I could have sworn that in the past month there was a post on 
flexcoders
 regarding something like this, but I can not find it.
 
 Maybe I was dreaming.
 
 Can anyone direct me to that post or any code example that does 
this.
 
 Any help is appreciated.
 
 Thanks,
 
 Jack





[flexcoders] Re: Group Header Combox Dropdown List

2008-05-14 Thread jdixon428
I have a question for the group.

So far, no one has responded to the original post.  The
only reason I am posting this is because I would like to
know how to do this as well.

So that I will not make the same mistake in the future
can you please enlighten me as to why there has been no
responses?

A.  Dumb question
B.  Not an interesting topic
C.  No one knows how to do it.
D.  No one has the time.
E.  Too complicated.
F.  Other

I have seen many posts where someone asks how to do this 
or that and there are several to many posts in reply.

I have also seen where others have chastized the person
asking the question for a code example.  However, if one 
does not know how to write the code, then how do they supply 
sample code?

There are many experts on this forum, who I am grateful for 
their time and effort, who understand how to create a custom 
component, understand how to extend, etc.

For some of us the light bulb has not gone off yet.

Just asking to be better informed.

J


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

 I have wondered the same thing.
 
 Anyone have any ideas?
 
 J
 
 
 --- In flexcoders@yahoogroups.com, Jack @ Zingit jwcaldwell@ 
 wrote:
 
  
  I need to be able to have a Group Header Label for items in a 
 dropdown 
  list of a ComboBox.
  
  These Group labels will not be selectable.  I would like to make 
 them
  bold so they will stand out.
  
  See example(s) below.
  
  Group I Project 1
 Item 1  Task 1
 Item 2  Task 2
 Item 3  Task 3
  Group 2 Project 2
 Item 1  Task 1
 Item 2  Task 2
  Group 3 Project 3
 Item 1  Task 1
 Item 2  Task 2
  
  The Group Name label will not be the same for every ComboBox.
  
  I could have sworn that in the past month there was a post on 
 flexcoders
  regarding something like this, but I can not find it.
  
  Maybe I was dreaming.
  
  Can anyone direct me to that post or any code example that does 
 this.
  
  Any help is appreciated.
  
  Thanks,
  
  Jack
 





[flexcoders] Re: Group Header Combox Dropdown List

2008-05-14 Thread jdixon428
Tracy:

I myself ran a Google search, but did not include the search
keywords as you did.

I did see the one I think you are referring to which uses a
separator.  I even looked at the code.

Problem was I did not understand why certain things were done
the way they were.

And as you said, this question has more than one complicated
answer.

Obviously many people find the need to extend the existing
Flex components and many are more knowledgeable than others.

It helps me to look at other people's code, analyze it to try
and understand first how they did it and then why they chose to
do it that way.

While there are some general docs, articles, blogs, etc. on
extending various components, I have not found any that are 
indepth or true step-by-step.

Can you or anyone recommend any sources.

Thanks,

J


--- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] 
wrote:

 Probably two reasons.
 
 1)   No one who has done it already read the post.  There are
 sometimes 100 posts per day.  I don't think anyone reads them all, 
so
 the subject has to strike a chord with someone.  This one just 
didn't.
 Chance is a factor, and it is fair to bump a question with no
 responses.
 
 2)   It is a general question with more than one fairly 
complicated
 answer.  The simple, short, and undeniable answer is: custom item
 renderer.  But that is so general it is probably of little use to
 anyone.
 
  
 
 Plus, a google search: Flex combobox unselectable header
 
 Returns many hits, the 5th of which looks very much like the place 
to
 start.
 
  
 
 Tracy
 
 
 
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of jdixon428
 Sent: Wednesday, May 14, 2008 7:52 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Group Header Combox Dropdown List
 
  
 
 I have a question for the group.
 
 So far, no one has responded to the original post. The
 only reason I am posting this is because I would like to
 know how to do this as well.
 
 So that I will not make the same mistake in the future
 can you please enlighten me as to why there has been no
 responses?
 
 A. Dumb question
 B. Not an interesting topic
 C. No one knows how to do it.
 D. No one has the time.
 E. Too complicated.
 F. Other
 
 I have seen many posts where someone asks how to do this 
 or that and there are several to many posts in reply.
 
 I have also seen where others have chastized the person
 asking the question for a code example. However, if one 
 does not know how to write the code, then how do they supply 
 sample code?
 
 There are many experts on this forum, who I am grateful for 
 their time and effort, who understand how to create a custom 
 component, understand how to extend, etc.
 
 For some of us the light bulb has not gone off yet.
 
 Just asking to be better informed.
 
 J
 
 --- In flexcoders@yahoogroups.com mailto:flexcoders%
40yahoogroups.com
 , jdixon428 jdixon@ wrote:
 
  I have wondered the same thing.
  
  Anyone have any ideas?
  
  J
  
  
  --- In flexcoders@yahoogroups.com
 mailto:flexcoders%40yahoogroups.com , Jack @ Zingit 
jwcaldwell@ 
  wrote:
  
   
   I need to be able to have a Group Header Label for items in a 
  dropdown 
   list of a ComboBox.
   
   These Group labels will not be selectable. I would like to 
make 
  them
   bold so they will stand out.
   
   See example(s) below.
   
   Group I Project 1
   Item 1 Task 1
   Item 2 Task 2
   Item 3 Task 3
   Group 2 Project 2
   Item 1 Task 1
   Item 2 Task 2
   Group 3 Project 3
   Item 1 Task 1
   Item 2 Task 2
   
   The Group Name label will not be the same for every ComboBox.
   
   I could have sworn that in the past month there was a post on 
  flexcoders
   regarding something like this, but I can not find it.
   
   Maybe I was dreaming.
   
   Can anyone direct me to that post or any code example that 
does 
  this.
   
   Any help is appreciated.
   
   Thanks,
   
   Jack
  
 





[flexcoders] Setting rollOverColor

2006-09-07 Thread jdixon428
Abdul:

I will try it this way.  I replied twice earlier today but neither has 
shown up.

Your code worked.

Thanks for your patience.

John








 Yahoo! Groups Sponsor ~-- 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/WktRrD/lOaOAA/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/
 




[flexcoders] Re: Setting RollOverColor in LinkBar

2006-09-07 Thread jdixon428
Abdul:

Again, I replied over 7 hours ago.  I do not know why it takes so 
long to have my message posted.

What's wrong with Yahoo Group?

Anyway, I wanted you to know your code worked and wanted to say 
thanks.

John


--- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] 
wrote:

 My mistake...
 
 I think, it would be:
 
 linkBar.setStyle (overSkin, null);
 
 try this..
 
 -abdul
 
 On 9/6/06, jdixon428 [EMAIL PROTECTED] wrote:
 
Abdul:
 
  Tried your code, but the backgroundColor becomes Black when I put
  the mouse on the menu choice.
 
  Other ideas?
 
  John
 
 
  --- In flexcoders@yahoogroups.com flexcoders%
40yahoogroups.com, Abdul
  Qabiz abdul.qabiz@
  wrote:
  
   Following example code might give you idea, how to do it:
  
   mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;
   creationComplete=onAppInit ()
   mx:Script
   function onAppInit ():void
   {
   linkBar.setStyle (rollOverSkin, null);
   }
   /mx:Script
   mx:LinkBar id=linkBar /
   /mx:Application
  
   -abdul
  
  
  
   On 9/6/06, jdixon428 jdixon@ wrote:
   
--- In flexcoders@yahoogroups.com flexcoders%
40yahoogroups.comflexcoders%
  40yahoogroups.com, Abdul
 
Qabiz abdul.qabiz@
wrote:

Abdul:
   
Where do I put this code?
   
Is the linkBarInstance the id of the LinkBar?
   
Regards,
   
John
   
   
 linkBarInstance.setStyle (overSkin, null);

 That should work..

 Later if you want to show something else, you can create a
programmatic skin
 or CSS based to override the inherited one..

 -abdul

 On 9/6/06, jdixon428 jdixon@ wrote:
 
  Hi,
 
  I posted this yesterday, but did not see it show up. 
Maybe
everyone
  was enjoying the long holiday weekend. So I will try 
again.
 
  
 
  I have an HBox with a backgroundImage. I then have a 
LinkBar
  with
  several menu choices on top of the HBox.
 
  How can I set the LinkBar RollOverColor to NOT display 
any
  color.
 
  I guess I am saying transparent or something of that 
nature.
 
  
 
  Bottom line, I can't figure out how to do it.
 
  Any suggestions?
 
  Regards,
 
  John
 
 
 

   
   
   
  
 
   
 










 Yahoo! Groups Sponsor ~-- 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/7EuRwD/fOaOAA/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/

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




[flexcoders] Re: Setting RollOverColor in LinkBar

2006-09-07 Thread jdixon428
Abdul:

That works.

Thanks for your patience.

John


--- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] 
wrote:

 My mistake...
 
 I think, it would be:
 
 linkBar.setStyle (overSkin, null);
 
 try this..
 
 -abdul
 
 On 9/6/06, jdixon428 [EMAIL PROTECTED] wrote:
 
Abdul:
 
  Tried your code, but the backgroundColor becomes Black when I put
  the mouse on the menu choice.
 
  Other ideas?
 
  John
 
 
  --- In flexcoders@yahoogroups.com flexcoders%
40yahoogroups.com, Abdul
  Qabiz abdul.qabiz@
  wrote:
  
   Following example code might give you idea, how to do it:
  
   mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;
   creationComplete=onAppInit ()
   mx:Script
   function onAppInit ():void
   {
   linkBar.setStyle (rollOverSkin, null);
   }
   /mx:Script
   mx:LinkBar id=linkBar /
   /mx:Application
  
   -abdul
  
  
  
   On 9/6/06, jdixon428 jdixon@ wrote:
   
--- In flexcoders@yahoogroups.com flexcoders%
40yahoogroups.comflexcoders%
  40yahoogroups.com, Abdul
 
Qabiz abdul.qabiz@
wrote:

Abdul:
   
Where do I put this code?
   
Is the linkBarInstance the id of the LinkBar?
   
Regards,
   
John
   
   
 linkBarInstance.setStyle (overSkin, null);

 That should work..

 Later if you want to show something else, you can create a
programmatic skin
 or CSS based to override the inherited one..

 -abdul

 On 9/6/06, jdixon428 jdixon@ wrote:
 
  Hi,
 
  I posted this yesterday, but did not see it show up. 
Maybe
everyone
  was enjoying the long holiday weekend. So I will try 
again.
 
  
 
  I have an HBox with a backgroundImage. I then have a 
LinkBar
  with
  several menu choices on top of the HBox.
 
  How can I set the LinkBar RollOverColor to NOT display 
any
  color.
 
  I guess I am saying transparent or something of that 
nature.
 
  
 
  Bottom line, I can't figure out how to do it.
 
  Any suggestions?
 
  Regards,
 
  John
 
 
 

   
   
   
  
 
   
 










 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/TktRrD/gOaOAA/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/

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




[flexcoders] Posts not showing up

2006-09-07 Thread jdixon428
Moderator:

I have replied to a post twice today more than 11 hours ago and 
neither has shown up.

Can you tell me why?

Regards,

John







 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/3EuRwD/bOaOAA/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/

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





[flexcoders] Re: Setting RollOverColor in LinkBar

2006-09-06 Thread jdixon428
Abdul:

I replied several hours ago, but it has not showed up.

First, thanks for the reply.

Where does this code go?

Regards,

John

--- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] 
wrote:

 linkBarInstance.setStyle (overSkin, null);
 
 That should work..
 
 Later if you want to show something else, you can create a 
programmatic skin
 or CSS based to override the inherited one..
 
 -abdul
 
 On 9/6/06, jdixon428 [EMAIL PROTECTED] wrote:
 
Hi,
 
  I posted this yesterday, but did not see it show up. Maybe 
everyone
  was enjoying the long holiday weekend. So I will try again.
 
  
 
  I have an HBox with a backgroundImage. I then have a LinkBar with
  several menu choices on top of the HBox.
 
  How can I set the LinkBar RollOverColor to NOT display any color.
 
  I guess I am saying transparent or something of that nature.
 
  
 
  Bottom line, I can't figure out how to do it.
 
  Any suggestions?
 
  Regards,
 
  John
 
   
 







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

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

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

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





[flexcoders] Re: Setting RollOverColor in LinkBar

2006-09-06 Thread jdixon428
--- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] 
wrote:

Abdul:

Where do I put this code?

Is the linkBarInstance the id of the LinkBar?

Regards,

John

 linkBarInstance.setStyle (overSkin, null);
 
 That should work..
 
 Later if you want to show something else, you can create a 
programmatic skin
 or CSS based to override the inherited one..
 
 -abdul
 
 On 9/6/06, jdixon428 [EMAIL PROTECTED] wrote:
 
Hi,
 
  I posted this yesterday, but did not see it show up. Maybe 
everyone
  was enjoying the long holiday weekend. So I will try again.
 
  
 
  I have an HBox with a backgroundImage. I then have a LinkBar with
  several menu choices on top of the HBox.
 
  How can I set the LinkBar RollOverColor to NOT display any color.
 
  I guess I am saying transparent or something of that nature.
 
  
 
  Bottom line, I can't figure out how to do it.
 
  Any suggestions?
 
  Regards,
 
  John
 
   
 








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

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

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

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





[flexcoders] Re: Setting RollOverColor in LinkBar

2006-09-06 Thread jdixon428
Abdul:

Tried your code, but the backgroundColor becomes Black when I put 
the mouse on the menu choice.

Other ideas?

John


--- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] 
wrote:

 Following example code might give you idea, how to do it:
 
 mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;
 creationComplete=onAppInit ()
 mx:Script
 function onAppInit ():void
 {
 linkBar.setStyle (rollOverSkin, null);
 }
 /mx:Script
 mx:LinkBar id=linkBar /
 /mx:Application
 
 -abdul
 
 
 
 On 9/6/06, jdixon428 [EMAIL PROTECTED] wrote:
 
--- In flexcoders@yahoogroups.com flexcoders%
40yahoogroups.com, Abdul
  Qabiz abdul.qabiz@
  wrote:
  
  Abdul:
 
  Where do I put this code?
 
  Is the linkBarInstance the id of the LinkBar?
 
  Regards,
 
  John
 
 
   linkBarInstance.setStyle (overSkin, null);
  
   That should work..
  
   Later if you want to show something else, you can create a
  programmatic skin
   or CSS based to override the inherited one..
  
   -abdul
  
   On 9/6/06, jdixon428 jdixon@ wrote:
   
Hi,
   
I posted this yesterday, but did not see it show up. Maybe
  everyone
was enjoying the long holiday weekend. So I will try again.
   

   
I have an HBox with a backgroundImage. I then have a LinkBar 
with
several menu choices on top of the HBox.
   
How can I set the LinkBar RollOverColor to NOT display any 
color.
   
I guess I am saying transparent or something of that nature.
   

   
Bottom line, I can't figure out how to do it.
   
Any suggestions?
   
Regards,
   
John
   
   
   
  
 
   
 







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

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

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

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




[flexcoders] Re: Setting RollOverColor in LinkBar

2006-09-06 Thread jdixon428
Abdul:

Mispoke, some.

Setting rollOverSkin to null has no effect.  Setting rollOverColor 
to null changes background color to Black.  Setting themeColor to 
null changes the background color to Medium Grey.

John

-- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] 
wrote:

 Following example code might give you idea, how to do it:
 
 mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;
 creationComplete=onAppInit ()
 mx:Script
 function onAppInit ():void
 {
 linkBar.setStyle (rollOverSkin, null);
 }
 /mx:Script
 mx:LinkBar id=linkBar /
 /mx:Application
 
 -abdul
 
 
 
 On 9/6/06, jdixon428 [EMAIL PROTECTED] wrote:
 
--- In flexcoders@yahoogroups.com flexcoders%
40yahoogroups.com, Abdul
  Qabiz abdul.qabiz@
  wrote:
  
  Abdul:
 
  Where do I put this code?
 
  Is the linkBarInstance the id of the LinkBar?
 
  Regards,
 
  John
 
 
   linkBarInstance.setStyle (overSkin, null);
  
   That should work..
  
   Later if you want to show something else, you can create a
  programmatic skin
   or CSS based to override the inherited one..
  
   -abdul
  
   On 9/6/06, jdixon428 jdixon@ wrote:
   
Hi,
   
I posted this yesterday, but did not see it show up. Maybe
  everyone
was enjoying the long holiday weekend. So I will try again.
   

   
I have an HBox with a backgroundImage. I then have a LinkBar 
with
several menu choices on top of the HBox.
   
How can I set the LinkBar RollOverColor to NOT display any 
color.
   
I guess I am saying transparent or something of that nature.
   

   
Bottom line, I can't figure out how to do it.
   
Any suggestions?
   
Regards,
   
John
   
   
   
  
 
   
 








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

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

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

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





[flexcoders] Setting RollOverColor in LinkBar

2006-09-05 Thread jdixon428
Hi,

I posted this yesterday, but did not see it show up.  Maybe everyone 
was enjoying the long holiday weekend.  So I will try again.



I have an HBox with a backgroundImage. I then have a LinkBar with 
several menu choices on top of the HBox.

How can I set the LinkBar RollOverColor to NOT display any color.

I guess I am saying transparent or something of that nature.



Bottom line, I can't figure out how to do it.

Any suggestions?

Regards,

John







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

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

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

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





[flexcoders] Setting RollOverColor in LinkBar

2006-09-04 Thread jdixon428
Hi,

I have an HBox with a backgroundImage.  I then have a LinkBar with 
several menu choices on top of the HBox.

How can I set the LinkBar RollOverColor to NOT display any color.

I guess I am saying transparent or something of that nature.

Regards,

John





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

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

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

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





[flexcoders] Re: Flex 2 patch timeline

2006-08-30 Thread jdixon428
Hi all:

Just joined.

Is there a location on Adobe's web site that lists all known bugs
for Flex Builder 2?

John

--- In flexcoders@yahoogroups.com, Tom Lee [EMAIL PROTECTED] wrote:

 I figure Adobe Labs would be a great middle ground for this sort 
of thing -
 Put the fixes out there for the early adopters (with the 
appropriate
 warnings) and then make official releases less often.  After all, 
it's not
 like these fixes are Player revisions.
 
  
 
   _  
 
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of hank williams
 Sent: Wednesday, August 30, 2006 4:12 PM
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] Flex 2 patch timeline
 
  
 
  
 
 On 8/30/06, Jack Caldwell [EMAIL PROTECTED] wrote:
 
 Jeff:
 
  
 
 I fully understood what Matt was saying.  That's just it . . . . 
it is not a
 top priority.
 
  
 
 The issue is that Adobe is fixing the bugs, but not releasing them.
 
 
 Jack,
 
 With any big software project, there are **always** bugs. Typically
 hundreds. You *never* get down to zero and rarely even into the 
dozens. The
 question is how many of them are there and how important are they. 
You cant
 put a new release out every time there is a bug. So you have to 
decide when
 a good time to do  it is. If there are major and important bugs to 
fix, you
 put a release out. But you cant do that weekly. Thats why its 
important for
 them to know if there are any showstopper or really important 
bugs. 
 
 So Matt's question was important. Are there any bad bugs that they 
dont know
 about? It makes total sense to me, if there are no major bugs, to 
wait and
 put out a new release in 4 or 5 months. New releases are 
organizationally
 traumatic. And they are also not risk free. It is always possible 
to
 introduce new bad bugs while fixing old not so important ones. So 
waiting a
 while and being sure everything is right with a full QA cycle is 
not a bad
 thing at all. Doing that around a major change like mac support 
(which will
 also effect the windows version because its the same codebase) 
seems like
 the right thing to do if there are no major problems. 
 
 Regards
 Hank








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

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

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

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