charts not refreshing each time use F12

Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default charts not refreshing each time use F12

    I am just getting started with charting in ColdFusion. I create my chart in
    Dreamweaver (using hard-coded data, as practice), then hit F12 to preview in
    browser. No problem, it displays fine.

    I go back to Dreamweaver and make a small change in the file, say changing the
    label on one line of the chart. I hit F12 and the change doesn't show up.
    Something, somewhere is being cached, and I can't figure out where or how to
    fix it. We've changed the setting for "Maximum number of images in cache" to 0
    and it doesn't make a difference. I tried using the CFCACHE (I think that's
    what it was called) tag, but that didn't work, either. If I do a "save as" and
    save it under a new name, it will display the new data when I preview.

    I'm really trying to learn this charting function, but when I make changes and
    nothing shows up, it's hard to figure out if the problem is my code or what?!

    Thanks!

    brolland Guest

  2. Similar Questions and Discussions

    1. Real-time refreshing data
      Hello everybody, i have a swf file, with a simple mx:List i have to refresh this list when an user will click to a link on my website. Example:...
    2. Pie charts
      can anyone give me an example or point me in the right direction of dynamically creating a pie chart? Thanks
    3. CF MX 7 and the charts?
      We are planing on upgrading from version 6.1 to MX 7. I have read that the chart functions were overworked completely. We have some reports running...
    4. 3 d pie charts
      Does illustrator do 3-d pie charts. If so how?
  3. #2

    Default Re: charts not refreshing each time use F12

    Try refreshing your browser. (F5 if using IE, don't know what it is for
    firefox)
    If that does not work, there will probably be a swf somewhere in your
    temporary internet files directory. I had a similar problem embedding swf
    files with <embed>


    Originally posted by: brolland
    I am just getting started with charting in ColdFusion. I create my chart in
    Dreamweaver (using hard-coded data, as practice), then hit F12 to preview in
    browser. No problem, it displays fine.

    I go back to Dreamweaver and make a small change in the file, say changing the
    label on one line of the chart. I hit F12 and the change doesn't show up.
    Something, somewhere is being cached, and I can't figure out where or how to
    fix it. We've changed the setting for "Maximum number of images in cache" to 0
    and it doesn't make a difference. I tried using the CFCACHE (I think that's
    what it was called) tag, but that didn't work, either. If I do a "save as" and
    save it under a new name, it will display the new data when I preview.

    I'm really trying to learn this charting function, but when I make changes and
    nothing shows up, it's hard to figure out if the problem is my code or what?!

    Thanks!



    Dan Bracuk Guest

  4. #3

    Default Re: charts not refreshing each time use F12

    Thanks, Dan. I can hit F5 til the cows come home, but it won't refresh. I've
    also tried deleting all of my internet temp files, but that doesn't help,
    either.

    Isn't there a way to turn off the caching of charts altogether?

    brolland Guest

  5. #4

    Default Re: charts not refreshing each time use F12

    This is a cfchart right?

    If so, then the CF server can be caching your template too.

    In CF administrator turn off caching.

    You may also need to clear the cache files -- especially with CF6.

    See the post at this post for instructions on cache clearing.

    Regards,
    -- MikeR


    MikerRoo Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139