Hello All,
I added a library to my flex application using the following setting in config
file (that was included using -load-config option).
<include-libraries append="true">
<library>../bin/MyPvtLibrary.swc</library>
</include-libraries>
Using this setting my code compiles but the intellisense does not work for
interfaces/classes defined in MyPvtLibrary.swc.
If I use MyPvtLibrary in .actionScriptProperties as the following then
intellisense works.
<libraryPathEntry kind="3" linkType="2" path="../bin/MyPvtLibrary.swc"
useDefaultLinkType="false"/>
Flex builder version is 3.0.2.214193.
I don't want to make MyPvtLibrary as rsl.
Also, I need to include all definitions of MyPvtLibrary, irrespective of the
used/unused classes.
Thanks,
Rajkumar