Re: [flexcoders] Help with error

2009-05-08 Thread Tom Chiverton
On Friday 08 May 2009, markgoldin_2000 wrote: > TypeError: Error #1009: Cannot access a property or method of a null object > reference. > D:\projects\sfcs\UFDPortal\src\IFrame.as:353 I mean, I'm just *guessing* ya know, but might something be null around line 353 of your IFrame class ? -- Hel

Re: [flexcoders] Help with error message

2008-11-29 Thread gabriel montagné
Hi, markgoldin_2000 wrote: > What exaclty this means: > TypeError: Error #2007: Parameter antiAliasType must be non-null. > at flash.text::TextField/set antiAliasType() Paraphrasing the error message one can defintely say that you have a TextField somewhere for which you're setting the anti alias

Re: [flexcoders] Help with error #1119

2008-09-22 Thread Haykel BEN JEMIA
I think you should be using ciData instead of dp in these function. It's the property that seems to hold the data returned by the service. On Sun, Sep 21, 2008 at 7:43 PM, dmschenk1 <[EMAIL PROTECTED]> wrote: > I have a 1119 error that is giving me fits and I'm sure its probably > something sim

Re: [flexcoders] Help with error

2007-12-30 Thread Ralf Bokelberg
Or it means you have more than one public class declarations in one file. On Dec 30, 2007 7:13 PM, Randy Martin <[EMAIL PROTECTED]> wrote: > > > > > > > > In my experience, that usually means that you have two files named the same, > like myInput.mxml and myInput.as. > > ~randy > > >

RE: [flexcoders] Help with error

2007-12-30 Thread Randy Martin
In my experience, that usually means that you have two files named the same, like myInput.mxml and myInput.as. ~randy _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markgoldin_2000 Sent: Sunday, December 30, 2007 8:22 AM To: flexcoders@yahoogroups.com Subjec

RE: [flexcoders] Help with error message ASAP!

2005-10-02 Thread Matt Chotin
And check the faq (linked below) for more info.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Kelly Roman Sent: Sunday, October 02, 2005 4:31 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Help with error message ASAP

RE: [flexcoders] Help with error message ASAP!

2005-10-02 Thread Kelly Roman
You are going to have to break up your file into components.   It’s a good design practice anyways so get in the habit of it.       From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of delaquae Sent: Sunday, October 02, 2005 6:51 PM To: flexcoders@yahoogro