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 ? 

-- 
Helping to confidentially maintain metrics as part of the IT team of the 
year, '09 and '08

Tom Chiverton
Developer
Tel: +44 0161 618 5032
Fax: +44 0161 618 5099 
tom.chiver...@halliwells.com
3 Hardman Square, Manchester, M3 3EB
www.Halliwells.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB. A list of 
members is available for inspection at the registered office together with a 
list of those non members who are referred to as partners. We use the word 
?partner? to refer to a member of the LLP, or an employee or consultant with 
equivalent standing and qualifications. Regulated by the Solicitors Regulation 
Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged. If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents. If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.Halliwells.com.
 

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 type property
(antiAliasType) to null (this might not be something you're doing on purpose,
but you might be binding to something which has the value null at some point).

If you check the docs for TextField you'll se that the valid values are only
"normal" or "advanced" (the values are held in the class constants NORMAL and
ADVANCED in the AntiAliasType class which one should always use instead of the
literals).

I don't know what you're doing, but if you're, for example, doing tests
changing the anti alias type from a combo box or something like that, you
should always test or provide a fallback for it.  Something like  could do the job.

hth,
gabriel.

-- 
gabriel montagné láscaris-comneno
http://rojored.com
+506 83.67.67.94


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 simple but I've been trying for days with no luck.
>
> Would someone please take a look at this code and help me figure out
> what I'm doing wrong here?
> The problem is in "dp.length" at line 18 of the "AverageFunction" and
> also in line 29 of the "TotalFunction" but being new to programing I
> don't really understand how to interpolate the error.
>
> -
> 
> http://www.adobe.com/2006/mxml";
> xmlns:scripts="scripts.*"
> initialize="dp.send()" >
>
> 
> 
> 
>
>  result="ciResult(event)" />
>
>  verticalAlign="middle">
>
> 
>
> 
>
>  editable="true"/>
>
> 
>
>  dataField="interestRate" >
>
>  dataField="interestRate" editable="true" />
>
> 
>
>  dataField="balanceOwed" >
>
>  dataField="balanceOwed" editable="true" />
>
> 
>
>  dataField="monthlyPayment" >
>
>  dataField="monthlyPayment" editable="true" />
> 
> 
> 
>
> 
> 
>
> Thanks
> Dave
>
>  
>



-- 
Haykel Ben Jemia

Allmas
Web & RIA Development
http://www.allmas-tn.com


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
>
>
>  
>  From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of markgoldin_2000
> Sent: Sunday, December 30, 2007 8:22 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Help with error
>
>
>
>
>
> What exactly that error means?
> A file found in a source-path can not have more than one externally
> visible definition 
>
> Thanks
>
>
>
>
> No virus found in this outgoing message.
>  Checked by AVG.
>  Version: 7.5.516 / Virus Database: 269.17.12/1202 - Release Date:
> 12/29/2007 1:27 PM
>  



-- 
Ralf Bokelberg <[EMAIL PROTECTED]>
Flex & Flash Consultant based in Cologne/Germany


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
Subject: [flexcoders] Help with error



What exactly that error means?
A file found in a source-path can not have more than one externally 
visible definition 

Thanks



 


No virus found in this outgoing message.
Checked by AVG. 
Version: 7.5.516 / Virus Database: 269.17.12/1202 - Release Date: 12/29/2007
1:27 PM
 


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!



 

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:flexcoders@yahoogroups.com] On Behalf Of delaquae
Sent: Sunday, October 02, 2005 6:51
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Help with
error message ASAP!



 

I just started getting the
following error message when I try to 
compile an mxml file I have been working on in
FlexBuilder:

"Branch between 9975 and 43151 around line 0
exceeds 32K span. If 
possible, please refactor this component."

Can someone tell me what this means?  Is my
file too large?

Thanks...

Martin












--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











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@yahoogroups.com
Subject: [flexcoders] Help with
error message ASAP!



 

I just started getting the
following error message when I try to 
compile an mxml file I have been working on in
FlexBuilder:

"Branch between 9975 and 43151 around line 0
exceeds 32K span. If 
possible, please refactor this component."

Can someone tell me what this means?  Is my
file too large?

Thanks...

Martin











--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.