pitommasi

Cannot Hide A Label...

Recommended Posts

Unless I am terribly wrong, on of the following XML lines

 

	<entity id='001' value=' ' displayValue=' ' />

 

or

 

	<entity id='001' value=' 234' displayValue=' ' />

 

or

	<entity id='001' displayValue=' ' />

 

shoul hide labels completely...

well I do not know if it's a bug, but instead the label is empty,

like if it displays the space between the single quotes

(by the way, I have already tried to put just single quotes, without putting a space between them...)

Share this post


Link to post
Share on other sites

no, I must disagree. As you could see, I had already tried that, without success. It only worked putting

 showLabel='0' 

for each entity for whitch I wanted to hid the label.

Share this post


Link to post
Share on other sites

Hi,

although to use showLabel='0' is the perfect solution to it you can also set displayValue to a blank value as workaround.

 

Could you please let us know (preferably with snapshot and XML) which map (swf) you are using so that we can check whether it is a bug?

 

Please note that you would need to refer to the correct Entity-ID (as per stated in the Map Specification Sheet of the selected map) to get the display value applied to the entity.

 

Please check the attached screenshot and the sample XML for FCMap_World.swf for which works perfectly at our end:

 

<map BorderAlpha='0'  showBevel='0' showShadow='0' fillcolor='886688'>
<data>
	<entity id='NA' value=' ' displayValue=' ' />
	<entity id='SA' value=' 234' displayValue=' ' />
	<entity id='EU'  displayValue=' '/>
	<entity id='AS'  value='3' displayValue='Oriental land'/>
	<entity id='AF' value='1' displayValue=' africa ' />
	<entity id='AU'  value='' displayValue='australia'  />
</data>
</map>

post-179-010516000 1304529073_thumb.jpg

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now