Select to view content in your preferred language

Quick question, how to make infoWindow have more margin/padding?

660
2
08-31-2011 02:21 PM
cristiBJ
Deactivated User
SFV 2.4, Locate Widget->Search results

When click on a search result, it zoomed in to the target and shows infoWindow (showInfoWindow(infoData:Object)

Please see attached screen. Now I want to make the title and content have more padding.
Where to change?

I tried InfoPopup.mxml, it does not work.

Thank you for any hints.
Tags (2)
0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus
Cristi,

   PopUps used by the widgets in the Flex Viewer (at least the ones by esri and Me) use the new PopUpInfo from the Flex API and thus you do not have any code that you can change in the Flex Viewer project for this. But you can add the PopUpRendererSkin.mxml form the Flex API and manipulate it.

Here are a couple of threads on that:

http://forums.arcgis.com/threads/38243-Add-button-to-PopupInfo?highlight=PopUpRendererSkin
http://forums.arcgis.com/threads/37048-Editing-Viewer-2.4-s-Pop-Up-Skin?highlight=PopUpRendererSkin
http://forums.arcgis.com/threads/28487-PopUps?highlight=PopUpRendererSkin

Just to list a few.
0 Kudos
cristiBJ
Deactivated User
Thank you Robert for the quick answer!
0 Kudos