Update a flash chart in Apex 4.2

Hello

APEX 4.2, Oracle 11 g r2.

We went to Apex 4.2 last week.
The table updates no longer work.

I used a JavaScript function defined in the source of the region (region definition) to refresh your diagram by clicking on a button, but as you know the source of the region is not available in the apex 4.2 so my feature has been removed and everything is broken...

What is the best way to update a flash (or HTML5) chart from JavaScript to the APEX 4.2? ( I don't want to not use dynamic actions )
I can't find anything in the documentation.

Thank you.

Yann.

Hi Yann,

Charts now support dynamic action of 'Refresh' and there is no need to use an undocumented APEX JavaScript APIs more. So I recommend that you create a dynamic shooting action for the event "Click" of the button that performs an action "Refresh" for the area of your chart.

If you really don't want to use dynamic measures, you can also use

jQuery( "#static_id_of_your_region" ).trigger( "apexrefresh" );

in your JavaScript code to trigger a refresh of your chart region.

Concerning
Patrick
-----------
My Blog: http://www.inside-oracle-apex.com
APEX Plug-Ins: http://apex.oracle.com/plugins
Twitter: http://www.twitter.com/patrickwolf

Tags: Database

Similar Questions

  • Asynchronous flash chart where update select list value changes

    Hi devs,

    I groped with flash graphics with dynamic when update select list point of changes in value.

    First of all, I used the function of Denes Kubicek [http://htmldb.oracle.com/pls/otn/f?p=31517:229 | http://htmldb.oracle.com/pls/otn/f?p=31517:229:3039869356317498] update the value of the session from my dynamic selection list after change:
    <script language="JavaScript" type="text/javascript">
    
    function fnc_setItem (pItem)
    { 
      var get = new htmldb_Get(null,&APP_ID.,'APPLICATION_PROCESS=dummy',0);
      get.add(pItem,$x(pItem).value)
      gReturn = get.get();
      get = null; 
    }
    </script>
    That has worked well. Then has been to change the update interval chart flash and:

    Home > Application Builder > application 150 > Page 1 > Flash chart attributes > update >
    Asynchronous update = Yes
    Update interval (seconds) = 5

    My report is automatically updated every 5 seconds. But how can I make it work just with the change in the value of the selection list?

    The function is used to refresh the report: apex_RefreshChart (1, '2258227549390282', ' de');

    Patrick Wolf was a good example for her: [http://www.inside-oracle-apex.com/auto-refresh-flash-charts-in-apex-30/ | http://www.inside-oracle-apex.com/auto-refresh-flash-charts-in-apex-30/]

    But I couldn't make it work properly.

    Thanks in advance


    Tobias

    Hello Tobias,.

    Having defined with function of the Dene session state, you can refresh the table to help:

    apex_RefreshChart ($v ('pFlowStepId'), $v('Pxx_REGION_ID').substr (1), navigator.language);

    PXX_REGION_ID is the ID of the region of the chart area. You can set that in the bottom of the region to help;

    $s ("Pxx_REGION_ID", "#REGION_ID #");

    See [example: http://apex.oracle.com/pls/otn/f?p=41715:29]

    Greetings,
    Roel
    http://roelhartman.blogspot.com/
    You can reward this response in marking it as useful or Correct ;-)

  • Send the value of the element to IR flash chart

    Hello developers,
    I have a way to query.
    On a page, I have 2 parts: a flash chart, a single interactive report and a hidden element attached to the chart area. When the user clicks on flash graphic, the IR must have a filter automatically set as IR_COLUMN = VALUE. So I put in action link to go to the same page and fixed in article IR_COLUMN and the value "& P_HIDDEN_ITEM.". Surprise, value is not passed, on the contrary if I use: APP_ID. or another string of standard substitution or #VALUE # #MAX_VALUE # the value or it passes. Note that I don't want to send all the values in the chart. I also try to put a substitution string to properties of the Application and try to pass the value but still does not work. I use APEX 4.0.2.
    Thank you.

    Hi "user11978562"

    You mention that you have attempted to reference your item hidden in the field 'Value' in the region of action link. The entry of the names of elements in this area is not supported, and the value of this element will not be retrieved or used in the URL. Depending on the type of graph, a set list of substitution strings are accepted for example #LABEL #, and also the references to the FLOW_ID APP_ID, SESSION, are managed. If you want to reference the element hidden, then you could update your graphic to include the link, similar to the following query:

    SELECT 'f?p=&APP_ID.:2:&SESSION.:IR_REPORT_12345678:&DEBUG.:RIR,CIR:IR_JOB:&P2_HIDDEN_JOB_ITEM.' LINK,
           ENAME LABEL,
           SAL VALUE
    FROM   EMP
    ORDER  BY ENAME
    

    .. where the link includes a reference to page 2, the same page as my graphic and interactive report; demand IR_REPORT_12345678 identify my interactive report; the interactive report for WORK column, IR_JOBfilter; and a reference to my article on hidden page P2_HIDDEN_JOB_ITEM. Just ensure that your hidden item has a value in session state, and then by clicking on an element of your theme astral should define the IR filter. If you do not want to go to the IR filter of the column, instead of referencing an element hidden, then you could do just a graphical query value replace the reference to the element hidden by a column reference, similar to the following:

    SELECT 'f?p=&APP_ID.:2:&SESSION.:IR_REPORT_12345678:&DEBUG.:RIR,CIR:IR_JOB:'||JOB' LINK,
           ENAME LABEL,
           SAL VALUE
    FROM   EMP
    ORDER  BY ENAME
    

    .. where I added a reference to the JOB column in the column of the query LINK.

    In response to your comment that you tried to "+ set a string substitution to properties of the Application and try to change the value, but did not always work +", only a defined set of chains of substitution are accepted for graphics, and they are referenced using item-level associated with the 'value' point on the action link region.

    I hope this helps.

    Kind regards
    Hilary

  • Flash graphic on Apex 4.0 category title

    I am new to use apex, especially the graphics feature. I use a flash chart and I use a simple query to the LOB (business) group in the price.

    Select ' f? p = & APP_ID.:1 :'|| : app_session |': ' link, LOB, value1 COUNT (REQUEST_ID) label
    "Awards".
    LOB group

    Is it possible for me to be able to click on each individual TRADE (on the graph itself because the link is not on the title) and then pass this value LOB to another page which will produce a graph of the branches where LOB = lob_clicked_on?

    I apologize if it was very complicated but I'm having a lot of difficulty trying to understand this.

    Thanks in advance for your suggestions

    Have you tried to change the link to take you to your destination page of your choice, where the link sends the selected relevant LOB.

    select 'f?p=&APP_ID.:DESTINATION_PAGE:'||:app_session||'::::P2_LOB:'||lob link
      ,LOB label, COUNT(REQUEST_ID) value1
    from "awards"
    group by LOB
    

    Scott

    PS - I'm sorry for you to have the tiny table names

  • Save a Flash chart to an Image file

    Hello

    I created a Flash chart. I have asked me to save in a format of JPEG file or something along those lines.

    Does anyone know how to do this?

    -N.S.N.O.

    Hello

    If you are using Anychart v3, you can't. If you are using Anychart 4 or 5 then you can just right click in your chart, then choose the appropriate option.

    Of course you can always use the Printscreen key and paste the image in an image editor software :)

    --
    Paulo Vale
    http://Apex-notes.blogspot.com

  • How do I update Adobe Flash Player when Firefox blocks this update?

    When I get to the box that says save or cancel the update, and I click on save, Firefox, then gives me a message that says that my flash drive was blocked for my protection. When I go through the procedure for updating Flash Player, the same as a loop.

    Hi, is the latest version of flash, you need to update to Flash Player 18.0.0.194 - it fixes various vulnerabilities that are actively exploited in the wild.
    If you have problems with the normal update, then try using the installer available at https://www.adobe.com/products/flashplayer/distribution3.html adobe instead - offline for firefox, please select the windows installer exe for browsers based on plugin on this site.

  • Update adobe flash player for 17 NPAPI, shows on the adobe site that is installed on the operating system xp, I have windows 7, no sounds or video won't play when using FF

    I've updated the flash 17NPAPI drive 3/20 and now no audio or video will play. Went through all the help the Odobe website which shows the installation but also shows my OS XP, but I have windows 7. The previous version was still appearing in my programs as active 16 X adobe flash player so I deleted a new and thought that the old one would work so well. But still no audio or videos don't play.

    My windows media player works fine, it's just when I get online with firefox that I'm having this problem...

    Thanks in advance for any help

    The ActiveX version is for Internet Explorer.

    Your useragent is displayed as Mozilla/5.0 (Windows NT 5.1;) WOW64; RV:36.0) Gecko/20100101 Firefox/36.0 as the NT 5.1 is Windows XP.

    Maybe you run Firefox 36 is the Windows XP compatibility mode.

    http://Windows.Microsoft.com/en-us/Windows/what-is-program-compatibility#1TC=Windows-7

  • I'm unable to update Adobe Flash and activated like it. Thank you

    I tried several times to update Adobe Flash that has been disabled by Firefox. and were not successful. This system need to see a lot of my sites/electronic mail. Can you turn on for me?

    What is the problem you get when you try to update Flash? Try download of https://get.adobe.com/flashplayer/download/?installer=FP_16_for_Firefox_-_NPAPI & standalone = 1

  • I'm trying to update Shockwave Flash from 15.0.0.223 to 15.0.0239 but cannot but failed to get the correct link to start the process.

    I had a single connection to save but that apparently has not worked. The last time time I had to update Shockwave Flash, I go to the Dell Support and they have also struggled.
    Firefox is supposed to have a 16.0.0.235.
    Y at - it another link to use to update Shockwave Flash?
    I had Windows 7

    The last link that it affected has the ESR of updated versions of Flash 16.0.0.235 and the 13.0.0.259 for Win/Mac. http://www.Adobe.com/products/flashplayer/distribution3.html

    By the way the 15.0.0.239 you are trying to install is vulnerable with somewhat newer version 15.0.0.242 however users who have 15.0.0.246 is not vulnerable.

  • Update of Flash Player seems to have reset Firefox.

    Windows Vista up to date. Last update of Firefox. Latest update of Flash Player.

    I followed the prompt to update Flash Player as usual, which opened and ran through Internet Explorer (sharing computer, IE is the default browser). After download and installation of update of the FP, it opened the "Step 3" FP in Firefox page, apparently it crashing in the process.

    Normally, Firefox opens with 2 pinned tabs (which is Pandora) and all that is left in the last browsing session. This time he opened with a darkened/unloaded (the page tab "FF crashed") and the stage of FP Adobe page 3 in the 2nd tab 2 tabs, that has been loaded. No other tabs pinned or other. Opening FF opens the start page of FF and not the other tabs. The normal configuration is listed in the story under "Restore Windows closed" ("Restore closed tabs" has a separate list).

    Opening from the previous installation to "Restore the windows closed" reveals the installer, though Pandora has become indeed inadmissible (cache, cookies, history, etc. has been deleted) due to a buggy script. However, regardless of where I sail, FF never restores the previous session (as it is supposed to), but rather by default is the start page.

    I have not tried resetting FF, in the hope of a better solution.

    Thanks in advance.

    Please try reinstalling Flash, it is possible to restore the session restore file in the folder of your profile to an earlier version. But firstly I would recommend to backup and restore the information contained in the profiles of Firefox

  • have had crashes Flash, tried updated for flash 11.4 and update still obsolete poster for the flash player plug-in.

    My Flash drive has started breaking last night. I did a check on the update page and he said flash was outdated, so I've updated. After restart of Firefox and recheck the plugin to update page he has always shown the flash player as obsolete. I tried the Reset card in dat file and it shows even as obsolete. Is there a problem with Flash 11.4 or I do something wrong?

    You have two different versions of the version of Flash Plugin installed.

    Installed Plug-ins
    
       Google Update 
    Shockwave Flash 11.4 r402
    Next Generation Java Plug-in 10.7.2 for Mozilla browsers
    NPRuntime Script Plug-in Library for Java(TM) Deploy
    Shockwave Flash 11.3 r300

    Uninstall the old version.

  • Why when I try to update Adobe Flash, it ask me to remove Firefox.

    13.0a2 Aurora, on Ubuntu 11.10, using can't play flash with the Gnash plugin current; When I try to update Adobe Flash, it ask me to remove Firefox.

    Not sure if there is no default restrictions you may have to substitute. Also, I think that Synaptic should be offering at least Flash 11, except perhaps the default Firefox with Ubuntu is 64-bit. If you have downloaded the Mozilla's Aurora zip package, you can try to create a plugins folder in the extracted folder firefox as shown in the Readme Adobe. That way you would the regular Firefox for Ubuntu with Gnash, as well as the future Firefox with Flash and maybe Squeak. Please note that it would be a good idea to create another profile (for eg. aurora) and switch between the two profiles for Firefox and Aurora to prevent the possible alteration of personal data. Ubuntu forums would also be very useful.

  • Impossible to update Shockwave Flash plugin

    I'm only updating Shockwave Flash because the plugin page says to do so; Otherwise, I have no problems. The sequence of update I'm having problems is different from those described by others:
    (1) check the updates of the plugin: Shockwave Flash 11.1 r102 was highlighted as 'Vulnerable' with red UPDATE NOW.
    (2) click on update now and was prompted to download Adobe Flash Player 11.1.102.62 (no Shockwave Flash); Downloaded ran .exe install file. Closed Firefox installation, such as requested and installation is complete.
    (3) Firefox open; Active plugins and now reviews of saw that version of Flash Player is outdated and people with disabilities.
    (4) as test, played a video of youtube; Click command prompt at the top of the screen for "plugin" missing Run auto update, called for the closure of Firefox and completed the installation.
    (4) Firefox open; Checked plugins and once again saw that Shockwave Flash needed UPDATE NOW (as described in #1 above). Adobe Flash Player is not listed anywhere in the plugin list.
    So now that I'm back to where I was before, I'm wondering if I'm really vulnerable because of this version of Shockwave Flash.

    Of course, some confusion.

    Pablo said: 'downloaded from your link (64-bit version). »

    To clarify: to determine which version is installed in Firefox, use Firefox only when you go to the Plugin Check page or the Adobe page "about". I've known a few cases in which the computer must be restarted after the installation of the new version of Flash for this new version to be recognized.

    If the information immediately preceding in this answer does not work for you, you may uninstall Flash completely from your system and start with the installation of Flash again. Note, in the article below, there are 2 programs uninstall, one for 32-bit and one for 64 - bit; Download and run at the same time. Then, follow the instructions in my original answer above to reinstall and test Flash.

    Sorry that you have problems with the installation of Flash, but many users on 64 - bit systems posed problems with the new installer 32 bit/64 bit combined from Adobe.

    If this answer solved your problem, please click 'Solved It' next to this response when connected to the forum.

  • I have a problem. Update of Flash Player required you must download and install the latest version of Adobe Flash Player to view this content. but my Flash player is up-to-date. I use ubuntu10.4, firefox 8.0

    I have a problem. Update of Flash Player required you must download and install the latest version of Adobe Flash Player to view this content. but my Flash player is up-to-date. I use ubuntu10.4, firefox 8.0

    You are welcome

  • Page updated Firefox always said 'you need to update Adobe Flash Player now! ", but identifies the missing plugin update process which I am unable to find.

    I click the button to update Flash Player on the web page updated to Firefox that brings me to the Adobe Flash Player download page. By clicking on the download button now takes me to a page of instruction poster screenshots to wait during the process. The InfoBar at the top of the page says it has a missing plug in, but by clicking on the button "install the plug-in missing" translates to "not found any plug-in." There is no other button or active link on the Adobe page that allows me to move forward with the process. This same thing happened the last several times that Firefox has updated. Flash Player has not been updated for a long time.

    Is easier to use the manual setup programs to install Flash, for details, see http://kb2.adobe.com/cps/191/tn_19166.html#main_ManualInstaller

Maybe you are looking for

  • I'm trying to get an e-mail from a zipped file mail folder

    Hello I copied and pasted the local_folders of the ...\appdata\Roaming\thunderbird\profiles\ < profile_name.default > \Mail folder profile in a different directory for backup purposes. I changed the account setting - directory local to point to the n

  • Problem with keyboard on the Satellite L70 - has

    I got my T Sat L70 - A computer for a while with no problems. A few days ago my 'BACKSPACE' key start showing as '9' and does not meet the command «return back» How can I fix it?

  • Satellite 2410-504 supports USB 1.0 or 2.0

    Glances sorry to be thick, but that s what are these forums, because I guess.I have a Satellite 2410-504.It s about 5 years. Can someone tell me if it is USB 1 or 2? If its USB2.0 do I need a driver for it Thanks again Jason

  • HP ENVY 17 TS j078 laptop will not play blu ray dvd

    I just got a HP ENVY 17 TS j078 Notebook PC I had to call the assistance that he would not play a dvd. They have installed VLC MEDIA PLAYER and dvd movies now work. I understand this particular laptop also plays blu ray dvd, I tried several but no lu

  • Error printer HP PSC 1315

    I recently started work on a Dell Windows 7 computer, and it seems that there is some kind of problem (error 0X000000c1) with the printer drivers for the HP PSC 1315 all-in-one that occurred after the installation of MS Office 2010.  The scanner stil