Build A Menu Framework

I have built a Menu Framework using the following instructions.
http://www.oracle.com/technetwork/issue-archive/2006/06-may/o36apex-086847.htmlI am facing 2 problems.
1. If the user is in a child application and clicks logout.
He is taken to the login screen of the master application (Correct), but once he enters login details, he is returned to the child application (False).
I think he should be returned to the Home page of the Master application.
2. If I set Session Timeouts in the Edit Security Attributes of the applications. Then if the user is timed out, he is sent to the login screen of the Master application (Correct).
If he then logs in, he is sent the the Home page of the Master application (Correct).
Now if he clicks a link to a child application he is then sent back to the Master application login screen.
He then has to login again. He is sent to the Master Home page and everything is then ok.
Any pointers appreciated
Gus

I have managed to sort this out.
I changed the logout URL for the all my applications to
wwv_flow_custom_auth_std.logout?p_this_flow=&APP_ID.&p_next_flow_page_sess=MY_MASTER_APP_ALIAS:101:&SESSION.:LOGOUTI also put this code in the session timeout urls
Gus
Edited by: Gus C on Jun 27, 2012 4:48 AM
Edited by: Gus C on Jun 27, 2012 5:09 AM
Edited by: Gus C on Jun 27, 2012 5:10 AM

Similar Messages

  • Build a Menu Framework problems

    i am trying to setup the menu framework application found on oracle articles http://www.oracle.com/technology/oramag/oracle/06-may/o36apex.html
    but i have found an error on the step 5
    "Step 5: Add Applications to the Menu
    Before you can add applications to the menu, you must open the application in Oracle Application Express and subscribe to the menu framework application's authentication and authorization schemes.
    Subscribe to the menu framework's authentication scheme. In the Application Builder, click the application you want to add to the menu system:
    1. Click Shared Components.
    2. Click Authentication Schemes.
    3. Click Create.
    4. Click the As a copy of an existing authentication scheme button, and click Next.
    5. Select NNN Menu Framework from the Copy from Application list, and click Next. "
    And that with all existing authentication scheme i wanted to try
    « ORA-00907: missing right parenthesis »
    i thing that the errrot isn't on Menu Framework but maybe on HTMLDB
    can you help me with trying this and tell me how i can do
    hanks for all

    what version are you using?

  • Encore no longer behaving when building a menu.  Help!

    I have creative suite 5 for iMac.  Premiere works fine but when I want to build a menu in Encore and try to put Text into it, it announces a “General Error“ or "sorry an abnormal condition has been detected” and the screen goes “mad”.  I’d be grateful for any help!

    My guess is that you have a scope problem. By putting the button inside a movieclip you have made the buttons scope the same as that clip.
    So if you add a trace inside the release event handler, what do you get?
    trace("My current scope is: "+this);
    I'm guessing it is "_level0.mc_anim_backdrops_menu," right?
    So since you are using the global function of gotoAndPlay() it is looking for that label in the current timeline and not finding it.
    You should probably use the MovieClip method and specifiy which timeline it should look in.
    _root.gotoAndPlay("Why");
    _level0.gotoAndPlay("Why")
    _parent.gotoAndPlay("Why");
    both would probably work. I would never use the first two, other than to make sure that there wasn't something else going on...

  • Feature Request: Build Favourites Menu based on Directory Structure

    Hi
    SQL developer is really a very nice tool and even for DBAs. I would like to request a feature in this tool which would a good value to this tool and usability. Most of us have our own scripts which we keep on using to perform day to day activities, Can we have a feature which builds a menu based on the directory structure like one of the popular tools Benthic Software's "Golden" does? It would really be a very good feature to have.
    I love sql developer tool already..
    regards

    Better support for file based development is being working on for our 1.1 release.
    -kris

  • Photoshop CS4 Freezes on startup at "Building TWAIN menu items"

    Title says it all.. every time I start up Photoshop it freezes at "Building TWAIN menu items" and causes an error menu to pop up where I can choose to send it or not send it. Anyways I've never had a problem before until last night. It doesn't make any sense..
    Any thoughts?

    I fixed it, just incase anyone else gets the error heres how..
    Browse to C:\Program Files\Adobe\Adobe Photoshop CS4\Plug-ins\Import-Export
    then find the Twain_32.8BA file and rename it to ~Twain_32.8BA
    Cheers

  • Problems regarding "Building TWAIN Menu Items" upon startup

    I had Photoshop CS2 and CS3 previously installed, just installed "Adobe Creative Suite 4" but photoshop won't work.
    I start the program and as it is loading it gets to "Building TWAIN Menu Items" and then it stops and the "Send error report" window appears.
    Any help please?
    It's urgent.
    Kindest Regards
    Liam

    Remove or repair the broken scanner driver that you installed.

  • [svn] 2514: frameworks: Fixing injection I made ages ago in build. xmls for framework projects

    Revision: 2514
    Author:   [email protected]
    Date:     2008-07-16 14:38:06 -0700 (Wed, 16 Jul 2008)
    Log Message:
    frameworks: Fixing injection I made ages ago in build.xmls for framework projects
    * all the projects should have been building against player 9's playerglobal.swc, not player 10's (except for flex4.swc)
    * this might fix compiling problems that developed in tests for air
    * problem was that s in ant are immutable and don't fire a warning if you redeclare them with a different value. I thought I was overriding the global ${playerglobal.version} property in files that needed to make it 9 instead of 10
    * solution: created global.playerglobal.version (which is 10) and in files that need to "override" it, I declare local.playerglobal.version locally.
    Reviewer: Pete
    Bugs: n/a
    QA: Please retest air compiling problems. We should probably re-run everything, since we're going back to the correct playerglobal, stuff might get fixed, stuff shouldn't (but could) get broken.
    Doc: No
    Modified Paths:
        flex/sdk/trunk/build.properties
        flex/sdk/trunk/frameworks/build_framework.xml
        flex/sdk/trunk/frameworks/projects/airframework/build.xml
        flex/sdk/trunk/frameworks/projects/flash-integration/build.xml
        flex/sdk/trunk/frameworks/projects/flex/build.xml
        flex/sdk/trunk/frameworks/projects/flex4/build.xml
        flex/sdk/trunk/frameworks/projects/framework/build.xml
        flex/sdk/trunk/frameworks/projects/haloclassic/build.xml
        flex/sdk/trunk/frameworks/projects/rpc/build.xml
        flex/sdk/trunk/frameworks/projects/utilities/build.xml

    Revision: 2514
    Author:   [email protected]
    Date:     2008-07-16 14:38:06 -0700 (Wed, 16 Jul 2008)
    Log Message:
    frameworks: Fixing injection I made ages ago in build.xmls for framework projects
    * all the projects should have been building against player 9's playerglobal.swc, not player 10's (except for flex4.swc)
    * this might fix compiling problems that developed in tests for air
    * problem was that s in ant are immutable and don't fire a warning if you redeclare them with a different value. I thought I was overriding the global ${playerglobal.version} property in files that needed to make it 9 instead of 10
    * solution: created global.playerglobal.version (which is 10) and in files that need to "override" it, I declare local.playerglobal.version locally.
    Reviewer: Pete
    Bugs: n/a
    QA: Please retest air compiling problems. We should probably re-run everything, since we're going back to the correct playerglobal, stuff might get fixed, stuff shouldn't (but could) get broken.
    Doc: No
    Modified Paths:
        flex/sdk/trunk/build.properties
        flex/sdk/trunk/frameworks/build_framework.xml
        flex/sdk/trunk/frameworks/projects/airframework/build.xml
        flex/sdk/trunk/frameworks/projects/flash-integration/build.xml
        flex/sdk/trunk/frameworks/projects/flex/build.xml
        flex/sdk/trunk/frameworks/projects/flex4/build.xml
        flex/sdk/trunk/frameworks/projects/framework/build.xml
        flex/sdk/trunk/frameworks/projects/haloclassic/build.xml
        flex/sdk/trunk/frameworks/projects/rpc/build.xml
        flex/sdk/trunk/frameworks/projects/utilities/build.xml

  • Build a menu from scratch in Premiere Elements?

    Is there a way to build a menu from scratch in Premiere Elements, i.e. not use the templates?  I want a very simple menu on ONE screen, no sub-menus, etc., and all the templates I try end up creating multiple pages of menus just for the FOUR menu markers in my timeline! 
    Alternatively, how do I delete multiple pages of a menu, when I have only FOUR menu items and want them all on ONE menu page?
    Thank you very much for your help.

    robertme
    What version of Premiere Elements are you using and on what computer operating system is it running?
    You cannot create your own movie menu from scratch using Premiere Elements. The movie menu theme traces back to a main menu psd file and a scene menu psd file and assets. It is the .psd files that need to be created in Photoshop CS or higher because of the essential Layer Sets within the Layers Palette of the .psd file. (There may be other .psd editors that can do this if the can handle Layer Sets and SubLayer Sets, but Photoshop CS or higher will do the job.)
    It is often easier to customize the Adobe existing themes at the .psd level than to create them from scratch. Success in this task depends of strict adherence to naming and structural details for creating these menus.
    I have done and written a lot about this topic. If interested, please see
    http://www.atr935.blogspot.com/2014/09/pe-inside-disc-menu-theme-folderfiles.html
    ATR Premiere Elements Troubleshooting: PE: Disc Menu Folders/Files Locations
    The bottom of the content in the second link has a list of my blog posts on the application of the principles involved.
    Please review and consider. Any questions or need clarification, please do not hesitate to ask.
    Thank you.
    ATR

  • Building A Menu in CP5

    Can anyone direct me to or provide me with a good example
    of how to build a menu in CP5 that will navigate to and open other CP5 projects?  With what my group
    hopes to do with dynamic aggreagation the CP5 aggregator won't work.
    Thank you, Susan

    That's just a standard warning message that appears whenever you use the Open URL or File option.  It's there to remind you that the published files all need to be together on the delivery platform in order for everything to work. If you've already arranged this you can ignore the message.

  • Building a menu

    I was wondering what is the easiest way to build a menu and use something similar to a file chooser using JavaFX? Is my only option to port whatever I write in JavaFX into a swing application? Or is there an easy way to write it completely using JavaFX components?

    Well you can build menus using these: http://download.oracle.com/javafx/2.0/api/javafx/scene/control/MenuBar.html . I'm not exactly sure what you are asking for in regards to menus.
    As to file choosers, Jira says that they do exist but are not yet part of the public API. You will have to wait for them, unless you are willing to use swing's JFileChooser.

  • Is it possible to build a menu as my 1st page and navigate back to it?

    I am building a rather long form and would like to have a menu (TOC) as the first page so the user can go right to the desired section.  I would then like to be able to use the Navigate to Page to allow the user to return to the Menu if they want to, or navigate using the PREV and NEXT buttons.  The Navigate to Page only allows forward skipping.  Is my only option to build my menu using html and embed the form code?

    Hi,
    >> I would then like to be able to use the Navigate to Page to allow the user to return to the Menu if they want to,
    This is not something that we support right now.  As you indicated, the Navigate to Page is for foward pages, not backward.
    >> navigate using the PREV and NEXT buttons
    I am not sure if I understand this correctly.  You can always use the PREV button to get back to the previous page and as you go back, you will reach the first page, which in this case your TOC.  We currently do not support going back to a specific page in one PREV click.
    >> Is my only option to build my menu using html and embed the form code?
    Navigate to Page for backward pages is not supported in embedded form.  Are you trying to build different forms for each item of your TOC?
    Thanks,
    Lucia

  • Build specifications menu empty

    Hi there,
    Im currently trying to create a dll from a Labview project, following the instruction from this webpage : instructions on creating a dll from LV.
    My problem is, when I right-click on "Build Specifications" I only have one item to choose from the "new" menu, which is "Source distribution".
    How can I get the other options ? (I had the same frustrating problem when I tried to create an executable file).
    My version of LV is 11 btw.
    Thanks in advance for any help

    Hi Johndoe77651244,
    Do you have application builder installed into your computer?
    You will need it to create a dll.
    More information of application builder can be found from the below link,
    http://sine.ni.com/nips/cds/view/p/lang/en/nid/210592
    Best regards,
    TuiTui

  • Cannot build DVD menu because of Total menu size exceeds limit

    Encore won't build my project when i compile it but when i do the check project it shows no error. It starts building and when half of it is done, the error appears and stops the compiling. I have tried reducing the size of all my videos and putting them in MPEG-2 DVD format but it didn't change anything. Since the check feature doesn't see the errors i'm thinking it must be some glitch and i would like to know how to get passed it.
    Anyone knows how i can fix this ?

    It's not Encore, but the DVD-spec. that is standing in the way. The complete Menuing of the DVD may not span a .VOB, which is ~ 1GB in size. The only course of action is to find ways to trim your Menus and their navigation to below that 1GB limit - the max size of the first .VOB in the Project.
    This is for the Menus and all of their Assets, and not the rest of your Project's MPEG-2 files. Those can span several .VOB's.
    Please tell us more about your Menus, their number, any Motion/Audio, etc. There might be some suggested methods for trimming those in the details. The more details, the easier it will be for someone to give suggestions that will only lightly impact your Project, and let you get to Burning.
    Good luck, and we'll be looking for those details on everything regarding your Menus.
    Hunt

  • Building a html framework site in DW or as a package

    I have been using Dreamweaver to build a bootstrap site but I can't get my head around building this in DW as apposed to creating a package and using Node.js and bower. This is also a question for other front end frameworks.
    Firstly, I download bootstrap from their site using the old school way of downloading the zip folder and extracting it in a folder that I have created in DW.
    However it contains all extra files such as json, .gitgonre, package.json, Gruntfile.js - Is this safe to delete? Is this part of their bootstrap package or part of the new site that I am building?
    Also where is the best location to start building? Should the bootstrap files be isolated in it's own folder, so it can be updated later if needed? Then start a new theme on the outside with your overrides, css and custom js?
    Also why would you want to use Bower to install bootstrap? Why does DW not come with this functionality? Why would I want to use Bower anyway and would you then use it in conjunction with DW?
    Would I create a web app in a folder and point DW to this folder to build, then I can use bower to keep packages up to date? If I use bower to keep packages up to date where do I store my site files as to not override css and site files?
    Am I over thinking this or just don't get the point?
    Thanks

    Try this extension

  • Build screen menu dynamically during program flow

    Hi there.
    I've got such situation that I have to determine menu bar apperance according user priveleges.
    So for example one user will see on the menu bar:
    ITEM1
    |____subitem1
    |____subitem2
    |____subitem3
    Whilst other user would see :
    ITEM1
    |____subitem1
    |____subitem3
    Do You know some way to determine menu structure in ABAP code? Greetings. P.

    hi,
    while setting the menu use
    excl_tab is an internal table should contain the function codes of the buttons which you want to disable for that particular user.
    set pf-status 'MENU' excluding excl_tab.
    see example below.
    DATA fcode TYPE TABLE OF sy-ucomm.
    MODULE status_0100 OUTPUT.
      APPEND 'CHANGE'  TO fcode.
      APPEND 'SAVE' TO fcode.
      SET PF-STATUS 'STATUS_0100' EXCLUDING fcode.
    ENDMODULE.
    rgds,
    bharat.

Maybe you are looking for