RE: [flexcoders] Error #1009: Property or Mehtod of a null object reference

2008-09-09 Thread Tracy Spratt
Works in dev environment but not in production s often is a data service security issue. Any chance that is the case here? If not, consider adding trace statements in your code around the offending area. Run the debug swf from the production server from your dev maching where you have a

RE: [flexcoders] Error #1009: Property or Mehtod of a null object reference

2008-09-09 Thread Alex Harui
Use a debug build so you get line numbers and post the entire stacktrace if it isn't clear where the problem is. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of scowling_beer Sent: Monday, September 08, 2008 11:38 PM To: flexcoders@yahoogroups.com Subject: [flexcoders]

Re: [flexcoders] Error #1009: Property or Mehtod of a null object reference

2008-09-09 Thread Nate Beck
Hey, now there's a good idea. Why haven't I thought of that before? (written in a non-sarcastic manner) On Tue, Sep 9, 2008 at 10:14 AM, Alex Harui [EMAIL PROTECTED] wrote: Use a debug build so you get line numbers and post the entire stacktrace if it isn't clear where the problem is.

RE: [flexcoders] error 1009 Solved tabnavigator issue hiding items not shown to user

2008-06-02 Thread Alex Harui
Setting creationPolicy=all is not recommended. Your application will take much more time to initialize. Generally,we recommend a model/view architecture where the view pulls from the model on creation. Folks who ask this kind of question are usually running into problems pushing model info into

RE: [flexcoders] ERROR 1009

2008-04-21 Thread Clinton D. Judy
You're right. The stylesheet is being loaded before the TextArea is created, so it's attempting to apply the style to something that doesn't exist. Yeah, it's annoying, but there are ways around it. Someone on this list who's a better coder than I, may recommend a way to check for the existence of

Re: [flexcoders] Error 1009 when running on different server

2007-12-12 Thread Igor Costa
the problem isnt in your server machine. When you call from remoteObject to collect data from your cfc you´re trying to fill out the form detail without the response back complete from the collection you invoked. Suggestion is. try to fill the detail page with a way to when the result of

RE: [flexcoders] Error #1009 - Problem running swf on production server

2007-06-01 Thread Alex Harui
completes can be really different on a production server. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Flexing... Sent: Thursday, May 31, 2007 8:57 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Error #1009 - Problem running

Re: [flexcoders] Error #1009 - Problem running swf on production server

2007-05-31 Thread Flexing...
This is basically a null pointer exception. In your itemrenderer you must be trying to access the variable of an object to probably display the value. The object in this case is null. You need to add nullity check in your code. On Jun 1, 2007, at 12:19 AM, sarah_e_boys wrote: I get the

Re: [flexcoders] Error 1009 - keyDownHandler - ComboBox

2007-04-24 Thread Manish Jethani
Pode você afixar o traço de pilha cheio? On 4/25/07, Carlos Humberto [EMAIL PROTECTED] wrote: Pessoal, Preciso imensamente da ajuda de vocês. Tenho um combobox populado por um XML em um form. Quando venho preenchendo os dados e pulando os campos com o tab e quando chegue no combobox e

Re: [flexcoders] Error #1009 - at mx.managers::FocusManager/::isEnabledAndVisible()

2006-12-09 Thread Mike Weiland
To add a little twist and intrigue to this we only get this error when compiling with Flex 2.0 on a PC. When I take the same code and compile on a Mac with the beta version we don¹t get the error. Thanks, Mike Weiland - Mike Weiland Aspen Tree Media (877)659-1652 | FAX:

Re: [flexcoders] Error #1009: null has no properties.

2006-05-08 Thread Michael Schmalle
Hi, If you are using mx:AdChild on the Accordion, try setting the property of the AddChild tag's creationPolicy to 'all'. This way all the children are created and you shouldn't get this error, I had same issues with the TabNavigator. Any other options, well I don't know about yet ;-) The

RE: [flexcoders] Error #1009 Troubleshooting

2006-03-29 Thread Matt Chotin
Can you post code that reproduces this and well get it filed? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Brendan Meutzner Sent: Tuesday, March 28, 2006 7:39 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Error #1009

Re: [flexcoders] Error #1009 Troubleshooting

2006-03-28 Thread Brendan Meutzner
Matt,Yes, this issue is happening with a full framework install.Thanks,BrendanOn 3/28/06, Matt Chotin [EMAIL PROTECTED] wrote: You're using the full framework unlike the other thread right? It might be a bug. It looks like maybe the global style isn't loaded correctly.

RE: [flexcoders] Error #1009 Troubleshooting

2006-03-27 Thread Matt Chotin
Youre using the full framework unlike the other thread right? It might be a bug. It looks like maybe the global style isnt loaded correctly. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Brendan Meutzner Sent: Sunday, March 26, 2006 10:15 AM