Select to view content in your preferred language

change attachment color in PopUp

757
2
Jump to solution
07-08-2013 08:42 AM
RinatSolorzano_Palero
Deactivated User
Good morning,

I'm having some problems with the PopUp widget because the attachments appear inside a Rectangle with white color fill as in the following image

[ATTACH=CONFIG]25795[/ATTACH]

And I can't figure the attachment name till I click on it, which is a problem. I know that the Renderer for this inspector is in AttachmentRenderer.mxml but it's already compiled in the API used, so i can't change it directly. So i would appreciate your help to change this color or just erase that fill

Thanks a lot

Rinat S.
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus
Rinat,

   The easiest way is to do a monkey patch by adding the exact package path to your project in flex
com\esri\ags\skins\supportClasses\ and then paste the AttachmentRenderer.mxml from the API source in that new package (also known as a directory) and make your changes to it and they should show up when you build your project.

View solution in original post

0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus
Rinat,

   The easiest way is to do a monkey patch by adding the exact package path to your project in flex
com\esri\ags\skins\supportClasses\ and then paste the AttachmentRenderer.mxml from the API source in that new package (also known as a directory) and make your changes to it and they should show up when you build your project.
0 Kudos
RinatSolorzano_Palero
Deactivated User
Rinat,

   The easiest way is to do a monkey patch by adding the exact package path to your project in flex
com\esri\ags\skins\supportClasses\ and then paste the AttachmentRenderer.mxml from the API source in that new package (also known as a directory) and make your changes to it and they should show up when you build your project.


Thanks a lot Robert

It works fine!

Rinat S.
0 Kudos