[flexcoders] Re: TypeError - Please Help

2010-03-12 Thread chefbrittison
What do you mean by a 'debug build'? Are you referring to a debug build of the Flex SDK? If so, where would I find that or how would I set that up? Thanks in advance. --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: If you use a debug build, you should get line numbers as

Re: [flexcoders] Re: TypeError - Please Help

2010-03-12 Thread Alex Harui
If you build with the –debug flag it should put line numbers in the error reports. You may need to use –static-rsls or the “merge into code” option. On 3/11/10 7:28 PM, chefbrittison britton.j...@gmail.com wrote: What do you mean by a 'debug build'? Are you referring to a debug build

[flexcoders] Re: TypeError - Please Help

2010-03-12 Thread valdhor
Have you installed the Flash Debug Player? Did you run your application from inside Flex Builder? Did you run it using the Debug option (ie. click the debug button or select the menu option Run-Debug Your application Name). That is what is meant by a debug build. Perhaps you should go over the