Re: [flexcoders] HitTest Problems with Button that includes white

2008-01-09 Thread Max Frigge
, January 6, 2008 9:49:56 PM Subject: Re: [flexcoders] HitTest Problems with Button that includes white Thanks Alex, that's very kind of you. I will try to get it fixed once more on my own before i start bothering you with debugging :-). I didn't really have the time yet

Re: [flexcoders] HitTest Problems with Button that includes white

2008-01-06 Thread Max Frigge
[EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, January 6, 2008 6:07:09 PM Subject: RE: [flexcoders] HitTest Problems with Button that includes white If you post a debug swf, I might be able to look into it, but it might be several days before I

Re: [flexcoders] HitTest Problems with Button that includes white

2008-01-05 Thread Max Frigge
. Anyone who experienced the same issues? Cheers, Max - Original Message From: Dave Glasser [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, January 3, 2008 11:53:41 PM Subject: Re: [flexcoders] HitTest Problems with Button that includes white

RE: [flexcoders] HitTest Problems with Button that includes white

2008-01-05 Thread Alex Harui
, 2008 12:57 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] HitTest Problems with Button that includes white Hey, the skin has no transparent areas. I even changed it to a solid black square, but i still have certain areas where the button doesn't fire the over event. One area where

[flexcoders] HitTest Problems with Button that includes white

2008-01-03 Thread m.frigge
Hey there, I hope you all had a great new years. I have got a problem with a button skin. The skin contains a white area and it seems that it doesn't recognize that area when I roll over with my mouse. The Skin always jumps back to the normal state (instead of keeping the over skin). Can I

Re: [flexcoders] HitTest Problems with Button that includes white

2008-01-03 Thread Dave Glasser
The white is probably not the color of the button skin, but the color of the parent container showing through. The skin has probably not painted those pixels any color at all, so they're not generating mouseover events for the skin/button. I've solved this problem before by making sure