Re: [Flashcoders] Re: Flash CS3: CellRenderers in loaded swfs don't work if the parent swf exports a cellrenderer?

2008-05-31 Thread Rich Rodecker
yeah, putting the renderer in the parent swf works for now, but I know it's going to come back to bite me later. On Sat, May 31, 2008 at 10:25 AM, Ian Thomas <[EMAIL PROTECTED]> wrote: > Not terribly helpful, I know, but I've had a bunch of problems where > mx Flex components in loaded child .swf

Re: [Flashcoders] Re: Flash CS3: CellRenderers in loaded swfs don't work if the parent swf exports a cellrenderer?

2008-05-31 Thread Ian Thomas
Not terribly helpful, I know, but I've had a bunch of problems where mx Flex components in loaded child .swfs don't render properly (and/or throw exceptions) unless the same Flex component is compiled into the parent movie. I've never figured out why; when it's happened, so far I've been in a rush

[Flashcoders] Re: Flash CS3: CellRenderers in loaded swfs don't work if the parent swf exports a cellrenderer?

2008-05-31 Thread Rich Rodecker
ok...i think i was wrong on that. I wound up having to add the custom cell renderer to the parent swf's library for now. I'd still love to figure thisout if anyone has any ideas. On Fri, May 30, 2008 at 6:15 PM, Rich Rodecker <[EMAIL PROTECTED]> wrote: > Figured it out...it was due to hacking U

[Flashcoders] Re: Flash CS3: CellRenderers in loaded swfs don't work if the parent swf exports a cellrenderer?

2008-05-30 Thread Rich Rodecker
Figured it out...it was due to hacking UIComponent: http://www.visible-form.com/blog/one-note-about-hacking-cs3s-uicomponent-to-fix-eventrender/ On Fri, May 30, 2008 at 11:09 AM, Rich Rodecker <[EMAIL PROTECTED]> wrote: > I have a situation where I have a swf, let's call it child.swf, contains a