Select to view content in your preferred language

Pop-up Loss of Style

818
2
05-26-2011 07:17 AM
BenReilly
Emerging Contributor
I keep having a specific problem with my pop-up windows in Flex viewer. Often, they will load with the proper text formatting, but after a few moments revert to black, Times New Roman font. I'd like to have it be the white, Arial font it's supposed to be. I'd appreciate any help you could give me- I've included a screenshot of a broken pop-up and the code I'm using.



<?xml version="1.0" ?>
<configuration>
    <title>{BldgName}</title> 
 <description>
  <b>Hours:</b> {Hours}
  <b>Departments:</b> {Depts}
  <b>Building Floor Plan:</b><a href="{FloorPlan}">{FloorPlan}</a>
 </description>
    <fields>
        <field name="BldgName"/> 
  <field name="Hours"/>
  <field name="FloorPlan"/>
    </fields>
</configuration>

<!--
    Pop-up configuration file for:
    Campus Buildings
-->
Tags (2)
0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus
Ben,

   The answer is not good but here is a post with the workaround to fix this issue.

http://forums.arcgis.com/threads/29544-Pop-Up-2.3.1-Text-Color-Change
0 Kudos
BenReilly
Emerging Contributor
Thanks for the reply- I'll take a look at getting that to work.
0 Kudos