[flexcoders] Module blues...am I going crazy??

2009-01-08 Thread Jim Boone
Hi, I am attempting to convert an app to use modules but I am seeing strange behavior. For example, say I have a constant that I refer to as (see Constants class below): Constants.something in my code. You would expect it to resolve to the string someThing. Unfortunately, after being loaded as

RE: [flexcoders] Module blues...am I going crazy??

2009-01-08 Thread Alex Harui
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Jim Boone Sent: Thursday, January 08, 2009 8:46 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Module blues...am I going crazy?? Hi, I am attempting to convert an app to use modules but I am seeing strange behavior