Sign in to follow this  
Victor

Problem With Labels (Fusionamaps And Openlaszlo(Flash 9))

Recommended Posts

Hello,

 

when a map is loaded multiple times all labels are moved in left top angle of the map

see simple code below:

 

 

<canvas width="1200" height="800" proxied="false">

 

<view width="1000" height="600">

<simplelayout axis="x" spacing="5"/>

<view width="800" height="600" id="a">

<method name="setSource" args="source , cache = null, headers = null, filetype = null"> <![CDATA[

var xml = "<map animation='0' mapbottommargin='0' maptopmargin='0' mapleftmargin='0' maprightmargin='0'/>"

super.setSource(source + "?mode=laszlo&dataXML=" + escape(xml) + "&mapwidth=750&mapheight=400", cache, headers, filetype);

 

]]> </method>

</view>

<view width="1000" height="600">

<simplelayout axis="y" spacing="15"/>

<button text="world">

<handler name="onclick">

a.setSource("http:FCMap_World.swf");

</handler>

</button>

</view>

</view>

</canvas>

 

Why does labels are moved? How can I fix this problem?

Thanks,

Victor

Edited by Victor

Share this post


Link to post
Share on other sites

Hi Sumedh,

I use query string for loading swf file with data from xml config

var url = "path/" + "FCMap_World.swf" + "?dataXML=" + escape(xml) + "&mapwidth="+w+"&mapheight="+h+"&mode=laszlo";

view.setSource(url, cache, headers, filetype);

Hey,

 

Are you using FusionMaps for Flex or core FusionMaps?

Edited by Victor

Share this post


Link to post
Share on other sites

Hi Victor,

 

Are you using FusionMaps for Flex or core FusionMaps?

 

Also, can you please confirm the version of the product used?

Share this post


Link to post
Share on other sites

Hi, Swarnam

 

I use swf files from FusionMapsFlex package

Version 1.0 - 07 June 2010

Hi Victor,

 

Are you using FusionMaps for Flex or core FusionMaps?

 

Also, can you please confirm the version of the product used?

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi Victor,

 

This is a random behavior of Flash and our Engineering Team will need more time to fix this.

 

So, we can not predict the time-line to fix this issue.

 

Thanks for your time and support.

Share this post


Link to post
Share on other sites

Hi Sumedh,

 

Was created a bug on this issue?

How can I keep track of when the bug will be fixed?

 

Thanks,

Victor

Hi Victor,

 

This is a random behavior of Flash and our Engineering Team will need more time to fix this.

 

So, we can not predict the time-line to fix this issue.

 

Thanks for your time and support.

Edited by Victor

Share this post


Link to post
Share on other sites

Hi Victor,

 

We are currently working on the core products upgrade and FusionMaps for Flex upgrade is in the pipeline.

 

We would certainly address this when we start with the upgrade process of FusionMaps for Flex and keep you updated on the same.

 

Thank you for your continued patience and support.

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
Sign in to follow this