pitommasi

Members
  • Content count

    166
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by pitommasi

  1. Dispose A Map

    great news, thanks!
  2. I was afraid that it was like that...
  3. Group Countries In Europe Map

    As I thought, then... thanks
  4. Is it possible to eliminate counties?

    Unfortunately, not entirely, because I also needed to get rid of the blank space left fom hidden entities...
  5. Dispose A Map

    Please, don't do that unless you are ready to add the dispose() method, as well...
  6. Dispose A Map

    And did I understand correctly tht this doesn't happen with charts? I.e. if I create a charte with DOMId="blchart" and then I create another one with the same ID, a new one is created, with a different ID and the old one is still loaded in memory?
  7. Dispose A Map

    even if it is a different map? let's say the first is world map and the second is africa map...
  8. Dispose A Map

    thanks, so what happens if I create different maps (with different swf) with the same ID? From what I have seen if I do that with charts, chart's id automatically changes, so I assume that the old one stil exists in memory. What about maps?
  9. Marker Coordinates

    Hi! Is there a way to automatically calculate marker coordinates? I need to put a marker following a logic (i.e. if a country has a certain value - or falls within a range of values) a marker should appear at the center of the country. How can get this to work?
  10. Is there a way to get the coloring range defined in the XML in javascript?
  11. [Urgent!] Map Events

    HI! I have a page with a chart and a map. I want to do "something" when each of them has finished rendering. Problem is, FC_Rendered is fired for both too quickly, so I do not have time to do anything... for charts, i read that is possible to use something like FusionCharts.addEventListener ( FusionChartsEvents.DrawComplete, function () { alert("FusionCharts Draw Complete."); }); can I do something similar for maps?
  12. [Urgent!] Map Events

    For now, I solved the problem: it looks like I was using a version of fusioncharts.js older than the swf's...
  13. Hide Entities

    I know,l but then the empty area wil still be displayed...
  14. Marker Coordinates

    OK, finally a proper answer, thanks.
  15. If you read carefully, I have written "read", not set!!! I want to know in javascript which color range has been set into the loaded XML...
  16. obviously, no answer...
  17. let's say taht I have a map XML with the following color ranges defined: <colorRange> <color minValue='120000000' maxValue='250000000' color='ccfcfc' displayValue='over 120.000.000' /> <color minValue='100000001' maxValue='120000000' color='ffffaa' displayValue='100.000.001 - 120.000.000' /> <color minValue='50000001' maxValue='100000000' color='ffaaff' displayValue='50.000.001 - 100.000.000' /> <color minValue='30000001' maxValue='50000000' color='aaaaff' displayValue='30.000.001 - 50.000.000' /> <color minValue='10000001' maxValue='30000000' color='aaffaa' displayValue='10.000.001 - 30.000.000' /> <color minValue='5000001' maxValue='10000000' color='ffaaaa' displayValue='5.000.001 - 10.000.000' /> <color minValue='2000000' maxValue='5000000' color='ff8888' displayValue='2.000.000 - 5.000.000' /> <color minValue='1' maxValue='2000000' color='ff1111' displayValue='under 2.000.000' /> <color minValue='0' maxValue='0' color='A3551A' displayValue='' /> </colorRange> how can I read this at runtime in javascript? I want to compile a text list of colors, like: 'cb00fe' = over 120.000.000 'ffffaa' = 100.000.001 - 120.000.000 'ffaaff' = 50.000.001 - 100.000.000 'aaaaff' = 30.000.001 - 50.000.000 'daff4b' = 10.000.001 - 30.000.000 '5555ff' = 5.000.001 - 10.000.000 'ff8888' = 2.000.000 - 5.000.000 'ff1111' = under 2.000.000 '95FBE7' = 0 but, AT RUNTIME, as colors might change
  18. Complaint

    thanks, if you can please check them again, problems are not solved yet...
  19. Marker Coordinates

    OK. As I wrote on the first message, the problem is that I CANNOT USE THE GUI, BECAUSE MARKERS SHOULD APPEAR ACCORDING TO SOME RUNTIME LOGIC! can you guys please read messages carefully before giving answers? so: problem still not solved and, to be honest, your answer is not entirely clear: is there (in your markers xmls) "at least" one marker for each country or there are some countries with no marker at all? thanks
  20. Hide Entities

    cool... it works, the only thing is that I had to set also the map to not show labels, tooltips and everything that can still render entities visible... BUT! This does not solve my problem entirely. first because the entity is still there, so if I do something on rollover, I need to plan exceptions for every hidden entity and the space in the map is still visible... What if I wanted something like the following screenshot?
  21. Complaint

    Here you are, but, normally, it should'n work like this: people have deadlines... To be honests, if the decision had been on me, I had changed platform. Luckily for you, it is not, so we are sticking with you... For now... Anyway, the links are: http://forum.fusionc...er-coordinates/ and http://forum.fusionc...-hide-entities/ Thanks in advance
  22. Hide Entities

    Please, can anyone provide an answer to this question? Thanks
  23. Marker Coordinates

    Please, can anyone provide an answer to this question? Thanks
  24. Marker Coordinates

    "Is there anybody out there?"