Looks like you may be compiling in the 2.0.1 libraries.  Make sure your
paths are up to date.

 

________________________________

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Justin DeVuyst
Sent: Tuesday, February 26, 2008 1:17 PM
To: [email protected]
Subject: [flexcoders] problem running in flex 3 what does run in flex
201

 

Hello,

I have an app that works when compiled with flex 201. It is
a non-trivial setup. I have a loader app that uses
framework.swc and flex.swc as RSLs. The loader app then
manually loads any custom RSLs we have (we have one at the moment)
the style swf, and finally the app swf. Note that the custom
RSLs and the app swf are all linked against framework.swc
and flex.swc as RSLs.

I tried compiling it today with the flex 3 stuff and it
seemed to compile it fine but when it ran I got this trace:

Error: Key invalidBookmark was not found in resource bundle collections
at mx.resources::ResourceBundle/_getObject()
at mx.resources::ResourceBundle/getString()
at
ListCollectionViewCursor$/loadResources()[C:\dev\flex_201_ja\sdk\framewo
rks\mx\collections\ListCollectionView.as:1537]
at ListCollectionViewCursor$cinit()
at
global$init()[C:\dev\flex_201_ja\sdk\frameworks\mx\collections\ListColle
ctionView.as:1455]
at
global$init()[C:\dev\flex_201_ja\sdk\frameworks\mx\collections\ArrayColl
ection.as:59]
at _ImageTest_FlexInit$/init()
at
mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::d
ocFrameHandler
<http://www.adobe.com/2006/flex/mx/internal::docFrameHandler> ()

That's really interesting since I used fcsh that came with flex 3 to
compile my RSL, style swf, and app swf.

Why does it have "flex_201" in the stack trace?

Also, line 1537 in ListCollectionView.as in the flex 3 source doesn't
match the error but that line in the flex 201 source does.

Anybody have any idea what's going on here?

Thanks,
jdv

 

Reply via email to