RE: [flexcoders] Sizing when dealing with custom borderSkin

2008-04-02 Thread Alex Harui
flexcoders@yahoogroups.com Subject: Re: [flexcoders] Sizing when dealing with custom borderSkin So what is the approach to use for non-rectangular borders? If someone has some good resources for programmatic border skins I'll happily digest them, I've read anything I can find. So let's

Re: [flexcoders] Sizing when dealing with custom borderSkin

2008-04-02 Thread Daniel Gold
ve to implement IRectangularBorder > > > -- > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Danny Gold > *Sent:* Tuesday, April 01, 2008 1:23 PM > *To:* flexcoders@yahoogroups.com > *Subject:* [flexcoders] Sizing when deali

RE: [flexcoders] Sizing when dealing with custom borderSkin

2008-04-01 Thread Alex Harui
You may have to implement IRectangularBorder From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Danny Gold Sent: Tuesday, April 01, 2008 1:23 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Sizing when dealing with custom

[flexcoders] Sizing when dealing with custom borderSkin

2008-04-01 Thread Danny Gold
I've created a programmatic border skin that extends 'Border', but something seems a little off. I override the get borderMetrics function to return the EdgeMetrics object representing how large my custom border is, and I override updateDisplayList to draw the border. That's pretty much all this is