[flexcoders] Gumbo: Can't Interact with children of an ItemRenderer

2010-03-20 Thread mlharrisn
I thought this would be pretty easy but I'm running into all sorts of problems with this. I have an ItemRenderer with a an image and two labels. I want to assign separate mouse events to the image and two labels. It seems like the item renderer is treated like a single interactive piece and I

[flexcoders] Kill VideoDisplay when removed from stage?

2008-08-12 Thread mlharrisn
I'd consider myself a slight step above a Flex newbie, and I'm running into a problem I haven't been able to find an answer to by Googling. I'm working on a custom component based on the Canvas, that will use the VideoDisplay component. My problem is that when the custom Canvas is removed, I

[flexcoders] Re: FABridge and Safari

2008-02-29 Thread mlharrisn
I'm actually having the same problem. From what I can track down, the FABridge object is not being initialized, which is what listens for the swf to be ready. Anyone else run into this? --- In flexcoders@yahoogroups.com, Richard Rodseth [EMAIL PROTECTED] wrote: Sorry to repeat the question. I

[flexcoders] Control li indent value

2008-02-13 Thread mlharrisn
I've been looking through forums and googling but haven't found a definitive answer. How can I change the default indent spacing for a line of text I have wrapped in an li tag? I've been pulling my hair out trying to figure it out. I want to decrease the amount of space between the bullet and the

[flexcoders] Can't get font apostophe to embed

2008-01-30 Thread mlharrisn
I have a css file with this code and apostrophe is not embedding for me. I thought the unicode value was U+0027 and but it's still now showing up. Can anyone help? It's driving me crazy! Thanks @font-face { src: url(assets/VectoraODisp-Bold.ttf); fontFamily: vectora; fontWeight:bold;

[flexcoders] Extend HBox's (or HList?) Horizontal scrolling

2008-01-20 Thread mlharrisn
Hi, I'm looking for a little direction. I'm developing a slideshow thumbnail navigation, and instead of using the normal horizontal scroll bars, I'd like to have the thumbs automatically scroll left or right and have the speed of the scroll accelerate as you go toward the outside edges, and slower

[flexcoders] Creating OS X Dock-type animation using a shape

2007-12-07 Thread mlharrisn
I'm looking to create an effect similar to how the dock grows in OS X when a user rolls over a particular area of a gradient. Basically, I'd like to draw a gradient on the bottom of the stage, then depending on where the user moves the mouse, the top path of the gradient bows out a bit to

[flexcoders] Newbie: Update color in states

2007-12-07 Thread mlharrisn
I have a couple of states defined in my MXML and I want to change the color values - preferably data bind them to a variable. But when I do, I get a compiler error #1119:Access of possibly undefined property. Does anyone know how I can get the value from my ActionScript to these states? I'm

[flexcoders] Binding vars for states

2007-12-05 Thread mlharrisn
This might be a simple request, but I'm having problems finding a solution. I have states setup for my text color, and I need have the color values change based on an event. I thought I could just make a bindable var for the number associated with the color value but I get an error #1119.

[flexcoders] Re: toto.jp Wave effect

2007-11-30 Thread mlharrisn
Forgot to add link! http://www.toto.jp

[flexcoders] toto.jp Wave effect

2007-11-30 Thread mlharrisn
Hi, Has anyone run across any source code, or have any clue how to begin to develop an effect similar to this ripple effect for as3 when you move the mouse around? Thanks!

[flexcoders] Rendering multiline UITextField/Bitmap Text

2007-11-29 Thread mlharrisn
First, let me say that I am an AS 3 newb. I've been racking my brain with this an haven't been able to figure it out. This class is used in the FishEye component http://www.quietlyscheming.com/blog/components/fisheye-component/ . From what I gather, its the class that determines whether a text

[flexcoders] Multiline Text using FishEye Component

2007-11-20 Thread mlharrisn
Hi everyone, I'm a Flex/OOP newbie and I've been trying to work with the woderful FishEye component by Ely Greenfield and add the ability to display mutiline text fields (really all I need is two lines instead of one). Has anyone been ble to get this implemented? I assume I need to make some

[flexcoders] Re: Fisheye controller

2007-11-20 Thread mlharrisn
--- In flexcoders@yahoogroups.com, robin bakkerus [EMAIL PROTECTED] wrote: Here is an example of the fantastic fisheye component from Ely Greenfield: www.bakkerus.nl If you don't mind me asking, how were you able to get the text to flow to two lines? I've been going crazy trying to figure it

[flexcoders] Multiline Text using FishEye Component

2007-11-20 Thread mlharrisn
Hi everyone, I'm a Flex/OOP newbie and I've been trying to work with the wonderful FishEye component by Ely Greenfield and add the ability to display multiline text fields (really all I need is two lines instead of one). Has anyone been able to get this implemented? I assume I need to make some