Skillbuilders modal Popup loading issue??

Hi All,
I have implemented skillbuilders modal plugin in my Application.We have some six different region in the home page.Each region is having a create and edit button.
In the report region,when i click edit icon against each record and modify some values and click apply changes,changes are getting reflected in the home page.When am trying to click the same record,popup is loading continuosly for 4 -5 mins,not opening the form,then i close the popup and refresh the page,again i clicked on the same record which i modified recently ,its opening quickly.
If anyone faced the same issue ,please post your comment like how you resolved that issue!!
It will be very helpful for me.
Many thanks
Ramya

Hi Dan,
Thank you very much for the response.
I have created a sample demo in apex.oracle.com.
Please find the link below
http://apex.oracle.com/pls/apex/f?p=4000:1500:2180107774088701:::::
Workspace name - newrmo
username/pwd - DAN/abc123
DEMO APPLICATION - 66096
Please check the report region in page 27.
Try to create a record in that report region and also try to edit the report and click on the show icon to view the record details.
Thanks,
-Ramya.

Similar Messages

  • Skillbuilders modal popup v2. - popup does not open, can't figure out why..

    Hi, I am using APEX v4.1 and have used skillbuilders modal popup v2 successfully in the past. For some reason, it is working on one page (calling page 700 to pull up popup page 360) but not working on another page (calling page 900 to pull up popup page 920).
    Both modal popup pages are called from HTML buttons using dynamic actions.
    Does anyone have ideas for debugging.
    thanks, Karen
    ps. when I run the console debug, I receive the following on loading the page. I am completely new to javascript and have no idea what this means....it does not happen on p700, only on page 900
    SCRIPT5007: Unable to get value of the property 'length': object is null or undefined
    apex_4_1.min.js, line 18 character 88940
    function initTabForm(a,b,d,h,g){
    var f="#init_row_"+a;
    gErrItems=g;
    gChangedItems=new Array();
    gNumRows=h;
    gNewRows=0;
    gTabFormRegionID=a;
    gTabFormReportID="report_"+a;
    gTabForm=apex.jQuery(f).parent();
    gTabFormDefaultBG=apex.jQuery(f).children("td").css("background-color");
    gTabFormInitRow=b+apex.jQuery(f).html()+d;
    apex.jQuery(f).remove();
    var c=$x_FormItems($x(gTabFormReportID));
    for(var e=0;
    e<c.length;
    e++){
    apex.jQuery(c[e]).attr("autocomplete","off");
    if(c[e].name!="X01"){
    gTabFormData[e]=c[e].value
    else{
    gTabFormData[e]="0"
    apex.jQuery(".row-selector").click(function(){
    highlightRow(gTabFormRegionID,this,apex.jQuery(".row-selector").index(this))
    apex.jQuery(document).bind("apexbeforepagesubmit",function(){
    apex.jQuery("input[name$=NOSUBMIT]",apex.jQuery("#"+a)[0]).each(function(){
    $x_disableItem(this,true)
    apex.jQuery(f).remove()
    Edited by: KarenH on Sep 28, 2012 10:39 AM

    Thanks Pete.
    This is a large application, and I have had difficulty posting to apex in the past because the schema is too large and cannot be exported...but at least it gives you an idea.
    I am trying to rewrite p900 as it is much too complicated, and thought the modal popup would help in terms of adding new rows and validating, rather than using collections. This code was inherited, so I am a bit confused myself...but hoping to make progress.
    The button in question is called TRIPHEADER (add/edit trip header).
    https://apex.oracle.com/pls/apex/f?p=4550:1:33303433963:::::
    workspace: KEH813
    user: guest
    pwd: fish
    if you have trouble with that, access my development site:
    http://warsaw-grouper.accsp.org:7777/pls/safisd_11/f?p=4550:1:0:::::
    workspace: SAFIS
    user: guest
    pwd: fish
    you will need to run application 200 and logon as MDFISHER/SHARKBAIT
    go to FAVORITES (p900) and press ADD/EDIT TRIP HEADER....nothing happens.
    if you go to menu-->FISHER INFO and press ADD/EDIT EMAIL, you will see the modal successfully appear.
    thanks again. Karen

  • Skillbuilders Modal Popup does not open correctly

    Hi,
    i installed the modal popup from skillbuilders but i'm having trouble using it. I've gone through the online tutorial and the forum but i don't know what i am doing wrong.
    The modal page opens but very quickly a larger window shows that reduces in size to a smaller one which display no regions or items from the page i have selected to be a popup modal. I have created a demo which has the same effect
    http://apex.oracle.com/pls/apex/f?p=35329:1
    (usr,pwd: modal, modal)
    I'm not sure what page type should be used, i have tried a blank page, form, classic report but all have the same result. I'm using Apex 4.2.3
    Teo

    Try Page Template = 'Popup' for your modal page.
    If you provide access to your workspace, it might be easier to track what's wrong.

  • How to use Sharepoint Modal Popup loader in Sharepoint-Hosted Apps

    Hi,
    I have a requirement to use a modal popup as loader in SharePoint-Hosted Apps. I have used this like following-
    SP.UI.ModalDialog.showWaitScreenWithNoClose(
    'Please Wait',
    'while we retrieve...',
    '400',
    '600');
    But it does not work if we have "SP.Js" and "SP.runtime.js" included in the page. If we remove the mentioned script, then only modal works, but other functionality related to "Sp.Js" does not work.
    Please let me know if there is any solution for the problem.
    Thanks in Advance.

    Hi,
    Chk out this link also
    http://stackoverflow.com/questions/4015159/using-jquery-to-display-a-modal-please-wait-dialog-box-message
    http://bernado-nguyen-hoan.com/2012/04/23/how-to-close-sharepoint-modal-wait-screen-after-postback-when-page-is-in-dialog-mode/
    http://sharepoint.stackexchange.com/questions/24391/how-do-i-show-a-loading-div-when-opening-a-modal-dialog-from-a-customaction
    http://blog.collabware.com/2012/10/30/tips-tricks-sharepoint-2010-modal-dialogs/
    Thanks
    Jaison A
    http://infomoss.blogspot.in

  • Skillbuilders Modal Problem

    I have installed the skillbuilders modal popup plugin and it is working.
    My problem is that the refresh on the autoclose does not seem to work.
    I have 2 buttons calling different popups, so 2 on create dynamic actions
    I have created 1 On successful close dynamic action with 2 true events
    (execute javascript and refresh region).
    When I click the create button in my modal window, then the window closes
    and my success message is shown on parent page but my interactive report is
    not refreshed.
    Any ideas ?
    Gus

    Hmm. I use this all the time. It's probably something small. Can you put it up on apex.oracle.com
    I think you're talking about something like this;
    http://apex.oracle.com/pls/apex/f?p=39927:1:6485801246491:::::
    User:Test
    Pw:Testing
    Update an employee and the report refreshes. Yes?
    Kofi

  • Upgrade from 4.1 to 4.2.1 - skillbuilder modal popup 2.0 stopped working.

    Hi Everyone. We are in the process of upgrading our applications from 4.1 to 4.2.1. I have a large applications which uses the fabulous skillbuilders modal popup in many places.
    The popups have stopped working, as have several other dynamic actions. Nothing else has changed, but the apex version. I use theme 13. I have read a few blogs and some suggested checking browser security....but I am not exactly certain what to look for.
    any help would be appreciated. thanks! Karen

    How exactly did they stop working? Do they pop up at all, but with empty content?
    As for browser security: verify "Embed in frames" is set to "Allow" or "Allow from same origin" under Application properties > Security > Browser Security > Embed in frames.

  • Modal popup with lightbox effect on page load

    Hi friends,
    I was looking for help for making a windows modal popup with reads a url from xml file and load it into windows modal popup in the centre of the screen on page load. The requirement was also that it will dim the rest of the page. After searching at several places I got hint at:
    http://forums.adobe.com/message/746503
    Now there are two issues that background page is not getting dim and if any one can help me in telling how to load flash modal popup on pageload. I dont want it to be annoyed so just want to load popup once a session of once a day only on first page, I am trying cookies but I dont know why I it is not reading cookies in production environment. There are lot of examples available in javascript and silverlight but I want in flash.
    Any help shall be highly appreciated.

    Thanks. Unfortunately I'm not sure the code will apply to my
    situation... I'm actually not using a Spry dataset in any way, just
    some Spry effects to enhance my own markup (which comes from a PHP
    page but is static as far as the document is concerned.)
    If I put the Spry effect in the body onload handler, the
    element appears for a second as the page loads, then disappears
    suddenly as the Spry fade in effect kicks in bringing it from 0 to
    100.
    Another related question, I would like the Spry effect to to
    fade in with some values ending at the values as set by my CSS
    class... is it possible to have it do so? In other words fade from
    0 to current value? I know there are some ways to retrieve default
    styling of an element but figure Spry might have something built
    in?

  • base target=_self issue in modal popup window.

    Hi,
    I have implemented a modal popup window as described in:
    TIP: Building Modal Popup Windows
    I also created a Search button (per step 8 "polishing")
    The html header of the page attributes of the LOV window contains (step 3):
    <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
    <base target=_self>
    Still for some reason when I hit Search, a new window opens.
    What am I missing here?
    Toon

    Andy,
    I added the quotes: but no difference in behaviour.
    However I did find something:
    On the search button I had erroneously defined a url-redirect going back to the same page.
    And I also had a conditional (request=search) branch going back to the same page.
    I deleted the url redirect on the search button, and it works fine now: the branch takes me back to the same window (without opening a new one).
    On further testing I found another issue concerning the pagination (it is of type: row ranges in select list with pagination).
    If I press next and previous all works well. But if I select a range from the select list it opens a new window...
    Any ideas here?
    Thanks,
    Toon

  • Issue using Super LOV within Skillbuilders Modal page

    Hi,
    I have an app that has an Interactive Report which opens a form using the Skillbuilders Modal page when you click Create button. Within the Modal Page I have a few items that are using the Skillbuilders Super LOV. It all initially works great but when my validations fire and there are any errors displayed, the Super LOVs stop working. So it won't allow user to search using the LOV.
    I have an example here: http://apex.oracle.com/pls/apex/f?p=70422
    Any help would be appreciated.
    Apex 4.2.0, 11g
    thanks,
    Spaa124

    I am using Firefox 17.0.6.
    It works fine in Chrome

  • Modal Popup Window close issue

    Hi,
    i have a master detail form
    i added a link field on detail form to open a form in popup modal mode
    i putted on Link Attributes onClick="new Ext.ux.PopupWindow({url: this.href, height: 450}).show(); return false;"
    due Modal Popup Window example by Mark Lancaster
    ([http://oracleinsights.blogspot.com/2009/09/apex-modal-windows-are-snap-using-extjs.html])
    I can't close popup window and return on calling page
    Any help?
    Thanks in advance
    Lukx
    so --> win xp
    rdbms --> 10.2.0.4
    apex --> 4.0.2.00.07

    Hi lukx
    You will find additional information in the comments on my blog that will solve your problem.
    Also, my book contains an even better solution for this in chapter 10, page 334.
    Regards
    Mark
    demo: http://apex.oracle.com/pls/otn/f?p=200801 |
    blog: http://oracleinsights.blogspot.com |
    book: Oracle Application Express 4.0 with Ext JS

  • APEX 4.2. - SkillBuilders Modal Page plugin not sizing fields or labels

    I recently migrated from 4.1 to 4.2, bringing over the Skillbuilders plugin 2.0.0. My page has a Popup template. When I open the page as a Skillbuilders Modal Page, all of the fields have the same width, ignoring the width I've given it with the label above the field, even though I said the label should be aligned left horizontally. If I run the page as itself (not called as a Skillbuilders popup), it properly spaces the fields and the labels are aligned to the left. Can someone help me fix this issue?
    Thank you!

    Johnny98,
    Yes, the plug-in has been known to have issues with the responsive theme. I recommend either changing your theme or avoiding the plug-in for now.
    I may be able to address this in the future, but I wouldn't bank on it.
    Regards,
    Dan
    blog: http://DanielMcghan.us/
    work: http://SkillBuilders.com/APEX/

  • The SkillBuilders Modal Page.. Help me please

    I'm new about ORACLE APEX and i wanna use a plugin in my little application but I can't. The Plugin is SkillBuilders Modal Page.
    If there is someone who that know using of The SkillBuilders Modal Page please help me. I tried many times and many ways but always same result.
    Model page was open but always loading. No data no page. I want to do like this;
    http://apex.oracle.com/pls/apex/f?p=46685:MODAL_PAGE:0
    thanks for all.

    Hi,
    We had the same problem when using APEX 4.1. There are some new security enhancements included which stopped the Popup displaying the page.
    Here is how to fix it:
    Go to shared components then click on "Security Attributes" in the "Security" section.
    Then go down to a new section called "Browser Security"
    You then need to change the "Embed in Frames" to "Allow from Same Origin".
    This should then allow your popup to load correct.
    hope this helps
    Thanks
    Paul

  • Skillbuilders modal page plugin problems in Apex 4.1

    Hi,
    I have applied the Skillbuilders modal page plugin in my application. Everything works fine except that when I close the popup window - my parent window is not getting refreshed.
    I have put the dynamic action - Auto Close modal and action as - Refresh report on parent page.
    Settings:
    Event : Auto Close [Skill Builders Modal Page]
    Selection Type : DOM Object
    DOM Object: document
    No condition
    Any help much appreciated.
    Thanks,
    Jas

    Dear Dan,
    I have the same problem, the main report is not refreshing after adding or editing values and the success message is not showing after the DA taking place and closing the modal.
    another problem i am facing with oracle cloud which is when is when the modal loads, it gives me the following error :
    Sample Database Application
    [email protected]
    An unexpected internal application error has occurred. Please get in contact with your system administrator and provide reference# for further investigation.
    Technical Info (only visible for developers)
    is_internal_error: true
    apex_error_code: APEX.SESSION_STATE.SSP_CHECKSUM_MISSING
    error_backtrace:
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    0x32c6b06c8 548 package body APEX_040200.WWV_FLOW_ERROR
    0x32c6b06c8 599 package body APEX_040200.WWV_FLOW_ERROR
    0x32c6b06c8 903 package body APEX_040200.WWV_FLOW_ERROR
    0x32ca89608 5985 package body APEX_040200.WWV_FLOW
    0x32df51ac8 249 procedure APEX_040200.F
    0x29cd0a0d0 2 anonymous block
    Set Screen Reader Mode On 4.2.1
    and after googling , i saw your solution for the super lov having the same problem
    problem located in customers page.
    the credentials are:
    http://apex.oracle.com/pls/apex/f?p=4000:1:9039832809236::NO:RP:FB_FLOW_ID,F4000_P1_FLOW,P0_FLOWPAGE,RECENT_PAGES:37403,37403,37403;|,
    workspace: ahk
    username : dan
    password : dan
    Best Regards:
    Yousef Alraway
    Edited by: user12279113 on Mar 12, 2013 3:25 PM

  • Problem with JavaScript code in Page Attributes, modal popup...

    Hello all!
    I'm encountering a problem with a modal popup I wrote in JavaScript.
    h3.
    The situation*
    A user sees an interactive report with rows that are clickable, so these rows are links. Upon clicking the name of something in a row, some items get a certain value and a modal popup shows on the screen. In this modal popup, there are details regarding that particular row the user has clicked, but the problem_ here is...
    The modal popup closes itself only seconds after it has been opened.
    This must be because I've probably made a mistake somewhere in my code, but I just can't figure out where... It also appears that when I click on a row link, the popup shows, but the progress bar of my toolbar seems to show a loading bar (as if I refreshed the page).
    h3.
    My code*
    This code is located in the _"Function and Global Variable Declaration"_ part, under the _"JavaScript"_ tab. Code is in the _"Page Attributes"_ of my page 24.
    function showhide(x){
    $x('REGION1').style.display = ( x == 'REGION1') ? 'block' : 'none';
    $x('REGION2').style.display = ( x == 'REGION2') ? 'block' : 'none';
    $x('REGION3').style.display = ( x == 'REGION3') ? 'block' : 'none';
    $( function(){
      $('#ModalForm').dialog(
         modal: true,
         autoOpen: false,
         width: 500,
         height: 350,
         buttons:{ Close: function(){closeForm();}        
    function openForm()
        $('#ModalForm').dialog('open');
    function closeForm()
        $('#ModalForm').dialog('close');
        $(document).ready(function() {
            $('a.temppop').click(function() {
                openForm();
        });This code is located in the _"Header Text"_ part, under the _"Header"_ tab. Code is in the _"Page Attributes"_ of my page 24.
    <link rel="stylesheet" href = "http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/base/jquery-ui.css" type="text/css" />
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js"> </script>
    <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.js"> </script>This code is located in the _"Column Link"_ part, you get there by going to the _"Report Attributes"_ of the region called _"Template overview"_ on page 24. This region is an interactive report.
    Link Text: #FOODTEMPLATENAME#
    Link Attributes: class="temppop"
    Target: Page in this Application
    Page: 24
    Item 1, name: P24_MEALID; item 1, value: #MEALTYPEID#
    Item 2, name: P24_TEMPLATEID; item 2, value: #FOODTEMPLATEID#So basically I call the function to open the modal popup by the class name. When a link with that class name in it is clicked, it opens the popup.
    To remind you of the problem, the modal popup closes seconds after it has been opened. How do I fix this?
    Thanks in advance.
    (APEX version 4.1.1.00.23)

    Come on guys... I really need to know this. :(

  • Skillbuilders modal from chart link

    I'm at a loss as to how to call the skillbuilders modal from a chart link (click on point in series). I'm able to call a classic report residing in another page but I can't figure out how to get it to appear in a modal. I created examples on apex.oracle.com.
    http://apex.oracle.com/pls/apex/f?p=32787
    user: admin
    pwd: demo
    The chart in column 1 has the working link that opens a classic report in another page. The chart in column 2 is the one I want to open in a modal.
    Any guidance on how to do this would be appreciated.
    --Rob
    Edited by: user5745679 on Jul 17, 2012 10:33 AM

    Sorry about that Dan. The user I provided has developer rights, but i passed along the wrong link. I think the follow is what you need?
    http://apex.oracle.com/pls/apex/f?p=4550:1:1540681862471801:::::
    workspace: brospace
    user: admin
    pwd: demo
    application: 32787 - chart drill down-modal
    Page 1 has 2 charts. The chart in column 1 is working fine with a link to a report in another page. Chart2 in column 2 is the one I would like to have the report loaded in a modal rather than moving away to another page.
    Again, apologies and much appreciation for the help. Clearly I'm showing that I'm an end-user trying to evaluate the ability for my kind to develop basic applications.
    --Rob                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Maybe you are looking for

  • How do I change the country of iTunes store on my iPad?

    How do I change the country of iTunes store on my iPad?

  • Auto Submit in Tabular form

    I have a tabular form in which I want a select list to auto submit. I have tried using OnChange but can't seem to get it to work. What would I need to change on this select list to get it to auto submit the tabular form for me? Thanks! Edited to add

  • I pad safari won't work

    i updated my iPad to iOS 8 and safari won't even load and keeps crashing back too the home page

  • Changing LOV's  table-field size

    Hi, I'm using Jdeveloper 11g. Knowing that the tag below is used in LOV, Now I need to know how to change the LOV's table-field sizes? (I'm using the model-based LOV, and it's reading the attributes from the view object) <af:inputListOfValues model="

  • I'm not receiving verification emails

    I've downloaded the creative cloud and It's telling me that I need to verify my email and it won't allow me to continue without varification. However when I press "Resend" I get nothing in my gmail inbox. I need Adobe Premiere promptly for an assignm