Re: [flexcoders] Flex2 :: Subclassing Button :: How to change hitarea placement

2006-04-28 Thread Michael Schmalle
@yahoogroups.com] On Behalf Of Michael Schmalle Sent: Friday, April 28, 2006 6:30 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex2 :: Subclassing Button :: How to change hitarea placement   Dude, ! Thanks, I knew it was as simple as that! Thanks again. Peace, Mike On

RE: [flexcoders] Flex2 :: Subclassing Button :: How to change hitarea placement

2006-04-28 Thread Gordon Smith
rom: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael Schmalle Sent: Friday, April 28, 2006 6:30 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex2 :: Subclassing Button :: How to change hitarea placement   Dude, ! Thanks, I knew it was as

RE: [flexcoders] Flex2 :: Subclassing Button :: How to change hitarea placement

2006-04-28 Thread Gordon Smith
lf Of Michael Schmalle Sent: Friday, April 28, 2006 6:30 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex2 :: Subclassing Button :: How to change hitarea placement   Dude, ! Thanks, I knew it was as simple as that! Thanks again. Peace, Mike On 4/28/06, Dirk Eismann <[EMAIL P

Re: [flexcoders] Flex2 :: Subclassing Button :: How to change hitarea placement

2006-04-28 Thread Michael Schmalle
Well, Do you have another answer ;-) This did what I was looking for but, the event effect still is not right. I am making a drag and drop tab button. I need the button to have the normal hitarea that the skins use to detect the ACTUAL button click. I need a 10x10 dragger sprite, button what

Re: [flexcoders] Flex2 :: Subclassing Button :: How to change hitarea placement

2006-04-28 Thread Michael Schmalle
Dude, ! Thanks, I knew it was as simple as that! Thanks again. Peace, MikeOn 4/28/06, Dirk Eismann <[EMAIL PROTECTED]> wrote: Here's a quick example of a Button subclass which is only clickable on its left side: package {     import mx.controls.Button;   import flash.display.

RE: [flexcoders] Flex2 :: Subclassing Button :: How to change hitarea placement

2006-04-28 Thread Dirk Eismann
Here's a quick example of a Button subclass which is only clickable on its left side: package {     import mx.controls.Button;   import flash.display.*;     public class ButtonTest extends Button {       override protected function createChildren():void