How is that variable defined? If it is [Bindable] or is backed by generated code that doesn’t have debug information you might end up with a mysterious error like that.
On 8/18/10 8:05 AM, "Tom McNeer" <[email protected]> wrote: Hi Kevn, On Wed, Aug 18, 2010 at 10:51 AM, Kevin Bowers <[email protected]> wrote: Have you tried putting something along the lines of: if(....==null)// rather than the != null Yep. I've even tried === null, although that makes no sense either. Failing that, do you have a wall close to had to bang your head against? Doesn't help with the code problem, but gives you something else to worry about. Fortunately (or unfortunately), I have many other things to worry about. The wall's safe for now ;-) -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

