Issue of APEX 5.0: symbol of continuous loading when using parts of the tree with Mobile Applications

I use a use of a region of the tree Mobile Application. The tree implementation is defined on Tree APEX.

When I run the Application, I get a symbol of continuous loading.

When I use the same SQL, region and implementation in a desktop app it works fine.

I can't get it working on a Mobile Application with the implementation of jsTree.

bug?

Hi Matt,

The area of the tree is not supported for mobile pages. If you use the new page Wizard to create a mobile page, you will see that it is not established that the area of the tree. It only appears if you decide to display unsupported. What seems like a bug, it's that the tree is displayed in the Gallery of areas of the page designer.

The implementation of the tree of the APEX (widget.treeView.js) is a jQuery UI widget. Even if the core of widget in jQuery UI and jQuery mobile are essentially the same tree view widget has additional dependencies such as $. UI.mouse. the reason why the old jsTree can work at least a little, is that it is a jQuery plugin not a jQuery UI plugin (if I remember correctly).

I also think that on a small phone size screen that a tree would not work so well.

Kind regards

-John

Tags: Database

Similar Questions

  • Windows 8 apps is not up-to-day, continue to show "Pending" when I look at the State of windows applications update 8

    Dear team,

    I use the laptop dell inspiron with windows operating system 8. Apps Windows 8 does not get updates, continue to show "Pending" when I look at the State of windows applications update 8, I haven't downloaded or installed all the other apps, but I'm trying to update the applications integrated Windows 8 came with the computer dell laptop. I have high speed internet. I installed McAfee total protection subscribed when the purchase of the laptop.
    Please help free for applications update of Windows 8.

    Finally, I found a solution. Go to troubleshooting (press win + w > then type troubleshooting). a window now opens in the office. Click on "solve problems with windows updates. Now click Next. Windows will search for solutions, but he can't find anything. Then, windows will ask if you want to try in administrator mode. Click Yes. Windows will find and fix the problem. That's all.

  • XLS-models with BI Publisher using and download the reports with APEX

    Hello

    I already create PDF reports with RTF Templates. In the APEX, I create a button and a process of "Download" to get the PDF-reports the BI Publisher. ". We use version 11.1.7.

    Now I try the same thing with XLS-Templates. I create the XLS model in the editor of BI and where it works very well. Now I need also an APEX-"Download" - Process to download the XLS reports to the client. The method already used doesn't work for RTF models.

    Kind regards

    Mark

    Hello

    I found here, the format has value "excel", not "xls"!

    http://docs.Oracle.com/CD/E28280_01/doc.1111/e26693/ibr_config.htm#WCCAA2062

    Now it works like a charm!

    Kind regards

    Mark

  • Values with the HTML not getting informed when using AJAX in the APEX

    Hello

    I use AJAX to fill some values in a tabular report.

    I have a java script of this form (I took this example Denes http://apex.oracle.com/pls/otn/f?p=31517:241:1400877312570049) example

    < script language = "JavaScript" type = "text/javascript" >

    function f_set_multi_items_tabular (pValue, bow) {}
    get var = new htmldb_Get (null, html_GetElement('pFlowId').value,
    = Set_Multi_Items_Tabular', 0);
    {if (pValue)}
    Get.Add ('TEMPORARY_APPLICATION_ITEM', pValue)
    Get.Add ('T_ROWNUM', Prow)
    } else {}
    Get.Add ('TEMPORARY_APPLICATION_ITEM', 'null')
    }

    gReturn = get.get ('XML');

    {if (gReturn)}
    var l_Count = gReturn.getElementsByTagName("item").length;
    for (var i = 0; i < l_Count; i ++) {}
    var l_Opt_Xml = gReturn.getElementsByTagName ("item");
    var l_ID = l_Opt_Xml.getAttribute ('id');
    var l_El = html_GetElement (l_ID);
    {if (l_Opt_Xml.firstChild)}
    var l_Value = l_Opt_Xml.firstChild.nodeValue;
    } else {}
    var l_Value = ";
    }

    {if (l_El)}
    If (l_El.tagName == 'INPUT') {}
    l_El.value = l_Value;
    } Else if (l_El.tagName == 'SPAN' & & l_El.className == 'Raptor') {}
    l_El.parentNode.innerHTML = l_Value;
    l_El.parentNode.ID = l_ID;
    } else {}
    l_El.innerHTML = l_Value;
    }
    }
    }
    }
    get = null;
    }

    < /script >


    And I the process of application as follows
    BEGIN
    OWA_UTIL.mime_header ("text/xml", FALSE);
    HTP.p ('Cache-Control: non-cache');
    HTP.p ('Pragma: non-cache');
    OWA_UTIL.http_header_close;
    HTP.prn ("< body >");
    HTP.prn ("< desc > This XML genericly defines several elements < / desc > '");
    HTP.prn ("< item id =" f05_000 "|: T_ROWNUM |" "> ' |: TEMPORARY_APPLICATION_ITEM |") ("< / item > ');
    HTP.prn ("< / body >");
    END;
    If I have: TEMPORARY_APPLICATION_ITEM as "Vikas" gets it displays correctly, but if I "& lt;" b & gt; Vikas & lt; b & gt;' it shows null. If she tags HTML function l_Opt_Xml.firstChild.nodeValue does not correctly work.
    Please tell me what modiifcation can I use in the l_Opt_Xml.firstChild.nodeValue function to get values with HTML tags also to are displayed.

    Thank you
    Vikas

    Vikas,

    Try to escape special characters:

    htf.escape_sc(:TEMPORARY_APPLICATION_ITEM)
    

    Kind regards
    Dan

  • A mission continues to load when I'm doing the free flight on Flight Simulator

    It seems that my FLight Sim is blocked on a mission.  If I try to make free flight, she won't have to the city I chose instead to the last mission, that I flew.  Is there a way to reset it or prevent it?

    Hello

    I suggest you check out the link below which gives troubleshooting steps and also support the options in the tab Contacts for Flight Simulator X.

    http://support.Microsoft.com/GP/cp_flightsim_master#TAB0

    See also:

    http://www.Microsoft.com/games/PC/flightsimulatorx.aspx

  • Problem when using Ajax in the APEX.

    Hi all

    I use this function in my application to overcome the & & problem... This is the query

    DECLARE
    l_counter NUMBER;
    l_o_name VARCHAR2 (2000);
    BEGIN
    FOR rec IN (SELECT distinct FASS. ESCAPE_SC (atct_attr_type), FASS. B ESCAPE_SC (atct_attr_type)
    OF t_new
    WHERE atct_atcl_code =: F41_ATCL_ATT_TYPE_REP_CODE)

    LOOP
    -HTP.prn ("< option value ="' | rec.b |) '">' || Rec.a | ("< / option >");
    dbms_output.put_line (' < option value = "" | ") Rec.b | '">' || Rec.a | ("< / option >");
    end loop;
    END;

    It works very well with any questions...
    But I want to show atct_attr_type at the top of case...
    The use of uppercase letters in the above query...

    Thank you
    David...

    What is the problem with using the UPPER function

    HTF. ESCAPE_SC (UPPER (atct_attr_type))

    in the Query(for loop inline cursor) SQL

  • in the Tree control check box symbol

    Hello

    I built a code to use the check box symbol based on the tree and pasted to get the item check box selected.

    In fact, my requirement is to use the tree with the checkbox and make multiple selection and the list of the selected item. I've completed up to the selection of the checkbox, but not able to get the list of all selected items.

    I enclose the code for your reference.

    Please let me know hot to do this, if anyone knows.

    Thanks in advance

    Perhaps this...

  • Possible for the AA to continue playing when minimize?

    AA (3) stops playing when I select another program or to minimize.  Is it possible to change this?  I need to be able to view multiple windows while listening to programs registered to compare scripts, adjust the volume controls a sound card, etc.

    I use Reaper as my multitrack DAW and it has no problem to continue reading when I minimize it or click in another application.

    Thank you.

    Ryan

    Go to Edition > Configuration of Audio material and UNcheck the ASIO Driver output box in the background.  Which will make ensure that Audition will keep driver ASIO sound card and not allow it to be "hijacked" by another program.

  • Issue of apex Listsner

    Hi all

    I am trying to install the Apex and have the following on my laptop

    (1) oracle DB 11 g 2 on win 7-> it works fine
    (2) fusion middleware oracle 11 g (WebLogic Server Version: 10.3.6.0)-> it works fine, I am able to connect to the console.

    As I am with the installation of Oracle Apex Listener,

    I installed the apex and the fact that by the link below

    http://docs.Oracle.com/CD/E21611_01/ doc.11 /e21058/install.htm

    but stuck in Chapter 2) Oracle Application Express Listener configuration

    It comes

    Oracle Application Express listener Administration access
    To access Oracle Application Express listener Administration initially, enter the following URL in your Web browser:
    http:// < Host >: < port >/apex/listenerConfigure

    When I try to open a session as long as administrator in the above, I have get invalid user name password? ORA 1017.

    What is the password for this?

    Please submit dear experts.

    Concerning
    S

    Hi "S."

    For the listener to APEX 1.1 you must create an administrator user for configuring the listener of the APEX in Weblogic.
    For example, "adminlistener" with the role 'Admin '.
    Looking for more information in the documentation of the listener.

    When you start http://:/apex/listenerConfigure (new configuration) or http://:/apex/listenerAdmin (configuration), you need to identify you with this user to administrator. Thus "adminlistener".

    When configuring the Listener page you define the connection to the database for APEX.
    This is done with the APEX_PUBLIC_USER account.
    In addition, you must set the host name, port, the sid or the servicename of the database.
    After registration you can start the APEX in the browser.

    In the APEX for the internal workspace, you will need to log in as "Admin" with the password you defined during the installation of the APEX.
    Either way, I would try to avoid naming the directors of your own workspaces APEX as "admin". Rather call them "admin_ + space +".

    Kind regards

    Mathieu

  • Other issues of syntax on nested symbols

    I have a symbol timeline that does everything that I need to do, except to access a function in the symbol of the scene. I would have thought that the call of the function in the symbol of the scene of a nested symbol (which is loaded dynamically, if that makes a difference) would be something along the lines of:

    sym.getComposition () .getStage () .gotoNextSlide ("slide5");

    but no luck. I can alert the scene itself as [Object Object], which raises another question. Is there a property always available objects that can alert or trace to ensure that the correct object is meant? I had no luck with the symbol id, name, or NomSymbole.

    change:

    function gotoSlide (slideName) {}

    fadeTo (slideName);

    }

    TO:

    sym.gotoSlide = {function (slideName)}

    fadeTo (slideName);

    }

  • Issue of apex + apache mod proxy

    Hi, I am trying to access to the homepage of my apex by the apache mod proxy application, I had configured the mod_proxy module to redirect the ip address where the oracle apex, but when I try to access the page does not display the images and I can not connect?

    I think that there is some sort of configuration problem but I don't know what I need to change.

    Thanks in advance.

    Edgar

    Published by: [email protected] on February 4, 2010 13:46

    Hello

    Then add the following to your Apache config

    ProxyPass /i http://192.168.6.172:8080/i
    ProxyPassReverse /i http://192.168.6.172:8080/i
    

    Restart Apache

    BR, Jari

    Published by: jarola on January 28, 2010 17:23
    Copy-paste error corrected

  • issue of apex

    Hello

    I created the theme of the workspace. By using this theme of the workspace, I created a few applications.

    Now, I changed the theme of the workspace. These changes are not available to applications that I created earlier.

    What I have to do to apply the theme to the workspace modified applications.

    Thanks for your help.

    Published by: user5156030 on March 13, 2009 13:33

    Published by: user5156030 on March 13, 2009 13:33

    User,

    What is your name?

    Best practice is to take advantage of the ApEx into the subscription mechanism. You start by creating an application that is not supposed to be used for anything other than an application of 'model '. Here, you add your theme as you like, but also all shared components you want to what others asking to be able to "consume." Then, when you create a new application sign up for the application of the model. Later you can push changes to the application of the model to all subscription requests.

    To avoid having to re-register during the creation of each new application, you can create another application that is used as the starter for new applications with the updated subscriptions set up. Then you simply copy this application when you want to start a new.

    Kind regards
    Dan

    http://danielmcghan.us
    http://sourceforge.NET/projects/tapigen

  • Interactive report new issue to Apex

    Hi, I'm new to Apex... I ask your help to solve a prob...

    I am trying to create an interactive (IR) report that has more than 160 columns... He said that the maximum limit is 60(or 64) columns... I remember when I started just to build the application, it has allowed me to create the report with 160 + columns but I didn't start with IR. My entire application was built, and it's the only thing that remains to be done... Is it still create an IR with columns 160 + now that I am almost finish the app...

    (just a thot may be create another application with the IR and then import this page - if you think that work please guide me on how to do this)

    Kind regards
    R

    Hello R,

    I had the same thought; If it is possible to create a new appl with IR with 160 + columns then do.

    After creating a new appl revert to the original app, open one of the pages, click the copy button on the top of the page, click on 'Page in another application', select the new appl with IR, then select the page with IR... Follow the steps

    Kind regards
    Mel

  • I am running winXP home on laptop wireless via a router, and I continue to have an effect on the net.

    login procedure

    I am running winXP home on laptop wireless via a router and I continue to have an effect on the net, and a window saying I need to go through a certain procedure of connectivity in order to return on the net than what seems to come regularly and after that I went through the procedure, I'm back on the net could you please inform me how to eliminate this problem.

    Hi conorcloris,

    ·         What is the exact error message?

    ·         Did you do changes on the computer before the show?

    Follow the steps in the article.

    How to troubleshoot a network home in Windows XP

    http://support.Microsoft.com/kb/308007

    In Windows network connection issues

    http://support.Microsoft.com/kb/313242/en-us

    Troubleshooting Internet connection sharing in Windows XP

    http://support.Microsoft.com/kb/308006/en-us

  • When my program works in the Win7 with aero theme, the border of the video continues to blink.

    My program is used to read a video written by the DirectShow.  However, when using the aero theme. the border of the video keeps flashing. other themes doesn't have this bug.

    Hello

    According to the description of the problem, I can understand when you use the aero theme, the boarder continues blinking while a video is playing. Don't worry, we'll guide you to get the problem resolved.

    Please answer the following questions in order to better understand the issue.

    1. Are you facing this problem on all the videos that you are trying to play?

    Method 1

    Run Troubleshooter of aero theme

    http://Windows.Microsoft.com/en-us/Windows7/open-the-Aero-Troubleshooter

    If the problem persists, follow method 2.

    Method 2

    You can run the below mentioned fixit to correct the problem with the effects of glass.

    http://Support2.Microsoft.com/mats/aero_effects_not_working/en-us

    If the problem persists, follow method 3

    Method 3

    I suggest you to update the graphics drivers and check if the problem persists.

    http://Windows.Microsoft.com/en-us/Windows/Update-driver-hardware-ISN

    I hope this helps. Write to us for assistance.

Maybe you are looking for

  • FF doesn't "block" an add-on that is NOT on my computer.

    When I use the add-on Manager to check my Add-ons, he informs me that Java Deployment Toolkit 10.51.2.13 is disabled. But when I run a search for files on my hard drive looking for the mentioned files, there is no file on my hard drive. (Look for npd

  • Eliminate the popup

    I have suddenly acquired a benthic popup. It is certainly NOT on the sites I visit (which are all kept in my company). I think some sort of add-on installed without my knowledge. It appears on every page; When it is not, it occupies about half of the

  • 7310 all-in-One: automatic duplex printing is returned to manual

    I have a printer all-in-One of 7310. I used to be able to print duplex automatically copies but this option no longer appears in the Properties dialog box. Instead, I don't have the manual option on the finish tab. How can I return the Auto function?

  • Services Web site deployment error "server returned nothing (no header, no data)" and much more

    I develop a VI on a large scale with a VI of web service combined in 2010 SP1. The "auxiliary" VI is responsible for storage of data capture and analysis as well as data and communications. It's big enough and communicates with the web method VI thro

  • make default of hotmail

    Try to make failure to hotmail, windows live keeps coming back...   Fred