9i forms_mdi_window maximize doesn't truly maximize Applett window

When I start a 9i Form it pops up in a separate Applett window, and then the form does a:
set_window_property(FORMS_MDI_WINDOW,WINDOW_STATE, MAXIMIZE);
However, this does not exactly maximize the Applett window. It just makes it as big as the whole desktop, which incidentally extends the status bar below the Task Bar/Start Menu on the MS Windows desktop.
Manually pressing the maximize button on the MDI windows is, however, able to do a maximize. However, setting it programmatically does not work the same as under 6i (which did it correctly).
Is there a way to actually make it maximize the MDI window programmatically?
Sincerely,
Jesper Vad Kristensen
Aarhus, Denmark.

I think I have a slightly different problem
I can still see the staus bar and message bar and the browser window does not obsure the windows task bar.
The forms window within the java applet does not maximise as it used to in 6i client server.
Previously the minimise/restore/close buttons were directly under the main runtime window (is that the MDI window?)
Now there is an extra window bar underneath the menu and toolbar canvas. It is maximised but doesn't integrate itself into the MDI window as previously.

Similar Messages

  • Maximize the applet window

    Hi all. I'm on devsuite 10g. I'm running my form with separateframe=true. I would know if there is something that I can do to maximize the applet window, in which there is my form.
    In the formweb.cfg file I have modified the parameters as follow:
    width=100%
    height=100%
    but the window in which there is the form (probably the applet window) is not maximized.
    Here is the code of my when-window-activated trigger:
    Set_Window_Property(FORMS_MDI_WINDOW, WINDOW_STATE, MAXIMIZE);
    Set_Window_Property('WINDOW1', WINDOW_STATE, MAXIMIZE);
    Set_Window_Property('WINDOW2', WINDOW_STATE, MAXIMIZE);
    Set_Window_Property('WINDOW3', WINDOW_STATE, MAXIMIZE);
    So what can I do???
    Thanks all for the collaboration,
    Fabrizio

    try making width=100%
    height=100% in formsweb.cfg
    also search this forum for some answers

  • Maximize applet

    hello,
    my problem is to maximize applet ( not parameter width or height ) used by Oracle (oracle developer forms runtime-web)
    Thanks a lot for the helper in advance.

    hello,
    my problem is to maximize applet ( not parameter width or height ) used by Oracle (oracle developer forms runtime-web)
    Thanks a lot for the helper in advance.

  • Work-around to maximize a window

    Hi
    I am using the following code to maximize my windows
    SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW, WINDOW_STATE, MAXIMIZE);
    SET_WINDOW_PROPERTY('TOP_WINDOW',WINDOW_STATE, MAXIMIZE);however when I run the form via application server, the user still needs to double click the master window title bar to see the default oracle's message bar to see the running count e.g. Record: 1 / ? at the bottom.
    if this is an issue with my current version of forms which is Forms [32 Bit] Version 10.1.2.3.0 (Production), is there a way to replicate the oracle message bar so that it is viewable?

    Hello,
    This is the default Applet behavior. This maximize property won't work for the web base forms.
    In the alternative solution what you can do is you can resize the page length from the Application Server configuration. Decrease the length from configuration then it can fit completely in front of user.
    -Ammad

  • How to Maximize MDI window in Dev-10g

    Buddies....How can we maximize MDI window (Browser's window) in Dev-10g while calling a form or report?

    hi
    try this
    when-new-form-instance trigger.
    declare
    fm_id formModule;
    begin
    fm_id :=find_form ( :system.current_form);
    set_form_property(fm_id,defer_required_enforcement,property_true);
    set_window_property(forms_Mdi_window,window_state,Maximise);
    set_window_Property(forms_Mdi_window,title,'MDI title');
    set_window_property('window1',window_state,Maximise);
    set_window_property('Window1',Title, 'Form title');
    end;
    sarah

  • How to maximize a window and can't be able to move it

    Hi everyone,
    I'm doing an HMI and what I want to do is to maximize a window. I can do it in the VI proprieties -> Window Run-Time Position -> Position: Maximized. The problem I get is when I run it, the user can move the window with the title bar.
    I don't want to move the window. The window has to stay at the same place.
    Is there a way to do this (without taking off the title bar)?
    Thank you
    Stephanie

    Thanks everyone for helping me!
    But it doesn't really help me much....
    I want to maximize the window (so in the Window Runtime position, I put "Maximize"). I want a title bar to show the name of the VI (I check the "Window has title bar" in the Window Appareance). I don't want to be able to resize the window (I uncheck the "Allow to resize window" in the Window appareance). When I do the last thing, the window can move and it's exactly want I don't want to do. If I uncheck this option, the user can click on the square and be able to resize and move the window.
    Maybe there's an option somewhere in the proprieties that can disable moving the window? Why the window can move if I maximised the window and I can be able to resize the window? When it's a real maximize, the window can't move.
    Except with the Toolbox (well, I can't use it anyway, because I have version 8.2), is there any other way to do this?
    I'd like to have answers please (event if it's no )
    Thank you very much again
    Stéphanie

  • How to maximize a window in Yosemite

    Hi. Today I found out that when you click the maximize button in Yosemite, instead of maximize the window to a predetermined space, the window goes full screen. Is there a way to set it back to the previous behaviour? I'm working with two monitors and it's impossible to work this way.
    If is not possible to configure this button, can I downgrade to Mavericks? Because it's IMPOSSIBLE to work this way.
    Thanks
    PD: I'd love to know who is the "person" that came up with this "brilliant" idea :-(

    I've found the solution in Yosemite's forum:
    Can I restore previous functionality of the Maximize button in Yosemite

  • What is the keyboard shortcut to 'maximize' a window (not full screen, just maximized)?

    I want to be able to use a keyboard shortcut to maximize a window completely instead of holding 'shift' while clicking the green plus circle on a window.

    r0cker2 wrote:
    Thanks for the quick reply
    I am trying to close floating windows (effects and instruments) using ALT-W not CMD-W.
    Ah, okay, never used that one. Have you checked your *Key Commands* that this shortcut actually still is assigned? Even if it is, it might just help to reassign it (to the same keycombo).
    (much later:)
    Mm, I did a search of Logic key commands, but I cannot find any command that closes floating windows, alt-W is not a default shortcut for anything... to what command exactly did you assign alt-W?

  • How to maximize application window in Flex?

    In Flex 2.0, i am trying to do is to maximize application
    window (browser window) when application starts or when we going to
    next state.
    How can this be done?
    Thanks
    Ramesh

    just try this:
    Application.application.stage.displayState =
    StageDisplayState.FULL_SCREEN;

  • How do I maximize the window on startup?

    I have a when-new-form-instance trigger that calls set_window_property('WINDOW1',WINDOW_STATE,MAXIMIZE) but it does not maximize my window. I am running my form in a separate window . I am running forms10.1.2.0.2 with Oracle express 10g. My formsweb.cfg looks like this:
    [myapp]
    userid=myuser/mypass@xe
    form=myform.fmx
    width=750
    height=700
    splashScreen=NO
    colorScheme=Titanium
    separateFrame=True
    Also, the above works except splashScreen=NO. I am still getting "ORACLE FORMS." on the screen before my form is displayed. Before I set splashScreen to NO, I was getting the Oracle Forms startup splashscreen. So it looks like it took one splashScreen away and gave me a default. I tried configuring so that my own splashScreen (gif file) would be called, but that didn't work either. I must've done something wrong. How do I configure to use my own gif file as a splashScreen? Another question I have relating to running forms with the above configuration: Whenever I close the form, I need to also close the browser. How can I programmatically close the browser window too?

    The I figured out to use BACKGROUND parameter to get the gif file to display, but it's coming out as a black square. Is it a problem with my gif file? (I can open it in other tools & it looks OK)

  • MY photoshop CRASHES when i maximize a window.

    Anyone know why the heck this happens?
    So everytime im using it, if im working on a project and just maximize the window, the damn thing freaking freezes and crashes and my work is completely gone.
    WOW, what the heck. Any solution?

    Standard questions:
    Have you updated Photoshop
    Have you updated your video drivers?
    Is you video card compatible? See http://www.adobe.com/go/kb405711
    Have you tried turning off OpenGL in Edit > Preferences > Performance?
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    It would help if you gave us the following System information: 
    Operating System/version
    Photoshop version number
    Amount of RAM installed
    Hard drive(s) capacity
    Make and model number of video card

  • How do I maximize a window to full screen with one click?

    How do I maximize a window to full screen with one click? Lion 10.7.4.

    If it is a full sceen App, some are some aren't, just click the arrow icon in the upper right hand corner.

  • Weight Watchers Web SiteFood Tracking Page is incomplete when I maximize the window.

    I use Weight Watchers e-tools. I have been accessing it using Firefox since January 2011. Within the last month, when I open the Food Tracker window from the home page, it is minimized. When I maximize the window, I cannot see all of the tracking page. The right side is cut off. I now have to use internet explorer to access this page.

    Reset the page zoom on pages that cause problems, make sure that the window is not maximized:
    *<b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    *http://kb.mozillazine.org/Zoom_text_of_web_pages
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • Any idea why InDesign CS5 doesn't open fully in Windows XP?

    When I try to open an InDesign CS5 file in Windows XP, the application appears in the task bar but does not open in the window. I tried right-clicking the icon in the task bar to "maximize" the window but this has no effect.  This problem seems to happen about 60% of the time, at other times it works normally. Any idea what I should do to resolve this issue? -- Thanks

    I've no idea why it doesn't open, but I can tell you what worked for me. 
    I tried the minimise and then maximise option, ending processes that might be conflicting and so on.  Then in desperation, I changed the screen resolution of my monitor (right click, propoerties, settings, screen resolution).  InDesign appeared and when I changed the resolution back again it was still there. 
    Give it a go.

  • Maximizing a frame or applet window

    When you set the size of an applet using the setSize(int, int) method in a frame window or specify the width and height in an applet's tag or comment in the source code, the applet or application window is always in the "Restored" state (meaning it can be resized). However, how can I maximize the window to make it automatically fill the screen? Similarly, what if I want to minimize the window? And furthermore, if the user maximizes or minimizes the window and in the source code I try to resize it, will I get a runtime error or will it change the window to the restored state?

    // <applet code=mark width=400 height=300></applet>
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class mark extends JApplet implements ActionListener {
      JButton smallerButton, largerButton;
      static JFrame frame;
      static boolean isApplet = true;
      public void init() {
        smallerButton = new JButton("Size Smaller");
        smallerButton.addActionListener(this);
        largerButton = new JButton("Resize Larger");
        largerButton.addActionListener(this);
        JPanel buttonPanel = new JPanel();
        buttonPanel.add(smallerButton);
        buttonPanel.add(largerButton);
        JPanel centerPanel = new JPanel();
        centerPanel.setBackground(Color.red);
        Container cp = getContentPane();
        cp.setLayout(new BorderLayout());
        cp.add(buttonPanel, "North");
        cp.add(centerPanel, "Center");
      public void actionPerformed(ActionEvent e) {
        JButton button = (JButton)e.getSource();
        if(isApplet) {
          Frame awtFrame = null;
          Component c = getParent();
          while(c != null) {
            c = c.getParent();
            if(c instanceof Frame) {
              awtFrame = (Frame)c;
              break;
          if(button == smallerButton)
            awtFrame.setExtendedState(Frame.NORMAL);
          if(button == largerButton)
            awtFrame.setExtendedState(Frame.MAXIMIZED_BOTH);
        else {
          if(button == smallerButton)
            frame.setExtendedState(Frame.NORMAL);
          if(button == largerButton)
            frame.setExtendedState(Frame.MAXIMIZED_BOTH);
      public static void main(String[] args) {
        isApplet = false;
        frame = new JFrame("Main Frame");
        frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        JApplet applet = new mark();
        frame.getContentPane().add(applet);
        frame.setSize(400,300);
        frame.setLocation(300,200);
        applet.init();
        applet.start();
        frame.setVisible(true);
    }

Maybe you are looking for

  • Can't send photos to recipients as it requires a "slash" in their address and phone has no e-mail/MMS slash option

    I cannot send a photo as an MMS or as an e-mail as the recipient's address requires several slashes (/) which is unavailable on my iPhone 3GS keypad. How can I send them without using the slash?

  • External sound problem

    My MacBookPro 15', Lion, external sound was working fine until I attempted to use my Duet (with updated drivers)  for monitoring my sound. I was not successful. However, now I cannot get sound from my external speakers. I have checked the external so

  • 'Addon Connection Timed out'

    Hi all, I am using SBO 2005A SP01 and VB.net 2003. Using B1DE i created an addon for my code.  Addon is working properly but its showing me 'Addon Connection Timed out' in the background. Since i am using 4 different classes i need to connect to UIAP

  • Is Global Collection Possible

    Hi , I am on on 11g R2 and have the following query. I have defined 2 collections in my Package Specification as g_valid and g_invalid. In my package body I am using my main driving procedure to pass records (again as other collection types) to vario

  • XML Team -- Can you answer this??????

    If the content of a tag is <tag>text&;text</tag>, SAX parser is generating 3 character events instead of 1. The characters in the events generated as 1. text 2. & 3. text Is this a SAX parser bug? null