Asynchronous update of Flash chart error in IE

Hi gurus,
I had a post a while ago about an update command for a flash chart:
[Asynchronous update of flash chart when select list value changes|http://forums.oracle.com/forums/thread.jspa?messageID=3491745]
The goal was when I clicked a button or changed a select list the flash chart should update. Here is the command to update the flash chart:
apex_RefreshChart ($v('pFlowStepId'), $v('Pxx_REGION_ID').substr(1), navigator.language );This worked really well in Firefox but IE always created an error:
Details zum Fehler auf der Webseite
Benutzer-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Zeitstempel: Mon, 5 Oct 2009 06:16:52 UTC
Message: Object doesn't support this property or method
Line: 1
Char: 31991
Code: 0
URI: http://apex.oracle.com/i/javascript/apex_3_1.jsTry this example:
[http://apex.oracle.com/pls/otn/f?p=65555:23|http://apex.oracle.com/pls/otn/f?p=65555:23]
I found out that IE used another function to get the client language. I fixed that but an error still occurs:
Details zum Fehler auf der Webseite
Benutzer-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Zeitstempel: Mon, 5 Oct 2009 06:27:02 UTC
Message: Unkown error.
Line: 49
Char: 5
Code: 0
URI: http://SERVER:8080/apex/f?p=150:1:10579031101899::NO::P1_I_ID,P1_INSTANCE_NAME:1,DB1That is the javascript I used now:
//check the Browser type to set the right browser language
function fnc_checkBrowserLanguage()
var nav_lng="en"; //default language string
if(navigator.language)nav_lng=navigator.language;
if(navigator.browserLanguage)nav_lng=navigator.userLanguage;
if(navigator.systemLanguage)nav_lng=navigator.systemLanguage;
if(navigator.browserLanguage)nav_lng=navigator.browserLanguage;
if(navigator.userLanguage)nav_lng=navigator.userLanguage;
if(window.navigator.language)nav_lng=window.navigator.language;
return nav_lng;
// return 'en-us';
function fnc_setTablespaceItem (pItem)
  var get = new htmldb_Get(null,$v('pFlowId'),'APPLICATION_PROCESS=dummy',0);
  get.add(pItem,$x(pItem).value)
  gReturn = get.get();
// alert('Item '+pItem+' Session State set to '+$x(pItem).value+'!');
  var v_flow_id = $v('pFlowStepId');
  var v_region_id = new String($v('P1_REGION_ID_TU').substr(1));
  var v_browser_lang = fnc_checkBrowserLanguage();
  //alert(v_flow_id);
  //alert(v_region_id);
  //alert(v_browser_lang);
  var vOriginal_apex_RefreshChart = apex_RefreshChart;
  apex_RefreshChart = function(v_flow_id,v_region_id,v_browser_lang)
    vOriginal_apex_RefreshChart(v_flow_id, v_region_id, v_browser_lang);
  apex_RefreshChart(v_flow_id, v_region_id, v_browser_lang);
  get = null;
}If I set the alert boxed all variables have a value. Firefox works well. And I have no idea what I could do next???
Tobias

I just found out that the original time based flash update option creates the same error I get all the time. It can be configured under:
Chart attributes > Refresh: Asynchronous Update = YES and Update Interval (Seconds) = 10
Error: (line 49) (JScript - script block):
function __flash__addCallback(instance, name) {
  instance[name] = function () {
    return eval(instance.CallFunction("<invoke name=\""+name+"\" returntype=\"javascript\">" + __flash__argumentsToXML(arguments,0) + "</invoke>"));
  }By the way I use the newest APEX version: "Application Express 3.2.1.00.10"
Seems more like a general error? Everybody should be able to rebuild this under IE 8 or IE 7. I use IE8!
Created source code:
&lt;script type="text/javascript" language="javascript">
function chart_r2258227549390282_InitRefresh(pNow) {
  setTimeout("chart_r2258227549390282_InitRefresh(true)",10000);
  if (pNow){apex_RefreshChart (1, '2258227549390282', 'de');}
apex_SWFFormFix('c2258227549390282');
&lt;/script>It still works well with Firefox.
Tobias
Edited by: Tobias Arnhold on Oct 6, 2009 2:37 PM

Similar Messages

  • Chart Flash Chart error: ORA-20001: Print Chart Data: Flash Chart error: OR

    Hi,
    if the query where my resource gantt chart is based on returns more the 107 rows, i will get the following error:
    chart Flash Chart error: ORA-20001: Print Chart Data: Flash Chart error: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    If i reduce the number of results, the chart is working fine.
    Max rows attribute of the series is adjusted to 4000
    Any idea?
    Thank you

    Thank you,
    I have tried it, but it I am not able to make it work, here you find a snip of my pagesource:
    <anygantt> <resource_chart>
    <resources>
    <resource id="341" name="Drexler, Franz" />
    <resource id="5" name="Gross, Johannes-Ludwig" />
    <resource id="8" name="Pecherski, Andrzej" />
    <resource id="131" name="Steinmetz, Raphael" />
    <resource id="191" name="Jenks, Raymond" />
    <resource id="33" name="Alhambra, Roda Marie" />
    <resource id="31" name="Daminescu, Adrian" />
    </resources>
    <periods>
    <period resource_id= "31" start="24-DEC-12 12.00.00.000000000 AM" end="31-DEC-12 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="27-DEC-12 12.00.00.000000000 AM" end="28-DEC-12 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="02-JAN-13 12.00.00.000000000 AM" end="04-JAN-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "131" start="26-JAN-13 12.00.00.000000000 AM" end="04-FEB-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "131" start="01-JAN-13 12.00.00.000000000 AM" end="06-JAN-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "131" start="22-DEC-12 12.00.00.000000000 AM" end="31-DEC-12 12.00.00.000000000 AM" style="green" />
    <period resource_id= "5" start="21-DEC-12 12.00.00.000000000 AM" end="31-DEC-12 12.00.00.000000000 AM" style="green" />
    <period resource_id= "31" start="07-JAN-13 12.00.00.000000000 AM" end="11-JAN-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="21-DEC-12 12.00.00.000000000 AM" end="21-DEC-12 12.00.00.000000000 AM" style="blue" />
    <period resource_id= "33" start="26-DEC-12 12.00.00.000000000 AM" end="28-DEC-12 12.00.00.000000000 AM" style="green" />
    <period resource_id= "33" start="25-FEB-13 12.00.00.000000000 AM" end="25-FEB-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "33" start="28-MAR-13 12.00.00.000000000 AM" end="29-MAR-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "33" start="09-APR-13 12.00.00.000000000 AM" end="09-APR-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "33" start="01-MAY-13 12.00.00.000000000 AM" end="01-MAY-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "33" start="12-JUN-13 12.00.00.000000000 AM" end="12-JUN-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "33" start="26-AUG-13 12.00.00.000000000 AM" end="26-AUG-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "33" start="01-NOV-13 12.00.00.000000000 AM" end="01-NOV-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "33" start="30-DEC-13 12.00.00.000000000 AM" end="30-DEC-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "33" start="31-DEC-13 12.00.00.000000000 AM" end="31-DEC-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "33" start="21-AUG-13 12.00.00.000000000 AM" end="21-AUG-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "33" start="15-OCT-13 12.00.00.000000000 AM" end="15-OCT-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "8" start="23-DEC-13 12.00.00.000000000 AM" end="23-DEC-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="27-DEC-13 12.00.00.000000000 AM" end="27-DEC-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="30-DEC-13 12.00.00.000000000 AM" end="30-DEC-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="02-JAN-14 12.00.00.000000000 AM" end="03-JAN-14 12.00.00.000000000 AM" style="green" />
    <period resource_id= "5" start="31-MAY-13 12.00.00.000000000 AM" end="31-MAY-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="21-MAY-13 12.00.00.000000000 AM" end="24-MAY-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="27-MAY-13 12.00.00.000000000 AM" end="29-MAY-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="31-MAY-13 12.00.00.000000000 AM" end="31-MAY-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="02-APR-13 12.00.00.000000000 AM" end="05-APR-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "5" start="11-FEB-13 12.00.00.000000000 AM" end="11-FEB-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "131" start="29-JUN-13 12.00.00.000000000 AM" end="14-JUL-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "131" start="16-AUG-13 12.00.00.000000000 AM" end="16-AUG-13 12.00.00.000000000 AM" style="blue" />
    <period resource_id= "8" start="26-AUG-13 12.00.00.000000000 AM" end="30-AUG-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="02-SEP-13 12.00.00.000000000 AM" end="06-SEP-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="15-FEB-13 12.00.00.000000000 AM" end="15-FEB-13 12.00.00.000000000 AM" style="blue" />
    <period resource_id= "5" start="13-MAR-13 12.00.00.000000000 AM" end="13-MAR-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="22-MAR-13 12.00.00.000000000 AM" end="22-MAR-13 12.00.00.000000000 AM" style="blue" />
    <period resource_id= "33" start="20-MAR-13 12.00.00.000000000 AM" end="20-MAR-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "5" start="08-APR-13 12.00.00.000000000 AM" end="08-APR-13 12.00.00.000000000 AM" style="blue" />
    <period resource_id= "31" start="05-APR-13 12.00.00.000000000 AM" end="05-APR-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "31" start="02-MAY-13 12.00.00.000000000 AM" end="03-MAY-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "341" start="01-JUL-13 12.00.00.000000000 AM" end="22-JUL-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "341" start="09-MAY-13 12.00.00.000000000 AM" end="12-MAY-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "191" start="04-JUL-13 12.00.00.000000000 AM" end="06-JUL-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "31" start="15-JUN-13 12.00.00.000000000 AM" end="30-JUN-13 12.00.00.000000000 AM" style="green" />
    </periods>
    </resource_chart></anygantt>
    </textarea>
    <div id="chartDiv"></div>
    <script type="text/javascript" language="javascript">
    /* Set default swf path */
    AnyChart.swfFile = 'i/flashchart/anychart_6/swf/OracleAnyChart.swf';
    /* Create new gantt chart */
    var chart = new AnyChart();
    chart.width="2500";
    chart.height="2500";
    /* Get string data from text area */
    var data = document.getElementById('rowData').value.toString();
    /* Set data */
    chart.setData(data);
    /* Write chart to "chart" div */
    chart.write("chartDiv");
    </script>
    do you have a idea whats wrong? thank you

  • Flash chart - Error - No chart data available

    Hi
    I have a Flash chart that shows the message "Error - No chart data available" (not the no data found message).
    If I run its query in sql*plus (using the same parameters) I get 4 rows (with url, label and value columns). I am clueless about how to start investigating this as the chart does not show any other information... Any advice?
    What does that message mean? Obviously is something different from no data found?
    Thanks
    Luis

    Hi Marco
    Thanks for the reply. I did what you said and found out the problem:
    chart Flash Chart error: ORA-20001: get_data error: ORA-20001: Fetch error: ORA-01843: not a valid monthThis was caused because I used the following construction:
    where date_from = :p5_date_fromIf this was a report, this would run fine as I set the date format mask using a application level process. However, as Flash charts use separate database connections, they ignore that setting (btw I posted a message about this problem).
    I fixed it hardcoding a format mask in my SQL. Not nice but it works!
    Thanks
    Luis

  • Flash chart error: scroller position should be positive and integer

    Hi
    I am periodically getting this error when running a flash chart.
    It seems to be related to the amount of data that I am using.
    Any Idea whats causing it and how to resolve it
    Keith

    This only happens when using custom xml. If I change it to use the built-in xml, I get a no data found message.
    That happens even if i just reset the custom xml.
    Apex 3.1 with built in anychart
    Edited by: Keith Jamieson on Aug 20, 2010 1:47 PM

  • Flash Chart Error "A Start-tag was not matched with an end-tag."

    All of the Flash charts on a page started displaying the error "A Start-tag was not matched with an end-tag." The charts were all working prefectly and no changes were made to the page. Any thoughts?
    Thanks.

    Here is what I get when I click Show XML in debug mode. Thanks.
    <?xml version="1.0" ?>
    - <root>
    - <styles>
    <style type="background" id="background" background_type="solid" color="0xffffff" alpha="0" />
    <style type="deal_background" id="dealBackground" enabled="yes" color="0xdddddd" alpha="100" />
    <style type="deal_border" id="dealBorder" enabled="yes" thickness="1" color="0x666666" alpha="100" />
    <style type="deal_position" id="dealPosition" left="146" top="169.1707317" />
    <style type="deal_size" id="dealSize" startAngle="0" endAngle="180" innerRadius="0" outerRadius="109.5" />
    <style type="indicator_background" id="indicatorBackground" enabled="yes" color="0x000000" alpha="100" />
    <style type="indicator_border" id="indicatorBorder" enabled="yes" color="0xFFFFFF" thickness="1" alpha="0" />
    <style type="scale_size" id="scaleSize" length="7.3" />
    <style type="scale_position" id="scalePosition" radius="102.2" />
    <style type="scale_lines" id="scaleLines" enabled="yes" thickness="1" color="0x000000" alpha="100" />
    <style type="scale_labels_position" id="scaleLabelsPosition" radius="109.5" />
    <style type="scale_labels_background" id="scaleLabelsBackground" enabled="no" />
    <style type="scale_labels_border" id="scaleLabelsBorder" enabled="no" color="0x000000" />
    <style type="scale_labels_text" id="scaleLabelsText" font="Verdana" size="10" color="0x000000" bold="no" italic="no" underline="no" align="right" />
    <style type="scale_labels_size" id="scaleLabelsSize" />
    <style id="areaBackground0" type="area_background" enabled="yes" color="0x669999" alpha="100" />
    <style id="areaBackground1" type="area_background" enabled="yes" color="0xCCCCCC" alpha="100" />
    <style id="areaBorder" type="area_border" enabled="yes" thickness="1" color="0xFFFFFF" alpha="100" />
    <style id="areaBorder0" type="area_border" enabled="yes" thickness="1" color="0x666666" alpha="100" />
    <style id="areaSize" type="area_size" outerRadius="105.85" innerRadius="36.5" />
    <style type="circle_object_border" id="dotBorder" enabled="no" />
    <style type="circle_object_position" id="dotPosition" left="146" top="169.1707317" />
    <style type="circle_object_size" id="dotSize" radius="7.3" />
    <style type="circle_object_background" id="dotBackground" enabled="yes" color="0x000000" alpha="100" />
    <style id="emptyBorder" enabled="no" />
    </styles>
    - <shapes>
    - <shape id="indicatorShape" type="polygon">
    <point x="0" y="-4" />
    <point x="-97.82" y="0" />
    <point x="0" y="4" />
    <point x="0" y="-4" />
    </shape>
    </shapes>
    - <objects>
    <circle sizeStyleId="dotSize" positionStyleId="dotPosition" backgroundStyleId="dotBackground" borderStyleId="dotBorder" />
    </objects>
    - <data>
    <deal minimum="0" maximum="100" sizeStyleId="dealSize" positionStyleId="dealPosition" backgroundStyleId="dealBackground" borderStyleId="dealBorder" />
    - <areas>
    <area startValue="1" endValue="99" backgroundStyleId="areaBackground1" borderStyleId="areaBorder" sizeStyleId="areaSize" />
    </areas>
    - <scales>
    <scale startAngle="0" endAngle="180" angleStep="18" labelsPrefix="" labelsPostfix="%" decimalPlaces="0" sizeStyleId="scaleSize" positionStyleId="scalePosition" linesStyleId="scaleLines" labelPositionStyleId="scaleLabelsPosition" labelBackgroundStyleId="scaleLabelsBackground" labelBorderStyleId="scaleLabelsBorder" labelTextStyleId="scaleLabelsText" labelSizeStyleId="scaleLabelsSize" />
    </scales>
    <indicator value="51.7412935" backgroundStyleId="indicatorBackground" borderStyleId="indicatorBorder" shapeId="indicatorShape" />
    </data>
    </root>

  • Can I use asynchronous update on a chart I generate from my own DB Package?

    I have created a database package that will generate a stacked bar graph in SVG with dynamically generated series based on a requirement I have been given.
    I would like to know if it is possible to take advantage of the asynchronous update mechanism available on Application Express for its own SVG charts?
    That is, as long as the package as a callable URL, can it be made to refresh as if it were a native SVG component of Application Express?

    Hello,
    Do not split your posts up across different threads askign for the same thing, it confuses the subject and makes it harder for people to help you.
    Asking a question should not be like a shotgun more like a sniper rifle, guess whos been playing first person shooters latley ;)
    Use this code in your plsql package to link in the correct javascripts.
    htp.prn('<script xlink:href="'||v('IMAGE_PREFIX')||'javascript/svg_js_includes/svg_common/oracle.svgInit.js"/>');
    htp.prn('<script xlink:href="'||v('IMAGE_PREFIX')||'javascript/svg_js_includes/svg_common/oracle.svgNodes.js"/>');
    htp.prn('<script type="text/ecmascript">');
    htp.prn('<![CDATA[');
    htp.prn('function htmldb_Load(evt){');
    htp.prn(' myTimer = setTimeout('svgSync();','5000');');
    htp.prn('}]]>');
    htp.prn('</script>');
    and add attribute to the top level &lt;svg> tag
    onload="htmldb_Load(evt)"
    that will reload yoru svg every 5 seconds
    Carl

  • Flash Chart Error

    Hi
    Can anyone assit with this ...
    I get following error when using a 2 series 2d line chart with animation set to scale, in apex 3:
    "A Script in this movie is causing adobe flash player to run slowly. If it continues, your computer may become unresponsive."
    When I accept to debug, it breaks on this parameter as an undefined error:
    __flash__addCallback(c2741428313213918, "SetXMLText");
    Thanks
    Kezie

    Hi
    I upgraded my browser flash from v8 to v9 and tested again. The flash upgrade did not resolve the issues as the error still occurs.
    I did looked on the adobe site and found this link which sheds some light on why the error might occur: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15512&sliceId=1
    I am not loading a large amount of data or displaying too many data points however, so I'm not sure about why I get this error.
    Any other pointers would be appreciated.
    I have pasted the XML below ...
    Thanks
    Kez
    <p>&lt;?xml version = &quot;1.0&quot; encoding=&quot;utf-8&quot; standalone = &quot;yes&quot;?&gt;<br>
    &lt;root&gt;<br>
    &lt;type&gt;<br>
    &lt;chart type=&quot;2DLine&quot; minimum_value=&quot;99.5&quot; maximum_value=&quot;100&quot;&gt;<br>
    &lt;animation enabled=&quot;no&quot;/&gt;<br>
    &lt;hints auto_size=&quot;yes&quot;&gt;<br>
    &lt;text&gt;&lt;![CDATA[{NAME}, {VALUE}]]&gt;&lt;/text&gt;<br>
    &lt;font type=&quot;Verdana&quot; size=&quot;10&quot; color=&quot;0x000000&quot; /&gt;<br>
    &lt;/hints&gt;<br>
    &lt;names show=&quot;yes&quot; width=&quot;150&quot; placement=&quot;chart&quot; position=&quot;bottom&quot; &gt;<br>
    &lt;font type=&quot;Arial&quot; size=&quot;10&quot; color=&quot;0x000000&quot; /&gt;<br>
    &lt;/names&gt;<br>
    &lt;values show=&quot;no&quot; prefix=&quot;&quot; postfix=&quot;&quot; decimal_separator=&quot;.&quot; decimal_places=&quot;0&quot;
    /&gt;<br>
    &lt;arguments show=&quot;no&quot; /&gt;<br>
    &lt;line_chart left_space=&quot;5&quot; right_space=&quot;5&quot;&gt;<br>
    &lt;block_names enabled=&quot;no&quot; /&gt;<br>
    &lt;/line_chart&gt;<br>
    &lt;/chart&gt;<br>
    &lt;workspace&gt;<br>
    &lt;background enabled=&quot;yes&quot; type=&quot;gradient&quot; gradient_type=&quot;linear&quot;&gt;<br>
    &lt;colors&gt;<br>
    &lt;color&gt;0xFFFFFF&lt;/color&gt;<br>
    &lt;color&gt;0xFFFFFF&lt;/color&gt;<br>
    &lt;/colors&gt;<br>
    &lt;alphas&gt;<br>
    &lt;alpha&gt;100&lt;/alpha&gt;<br>
    &lt;alpha&gt;100&lt;/alpha&gt;<br>
    &lt;/alphas&gt;<br>
    &lt;ratios&gt;<br>
    &lt;ratio&gt;0&lt;/ratio&gt;<br>
    &lt;ratio&gt;0xFF&lt;/ratio&gt;<br>
    &lt;/ratios&gt;<br>
    &lt;matrix r=&quot;0&quot;/&gt;<br>
    &lt;/background&gt;<br>
    &lt;base_area enabled=&quot;no&quot; /&gt;<br>
    &lt;chart_area enabled=&quot;yes&quot; x=&quot;60&quot; y=&quot;50&quot; width=&quot;400&quot; height=&quot;300&quot; deep=&quot;0&quot;&gt;<br>
    &lt;background enabled=&quot;no&quot;/&gt;<br>
    &lt;border enabled=&quot;yes&quot; size=&quot;1&quot;/&gt;<br>
    &lt;/chart_area&gt;<br>
    &lt;grid&gt;<br>
    &lt;values lines_step=&quot;.1&quot;&gt;<br>
    &lt;captions&gt;<br>
    &lt;font type=&quot;Arial&quot; size=&quot;10&quot; color=&quot;0x000000&quot; /&gt;<br>
    &lt;/captions&gt;<br>
    &lt;/values&gt;<br>
    &lt;/grid&gt;<br>
    &lt;/workspace&gt;<br>
    &lt;legend enabled=&quot;yes&quot; x=&quot;480&quot; y=&quot;50&quot;&gt;<br>
    &lt;names enabled=&quot;yes&quot;&gt;<br>
    &lt;font type=&quot;Arial&quot; size=&quot;10&quot; color=&quot;0x000000&quot; /&gt;<br>
    &lt;/names&gt;<br>
    &lt;values enabled=&quot;no&quot;/&gt;<br>
    &lt;scroller enabled=&quot;no&quot;/&gt;<br>
    &lt;header enabled=&quot;no&quot;/&gt;<br>
    &lt;background alpha=&quot;0&quot;/&gt;<br>
    &lt;/legend&gt;<br>
    &lt;/type&gt;<br>
    &lt;data&gt;<br>
    &lt;block name=&quot;Uptime&quot; color=&quot;0xFF6347&quot; border_color=&quot;0xFF6347&quot; &gt;<br>
    &lt;set name=&quot;Ahmedabad Mob&quot; value=&quot;99.98&quot; color=&quot;0xFF6347&quot; /&gt;<br>
    &lt;set name=&quot;Bangalore Mob&quot; value=&quot;0&quot; color=&quot;0xFF6347&quot; /&gt;<br>
    &lt;set name=&quot;Chandigarh Mob&quot; value=&quot;99.99&quot; color=&quot;0xFF6347&quot; /&gt;<br>
    &lt;set name=&quot;Mumbai Mob&quot; value=&quot;0&quot; color=&quot;0xFF6347&quot; /&gt;<br>
    &lt;/block&gt;<br>
    &lt;block name=&quot;Target&quot; color=&quot;0xFFA500&quot; border_color=&quot;0xFFA500&quot; &gt;<br>
    &lt;set name=&quot;Ahmedabad Mob&quot; value=&quot;99.5&quot; color=&quot;0xFFA500&quot; /&gt;<br>
    &lt;set name=&quot;Bangalore Mob&quot; value=&quot;99.5&quot; color=&quot;0xFFA500&quot; /&gt;<br>
    &lt;set name=&quot;Chandigarh Mob&quot; value=&quot;99.5&quot; color=&quot;0xFFA500&quot; /&gt;<br>
    &lt;set name=&quot;Mumbai Mob&quot; value=&quot;99.5&quot; color=&quot;0xFFA500&quot; /&gt;<br>
    &lt;/block&gt;<br>
    &lt;/data&gt;<br>
    &lt;/root&gt;<br>
     </p>
    Message was edited by:
    Kezie

  • Update Adobe Flash error message

    Hello,
    Whenever I am using standard search function in Safari I am getting "Update Above Flash plugin" error message. ***?
    I use iPhone 4 with ios 6.0
    Thank you.

    iphone does not have flash installed read https://discussions.apple.com/message/19605280#19605280

  • Flash Chart Disappear on refresh

    I am using Apex 4.0.
    When using flash charts it works fine until you use asynchronous update.
    The chart just disappear .
    When you refresh the page it is back but only until the asynchronous update.
    I have the problem with the dial and line graphs.
    It worked fine in the previuos release of apex.
    I have tested it wiit IE8 and Mozilla Firefox
    Any ideas ?

    Hi Mike,
    In response to your question:
    Will this patch also fix a problem with multiple series scatter chart showing no data when some of the series return no data?
    The patch that Dimitri has referred to only contains a fix for the APEX 4.0 asynchronous chart update issue with Flash 5 charts. This patch has also been incorporated into our 4.0.1 patch release. Can you please elaborate on the "problem with multiple series scatter chart" that you've referred to? If you could also provide a testcase on http://apex.oracle.com, I'd be happy to take a look.
    Regards,
    Hilary

  • TimeStamp in Flash chart

    Is there any way to display timestamp in the Flash Chart with Asynchronous Update?
    SVG chart has this possibility.
    Thank you.

    Hi,
    as a workaround, because I think that feature is missing in 3.0 for Flash charts.
    1) Create a HTML region above your flash region. The region should be borderless.
    2) Add the following JavaScript Code:
    < script type="text/javascript" >
    var vOld_apex_RefreshChart = apex_RefreshChart;
    apex_RefreshChart = function(page_id,region_id,browser_lang)
      $x("P1_REFRESH").value = Date();
      vOld_apex_RefreshChart(page_id, region_id, browser_lang);
    < /script >=> remove the spaces before and after script
    3) Create a text page item with the name P1_REFRESH
    You can use CSS to format the text field or you can also create something else to hold your sysdate, but in that case you have to adapt the above javascript code.
    That should do it.
    Patrick
    Check out my APEX-blog: http://inside-apex.blogspot.com
    Check out the ApexLib Framework: http://apexlib.sourceforge.net

  • Flash Chart with Asynchronous Update

    Hello all,
    I'm trying to use the Asynchronous Update option of the chart's, but in different version of APEX it doens't work.
    In my local DB I have APEX v. 4.0.1.00.03 and it works fine, loads the graphic and keep updating, but in the server the graphic is loaded but when it goes refreshing the chart disappear instead, the version is 4.0.0.00.46 .
    Both charts have the same configuration and the standard query:
    SELECT sum(case when COMM is null
                         then 0
                    when COMM = 0
                         then 0
                    else 1
                    end) value,
           count(*) max_value
                FROM EMP Something I did noticed that is different at the source code is that one have the function apex_RefreshFlashChart and the other have apex_RefreshChart Is it really related to the version, or am i missing something?
    Thanks,
    Alan Martini.

    Hi,
    it was a bug, corrected in patch 4.0.1 (bug 9868860), see http://www.oracle.com/technetwork/developer-tools/apex/application-express/401-patch-166923.html#BABJCAFA.
    It's why it don't works with APEX 4.0.0.

  • Error while creating the Flash Chart

    Hi ,
    While creating the Flash Chart i got the following error..
    Error Item ID (4789301958029267) is not an item defined on the current page.
    What does it mean????
    My Chart Series is:
    SELECT NULL LINK, DISTRIBUTOR, CLGASSETS, FOLIOS FROM (
    select NULL Link, distributor,SUM(Clgassets) Clgassets,SUM(folios) FOLIOS from (
           select Month,distributor,
                  clgassets,sales,red,trxns,folios,
                  row_number() over(partition by SchType order by clgassets desc) rn,
                  dense_rank() over(partition by SchType order by clgassets desc) den_rank
              from(
                    Select Month,
                    Scheme_type SchType,
                    Broker Distributor,
                    sum(CLGASSETS)  CLGASSETS,
                    sum(SALES) SALES,
                    sum(RED)  RED,
                    sum(TRXNS) TRXNS,
                    sum(FOLIOS) FOLIOS
          from TABLE
                    MFDEX_TOPN_QUERY_PKG.TOPN_REPORT_QUERY
                 'OWNPERF',
                 :p_amc_code,
                 'X',
                 'X',
                 :p6001_month,
                 'X',
                 'X',
                 'X'                       
                    )  op where instr(':'||:P6001_schtype||':',':'||scheme_type||':') > 0
                   group by Month, Scheme_type,Broker
                   order by CLGASSETS DESC)
             order by clgassets desc)
    where den_rank<=5
    GROUP BY DISTRIBUTOR
    ORDER BY Clgassets DESC)
    WHERE ROWNUM<=5Help me out to clear this error.
    Cheers,
    Shan.

    Hi Sa'ad
    Its been a little while since I used Web Analysis but I remember that there are issues if you have more than 1 dimension in rows or columns. What I cannot remember is whether it automatically shifts a dimension to the page or whether as you suggest it just doesn't display.
    Pie charts can only display data from two dimensions (1 rows, 1 columns), you can filter using dimensions on pages. If that doesn't give you what you need then I'm afraid you need to stick to a different chart type.
    Hope this helps
    Stuart

  • I am a Macbook user Lion OS X-have been using Target, Walgreens, Shutterfly, etc for 5 years.  Recently cannot use any of these photo developing websites because of the "Plug In Failure" error.  Have updated adobe flash..still to no avail.  Suggestions?

    I am a Macbook user Lion OS X 10.7.5 …have been using Target, Walgreens, Shutterfly, etc. for 5 years with photo developing.  Recently cannot use any of these photo websites because of the "Plug In Failure" error..which I have never had.  Have updated adobe flash player..still to no avail.  Suggestions?  Thank you.

    You need to do a "clean install": http://forums.adobe.com/thread/1267823
    That'll remove the old plug-in completely.
    Works 99% of the time.

  • Every time I update Firefox, I get Adobe Flash plugin errors

    I'm disgusted with Firefox and Adobe. Does anyone have a fix for the problem that Firefox causes every time I upgrade? (Win 7, 64 bit I think) ... I just tried to re-install v29 Firefox (which was the last version that worked) ... and got routed to something called Aurora install.
    I just want to use a reliable firefox. But whenever I upgrade Firefox, and repeatedly turn off ALL security features so that I can update Adobe flash -- nothing works. Once I get this solved, I'm turning off the Firefox update check option and continue to do all my secure stuff on Chrome! I used to be a huge fan of netscape ... but this is stupid beyond belief.
    Here's the error message I get:
    A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script in the debugger, or let the script continue.
    Script: resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///C:/Program%20Files%20(x86)/Mozilla%20Firefox/browser/extensions/%7B82AF8DCA-6DE9-405D-BD5E-43525BDAD38A%7D.xpi!/bootstrap.js -> resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/loader/sandbox.js -> resource://skype_ff_extension-at-jetpack/skype_ff_extension/data/jquery-2.1.0.min.js:26

    ... me again ... no need to respond to this problem, I'm just not going to keep wasting time on this browser. Realistically, the posts all over the internet show that Mozilla hasn't bothered addressing this issue for YEARS, and I'm just not interested in wasting any more time or interest in hoping that they will get their act together.
    Good luck, former colleagues: I hope they treat you better in the future~!

  • Trying to update Flash CS5 - two errors - Adobe Pixel Bender Toolkit 2.5 Update There was an error downloading this update. Please quit and try again later. Error Code: U43M1D207  Adobe Extension Manager CS5 5.0 Update There was an error downloading this

    Trying to update Flash CS5 but get the following error messages.
    Adobe Pixel Bender Toolkit 2.5 Update
    There was an error downloading this update. Please quit and try again later. Error Code: U43M1D207
    Adobe Extension Manager CS5 5.0 Update
    There was an error downloading this update. Please quit and try again later. Error Code: U43M1D207

    Hi There,
    Please try the below mentioned link.
    Error downloading and installing Creative Cloud application
    Thanks,
    Atul Saini

