Select to view content in your preferred language

Popup with Attribute data and  Image

3226
20
Jump to solution
12-18-2013 06:01 AM
DustinHolt
Occasional Contributor
I'm trying creating a simple single feature class flex map that will display a pop up window with attribute data and an image in the same window. Basically the same functionality as a feature class with attachments in arcmap when you use the HTML popup tool. I have everything set up properly in Flex application builder but the image only appears as a link in the window. Can anyone give me a push in the right direction?
Tags (2)
0 Kudos
20 Replies
RobertScheitlin__GISP
MVP Emeritus
Sure, in the API Skins under supportSclasses you will find AttachmentRenderer.mxml.

In there you will find that the image has a maxHeight and maxWidth set to 64.

Here is a post where I go into more detail about the necessary changes:

http://forums.arcgis.com/threads/61558-AttachmentRenderer-attached-image-size-in-popup-overlap
0 Kudos