[flexcoders] Source Not Found in Flex Builder Debug

2009-05-11 Thread markgoldin_2000
When I run my app from the Builder I am getting an SDK run-time error that does 
not open a source file but instead shows:
Source not found

How do I fix it?

Thanks






Re: [flexcoders] Source Not Found in Flex Builder Debug

2009-05-11 Thread Daniel Freiman
It could be two things.  You could be using a component/library that isn't
open source (such as the flash.* packages or a third party component) or
sometimes using the Flex RSL does this.  If it's a standard open source Flex
class, try incorporating the Flex code into your project instead of using
the RSL and see if that works.

- Daniel Freiman

On Mon, May 11, 2009 at 10:53 AM, markgoldin_2000 markgoldin_2...@yahoo.com
 wrote:



 When I run my app from the Builder I am getting an SDK run-time error that
 does not open a source file but instead shows:
 Source not found

 How do I fix it?

 Thanks

  



RE: [flexcoders] Source Not Found in Flex Builder Debug

2009-05-11 Thread Jake Churchill
It probably means the error is from a class in a SWC file.  Are you
importing any SWC files?  This happens to me if I screw something up in
Cairngorm or FlexLib (both SWC files)

 

Jake Churchill

CF Webtools

11204 Davenport, Ste. 100

Omaha, NE  68154

http://www.cfwebtools.com

402-408-3733 x103

 

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of markgoldin_2000
Sent: Monday, May 11, 2009 9:53 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Source Not Found in Flex Builder Debug

 






When I run my app from the Builder I am getting an SDK run-time error that
does not open a source file but instead shows:
Source not found

How do I fix it?

Thanks