Minimize and maximize icon for popup dialog

How can i create a minimize and maximize icon for a popup dialog?By default close[x] icon is there.What should be done to have a minimize and maximize icons?

You cannot do this (at least, there is no such one capability out of the box). But, you can play with panelWindow contentWidth/contentHeight at runtime, take look at: http://martindeh.blogspot.com/2011/03/dynamic-resizing-for-popup-dialogs.html

Similar Messages

  • How to disable minimize and maximize buttons of a popup window

    hello.
    can someone please tell how to disable the minimize and maximize buttons for a popup window.
    i know this is very basic concept.. but iam new to jdeveloper..please someone help me out

    Hello,
    U can use script in ur page to open the Popup window.
    window.open("yourpage.do", window_name, 'toolbar=0,scrollbars=0,location=0,status=yes,menubar=0,resizable=0,width=600,height=400,left = 225,top = 140');
    Bye

  • Java APPLET minimize and maximize button

    im using java 1.3 and ie4.0 or ie5.5, i would like to know if there is any way i could remove or at least disable the minimize and maximize button for the APPPLET window for the toolbar..i tried using setResizable(false) but it doesnt work..well if i tried it in the appletviewer , it actually worlks for the maximize button(it disables the maximize button), but if i try it in the browser, it doesnt work at all... please help
    thank you

    At least on Linux, JDialog's don't have a resize functionality. So you could do the thing you want to do with a JDialog (or maybe plain java.awt.Dialog), and everything will be fine!
    -- Stephan

  • JSR Portlets , removing minimize and maximize

    How can we remove the minmize and maximzie icons for JSR portlets ?
    In weblogic portlets , we can set that in properties can minimize and can maximize,
    But I did not see anything for JSR 168 portlets

    Add the following in your weblogic-portlet.xml file
    <portlet>
    <portlet-name>your_portlet_name</portlet-name>
    <supports>
    <mime-type>text/html</mime-type>
    <excluded-window-state>minimized</excluded-window-state>
    <excluded-window-state>maximized</excluded-window-state>
    </supports>
    </portlet>
    Note that, by default, all Java portlets have normal, minimized and
    maximized states. By adding the above, you can exclude
    minimized/maximized states.
    Subbu
    Srinivas Surapaneni said the following on 02/04/2004 12:02 PM:
    How can we remove the minmize and maximzie icons for JSR portlets ?
    In weblogic portlets , we can set that in properties can minimize and can maximize,
    But I did not see anything for JSR 168 portlets

  • Where is the minimize and maximize buttons?

    I'm using Acrobat version 8 and the standard windows XP minimize and maximize buttons are gone from the top right hand corner of the window which means I have to resize the window manually. There IS the "x" button to close the window if I wanted to but that's it. This happened once before in version 7 but then the buttons came back somehow. I'm on Windows XP and all of my other programs work fine. Does anyone have any ideas?
    Thanks.

    I fixed my own problem...finally. I'm using a third party add in called PDFlyer. In the options window for that program is a checkbox for "hide minimize/maximize box". That was the trick.

  • Minimize and Maximize are missing

    I now have 2 users who have been using Acrobat version 7.1 for at least a year each and for some reason the minimize and maximize buttons have disappeared.  They are visible on the main program window but they are not visible on the file window.  I have tried changing views, using full screen, f key, CTRL ALT F, video card, and even uninstalled and reinstalled Acrobat but nothing is bringing the buttons back.  Both machines are running Windows XP SP2.  These buttons were here before and now they are gone.  No changes that I am aware of have been made on the machines and the other several license we have are working fine. I tried searching the forums but they all are referring to Adobe Lightroom.  Any help is greatly appreciated.
    Patrick

    That worked, Thanks!!  I never thought a program would hide a option like that on purpose.  I have invested a good amount of time in this and I am glad I do not have to put anymore into it.
    Patrick

  • Can not adjust brightness and minimize and maximize the screen with Fn keys

    I have bought a HP 15-D006TU laptop 1 week back. f2 and f3 for adjusting brightness and f4 to minimize and maximize the screen are not working. I am also trying to install the Hotkey driver which is mostly suggested here. but the version available is not supported. Can anyone help me out in this case?

    Hi NIdisha,
    Thank you for your post, I will do my best to assist you.
    I understand that you are experiencing an issue with the brightness and the  fn keys. When I looked up the specifications, I see it came with FreeDos. I am providing you  links, to the software and driver page for your computer,HP 15-d006tu Notebook PC Drivers  and Frequently Asked Questions About FreeDOS (FAQs).  Please note the compatible keyboard driver. I would suggest you uninstall and reinstall the drivers for the keyboard. I am also providing you a document on Notebook Keyboard Troubleshooting (Windows 8), that may assist you.  If you would like furhter assistance, please let me know if you are still running  FreeDos, or have changed the operating system.
     I hope this has helped.
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • Tray Minimize and Maximize!

    Hello,
    On my WDA View i have got two trays(TRAY1 and TRAY2) under ROOTUIELEMENTCONTAINER. On TRAY1 i have a button, which when clicked should minimize TRAY1 and maximize TRAY2. How to do this?
    I did some examples by accessing CONTEXT elements and modifying them but for UI Elements i didn't see many examples. I know the Property of TRAY for which the value needs to be changed is EXPANDED, but don't know how to change it in the action method.
    Thanks.

    Thanks Bhaskar for the helpful reply, though your second step was confusing to me. What i have done now is created two context attributes and assigned each one to its corresponding tray EXPANDED property.
    Then in the WDDOINIT method i code and set the minimize and maximize of each tray using the two created context attributes by setting abap_true and abap_false booleans. And then on my button action click method, i code and minimize my search tray and also expand the results tray. Is this what you wanted to suggest me from your steps?
    If not then i would still be curious to know if there is any other way also to do it. Thanks.
    Regards,

  • Minimize and maximize Solaris 10 installed on VM virtual Box.

    How can I minimize and maximize Solaris 10 installed on VM virtual Box.
    Thanks
    Paulo

    Solaris is working just fine. Everything is ok. now since I open Solaris via VM Virtual box, the Solaris main page fills only half of the monitor. I can minimize/maximize the Virtual Box. But Solaris dimensions are fix and doesn't change. This leaves me a little room to open applications on Solaris. I had the same problems with my Ubuntu, by installing adds-on it was fixed. For Solaris I installed “Guest additions”, didn’t help.
    Thanks
    Paulo

  • Get minimize and close icons

    Hi,
    Anyone know how i can get the icons used to minimize and maximize JFrames and JInternalFrames from the LookAndFeel. Fanks vey match in advance,
    Dave

    A lot of users are running into this lately. The fix seems to be to change your screen resolution so that the box will fit within your screen. Then you set the resolution back.

  • Applet's minimize and maximize events.

    Hi,
    I need to get capture an applet's minimize and maximize events. Is it possible.
    Thanks in advance.
    gLim

    Try to listen to the event of the frame that is the parent of the applet.
    Object parent = this.getParent();
    while (!(parent instanceof Frame))
         parent = ((Component)parent).getParent();
    [/code[
    Noah                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • I updated to OS X 10.8.5 and the icons for the files of one app have turned generic. How do I fix this?r

    I updated to OS X 10.8.5 and the icons for the files of one app were originally for another app (and opened it). I was able to make the files open the the original app but now the icons have turned generic. How do I fix this?

    Download Mavericks from the Mac App Store.
    (95518)

  • Hi everyone!  I turned on my computer the other day and the icon for Safari was missing from my dock.  I looked in the applications folder and it is no longer there.  Does anyone know how I can get safari if I have no internet search engine?

    Hi everyone!  I turned on my computer the other day and the icon for Safari was missing from my dock.  I looked in the applications folder and it is no longer there.  Does anyone know how I can get safari if I have no internet search engine?  I

    Safari 5.0.6 for Leopard can be downloaded from here:
    http://support.apple.com/kb/DL1422
    Does anyone know how I can get safari if I have no internet search engine?
    How did you post here?

  • I just get my new I pophone 4s and the icon for the face time is not showing in the screen

    I just get my new I pophone 4s and the icon for the face time is not showing in the screen

    There is no separate icon for FaceTime. You access it through contacts. Go into the contact you want to call and tap the FaceTime button.

  • How to hide both the MINIMIZE and MAXIMIZE buttons ?

    Is there anyway that I could use to remove the MINIMIZE and MAXIMIZE buttons up the top right coner of a window ?

    You can disable them (removed on some early windows versions), if you make your window non-resizable.
    Otherwise you would have to override the Window or JWindow class to make your own frame-like window.

Maybe you are looking for

  • HD or Booting problem on MSI K7N2 Delta 2 Platinum

    Hi all, Ive a weird issue which i cant figure out myself. I've 2 HD's..lets call them A and B where A = 60Gb (Master) and B = 80Gb (Slave) It's is like this: A and B are connected to the primary IDE-slot. A will boot when set as Master and B wont sta

  • Safari (and Firefox) hang on Flash-Pages for main-account

    Since Easter (when I took the last batch of upgrades) Safari and Firefox hang. I narrowed the test down to the following web-page: http://www.sunfleet.com * The page does not load completely - after a little while I get this spinning ball and need to

  • External 4k monitor says no signal from display port

    HELP... I have a late 2009 27" iMac running 10.10.2 Yosemite, i bought an ASUS PB287Q 4k monitor to extend my desktop. I have connected it by MDP to DP and the Mac recognises the ASUS, shows it as a display and tells me how it is connected but the di

  • Will Apple's USB-Ethernet Adapter Work on iMac

    One of the pins in the ethernet port of my iMac were bent. The second I attempted to bring the pin up, it broke. So I haven't been able to use ethernet for over a year. Will the Apple USB Ethernet Adapter work on my Late 2006 2Ghz Intel Core 2 Duo iM

  • Consuming ES Workplace Web Services in CAF - ReadCustomer Example

    Hi, I am trying out the steps from [Consuming ES Workplace Web Services in CAF|http://help.sap.com/saphelp_nw72/helpdata/en/6d/00932cf834471789ad286986185acb/content.htm] Completed steps 1 through 5 successfully. For step 6 I am unable to locate the