[flexcoders] Help with error

2009-05-08 Thread markgoldin_2000
What would this mean: TypeError: Error #1009: Cannot access a property or method of a null object reference. at mx.utils::URLUtil$/getProtocol()[E:\dev\trunk\frameworks\projects\rpc\src\mx\utils\URLUtil.as:239] at

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 ? --

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 simple

[flexcoders] Help with error #1119

2008-09-21 Thread dmschenk1
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

Re: [flexcoders] Help on error: Invalid AMFX packet. Content must start with an amfx node

2008-06-20 Thread gnu wolf
From: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com [mailto: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com] On Behalf Of gnu wolf Sent: Wednesday, June 18, 2008 5:14 PM To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com Subject: Re: [flexcoders] Help on error: Invalid

RE: [flexcoders] Help on error: Invalid AMFX packet. Content must start with an amfx node

2008-06-19 Thread Seth Hodgson
@yahoogroups.com Subject: Re: [flexcoders] Help on error: Invalid AMFX packet. Content must start with an amfx node Hey Seth, I'm not getting anything from the response, no headers and no status code. Pretty weird. I had this request headers tho: POST /samples/messagebroker/http HTTP/1.1 Host

RE: [flexcoders] Help on error: Invalid AMFX packet. Content must start with an amfx node

2008-06-18 Thread Seth Hodgson
your HTTP traffic using something like Charles, what does the raw response being returned to the player look like? Seth From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of gnu wolf Sent: Tuesday, June 17, 2008 8:39 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Help

RE: [flexcoders] Help on error: Invalid AMFX packet. Content must start with an amfx node

2008-06-18 Thread gnuwolf
To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Help on error: Invalid AMFX packet. Content must start with an amfx node I think a bit more background on your app would be helpful. It sounds like you're receiving a response from the server that isn't correctly encoded AMFX, meaning that you're

RE: [flexcoders] Help on error: Invalid AMFX packet. Content must start with an amfx node

2008-06-18 Thread Seth Hodgson
target SOAP endpoint. Seth From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of gnuwolf Sent: Wednesday, June 18, 2008 10:45 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Help on error: Invalid AMFX packet. Content must start with an amfx node Hi Seth,   Thanks

Re: [flexcoders] Help on error: Invalid AMFX packet. Content must start with an amfx node

2008-06-18 Thread gnu wolf
] Help on error: Invalid AMFX packet. Content must start with an amfx node Hi Seth, Thanks for replying. I'm creating a webservices client for Netsuite. The usual SOAP request for login operation would look something like this: soapenv:Body platformMsgs:login

[flexcoders] Help on error: Invalid AMFX packet. Content must start with an amfx node

2008-06-17 Thread gnu wolf
Hello Guys, I have a different error now. Invalid AMFX packet. Content must start with an amfx node How do I fix this thing? I know it has something to do with my connection settings or proxy settings but which specifically should I check. Thanks in advance.

[flexcoders] Help with error message

2008-03-27 Thread markgoldin_2000
What exaclty this means: TypeError: Error #2007: Parameter antiAliasType must be non-null. at flash.text::TextField/set antiAliasType() at mx.core::UITextFormat/measure() [E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\UITextFormat.a s:459] at

[flexcoders] Help with error

2007-12-30 Thread markgoldin_2000
What exactly that error means? A file found in a source-path can not have more than one externally visible definition Thanks

RE: [flexcoders] Help with error

2007-12-30 Thread Randy Martin
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

Re: [flexcoders] Help with error

2007-12-30 Thread Ralf Bokelberg
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

Re: [flexcoders] Help !!! Getting error when change RowHeight and then Scroll Datagrid

2007-06-07 Thread arpan srivastava
, June 7, 2007 1:20:08 AM Subject: RE: [flexcoders] Help !!! Getting error when change RowHeight and then Scroll Datagrid Try calling invalidateList( ) (not invalidateDisplayLi st()) after you change the font size From: [EMAIL PROTECTED

RE: [flexcoders] Help !!! Getting error when change RowHeight and then Scroll Datagrid

2007-06-07 Thread Alex Harui
AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Help !!! Getting error when change RowHeight and then Scroll Datagrid Hi Alex, I tried to use invalidateList() but it didn't worked out, I also tried out calling updateList() but it was also giving error when i change

[flexcoders] Help !!! Getting error when change RowHeight and then Scroll Datagrid

2007-06-06 Thread arpan srivastava
Hi All, I have a datagrid in which rowheight depends upon the fontSize. If i increase the fontSize rowheight increases and if i decrease the font size rowheight decreases. but at runtime when i change the fontsize , and scroll the grid i get error.I observed that when rowheight changes

RE: [flexcoders] Help !!! Getting error when change RowHeight and then Scroll Datagrid

2007-06-06 Thread Alex Harui
] Help !!! Getting error when change RowHeight and then Scroll Datagrid Hi All, I have a datagrid in which rowheight depends upon the fontSize. If i increase the fontSize rowheight increases and if i decrease the font size rowheight decreases. but at runtime when i change the fontsize

[flexcoders] Help with Error Handling Please

2006-10-16 Thread greggohlke
I am wondering if anyone has implemented a master error handler and if it is even a good idea. Since all errors raise events, couldn't I just build a master error handler at the application level that listens for those events and takes appropriate action. I figured I would pop up a friendly

[flexcoders] help with error

2006-06-28 Thread Clint Tredway
I took over a project and I am not sure why I am getting this error.When I run this app, I get this error Default decoder could not decode result - what the heck does that mean... what decoder? -- diabetic? http://www.diabetesforums.comBill Cosby - A word to the wise ain't necessary - it's the

[flexcoders] Help with error message ASAP!

2005-10-02 Thread delaquae
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?

RE: [flexcoders] Help with error message ASAP!

2005-10-02 Thread Kelly Roman
@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

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

[flexcoders] help...geting error when using http service

2005-08-11 Thread Amit Sanon
whenever i try to use httpservice tag i get an error --- HTTPService Fault:A start tag had no corresponding end tag --- i have a code written like this-- mx:HTTPService id=VerifyLogin url=Login.jsp mx:request usname{username.text}/usname

Re: [flexcoders] help...geting error when using http service

2005-08-11 Thread Manish Jethani
On 8/11/05, Amit Sanon [EMAIL PROTECTED] wrote: whenever i try to use httpservice tag i get an error --- HTTPService Fault:A start tag had no corresponding end tag --- Just taking a guess, I think your service is returning invalid XML. Set resultFormat=text on your HTTPService element and

RE: [flexcoders] help...geting error when using http service

2005-08-11 Thread Amit Sanon
@yahoogroups.comSubject: Re: [flexcoders] help...geting error when using http serviceOn 8/11/05, Amit Sanon [EMAIL PROTECTED] wrote: whenever i try to use httpservice tag i get an error --- HTTPService Fault:A start tag had no corresponding end tag ---Just taking a guess, I think your