pitommasi

Members
  • Content count

    166
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by pitommasi

  1. Sortable Grid

    Hi! I wanted to use your grid component (SSGrid.swf) but I need it to be sortable (i.e.: if you click on the header of the labels column, data are sorted according to the label, if you click on the values header, the values are ordered according to the values) Is that possible? Thanks
  2. Fixed Height Regardless Of Labels Length

    So, i have to truncate the labels in the XML?
  3. Fixed Height Regardless Of Labels Length

    Thanks for your note. Back to the issue, basically, you are saying that, although I can set a margin, this might be overrided by fusioncharts if the label is too long... Can I specify, then, a maximum length for slanted labels, exceeded which the labels are truncated with ellipses? Or should I take care of that with javascript?
  4. Sortable Grid

    ok, so there is no way I could write custom code to interact with the grid. Thanks
  5. Sortable Grid

    anybody?
  6. Fixed Height Regardless Of Labels Length

    No one? Since I now have a license, should I ask the commercial support? Thanks
  7. Sortable Grid

    How could I catch a click on the header of the grid?
  8. Group Countries In Europe Map

    Thanks, exactly what I meant: your selectedMapId is a global variable. Best regards, Pierpaolo
  9. Group Countries In Europe Map

    but then, I will need to set a global variable to pass it to the click function...
  10. I have a page with up to four elements (up to 2 maps and up to 2 charts) and I want to export it "wysiwyg" style: is that possible? Problem is, want to add other things in the export, not only fusion charts and maps. What can the possible solution be? Thanks P.S.: I have JAVA in the backend.
  11. Group Countries In Europe Map

    I would need to combine hover and click, then... There is no such thing as a click handler, at the moment, am I right?
  12. Export Maps Charts And Other In Pdf Or Jpg

    Great! That's exactly what I wanted to know. Thanks
  13. Group Countries In Europe Map

    another question: is it possible to know the DOMId of the clicked map? I.E.: if I have two maps in the same page, both with entities set with a javascript call, how can I know which map has been clicked? Thanks in advance
  14. Export Maps Charts And Other In Pdf Or Jpg

    ok, then, more or less what I had in mind... only doubt that remains is: are the fusionmaps and fusioncharts exporter handlers the same or should I use two different files?
  15. Export Maps Charts And Other In Pdf Or Jpg

    So, they HAVE to be saved in the file system, first? Are they saved on the server or on the user's PC? does this code apply to fusionmap also? because, as I said, for some cases, I need to export maps and charts in the same page...
  16. Export Maps Charts And Other In Pdf Or Jpg

    another thing: I also need to print the same things...
  17. Export Maps Charts And Other In Pdf Or Jpg

    Yes, but it is possible to export all of them (2 maps and 2 charts) in the same file? I mean, is the handler the same for charts and maps? so, without modifying the source code of the handler, is it possible to send the binary stream to Java, instead of writing files to disk? and, anyway, where is the handler's source code?
  18. Is there a way to resize the whole map (regardless of the type of map) accordingly to the browser window? I.E.: if a user changes screen resolution or if he resizes the browser. Thanks in advance
  19. Cool! I will try it ASAP. first question, for now: with do you mean like this? width: 100%
  20. Complaint

    I want to strongly complain against your support forum. I am waiting important answers from you. I posted them weeks ago and still no answer. I know that is free support, but your competitors are way faster than you, evene for free support. They even ask for feedback, after their answers, to know if the problem has been solved!!!
  21. Complaint

    I think so, thanks. I really hope that paid technical support is faster...
  22. Cannot Hide A Label...

    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...)
  23. sorry: either you pointed to the wrong thread or it doesn't relate to this problem...
  24. Is it possible to eliminate counties?

    thanks!
  25. Thank you for the answers