RE: [flexcoders] Sealed Classes and how to debug

2009-09-01 Thread Alex Harui
'Sealed' in AS just means that the class is not dynamic.  If you have the 
source you can step in and debug.

If you mean that you don't have the source, there isn't much you can do other 
than make sure you are passing in valid inputs.

Alex Harui
Flex SDK Developer
Adobe Systems Inc.<http://www.adobe.com/>
Blog: http://blogs.adobe.com/aharui

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of djhatrick
Sent: Tuesday, September 01, 2009 9:50 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Sealed Classes and how to debug



I am using the method findDatapoints with some mouse action, and a lot of the 
time, I get a findDataPoints error. Although, since the class is sealed any 
suggestions on how to debug this type of thing?

Thanks,
patrick



[flexcoders] Sealed Classes and how to debug

2009-09-01 Thread djhatrick
I am using the method findDatapoints with some mouse action, and a lot of the 
time, I get a findDataPoints error.  Although, since the class is sealed any 
suggestions on how to debug this type of thing?

Thanks,
patrick