pitommasi
Members-
Content count
166 -
Joined
-
Last visited
-
Days Won
1
Everything posted by pitommasi
-
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
-
So, i have to truncate the labels in the XML?
-
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?
-
ok, so there is no way I could write custom code to interact with the grid. Thanks
-
No one? Since I now have a license, should I ask the commercial support? Thanks
-
How could I catch a click on the header of the grid?
-
Thanks, exactly what I meant: your selectedMapId is a global variable. Best regards, Pierpaolo
-
but then, I will need to set a global variable to pass it to the click function...
-
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.
-
I would need to combine hover and click, then... There is no such thing as a click handler, at the moment, am I right?
-
Great! That's exactly what I wanted to know. Thanks
-
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
-
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?
-
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...
-
another thing: I also need to print the same things...
-
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?
-
Dinamically Resize Map According To Browser Window Size
pitommasi posted a topic in Using FusionMaps XT
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 -
Dinamically Resize Map According To Browser Window Size
pitommasi replied to pitommasi's topic in Using FusionMaps XT
Cool! I will try it ASAP. first question, for now: with do you mean like this? width: 100% -
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!!!
-
I think so, thanks. I really hope that paid technical support is faster...
-
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...)
-
World Map Target Countries (x n y coordinates)
pitommasi replied to Kisor's topic in Using FusionMaps XT
sorry: either you pointed to the wrong thread or it doesn't relate to this problem... -
Is it possible to eliminate counties?
pitommasi replied to FusionCharts Support's topic in Using FusionMaps XT
thanks! -
Is There Any Replacement String In Tooltext?
pitommasi replied to wstech's topic in Using FusionMaps XT
Thank you for the answers