PDA

View Full Version : Flex 3 SDK can't import mx.utils.ObjectUtil?


darrellberry
11-09-2009, 10:51 AM
I'm running the Flex 3 SDK as an Eclipse plugin. For some reason, I can't import mx.utils.ObjectUtil -- I just get

1172: Definition mx.utils:ObjectUtil could not be found.

I can see (via autocomplete suggestions) and import the other mx.utils.*, but not ObjectUtil.

I've found only one other mention of this project via Google, but no solution. All help appreciated!

D

mattb
11-09-2009, 05:33 PM
It's a long shot, but make sure your flex compiler version is correct (ie recent) in project properties.

Peter Cowling
11-09-2009, 09:21 PM
My second post in this thread (http://www.actionscript.org/forums/showthread.php3?t=221224) resolves this problem.