bagus sutan

Members
  • Content count

    74
  • Joined

  • Last visited

Posts posted by bagus sutan


  1. Hi,

     

    Could you please check with the detailed integration process of FusionCharts into PowerPoint application with the help of the following link and see if this helps?

    Ref.- http://forum.fusioncharts.com/topic/2681-inserting-into-powerpoint/page__p__9866__hl__inserting+into+powerpoint__fromsearch__1#entry9866

     

    Also, please note that we have released oomfo, which is a simple yet powerful PowerPoint add-in that gives you the power to revolutionize the way you present data. oomfo transforms mundane data into stunning visuals and adds the oomph quotient to your presentations.

     

    While at it, oomfo lets you edit and manipulate your data with incredible ease. Captivation has never been this easy!

    For more details refer to: http://oomfo.com/

     

    For Download refer to: http://oomfo.com/download/

     

    Hope this helps. :)

     

    Great. Just what I need. Thx.

    Case closed.


  2. Hi,

     

    No clue yet?

     

    Rgrds,

    Bagus Sutan

     

    Hi Swarnam,

     

    I still haven't got the solution yet?

    The problem still the same. If i created new object it worked, but if i closed the pp and reopened it displayed "No data to display" message.

     

    awaiting your solution.

     

    Rgrds,

    Bagus Sutan


  3. Hi,

     

    I'm using fusion chart for Power Point 2007, but i came with "No data to display" message after "Retrieving data. Please wait " message. It happened after i close the power point and shut down the computer. If I re-created the chart from the beginning it's fine. Could explain why this is happening? what is the issue? Thx in advance.

     

    Regards,

    Bagus Sutan


  4. Hi,

    I'm trying to make realtime led gauge and I'got this one problem (the others work fine). When I set <value>0</value>, the led gauge just silence, did nothing, no activity but when I set <value>4000</value>..viola it runs very smooth showing realtime value. is anything wrong or a bug?

    and I have to write the dataStreamURL=pass.asp in lower case (it doesn't work in upper case)?

     

     

    regards,

    Bagus Sutan

     

    Hi,

     

    The problem solved..I made mistake by giving the wrong upperlimit value which the value over the upperlimit set (Is it true if the value over beyond the upperlimit value set, the gauge will not work?)

     

    Regards,

    Bagus Sutan


  5. Hi,

    I'm trying to make realtime led gauge and I'got this one problem (the others work fine). When I set <value>0</value>, the led gauge just silence, did nothing, no activity but when I set <value>4000</value>..viola it runs very smooth showing realtime value. is anything wrong or a bug?

    and I have to write the dataStreamURL=pass.asp in lower case (it doesn't work in upper case)?

     

     

    regards,

    Bagus Sutan


  6. Hi Basundhara Ghosal,

     

    Sorry I missed that chapter.

     

    1. Can ClickURL properties open new window? for example open page "well.asp?well=KXX01"

     

    2. Why the width 100% sometimes work and other time doesn't (I have to refresh the page again). is it a bug?

     

     

     

     

     

    regards,

     

     

     

     

     

    Bagus Sutan


  7. Hi,

     

    Suppose i want to show the value on led gauge on mouse hover, what I'm dealing with now that is the chart begin to render after i hovered the object instead of displaying the value from the beginning of page load. is it possible to get chart rendered even if it's not hovered yet.

     

     

     

     

     

    Regards,

     

     

     

     

     

    Bagus Sutan


  8. Hi,

     

    I develop page with led gauge in two divs. First div displayed as soon as page load and the second div will be displayed on mouse hover. Can the second div render the same time as the first div, because the second div rendered after the div hover for the first time (there is delayed time)

     

     

     

    regards,

     

     

     

     

     

     

     

    Bagus Sutan


  9. Hi,

     

    after adding the clickURL='URLEncode("n-RealTimeDataChartX.asp?point=<%=point%>")' code, my page won't work, none of java script function works. it just freezed.

     

    Screen shot and file are attached.

     

     

     

     

     

    Thanks,

     

     

     

     

     

     

     

     

     

    Bagus Sutan

    post-5470-128441580645_thumb.jpg


  10. Hi,

     

     

     

    as you can check my file, i think i've supplied the id as:

     

     

    function ExportMyChart() {

     

    var chartObject = getChartFromId('chartStag');

     

    if( chartObject.hasRendered() )

     

    chartObject.exportChart(); }

     

     

     

     

    and the chart id for that div is:

     

    This text is replaced by the Flash movie.

     

     

     

    Awaiting your reply.

     

     

     

    Regards,

     

     

     

     

     

    Bagus Sutan


  11. Basundhara Ghosal (2/2/2010)
    Hi Bagus,

     

     

     

    Please try passing the link as :-

     

     

     

    clickURL='URLEncode("realdata.asp?tagname=PI103_KJI.PV")'

     

     

     

    Hope this helps. :D

     

     

     

    Hi Basundhara,

     

     

     

    I tried to modify the code became like this:

     

     

     

    clickURL='URLEncode("n-RealTimeDataChartX.asp?point=<%=point%>")'

     

    but I got error. How can i fix this?

     

     

     

    Thanks,

     

     

     

     

     

    Bagus Sutan


  12. Hi,

     

    I'm trying to export realtime chart using button with the example given:

     

     

    function ExportMyChart() {

     

    var chartObject = getChartFromId('chartStag');

     

    if( chartObject.hasRendered() )

     

    chartObject.exportChart(); }

     

     

    and come up with the follwing error:

     

     

     

    Line: 106

     

    Error: Object doesn't support this property or method

     

     

     

    which line 106 is:

     

    if( chartObject.hasRendered() )

     

     

     

    any idea why?

     

     

     

    Regards,

     

     

     

     

     

    Bagus sutan