numintec

Members
  • Content count

    16
  • Joined

  • Last visited

About numintec

  • Rank
    Junior Member
  1. Internet Explorer Render Bug

    Hello, All fixed. Thanks for your help!!
  2. Internet Explorer Render Bug

    Hello, We write on behalf of the company Numintec - INVOX Telecom and bought the whole package of FusionCharts. Please, I ask again the example that is supposed to work with Internet Explorer version 8. We've cleared the cache the browser and still does not run us. Thank you
  3. Hello, I'm using a Drag Node chart (with flash version) and I want to disable the menu "Enable Links" of the right-click button on the creation of the chart. Is possible with any parameter? Thank you!
  4. Hello! Is it possible to download the chart for HTML5 Drag Node to work properly? The current version does not allow "Drag". Correct me if I'm wrong. Thanks!
  5. Hello, I work for Invox/Numintec who bought the full pack of charts and I have a question with Drag Node chart (flash version): there is a possibility to add and remove the "Enable Links" and "Enable Drag" of the menu of right mouse button with JS? Thanks in advance.
  6. Internet Explorer Render Bug

    Hi, Thanks for your quick reply. I've download the sources again only to be sure i'm in the last version, but i cant get the bug solved . I'm testing with Ie8. Could you atach a minimal example ( if yours is working with ie8 )
  7. Internet Explorer Render Bug

    Hi Again, I'm sorry but i had a mistake in my testings and didn't noticed I was working in another browser ( firefox ) so ... , once i've tried with IE, the bug came out again. So i'm afraid that the problem is still on board
  8. Internet Explorer Render Bug

    Hi ! The packege you suggested solved the bug. I simply changed the "old swf" by the new one tnks for your help Best regards
  9. Internet Explorer Render Bug

    Hello I had a annoying bug in internet explorer where half of my pie disappears once have been load. I use last version of FC and i'm rendering it in HTML5 Of course that dosen't happend allways, just when I load a pie with only one "<set>". So i downloaded the demo code and I replaced the xml by the folowing code and i had the same result. to repreduce it : *Pie2D *html5 *one <set> *internet explorer var data = "<chart caption='name' pieRadius='#radio' showValues='0' showFCMenuItem='0' bgColor='FFFFFF' showBorder='0'><set toolText='NODATA' value='100' color='#000FFF' /></chart>"; FusionCharts.setCurrentRenderer(GALLERY_RENDERER); var chart = new FusionCharts("../../Charts/Pie2D.swf", "ChartId", "560", "400", "0", "0"); chart.setXMLData(data); Thanks for your time !
  10. Lots of thanks for your quick reply jmuman I found one fusioncharts.js of 103k in \Tools\FCDataConverter\js and I replaced for mi 68ks file, but unfurtunedly didn0t solve the issue. Now i've got a sample with the same includes that in my app and in one is working ( sample ) and in the other one it isn't im becoming crazy ! Thanks anyway for your interest ! Best regards
  11. Thnks for the answer Unfortunetly didn't work for me, ¿ you refer to the javascript FusionCharts.js ? Mine is 68ks and its the same in both folders
  12. Hello, I've got the same problem, any solution ?
  13. Error Javascrpit On Ajax Reload

    You'r wellcome I've been working to get a reduced example wich I attach. To force the error you have to : Step 1 : load the index.php in Firefox with firebug 1.7 or higher Step 2 : push the button to load the chart with the firebug console opened Step 3 : pres f5 to reload the page Step 4 : Detect the following error P.data(this, t.datakey) is undefined FusionChartsBug/Charts/FusionCharts.HC.js Line 78 The problem is the jquery Version that I'm using Version 1.3. The problem is that we are not able to change te version becouse it means spending a lot of time migrating. In case you cannot repare the bug ( in case its a bug ) i would need to know if the the soulution I've posted before ( coment a part of code in FusionCharts.HC.js ) has any repercusion, becouse i'm afraid that if FusionCharts trigger's an event when the user is leaving the page is becouse its needed for something. So i would need to know what can happen if I coment that line. Thank you very much, I hope the report its clear enough. Cheers, Marlon FusionChartsBug.zip
  14. Error Javascrpit On Ajax Reload

    Hi ! Thanks for answering. I'm using Chrome, but i'm trying with Firefox with the same results. I could detect the issue, and I solve it by commenting this string --> P.data(this,t.datakey).related || <-- in the file FusionCharts.HC.js. However, I would like to solve the issue by understanding what's wrong. And i've seen that the problem is in the event teardown. So , when i try to change the screen, this events tryies to clean or something, and then is when i get the error. I can't give the Url becouse its a confidential site, but i'm working hard to reproduce de issue and send it to you. If I find the problem i'll post it. I'm thinking in some incompatibility between the jquery that my app loads and what FS load. Well that's all the info i get till now. I'm sorry for the multiple posts. Thanks for you time
  15. Error Javascrpit On Ajax Reload

    I was Working in the error , and I found the line witch reutrns de problem Hope that helps , line 884 of FusionCharts.HC.js teardown: function() { P.data(this, t.datakey).related || (P.removeData(this, t.datakey), u.remove(this, Q, t.init), u.remove(this, "draginit", t.delegate), cheers