Maybe you are looking for

  • HOW CAN I GET A NEW LAYOUT/HOMESCREEN? PLEASE READ AND HELP

    Hi, I currently have the Blackberry model Curve 8530, and I have been trying to get the new update (the menu style like the torch) because all my other friends have the same phone and I can't download the update. My phone and computer say that I have

  • HELP! My mums computer is being hacked?

    I am not a genius but do think I can tell that my mums macbookpro has got a viris or is being hacked. Lots of strange things have been happening to itand it i getting on my nerves. Strange things that have happend: (in order of time they took place)

  • At the BIOS updating the HP Pavilion zd7000 laptop hanged

    At the HP Pavilion zd7000 laptop BIOS updating from a site HP.com (the file sp33465.exe, OC Windows XP) the laptop hanged and to a BIOS it was not established. Now at inclusion all bulbs burn, but the laptop doesn't submit life signs, fans, NDD don't

  • Basic authentication when calling a web service

    I am attempting to call a web service using ActionScript. The web service provider requires that I use HTTP Basic Authentication to communicate my SOAP requests. I cannot seem to get this done in ActionScript. If I instantiate a WebService object and

  • Sales order stock not able to use for delivery

    Hi, I am facing a issue for special stock of material. During cut over activity some documents are created in system. One of them was a sales order and then stock was also uploaded for the sales order. In our business special stock was required and h