Select to view content in your preferred language

GCOD problem in attribute widget on polylines

1264
7
02-26-2013 04:08 AM
JosVroegop
Deactivated User
Hello,

Is the workaround for the GCOD problem in popups that was given in this thread also usable for the attribute widget? I am experiencing the same problem with the glowfilter on polyline features again.

Thanks in advance.
Tags (2)
0 Kudos
7 Replies
RobertScheitlin__GISP
MVP Emeritus
Jos,

   It does not have anything to do with the Attribute Widget specifically. It is a Flex API issue that should be resolved in the 3.2 release this March. As far as work arounds there are is one out there to you can try if you can't wait for the the 3.2 release.

http://forums.arcgis.com/threads/73766-Grey-exclamation-mark-on-polyline-popups-in-Viewer-3.1
0 Kudos
JosVroegop
Deactivated User
Hello Robert,

I was aware of the thread . I thought if i modified the InfoPopup.mxml i would be done with the gcod problem but it needs to be somwhere else to also eliminate the highlight in the attribute widget i guess.

Could you please give a suggestion on what would be the best place to modify the sourcecode? I'm not a programmer and would greatly appreciate it.

Thanks in advance.
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Jos,

   A More accurate way to implement what Dasa suggested is to make a change in the UIManager.as

Search the document to find the comment //Style Application (approximately around line 240) and add these lines under that comment:

var cssStyleDeclarationMap:CSSStyleDeclaration = topLevelStyleManager.getStyleDeclaration("com.esri.ags.Map");
        cssStyleDeclarationMap.setStyle("infoWindowRendererHighlightColor", NaN);
0 Kudos
JosVroegop
Deactivated User
Robert,

Thank you very much, that dit it. 🙂
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Jos,

   Don't forget the most important step, to click the Mark as answer check on this post (Step 1 of the graphic below)
Follow these steps as shown in the below graphic:

0 Kudos
DavidRaijmakers
Regular Contributor
Hello Robert,

With the 3.2 api this problem still occurs.

Have you found a other solution for this than setting the Highlightcolor to NaN?

Thanks in advance,

David
0 Kudos
JosVroegop
Deactivated User
To be more specific, it still occurs in the attribute widget 😞
0 Kudos