Web Form Windows all showing main menu

I am trying to migrate a Forms 6 system to the Web, but each of the windows in the web based version show the system menu (which only displays on the main window in Forms 6). Does anyone know how to get the menu to show in the main window, and only the main window?

Anyone who is interested, I found my own answer. Create a main_window, and set this as the console window, with inherit menu set to YES. Set up any other windows as stacked canvases on this window. You need to hide the other canvases when they are not required.
Apparently, Web forms cannot have the console and toolbar displayed on the MDI window.

Similar Messages

  • I opened Adobe Acrobate XI Standard to create a form.  I then selected From Template, which took me to Adobe FormsCentral Online.  However, I think the form is an HTML web form.  All I wanted was a regular PDF form that I could email my co-workers for an

    I opened Adobe Acrobate XI Standard to create a form.  I then selected From Template, which took me to Adobe FormsCentral Online.  However, I think the form is an HTML web form.  All I wanted was a regular PDF form that I could email my co-workers for an internal project we're colletively working on.  Now I see that FormsCentral is going away and I can't get my doc to save as a PDF without an upgrade?  Help

    You should be able to log into the online Formscentral Acrobat XI air app and see your doc there. From there you would need to save it out as a PDF without a submit button to have it continue to work past July. If you don't see your online form(s) please let me know the adobeID you use to log into the service as well as the form name that is missing and I will look into it for you.
    Andrew

  • Apple TV doesn't show main menu and cannot connect to iTunes store

    I've been using my Apple TV almost everyday for the past week and i've had it for awhile and all of the sudden it only shows the "computer" and "settings" buttons. It looks like it's connected to the internet because it has an IP address, but it still doesn't show any of the usual buttons on the main menu. When I go to test network it says "cannot connect to itunes store," and says the same when I put in my username and password. I just entered same same username and password in my itunes with no issues so I know the username and password are correct. I've restarted my apple tv a couple of times. I tried to restore it and it says "the update was not successful. The apple tv update couldn't download at this time. Try again later." Agh! I don't know what else to do! Any suggestions are appreciated!!!! Thanks!

    A reboot will reset the connection to the network, as those 2 icons are the only ones that don't require an internet connection they are the only ones that will show up in the event of such an issue.

  • New custom web form not visible in the menu.

    Hello WPC Experts,
      I created a new web form by following this pdf https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2041eb17-6001-2b10-b08d-b95ce55fa9b7
    After the "3.2.6 Referencing the XML File in the Document Type" step and restarting the server, I don't see the web form I just created.
    I have the wpc_editor_role assigned. Where should I be looking to access the new web form.

    Hi Anja,
    Thanks for your response. I was working on other issues. I confirmed that I enabled "Generate UI-command" for my new Web Resource Type.
    I deleted the xml/xsl files and recreated them by copying from the how to guide: https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2041eb17-6001-2b10-b08d-b95ce55fa9b7
    After referencing the xml/xsl files and restarting the portal, where should I check for the new web form I just created ( this is section "4. Result" in the how to guide).
    Thanks
    Srinivas.

  • Parts HTML form Expand All(Show button) option needs to customize.

    Hi,
    I am new to OAF.
    I have a requirement lin Oracle Sparse Management -> Parts HTML Request Form needs to Personalize/Customize for a business requirement.
    I have some qusetions like
    1. Can we customize or personalize the Show All Details or HideAll Details options in OA Forms ?
    2. If Yes, i have similar requirement like that,
    The personalization aim is show all details should be expanded by default.
    3. If No please provide why it can not be achevable.
    Here is business reuirement in parts Html, there are two regions in page 1. Header 2. Lines (Under Lines there are two table 1 is for Item information search and 2nd is for order details based on the item. This order details are hided under the Item information table one of the field button Show(which is like Expand All with symbol +))
    Page works like below.
    1. Header level validations are there for some fields like Resource, Need By Date.
    2. Once Valid from header can be entered the Item information search in Lines details Region, in the same table there is an option with + symbol (Show), which is like Expand All.
    will validate the item details and displays Order details respective to item. These results are hide under + Show button.
    If i want see the order details then i need to perform click action on the +Show button. (Requirement is this should be done automatically once i have entered the item in Line Details Region and needs to display the results).
    Please provide your seggestions to acheive this.
    Thanks,
    Narayana Swamy

    For this i have tried below steps to extend related VO of SHow button field.
    Below steps i have perforemed.
    1) Identified the right VO from about this page.
    ReqLineVO
    2) Exported the related standard VO to JDEV from Server.
    ReqLineVOImpl.java, ReqLineVORowImpl.java, ReqHeaderVO, RequirementAM, RequirementAMImpl.java
    3) Created a new VO which extends the standard VO and modified Showhide flag to ‘Y’
    HolxReqLineVO, HolxReqLineVOImpl.java, HolxReqLineVORowImpl.java
    4) Performed substitutions in Jdeveloper
    Project Properties -> Business Components -> substitutions
    5) Have created custom folder structure in server and moved custom VO files to server.
    \holx\oracle\apps\csp\portal\requirement\server\HolxReqLineVO.xml
    6) Performed JPX import
    1. Go to E:\jdev10g\jdevbin\oaext\bin
    2. Executed the below command
    jpximport E:\jdev10g\jdevbin\jdev\myprojects\OAProject4.jpx -username apps -password th1rdapps -dbconnection "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)
    (HOST=mycomapny.com)(PORT=1526))(CONNECT_DATA=(SID=TESTDB)))"
    7) After this bounced apache.
    8) While trying to open the parts html form, below exception is occurring.
    Error Page
    Exception Details.
    oracle.apps.fnd.framework.OAException: Could not load application module 'oracle.apps.csp.portal.requirement.server.RequirementAM'.
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:279)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1306)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:549)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:437)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:473)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:280)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:68)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:214)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at RF.jspService(_RF.java:225)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:473)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:642)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:662)
    ## Detail 0 ##
    JBO-30003: The application pool (holdb01.dataintensity.comHOLDEV1524oracle.apps.csp.portal.requirement.server.RequirementAM) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.InvalidOperException, msg=JBO-26036: Recursive substituion for holx.oracle.apps.csp.portal.requirement.server.HolxReqLineVO.
    ## Detail 0 ##
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.InvalidOperException, msg=JBO-26036: Recursive substituion for holx.oracle.apps.csp.portal.requirement.server.HolxReqLineVO.
    ## Detail 0 ##
    oracle.jbo.InvalidOperException: JBO-26036: Recursive substituion for holx.oracle.apps.csp.portal.requirement.server.HolxReqLineVO.
    JBO-30003: The application pool (holdb01.dataintensity.comHOLDEV1524oracle.apps.csp.portal.requirement.server.RequirementAM) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.InvalidOperException, msg=JBO-26036: Recursive substituion for holx.oracle.apps.csp.portal.requirement.server.HolxReqLineVO.
    ## Detail 0 ##
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.InvalidOperException, msg=JBO-26036: Recursive substituion for holx.oracle.apps.csp.portal.requirement.server.HolxReqLineVO.
    ## Detail 0 ##
    oracle.jbo.InvalidOperException: JBO-26036: Recursive substituion for holx.oracle.apps.csp.portal.requirement.server.HolxReqLineVO.

  • How to popup a new forms window upon clicking Tools- Menu item

    Hi,
    I am new to forms. Can some one help me out with the following requirement?
    I need to provide a new 'Menu' item in the Tools menu of a seeded form and when the user clicks on the new menu option, he should get a new window wherein he can input some values. Then I need to read these user input values and pass them to a custom stored procedure and invoke the stored procedure on the database. After the stored proc finished executing I need to re-query the block on the seeded form to populate the latest records.
    Appreciate if some one can let me know the implementation steps for the requirement mentioned above.
    Thanks
    Sara
    Edited by: 4377318 on Sep 2, 2008 2:33 PM

    Hi OraMol,
    Thanks a ton for your response! Looks like it is pretty simple, but can you please brief me on how to create this 'canvas' to accept parameters and requery the base block? I know its a silly question though but basically am new to forms :)
    Sarah

  • How to block the Form Settings for Main Menu to use ONLY "My Menu"?

    Hi everyone:
    Our customer wants to define an User Menu (My Menu) for each B1 user within the company and restrict the Modules at main menuu2026
    How can I block the Form Settings for the Main Menu?... It is possible to give an user Only access to My Menu and denied Authorization to the Modules?. 
    I appreciate your help!!. Thanks very much
    Claudia Gutiérrez

    Hi,
    'My Menu' refers to the third tab on the Main Menu, and the
    authorization of 'Organize My Menu' works as below:
    - Full Authorization: Allows the user to access the Organize User Menu
      window (Tools -> User Menu -> Organize) and customize the menu.
    - No Authorization: The user cannot open this window.
    Check the Note  [1062635|https://websmp130.sap-ag.de/sap(bD1odSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1062635] if you are looking for it.
    Regards,
    Jitin
    SAP Business One Forum Team

  • Planning Web Form Menu Issues 9.3.1

    I have upgraded a Planning application from 3.51 to 9.3.1 and after the migration everything works except the custom menus created for the web forms. More specifically, the menu item URL seems to fail because 9.3.1 passes the application name as part of the URL. For example, the URL in the menu is used to access documentation for the application. The entry is defined as follows:
    URL /HyperionPlanning/custom/docs/Product_Doc.pdf and the option to open in a new window is selected.
    When the menu option is selected by right-clicking from within a Web form Planning 9.3.1 attempts to open the URL as http://server:port/HyperionPlanning/custom/docs/Product_Doc.pdf&Application=AppName where AppName is the name of the planning application. In version 3.51, planning simply opened up the URL in a new window as http://server:port/HyperionPlanning/custom/docs/Product_Doc.pdf
    Why does Planning insist on including the appname in the URL? Has anyone encountered this before?
    Thanks for an input that could asist with resolving this.

    Hi,
    It shouldn't be doing that, I tested it and it is working, though I am using a patched up version of planning 9.3.1
    Maybe it is a bug and has been fixed in one of the patches, it also worth patching planning as many issues have been addressed in 9.3.1
    The latest patch is 9.3.1.1.10 and available from metalink3
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Forms window closing after reconnecting sniped session

    The user accounts in our Oracle database are set up with profiles such that their sessions are terminated after 60 minutes of idle time. However, our Forms application allows users to reconnect to the database if the session has timed out in this way.
    After reconnecting, my Forms window closes abnormally, and I have to return to my browser window to start a new Forms session. The closing of the Forms window does not necessarily happen immediately - it seems to happen only if I navigate to a certain form (the application's main menu). If I happen to be on a different form when I reconnect, I can query and update data, and navigate to other forms, but once I navigate back to the main menu form, the session is abnormally terminated.
    No error messages are produced anywhere when this happens (at least not where I've looked thus far :) I have searched the forms server, the database server, and the client computer.
    I have brought up the issue with the vendor who developed the application, but I was wondering if this issue rang any bells with anyone here.

    Hi,
    are you saying that the Browser window is closed when this happens ? In this case I would assume something else than Forms to cause this issue - maybe some custom code that calls JavaScript to close the window on exit. Forms usually errors with a JavaException that you can see in the JInitiator console (assuming Forms running on the web). Have a look and if there is nothing in there, bug the vendor to look into this.
    Frank

  • Outlook window getting the keyboard focus instead of user created Form Window during Outlook Startup

    This MAPILogonComplete method involves creating a Form Window to show "What's New" of a certain Addin version (DisplayWhatsNewDialog() in the code):
    private void _outlook_MAPILogonComplete() {
    _logger.Info("_outlook_MAPILogonComplete");
    try
    if (_timerForm != null)
    _timerForm.Timer.Stop();
    _timerForm.Timer.Dispose();
    catch (Exception ex2)
    _logger.Error(ex2.Message, ex2);
    try
    if (Globals.BJNSettings.showWhatsNew)
    Globals.BJNSettings.showWhatsNew = false;
    UIHelper.DisplayWhatsNewDialog(false);
    Ol.Inspector insp = null;
    if (_inspectors.Count > 0)
    for (int i = _inspectors.Count; i >= 1; i--)
    insp = _inspectors[i];
    WrapInspector(insp);
    insp = null;
    Ol.Explorer expl = null;
    if (_explorers.Count > 0)
    for (int i = _explorers.Count; i >= 1; i--)
    expl = _explorers[i];
    WrapExplorer(expl);
    expl = null;
    GetAddinsList();
    Thread logSystemInfoThread = new Thread(new ThreadStart(LogSystemInformation));
    logSystemInfoThread.TrySetApartmentState(ApartmentState.STA);
    logSystemInfoThread.IsBackground = true;
    logSystemInfoThread.Start();
    try
    Ol.NameSpace ns = _outlook.GetNamespace("MAPI");
    _calFolder = ns.GetDefaultFolder(Ol.OlDefaultFolders.olFolderCalendar) as Ol.Folder;
    _calFolder.BeforeItemMove += new Ol.MAPIFolderEvents_12_BeforeItemMoveEventHandler(_calFolder_BeforeItemMove);
    _delFolder = ns.GetDefaultFolder(Ol.OlDefaultFolders.olFolderDeletedItems) as Ol.Folder;
    Marshal.ReleaseComObject(ns);
    ns = null;
    catch (Exception ex)
    _logger.Error(ex.Message, ex);
    UIHelper.WriteDoNotDisableKeyToRegistry();
    Globals.AppointmentsToProcess = new List<string>();
    _timerForm.ProcessTimer.Interval = 3000;
    _timerForm.ProcessTimer.Start();
    catch (Exception ex)
    _logger.Error(ex.Message, ex);
    DisplayWhatsNewDialog() has this signature:
    public static void DisplayWhatsNewDialog(bool modal)
    try
    string defaultWhatsNewFile = Globals.BJN_APP_BASE_DIRECTORY + "WhatsNew.txt";
    string localISOLanguageName = Languages.GetTwoLetterISOLanguageName();
    string localizedWhatsNewFile = Languages.GetInstalledLocalizedFilePath(localISOLanguageName, "WhatsNew.txt");
    if (String.IsNullOrEmpty(localizedWhatsNewFile))
    localizedWhatsNewFile = defaultWhatsNewFile;
    if (File.Exists(localizedWhatsNewFile))
    BJNWhatsNew whatsNew = new BJNWhatsNew(localizedWhatsNewFile);
    if (modal)
    whatsNew.ShowDialog();
    whatsNew.Dispose();
    else
    whatsNew.TopMost = true;
    whatsNew.Show();
    whatsNew = null;
    catch (Exception ex)
    _logger.Error(ex.Message, ex);
    The problem is if the Window is made modal, it blocks the Outlook to launch and also goes back of the Outlook loading window (Whats New window will not be having keyboard focus). And if the Window is made non-modal (passing false to DisplayWhatsNewDialog()),
    Outlook launches properly and What's New window comes at the top but will not be having keyboard focus; instead the launched Outlook window will be having the keyboard focus. May anyone please suggest a way to make the What's New window to be always having
    the keyboard focus? Structure of form window class BJNWhatsNew is given below:
    public partial class BJNWhatsNew : Form
    private static ILog _logger = LogManager.GetLogger(typeof(BJNWhatsNew));
    public BJNWhatsNew(string whatsNewTextFileName)
    InitializeComponent();
    InitLabels();
    InitEventHandlers();
    InitWhatsNew(whatsNewTextFileName);
    private void InitLabels()
    try
    this.Text = Properties.Resources.bjn_version_info_caption;
    this.buttonClose.Text = Properties.Resources.ok_hotkey;
    this.labelBJNAddin.Text = Properties.Resources.bjn_version_ol_addin;
    this.labelVersion.Text = String.Format(Properties.Resources.version_format, Assembly.GetExecutingAssembly().GetName().Version.ToString(3));
    Assembly assembly = Assembly.GetExecutingAssembly();
    FileInfo fileInfo = new FileInfo(assembly.Location);
    DateTime buildDate = fileInfo.LastWriteTime;
    string formatString = "d MMM, yyyy";
    this.labelReleaseDate.Text = String.Format(Properties.Resources.bjn_version_release_date, buildDate.ToString(formatString));
    catch (Exception ex)
    _logger.Error(ex.Message, ex);
    private void InitEventHandlers()
    this.buttonClose.Click += new EventHandler(buttonClose_Click);
    private void InitWhatsNew(string whatsNewTextFileName)
    try
    if (File.Exists(whatsNewTextFileName))
    StreamReader sr = new StreamReader(whatsNewTextFileName);
    string whatsNew = sr.ReadToEnd();
    sr.Close();
    this.richTextBox1.Text = whatsNew;
    this.richTextBox1.SelectionLength = 0;
    this.buttonClose.Select();
    this.buttonClose.Focus();
    catch (Exception ex)
    _logger.Error(ex.Message, ex);
    void buttonClose_Click(object sender, EventArgs e)
    this.Close();

    Hello Prasad,
    The ShowDialog method will block the current thread. If you want to continue working with Outlook objects you need to use the Show method instead. The key fact is that both methods (Show and ShowDialog) accepts an instance of the IWin32Window interface
    which allows to specify the parent window handle. Specifying the parent window handle (Outlook Explorer window) to the Show method you can make your window shown on top of Outlook all the time.
    To get the HWND of an Outlook explorer  object (e.g. Application.ActiveExplorer), cast it to IOleWindow and call IOleWindow.GetWindow(). Also you may find the
    How to get the IWin32Window for Outlook
    article helpful.

  • Maximizing web forms dynamically

    Forms 9.0.4(10g), RDBMS 9.2
    I am currently using the following code in a WHEN-NEW-FORM-INSTANCE form level trigger to maximize the web form window. Note that the window name is hardcoded.
    SET_WINDOW_PROPERTY('win_main',WINDOW_STATE,MAXIMIZE);
    In an effort to standardize this approach and reuse this code for other forms, I removed this code from the above trigger and created a WHEN-WINDOW-ACTIVATED form level trigger. I made the following substitution (hoping to dynamically capture the value of whatever window happen to be "active").
    SET_WINDOW_PROPERTY(:SYSTEM.EVENT_WINDOW,WINDOW_STATE,MAXIMIZE);
    This approach seems to work, however, not knowing much about these triggers and my relative inexperience in Forms, I ask the following questions:
    (1)Will this approach keep the active window "maximized", as the user switches from window to window in web forms? (2)Is this a 'best practices" approach? (3)How are others handling this issue?
    Any other approaches, problems with my current approach or comments are appreciated.
    Thanks in advance.
    Barry

    First read this thread:<br>
        MDI Window State in web forms
    <p>Maximizing the Form's active window is ok -- just don't maximize the Forms_MDI_window. You don't want your form to take up all the space on a user's screen if it does not need to.
    <p>I maximize the primary window in the Pre-Form trigger, then use a When-window-resized trigger to keep it that way. Our forms always have a single window named WINDOW0, so this works:<br>
    PROCEDURE PLL_WHEN_WINDOW_RESIZED IS
    -- Re-maximize the form's window.  If user clicks "Window, Tile" or
    -- "Window, Cascade", it causes the form's Window0 to shrink.  So
    -- calling this from the form's When-Window-Resized trigger maintains
    -- the desired display.
      W0 Window := Find_Window('WINDOW0');
    BEGIN
      If Get_Window_Property(W0,Window_State)<>'MAXIMIZE' then
         Set_Window_Property(W0,Window_State,Maximize);
      End if;
    END;<p>The above code was written for client/server Forms. Upon testing, I see that window state ALWAYS reports 'NORMAL', even when it is maximized. ...as stated in the other topic. But setting the state to maximize does keep the inner window maximized, anyway.

  • How can i view 10 descriptions for a member in a web form

    Hi can some one help me with this
    How can i add 10 descriptions for a member in a web form usually, if it is one description i can add that in alias
    ACNT ACNT-DESCRIPTION
    12345 communication cost
    but how can i get that if i had 10 descriptions

    Hi Abhi,
    Are you saying you want ten different aliases for a given account?
    e.g.
    Member name: Profit
    alias 1: profits
    alias 2: excess cash
    alias 3: прибыль
    alias 4: ganancia
    alias 5: Gewinn
    alias 6: hagnaður
    alias 7: Winnings
    alias 8: The Take
    alias 9: Bail out money we didn't spend
    alias 10: My big fat bonus
    There is an option in the web form definition to show alias, but not 10 of them, and AFAIK you can't add an alias via a web form.

  • Handling a main menu

    hi All!
    I have a general question for handling a main menu.
    so this is the case:
    I have a class extending a JFrame called MainMenuFrame. It contains a MainMenuPanel.
    i have another JFrame called GameFrame, and this is for the new game class.
    the MainMenuPanel is where all the main menu code takes place and there i have 3 buttons.
    Now, i have a variable called selection. it checks which button was selecte and get a value accordingly.
    my question is where i should handle the selection. already inside the MainMenuPanel or in the MainMenuFrame?
    (when i get a new game selection i want to setVisible(false) the mainMenuFrame and setvisible(true) the GameFrame).
    Thanks

    I would put the selection variable in main. When it finds that New Game is selected it calls a static method which goes something like:
    newGameSelected(GameFrame g, MainMenuFrame m){
        m.setVisible(false);
        g.setVisible(true);
    }

  • Can't access the "Apple" icon in upper main menu to shutdown my MacBook Pro running 10.6.8!  Also can't open a new finder window and main menus such as File and Edit are sluggish to open or don't open at all.  Doesn't happen each time I attempt to shutdow

    Can't access the "Apple" icon in upper main menu to shutdown my MacBook Pro running 10.6.8!  Also can't open a new finder window and main menus such as File and Edit are sluggish to open or don't open at all.  Doesn't happen each time I attempt to shutdowCan't

    There are some keyboard commands (shortcuts) you can use instead of having to go to the Apple menu -
    Control-Eject          This brings up the Restart-Sleep-Cancel-Shutdown window.
    Command-Option-Eject          This puts the machine to sleep.
    Command-Control-Eject          This closes all apps and restarts the machine.
    Command-Option-Control-Eject          This closes all apps and shuts the machine down.

  • Spotlight does not open a finder window when i choose Show all in finder menu?

    I have a significant number of files in my Macbook Air. A lot of them are research papers and medical literature.
    About a month ago I updated the operating system from snow Leopard to mountain Lion and I had no reasons to complain except a smaller battery time.
    Since then I installed every OS update.
    After the last update, a few days ago, Spotlight does not open a finder window when i choose Show all in finder menu.
    Spotlight continues to work properly if I write a name or expression in spotlight in a finder window but not in the upper left corner at the menu bar
    As this been described yet?
    Thank you in advance
    Miguel Tavares

    I had the same problem yesterday after performing a clean install of Mountain Lion (10.8.2) on my MacBook Pro.
    I resolved the problem by booting from the Mountain Lion Recovery Partition and then running Disk Utilty (Repair) for the primary disk on which Mountain Lion is installed.  It identified (and repaired) many permissions issues...
    When I rebooted following the repair, Spotlight worked again properly -- including the "Show All in Finder" function.

Maybe you are looking for

  • My iPod touch isn't connected or did I just did something wrong on it?

    I got my iPod touch yesterday and when I used it for the first time it worked.but when I want to use it the second time my iPod is charging but it has not the sign on it that it is connected to the computer! I tryed everything I but iTunes back out o

  • Weblogic.servlet.reloadCheckSecs in web.xml not working

    Given the following web.xml file:           <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application           1.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">           <web-app>           <context-param>           <param-na

  • Safari crashing in Pogo and some videos & ads

    I am having a problem with Safari crashing. I have Googled and searched Mac forums for months now. There seem to be many people with crashing Safari problems but after trying all the troubleshooting suggestions I’ve read, have still not been able to

  • MS SQL 2005 x64 Linked Server to Oracle 10g 32bit

    I need to connect to a 10.2.0.4 Oracle DB from a SQL Server 2005 x64 on W2003. The Instant Client installed is 10.2.0.1 with ODP 10.2.0.3, which is used to connect to another Oracle DB. I get de error ORA-12154 while doing the linked server query. Do

  • Issues with Itunes not launching (Windows 7)

    i have most current versions of itunes and quicktime (Ive read quicktime needs to be updated for itunes to work properly. ive deleted and re-downloaded both programs several times. Someone told me to check the Processes tab from the task manager and