Tree under Shared Components

Can anybody show me step by step procedures how to create a Tree?
I have root as :- Manual
Second level(under Manual when user clicks on toggle sign '+') as :- Instruction, Launch, Package,etc many more
Third Level(under Instruction when user click on toggle sign '+')as:- InstA, InstB, etc
Third Level(under Launch when user click on toggle sign '+')as:- LanuchA, LaunchB, etc
Third Level(under Package when user click on toggle sign '+')as:- PackA, PackB, etc
how to implment it??
Deep

I am trying to build a tree as a navigation aid. There is no 'tree' selection in APEX under Shared Components > Navigation.
Explained here.
>
So, I can not find any documentation on building a navigation tree in APEX 4.0
Can someone tell me how to do this or where to look on the internet?
>
Chapter 8, Oracle® Application Express Application Builder User's Guide Release 4.0 ?
The change to this jsTree component has not been altogether universally welcomed. A number of people have experienced difficulties with the transition from the previous implementation, or with their expectations of the features offered by the new one. Suggest you search the forum for more info. Won't comment myself as I've made no use of the "new" tree and only minimal use of the previous one.

Similar Messages

  • Translate report layouts (Shared Components)

    Hi,
    I create in my application PDF using shared components (Report Queries and Report Layouts) and the BI Publisher. The queries I have deposited in Report Qieries and templates in report layouts. The call is done via the URL (which appears in the report query). Now I have translated my application and see that the titles of my templates are not visible with the xlife file. How can I translate the report layout from the Shared Components.
    Thank you in advance for your support.
    Ines

    Sruthi Tamiri wrote:
    1. Apex version#3.2
    Out of date and unsupported...please consider upgrading.
    2. IE# 6+
    Are you really still trying to support IE6?
    When i clik on that specfic tab which is time causing, in that screen contains
    1. Popup screens
    2. Text items
    3. List items
    We have tried to this option from toad to check which Query is cauisng the problem, but nothing query is running in back end to tarce what could be exact problem
    In toad#9.2 version we have option as Database->Monitor>Session Browser [where we can see which query is running under specfic session]
    To establish exactly where time is being spent, use Debug mode to identify APEX or database issues, and timeline/profiling developer tools in the browser to check for network or JavaScript problems.
    What web server are you using? If you're using EPG check the SHARED_SERVERS configuration.

  • Referencing CSS from Shared Components/Cascading Style Sheets

    Apex 4.0
    I've been placing my CSS style sheet in Shared Components/Cascading Style Sheets. And referencing it as follows <link type="text/css" rel="stylesheet" media="screen" href="#WORKSPACE_IMAGES#app300.css">.
    For weeks all has seemed to work fine. I make changes to app300.css in Cascading Style Sheets. Clear cache. And see my change.
    But suddenly it stopped working. More specifically my updates don't take. I firebug and look at the file under CSS and don't see my changes. app300.css is unchanged. Then I deleted app300.css from Shared Components/Cascading Style Sheets. The file is deleted. No longer in the Cascading Style Sheets panel. But the old file still appears when I look under firebug.
    Simply a brain cramp for me. I know this is probably obvious but I can't figure it out.

    Hi,
    If your file still recides in the database, you might want to try deleting it with a procedure from the wwv_flow_api package:
    set serveroutput on
    declare
      l_security_group_id number;
    begin
      select workspace_id into l_security_group_id
      from   APEX_040000.APEX_WORKSPACES;
      wwv_flow_api.set_security_group_id
          (p_security_group_id => l_security_group_id);
      wwv_flow_api.create_or_remove_file
        ( p_name           => 'app300.css'
        , p_location       => 'WORKSPACE'
        , p_mode           => 'REMOVE'
        , p_type           => 'CSS'
      commit;
    end;
    You can run this using SQL developer/ Toad or whatever program you use, but I don't think you can run in the SQL workshop of Apex.
    Run it as workspace owner.
    First part sets the apex engine to point to the correct workspace id in Apex, change "APEX040000" to match your version of Apex.
    Second part is the procedure that should remove your file from the database.
    Make sure you commit your changes and try to upload your css file again.
    Regards,
    Vincent
    http://vincentdeelen.blogspot.com

  • Shared Components Subscription

    Hi,
    I have a master application that uses a custom authentication scheme.
    My other applications are using the subscription option, referencing my master application authentication scheme.
    I'm using subscription for other shared components as well.
    Is there a list of subscriptions for an application?
    I know that if I check the master authentication scheme (or any other shared components) that there is a list of of the subscribed elements.
    That's not really what I'm looking for.
    I would like to have something like
    Application 100 is using the following subscription :
    -Authentication scheme: reference application 1
    -Navigation Bar Entries: reference application 1Thanks
    Max

    Hi Max,
    i don't know of any report showing all the subscriptions you are looking for, but you can easily write one yourself. APEX provides all the informations you need in various dictionary Views.
    You can see those Views in Application Builder -> Utilites -> APEX Views . For best overview switch to the tree-view there.
    brgds,
    Peter
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    Work: http://www.click-click.at

  • Query to list out shared components and page number that used them

    Hi all,
    I created report queries and report layouts under apex shared components for BIP printing purpose. To match them correctly, I always make sure query and layout files have the same name.
    But as the nubmer grew, I like to know if there is a systematic way to query out the queries and associated layout files plus the page number that have print buttons point to these shared components. Can you help ?
    Thanks
    Munshar

    Hi Munshar,
    you can use APEX Views to query this information.
    To get an overview on what Views are available go to Application Builder and choose "APEX Views" from the right sidebar.
    brgds,
    Peter
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    BuilderPlugin: http://builderplugin.oracleapex.info
    Work: http://www.click-click.at and http://www.wirsindapex.at

  • Planning is not getting displayed under shared services

    I have installed essbase,Bi Plus and Planning.Esbase and Bi Plus were configured and were successful.I have completed the configuration of planning also the product instance and Data source step.
    When i log on to shared services i am not seeing the planning and also the "Navigate-->Application" menu is missing in the workspace.
    I have installed 9.3.1
    Thanks,
    Mugundhan

    Hi John,
    Thanks for the help.I missed to furnish that i have created app using the app wizard.I dont know how this issue got fixed, i have restarted the servers and now i can see the planning app under shared services but still i am not getting the planning menu in the workspace. I have provisioned the full rights to the login id. I think i am missing some point here.
    Thanks,
    Mugundhan

  • Issue with Shared Components - Report Layouts Download

    After my isp provider upgraded from APEX 3.2.1 to 4.0, I am now unable to go into the Shared Components -> Report Layouts section and access an existing report to download my rtf template. Is there another way to go and get this out of the database. I need to update a report layout that is old and I do not have a backup of the original report and do not want to spend the time to recreate.
    Thanks,
    Mark

    If you have TOAD, or if you can install it, by connecting to your database you will be able to access your report layout via the Schema Browser. The whole path should be "All Schemas -> APEX_040000 -> Tables -> WWV_FLOW_REPORT_LAYOUTS". In that table you will find you report layout. Double click on it and copy/paste it into a text editor.
    Note: You might need to be granted some rights to access the 400+ tables of the APEX_040000 schema. Or if you have a DBA, ask him to do this for you.
    Of course, if you don't want to install TOAD, I bet you could query that table from the SQL Commands of the SQL Workshop, but you would again need the rights to access said table.
    Best regards,
    Mathieu

  • Can I have an iTunes Library on an external HD, and have it appear under 'Shared' so I can use two library's at once?

    Hey guys, here's a weird one - I have a large library on my macbook for my DJ music. Now I want to convert all my old albums to AIFF for listening purposes, and not DJing, so I don't want to cram them all into the lappy HD.
    I have a NAS, which shows up as a 'Shared' Library. Can I create a library on an external Thunderbolt portable HD and have it do the same? Or will that only work on Network HD's.
    I know the trick to hold Option and select your library at startup for multiple librarys, however I want to use them both at once.
    Any ideas?
    Cheers!

    Thanks for the reply.
    Basically, I want to plug in an external HD, and have it appear under 'Shared' Libraries, just like what happens when I'm connected to my NAS Server. If this is possible, of course.
    See pic below.

  • Images uploaded in Shared Components not displaying

    We recently installed version 4.2.1 on a new dedicated server. The entire setup went through without error.
    The default images found in apex (/i/apex/builder/ etc.) are all visible. But when we upload any image through Shared Components > Images do not show on screen. An entry is available in the report on the Images page but the image itself is blank. The URL of the image is shown as : "+http://hostname:port/apex/wwv_flow_file_mgr.get_file?p_security_group_id=100000&p_flow_id=100&p_fname=Sampleimage.jpg+". The image is available in the wwv_flow_file_objects$ table and can be viewed through the BLOB_CONTENT column. But it is not visible in the front end.
    Is there a solution to this issue?
    Thanks,
    Aniket

    AniketP wrote:
    We recently installed version 4.2.1 on a new dedicated server. The entire setup went through without error.
    The default images found in apex (/i/apex/builder/ etc.) are all visible. But when we upload any image through Shared Components > Images do not show on screen. An entry is available in the report on the Images page but the image itself is blank. The URL of the image is shown as : "+http://hostname:port/apex/wwv_flow_file_mgr.get_file?p_security_group_id=100000&p_flow_id=100&p_fname=Sampleimage.jpg+". The image is available in the wwv_flow_file_objects$ table and can be viewed through the BLOB_CONTENT column. But it is not visible in the front end.Is the image associated with an application (No Application Associated)? If not then consider using the #APP_IMAGES# substitution istring nstead of #WORKSPACE_IMAGES#

  • Creating a new domain tree under the forest

    Hi
    I have one primary domain and one additional domain at moment so I want to create a new domain tree under the forest however during the configuration it gives me the below message ?
    the last time I installed without tick marking "Create DNS Delegation" option I had a lot of issue in replication and in DNS between my forest domain and this new tree domain.
    my main question would be:
    1- how to resolve this ?
    2- how to create a manual DNS delegation in Parent zone.?
    please suggest ?

    Hi greeMann,
    This is an expected behaviour and it can be ignored.  The error message occurs because this is the first DNS server so there is not a DNS server available to create the delegation from. 
    If you are not concerned that people in other domains or on the Internet will not resolve DNS name queries for computer names in the local domain, you can disregard the message and click Yes.
    Known Issues for Installing and Removing AD DS
    http://technet.microsoft.com/en-us/library/cc754463(WS.10).aspx
    Regards,
    Rafic
    If you found this post helpful, please give it a "Helpful" vote.
    If it answered your question, remember to mark it as an "Answer".
    This posting is provided "AS IS" with no warranties and confers no rights! Always test ANY suggestion in a test environment before implementing!

  • Network devices not showing up under "shared" in finder bar

    Ok so i have a network that consists of a maxtor nas device, 2 win xp pc's, 1 win7 pc, d-link 524 router, and my macbook pro. I would like to be able to transfer files between my mac and the devices and use the printer attached to my maxtor. My issue is that none of the computers show up under the "shared" section of finder or under network. I use to have this issue with leopard but it resolved itself. Now under snow leopard for a couple months and i have yet to get it work. I can access my mac and other pcs from a pc. Anyone know how to get my network to show up on my mac?

    Your problem is very common under Snow. At first my shares did not show up under shared in finder windows. I, then, of course, used "Connect to Server" to connect to the shares--both Mac and PC. I found that the more I kept the shares active the more likely they were show up under shared. Then, I discovered that if I kept the computers from sleeping during the period of needed access they would tend to stay in shared without nearly so much keeping the connections active.
    If you do not like the above work around, then there are two other possibilities. You can elect to show mounted items on your desktop. Do that and connect to each share. Then, go > users > unlock > + login options > try dragging the mounted shares to the login item window. If successful, then the shares should be available at login.
    Another approach is to mount and connect as indicated above. Then, making an alias to the share should at least make things faster.

  • PC server not showing up in Finder under shared

    Hi
    I installed Leopard on the 26th and my home windows PC is not showing up under shared and its not showing up in the network folder under mshome like it did in tiger. ive checked the PC and file sharing is enabled in the firewall and i even installed bonjour for windows but no luck.
    the only way i can do it is "connect to server" (command-k) in the finer and use SMB smb://IP/shared name but it shows up under shared with an apple display icon and the PCs IP address. i was under the impression that PC servers automagically appear in the finder under shared with its shared name and a PC icon with the "blue screen of death". how do i get it to do this?
    thanks

    Hi,
    One of the posters in this forum said that you had to do the change of workgroup in a Location profile that's not active. Then, change to that inactive Location profile for the thing to work.
    Here's what I did on mine. I created a copy of the current working Location profile. Using the copy, I went to the WINS section and changed the workgroup to whatever my workgroup name was (make sure you press ENTER too for the workgroup name to stick). Then, I switched to the copy.
    Regards,
    Albertus

  • Direct Link to Report layout in Shared Components

    Is it possible to put a link on my page that goes directly into the Shared-Components- Report Layouts? I do'nt want my developer users to have to open up the builder to create/upload new (.rtf) Report Layouts.

    Yeah
    It's
    http://host:port/pls/apex/f?p=4000:1400:&APP_SESSION.With the normal substitutions for your setup and removing pls if your using EPG.
    Cheers
    Ben
    http://www.munkyben.wordpress.com
    Don't forget to mark replies helpful or correct ;)

  • How to Clear Cache for an Old Static File in Shared Components

    Hello,
    I am using Apex 4.1.1.00.23, HTTP Server with mod_plsql, and Oracle Database 10.2.0.5.0.
    My situation is as follow:
    I have a CSS static file in the shared components that is used in different applications. I recently modified the CSS file, but the changes are not reflected in my applications.
    I tried clearing the cache of my browsers, deleting the file from shared components and creating a new one with the same name, and nothing is working.
    Using Firebug, I can see that the file used in my pages is the old version of it. Anyone can tell me if the server is caching the file and how can I clear it?
    Thank you for your help,
    Erick

    What kind of document is it (e.g. is this a parsed
    HTML file, or a static file)? have you adjusted your
    cache settings with the nsfc.conf file? have you
    enabled the nsfc report? Are the files stored on NFS
    volumes?
    Regardless, you can force the cache to be flushed by
    enabling the nsfc report, and then accessing the URI
    like so:
    /nsfc?restart
    See the Performance and Tuning Guide:
    http://docs.sun.com/source/817-1836-10/perftune.html#w
    p17232I tried to to do this. Did n't worked. /nsfc?restart is not working for me. I have IPlanet 6.1 Webserver version. Without having any backend server running, I am getting JSPs displayed from cache!! Please help me out.

  • Can't Find "DVD and CD Sharing" under Sharing

    Hello, I got a new MacBook Air a week ago, and I couldn't find "DVD and CD Sharing" under sharing in system preferences.  Is there any way to make it appear? I am trying to share the CD from a Windows computer, and I installed this on my Windows computer:
    http://support.apple.com/kb/DL112
    But there is still no DVD and CD sharing... Can somebody please tell me what to do? Thanks, I'd appreciate the help

    Desmond,
    There is no option because there is no DVD on a MBair. You enable DVD sharing on another Mac or PC. You're telling that other system to share it's DVD drive. When it's enabled on another system, you'll see "remote disc" on your MBair's finder bar.
    Hope that helps..

Maybe you are looking for

  • PARSING ADAPTER.SOAP_EXCEPTION

    Hi, I am Integrating Sap(RFC) with Webservice(Soap) using XI. I uploaded the FM and Wsdl file. For Wsdl I created Message Interface having Inbound Asychronous. I have done mapping,Interface mapping and Activated. For ID Part I am Using Two Business S

  • Crop Video Dimensions

    Hi. I am using Premiere Elements 8. I am wanting to crop the actual dimensions of a video I am working on...the video is of someone talking and is quiet narrow. I would like to be able to crop the video so all the extra on the sides is completely gon

  • UNWANTED EXTRA WHITE SPACE AFTER DETATCH OPERATION

    Hi, In our application, we have summary pages and each summary page is having various sections. These sections are implemented using PanelCollection component. In each of these sections we have "Detach" button. On click of the "Detach" button, the se

  • TO change the Duty Cycle(DAQmxSetCOPulseDutyCyc)

    I have an application that uses Pulse Width Modulation (PWM) to control the speed of a motor. Thus, it requires that I change the duty cycle of my square wave. My continuous pulse is being generated on the output of my counter. When I use the functio

  • Crash on import function

    LR 4.3 was working perfectly till today when I attempted to import some images. I successfully imported images yesterday but today when I click the Import button the screen goes gray and lightroom shows 'not responding'. I have rebooted, checked for