I tried to pass a layer collection in an arraycollection by using the process as described in "Widget Communication" at the
http://forums.arcgis.com/threads/388...tion-Explained,
however I get the error at widget B that the "Property msArr not found on widgets". msArr is the arraycollection in widget A. I checked and verified that the msArr is not null.
I have this widget B
if (bWidget1){
var vSW1:* = bWidget1;
layercollection = vSW1.msArr;
}
Suggestions?
Thanks.
http://forums.arcgis.com/threads/388...tion-Explained,
however I get the error at widget B that the "Property msArr not found on widgets". msArr is the arraycollection in widget A. I checked and verified that the msArr is not null.
I have this widget B
if (bWidget1){
var vSW1:* = bWidget1;
layercollection = vSW1.msArr;
}
Suggestions?
Thanks.