Hi everybody,
I'm building a custom flex application and am using the Info Symbol to display identify results in a datagrid.
But now I'm wondering if it's possible to display a picture in the Info Symbol? I know it's possible using the Info Window, but how would I go about adding it to the Info Symbol?
Also I would like to know if it's possible to:
1) Return the identify results in a fixed order: either alphabetical or just manually
2) Set the InfoSymbol label to use an attribute name from the database like:
<mx:VBox label="{data.CELL_NAME}">
This approach is working for the Info Window but the Info Symbol only shows the label background without any text for me...
Thanks Alot!