Adding manipulated data to infoSymbol

426
2
03-09-2012 04:34 AM
WesBailes
New Contributor III
Haven't spent a lot of time on this yet, but is there a way to pass a manipulated data class such as a parcel that contains attributes (owner name, city, st, etc) that are not included within the graphic's query results?  So basically instead of displaying data.OWNERNAME it would be parcel.OWNERNAME. Any suggestions?
Tags (2)
0 Kudos
2 Replies
WesBailes
New Contributor III
Not sure my question makes a lot of sense...but basically i want to add information from the main application to the infosymbol that is not included within the feature's attributes.  Any help appreciated!
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Wes,

   I have never actually tried what you are attempting but you could import mx.core.FlexGlobals and then use FlexGlobals.topLevelApplication to get access to public vars in your app.

Don't forget to click the Mark as answer check and to click the top arrow (promote) as shown below:
0 Kudos