Results 1 to 7 of 7

Thread: Google Charts link broken in VB Application

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2013
    Posts
    43

    Google Charts link broken in VB Application

    Hi All i have a VB VS2012 application that is using

    Code:
     <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
       <script type="text/javascript">
           google.charts.load('current', { 'packages': ['gauge'] });
           google.charts.setOnLoadCallback(drawChart);
    up until a week or so ago this was working but is now causing an error in script any one know of current issues with this

    apollogies if poasted in wrong area.

  2. #2
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    26,413

    Re: Google Charts link broken in VB Application

    Is this a VB.Net winforms question? It doesn't look so...
    You'll get better answers in the appropriate forum

  3. #3

    Thread Starter
    Member
    Join Date
    Dec 2013
    Posts
    43

    Re: Google Charts link broken in VB Application

    any suggestion as don't do a lot of programming, which forum would be best and how do I move the post?

  4. #4
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    26,413

    Re: Google Charts link broken in VB Application

    What type of app is it? A desktop app, an asp web app?

  5. #5

    Thread Starter
    Member
    Join Date
    Dec 2013
    Posts
    43

    Re: Google Charts link broken in VB Application

    Desktop app standalone

  6. #6
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    26,413

    Re: Google Charts link broken in VB Application

    You're using a webbrowser control then?

  7. #7

    Thread Starter
    Member
    Join Date
    Dec 2013
    Posts
    43

    Re: Google Charts link broken in VB Application

    Correct and it is in a winforms, I did paste the gauge code into notepad and saved it as htm and it works but in my app when the code gets to the webbrowser.url it fails tried different locations for the htm file but no different.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width