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

Similar Messages

  • 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

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

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

  • 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                                                                                                                                                                                                                                                                                                                                                                                                                                       

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

  • 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

  • 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

  • Compiz-fusion + gtk-window-decorator minimize and maximize missing

    I am running GNOME using x64 at work, and here since the upgrade to 2.24, my minimize and maximize buttons are missing using the GTK-window-decorator in Compiz.
    I have had this problem at home using my i686 system when I used the testing repository, but the problem was fixed in the packages that entered the extra repository.
    Now I wonder why this problem still exists in the x64 packages. I did not test the former testing packages because I have to do my daily work on this pc.
    Please help me. Is there a broken package that was not fixed in the x64 repo or do I need to do something myself?
    Last edited by PJGrefhorst (2008-10-27 10:19:46)

    I solved the problem myself. The compiz-decorator-gtk needs to be rebuild against the new metacity and compiz. Please replace the package!

  • My firefoz opens but opens a transparent window that only has the close,minimize and maximize buttons.

    So my firefox has been running well but when i updated my computer, it stopped working. when i double click the icon, it opens a blank transparent window with only the maximize, minimize and close buttons. you cannot even tell its firefox. it does not display any error messages and installing again does not work.
    what is this and how do i fix it?

    hello nachoz88, [https://support.mozilla.org/en-US/questions/940393#answer-377118 from another user] we found out that this might be related to malware active on your pc. please close all firefox windows and try [[Troubleshoot Firefox issues using Safe Mode|running firefox in safemode]] (by pressing the shift key while you're starting it). in firefox safemode go to firefox > addons > extensions and remove the entry named "Codec v1.0" or any other addons that look suspicious & you have not installed intentionally. afterwards see if you can run firefox normally again...
    please also do an in-depth scan of your system with the security software already in place and/or a different tool like the [http://www.malwarebytes.org/products/malwarebytes_free free version of malwarebytes] & keep firefox and your plugins up-to-date in order to stay safe on the web.
    [[Troubleshoot Firefox issues caused by malware]]
    [[Update Firefox to the latest version]]
    https://www.mozilla.org/plugincheck/

  • Jsr portlets - remove title bar

    How to remove title bar of a JSR portlet. (portlet.xml or weblogic.portlet.xml?). I have imported few java portlets into my portal and I want to remove the title bar. weblogic.portlet.xml file does not have any entries apart from </weblogic-portlet-app> tag..
    Like for the JPF portlets we can set the refreshAction how to control the initial action for a java portlet.
    thanks

    Sorry, no.
    In fact Apple put them at the top by popular demand!

  • Windows 8 64 bit minimize and maximize Windows windows

    We upgraded to Windows 8 64 bit and labview 12 64 bit here at work.
    One of the programs I wrote with an example I found on the NI board no longer works.
    We used to have windows XP 32 bit.
    I used to be able to give a window name such as notepad (or any Windows window) and I could minimize or maximize it as needed.
    Well once we upgraded to Windows 8 and Labview 12 64 bit it no longer works.
    Does anyone have an example that I can look at that will work with Labview 12 64 bit?
    Thanks Rick.
    Solved!
    Go to Solution.

    rcard53762 wrote:
    Is there no WinAPI for windows 8 that does the same thing?
    It's not Windows 8 that is the problem here. It's LabVIEW for Windows 64 Bit. Installl LabVIEW for Windows 32 Bit (works just as fine on Windows 64 Bit and your license works for both variants) and your example works again.
    And no there is no WinAPI package for LabVIEW for Windows 64 Bit. It's originally a community developed library and NI never made it an official NI library, nor should they have done that. As such it is only community supported meaning it gets modified if and only if someone from the community does the work and also posts it for others to use.
    Building an application to depend on these functions is only a good idea if you know what you are doing. That includes both the original application developer being savy about calling WinAPI functions through the Call Library Node as well as being aware about the possible liability for the next gal or guy who has to maintain that application and port it to Windows 2025 or even more funny Linux or Mac OS X, or the super duper tablet OS that will come out in 10 years. Don't laugh, many quick and dirty test applications end up being used for decades to come and are usually in a state that nobody dares to even touch from fear that it breaks.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

Maybe you are looking for

  • How do I transfer all my data to Iphone 5c?

    I just bought and activated the Iphone 5c. How do I transfer my settings, photos, apps, text messages, etc., from my Iphone 4?

  • Searching for a Special Soundc

    Hello, sry for my bad english i'm german I have a pc with a cheap soundcard, which has a optical sound input. At this soundcard i use the creative T7900 7. sound system. Now i want to connect my XBox360 to the soundcard via optical sound input. But m

  • Business Objects Enterprise - domain user

    As mentioned in blog at /people/ingo.hilgefort/blog/2009/07/03/businessobjects-enterprise-and-client-side-snc-part-1-of-2 the SNC interface can be used to provide SSO with Business Objects Enterprise. The SSO works if the Windows services are started

  • Standard for package names

    Hi, There is some standard convention for naming a package? I've seen before that they use to name it something like this: com.<companyname>.<blah>.<blah>.<blah> This is correct? Thanks in advance, Gabriel

  • Workshop Support for WLS 9.0

    I have been trying to evaluate the potential of WLS 9.0 using Beehive and Pollinate, only to discover that BEA may be developing the Workshop plugin for Eclipse themselves, and that the Pollinate project is dead. Could somebody from BEA please give t