[flexcoders] Re: Can't Change Custom Border Custom Styles - Please Help !!!

2009-02-26 Thread Tim Hoff
Hi Greg, If you change the top half of your borderSkin class to the code below, you can use a class selector style as a styleName for a VBox (styleName=tightDashBorder). To use a type selector style, you're probably going to have to turn the borderSkin into a full-fledged component; with the

[flexcoders] Re: Can't Change Custom Border Custom Styles - Please Help !!!

2009-02-26 Thread Tim Hoff
You're also going to want to change this: .tightDashBorder { dashlen: 2; dashgap: 2; } To this: .tightDashBorder { dashlen: 2; gaplen: 2; } -TH --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: Hi Greg, If you change the top half of your borderSkin class to the code

[flexcoders] Re: Can't Change Custom Border Custom Styles - Please Help !!!

2009-02-25 Thread greg_lafrance
Bump. I really need to solve this. Any ideas? Thanks! --- In flexcoders@yahoogroups.com, greg_lafrance glafra...@... wrote: I created a custom border class to create a dashed line border, and I added two custom style properties dashlen and gaplen, but I can't set them. In the