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

Similar Messages

  • HOW TO HIDE MDI WINDOW INFORMS 9I WHEN THEY RUN IN WEB BROWSER

    Hi. Will any body tell me how to hide the default MDI window title in Forms 9i when it run in Web Browser. I am using the "Look and feel" property as "Generic" in Formsweb.cfg file. I tried the RESIZE,POSITION,MINIMIZE,VISIBLE FALSE properties of SET_WINDOW_PROPERTY FUNCTION, But the horizontal Bar at the top displaying "Window" on it, is displayed. OR some time form is not displayed at all. So plz help me. This kindness of any one will be appriciated.
    Regards
    Inayat Qazi

    Hi Inayat,
    To remove the ORACLE icon, change the line "logo=" to "logo=x" in file formsweb.cfg.
    I am not sure if it is possible to remove the standard-menu (horizontal bar with word Window, as you describe it), because as far as I know it is inheritance for the Windows OS. In other words, removing the standard menu can only be achieved if you run on another OS.
    Kind regards.

  • 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 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

  • 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 SET MDI WINDOW SIZE

    IN AN APPLICATION I NEED TO SET MY MDI WINDOW SIZE(WIDTH ND HIGHT) SIMILER TO SDI WINDOW. COULD NY 1 PLZ REPLY ME ITS VERY URGENT

    helloo sarath
    for example if you wanna the width of your mdi form 100 and its hieght 150 you have to write this command:
    set_window_property(FORMS_MDI_WINDOW,WIDTH,100);
    SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,HEIGHT,150);
    change the width or height as you like (100,200,150 ..etc)
    WIDTH AND HEIGHT ARE keyword
    in addition to that ,if you wanna change the title of the mdi form to (SARATH) or any thing else ,write the following
    set_window_property(forms_mdi_window,title,'SARATH);

  • How to  maximize a window

    Hi all:
    i want show a maximize window when program started.
    How can i do it.

    Hi
    you have not specified the kind of window you r using. I am assumimg you r using JFrames and the code is as follows :
    Dimension dim = Toolkit.getDefaultToolkit().getScreenSize(); //get screen size
    getJFrame().setBounds(0,0,(int)dim.width,(int) dim.height); // set maximum screen size
    getJFrame().setVisible(true); // set visibility
    Hope this solves your problem.
    bye,
    MM

  • How to maximize a window with Swing?

    I'd like to know if there is any way to maximize (not just resize) a Swing window (JFrame or similar).
    Thanks.

    To fill the whole screen, check out toolkit.getWindowSize()

  • How to maximize a window in javafx

    i have created a frame using SwingFrame. it comes minimized by default. Please tell how can i maximie it from my code.
    thanks in advance.

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

  • How to maximize application window in Swing?

    Hello,
    I'm trying to make my Swing application occupy the whole screen on start with
    jframe.setExtendedState(JFrame.MAXIMIZED_BOTH);
    jrame.setVisible(true);My system supports this feature (checked this through java.awt.Toolkit).
    Is there a way to make a Swing app take up the whole of the screen, maybe there is a way to do this with new(1.4) features?
    Thank u in advance.

    Another way may be to use Toolkit and to pass the resultant dimensions on to the setSize() method.

  • How to maximize Windows

    In Safari, I can minimize the size of window by typing Control-M,
    question: how to maximize the window size with keyboard shortcut? I found that clicking the little green button at the upper left corner difficult.

    You can't. No such function in Mac OS.
    Try searching MacUpdate or VersionTracker for a third-party utility.
    Zoom button (green button) toggles between a user set state and the smallest size that completely displays the content of the window.

  • Remove MDI Window Title Bar

    I want to remove the MDI Window Title Bar, because i already have noticed in this forum that is almost impossible to remove the whole MDI window in Forms 10g...
    Is it possible??

    Hi,
    I need to look at the sources again, but from what I remember, you can't
    Frank

  • Create pop-up windows in forms 10g

    I have an application in which several formal controls are made before insert/update a record. Some of them are blocking, some others arent.
    Actually, at every constraint violation, a message is displayed with an alert. So, the user may got one or more alerts before he succeed in inserting/updating a record. And it may be annoying to click on 'OK' a lot of times!
    So, I wish to collect all error message and display them in a window, which is to be displayed in a pop-up way (something like the alerts that appear at the bottom-right corner of our screen when we have new mail).
    The issue is that the pop-up window must not disturb the user, i.e it should be displayed and iconized after few seconds, leaving the focus on the main window.
    I tried several solutions, but each of them have some issues.
    External HTML page: maybe its the easiest solution. But bluring it, the focus doesnt return to the form application.
    New window: I can run and iconize it. But, as in the previous case, the main window lost the focus.
    New canvas: I put a text item LOG_ERRORS in a new canvas, in the same main window. But when I run it, the main canvas disappear.
    does anyone know how to create popup windows in forms 10g (if it is possible)?
    thank you

    You can use a new window and set "Window Style" to "Dialog" then you can show the window without the main-window loosing the focus

  • How to maximize the MDI window in web form.

    Dear all,
    i am new to jdeveloper. i am using form 10g there is a problem which is not handle by me in forms.
    i want to maximize the MDI window in web form.
    can jdeveloper solve my problem.
    i am new please anyone tell me step by step.
    thanks
    Muhammad Nadeem
    [email protected]

    Hi,
    no. Please use the Forms built-in set_window_property maximize
    Forms questions are answered here: Forms
    Frank

  • Forms 10g : How to hide the parent MDI window.

    Hi All ,
    We have migrated an forms sdi application into forms 10g.
    Now in the new application , we see a parent MDI appearing as a background to the SDI windows which is smaller in size ( as per the settings ).
    Wanted to know if there is any solution to hide this parent Window(MDI) as the user wants a similar look and feel as his current application.
    Any help is really appreciated .
    thank you all.

    Dear Friend,
    If u r using SeparateFrame = true, then you cannot minimize forms MDI window, because this is the form on which your sdi form is based. It is better if you display your forms inside the main browser by setting SeparateFrame = false. It will look better as a new Internet explorer window will not be visible, which is true for SeparateFrame = true parameter.
    Regards,
    Manish
    India

Maybe you are looking for

  • 'Sqlite' what is it and why is AVG warning me about it

    Over the last few days, wheni open 'Firefox' AVG kicks in and tells me of a 'cookie' named 'Sqlite' in one of the firefox folders on my P.C this happens all the time, what is this 'sqlite' for, i searched the net for some info' and was alarmed to rea

  • I have no sound on videos streaming from youtube etc

    Everything was fine until installing Regwork.  i have uninstalled Regwork...how do I fix this?

  • Missing "Hide Panels/Show Panels" in Windows menu

    Attempting to change a setting in a Spry menu bar, I discovered that I am missing the "Hide Panels/Show Panels" choice in the windows menu, rendering the Spry menu bar contents now unavailable for change. (The "Hide Panels" text now shows up as faint

  • How to unhide Tab bar in Safari

    i am using the Safari Browser - Version 6.0.3 (8536.28.10), recently tab bar is not showing. Can any one help me to unhide the tab bar. When i checked view->Hide Tab Bar, also inactive. Looking help to unhide the tab bar. Thanks in advance

  • Originally Installed Programs

    I cannot locate the original program CDs that were laoaded on my computer when I bought it. Did I misplace them or were they never included in my purchase? How can I get duplicate CDs in case I need to reload the programs in the future?