Re: [Flashcoders] Adjusting standard v2 components

2005-12-15 Thread Paul BH
:) > > tx!, > > Ben > > > > From: [EMAIL PROTECTED] on behalf of Paul BH > Sent: Thu 12/15/2005 5:34 PM > To: Flashcoders mailing list > Subject: Re: [Flashcoders] Adjusting standard v2 components > > > > Devendran, > there are actually a lot of situat

RE: [Flashcoders] Adjusting standard v2 components

2005-12-15 Thread Ben Smeets
Cheers, Every bit of info I could have wished for. Lot's of trying out to do :) tx!, Ben From: [EMAIL PROTECTED] on behalf of Paul BH Sent: Thu 12/15/2005 5:34 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Adjusting standard v2 compo

RE: [Flashcoders] Adjusting standard v2 components

2005-12-15 Thread Ben Smeets
Great tx, i will check out how far i can go with the cellrenderer. Cheers, Ben From: [EMAIL PROTECTED] on behalf of Devendran I Sent: Thu 12/15/2005 5:04 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Adjusting standard v2 components HI you

Re: [Flashcoders] Adjusting standard v2 components

2005-12-15 Thread Paul BH
Devendran, there are actually a lot of situations where that doesnt help you any - eg changing the way a button skin is drawn... Ben, this is how you should go about doin what you need to do: If you really want to change something in the codebase, you need to be using the non-compiled clips, so

Re: [Flashcoders] Adjusting standard v2 components

2005-12-15 Thread Devendran I
HI you can acheive this through component.setStyle() and Component.cellRenderer(). U can do anything with these Two combination. For more help refer Macromedia Help. Regards Devendran.I Ben Smeets <[EMAIL PROTECTED]> wrote: Sorry if this has been handled before. But I was wondering how to ad