[flexcoders] Re: Index of an itemRenderer

2007-02-01 Thread evert_dennis
I've got a repeater which is creating objects based on how many items are in the HorizontalList. For the sake of this example lets say there are 6 items. When I roll over an itemRenderer in the list I am passing data to that object based on which itemRenderer you are rolled over using

[flexcoders] Re: Index of an itemRenderer

2007-02-01 Thread evert_dennis
Thank you FlashCanon. I added the rollOver=trace(event.currentTarget.parent.getChildIndex(event.currentTarget)) to my custom itemRenderer and that is tracing out an index value. Now the only problems lies in what Tracy had said in her first response about how only 5 items exist at once in a 10

[flexcoders] Index of an itemRenderer

2007-01-31 Thread evert_dennis
Is there a way to get the index number of an itemRenderer in a HorizontalList component onRollOver?

[flexcoders] Re: Usergroup in Minneapolis?

2007-01-31 Thread evert_dennis
Yes. There are two flash/flex user groups in Minneapolis. One is more of a lecture based/QA user group for all levels of skills called FlashMN (http://www.flashmn.com/). And is an open invitation for anyone. The other is in a discussion format where a new topic is brought to the table for each

[flexcoders] ScrollBar with easing?

2007-01-29 Thread evert_dennis
Does anyone know how one might go about applying easing to a scrollbar in Flex?

[flexcoders] HorizontalList over item?

2007-01-29 Thread evert_dennis
How the heck to I figure out the specific item in a HorizontalList that is being rolled over? What event do I have to listen for? I am trying to pull an index number of the itemRenderer in the list that is rolled over, but I can only seem to get the one that is selected. Please help.

[flexcoders] Reposition label inside button component

2007-01-24 Thread evert_dennis
I'm trying to create an Actionscript class that extends Button. Everything works great except for when a different font is embedded the label moves up a few pixels. How can I reposition the label inside the button so that it is centered again?

[flexcoders] Reposition Button label when embedding a font?

2007-01-24 Thread evert_dennis
I'm trying to create an Actionscript class that extends Button. Everything works great except for when a different font is embedded the label moves up a few pixels. How can I reposition the label inside the button so that it is centered again? Do I really have to extend UIComponent instead of

[flexcoders] Embedded Fonts Filters Issue

2007-01-10 Thread evert_dennis
I'm wondering if anyone else has come across this one. I am embedding a font in Flex using FlashType for use on a button component. onRollOver of this button I am using a Glow effect. When the glow filter is applied the font changes to having no anti-aliasing. onRollOut, when the filter is