Re: [flexcoders] Re: TypeError: Error #2007: The parameter listener must not be NULL + Cairngorm

2008-04-28 Thread Ralf Bokelberg
thing in the ViewModelLocator.as > > > import > > > { > > > loader.loadBytes( > > > > > loader.contentLoaderInfo.addEventListener(Event.COMPLETE, > > Application.application.adminmovies.loaderCompleteHandler); > > > } > > > }

Re: [flexcoders] Re: TypeError: Error #2007: The parameter listener must not be NULL + Cairngorm

2008-04-28 Thread Ralf Bokelberg
> { > > loader.loadBytes( > > > loader.contentLoaderInfo.addEventListener(Event.COMPLETE, > Application.application.adminmovies.loaderCompleteHandler); > > } > > } > > I hope someone can help me. Thanks in > advanceflash.display.Loader;pub

[flexcoders] Re: TypeError: Error #2007: The parameter listener must not be NULL + Cairngorm

2008-04-28 Thread valdhor
.movieCover != null&& this.movieCover.length > 0) varloader:Loader = newLoader();this.movieCover); > - Original Message ---- > From: valdhor <[EMAIL PROTECTED]> > To: flexcoders@yahoogroups.com > Sent: Saturday, April 26, 2008 3:26:28 AM > Subject: [flexcoders] Re: Ty

Re: [flexcoders] Re: TypeError: Error #2007: The parameter listener must not be NULL + Cairngorm

2008-04-27 Thread Jon Santos
his.movieCover); - Original Message From: valdhor <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Saturday, April 26, 2008 3:26:28 AM Subject: [flexcoders] Re: TypeError: Error #2007: The parameter listener must not be NULL + Cairngorm Instead of adding an event listener,

[flexcoders] Re: TypeError: Error #2007: The parameter listener must not be NULL + Cairngorm

2008-04-25 Thread valdhor
> Subject: [flexcoders] Re: TypeError: Error #2007: The parameter listener must not be NULL + Cairngorm > > > Check the value of your listener function: > > Application. application. repeatermovies. detailmovi

Re: [flexcoders] Re: TypeError: Error #2007: The parameter listener must not be NULL + Cairngorm

2008-04-25 Thread Jon Santos
coders@yahoogroups.com Sent: Thursday, April 24, 2008 8:19:27 PM Subject: [flexcoders] Re: TypeError: Error #2007: The parameter listener must not be NULL + Cairngorm Check the value of your listener function: Application. application. repeatermovies. detailmovie. loaderCompleteHa ndler The error say

[flexcoders] Re: TypeError: Error #2007: The parameter listener must not be NULL + Cairngorm

2008-04-24 Thread valdhor
Check the value of your listener function: Application.application.repeatermovies.detailmovie.loaderCompleteHandler The error says that this is null.

RE: [flexcoders] Re: TypeError: Error #2007: The parameter listener must not be NULL + Cairngorm

2008-04-23 Thread Alex Harui
: The parameter listener must not be NULL + Cairngorm Nobody can help me? I have more than 2 days trying to fix itbut i can not Maybe i have explained in wrong way my problem. Thanks in advance. --- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.

[flexcoders] Re: TypeError: Error #2007: The parameter listener must not be NULL + Cairngorm

2008-04-23 Thread txakin
Nobody can help me? I have more than 2 days trying to fix itbut i can not Maybe i have explained in wrong way my problem. Thanks in advance. --- In flexcoders@yahoogroups.com, "txakin" <[EMAIL PROTECTED]> wrote: > > > Hi all > > I´m trying to display an image from database