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\frameworks\mx\collections\ListCollectionView.as:1537]
        at ListCollectionViewCursor$cinit()
        at
global$init()[C:\dev\flex_201_ja\sdk\frameworks\mx\collections\ListCollectionView.as:1455]
        at
global$init()[C:\dev\flex_201_ja\sdk\frameworks\mx\collections\ArrayCollection.as:59]
        at _ImageTest_FlexInit$/init()
        at
mx.managers::SystemManager/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