How to Get PanelStretchLayout to stretch to screen height

Hi,
I would like to have a panelstretchlayout stretch to screen height whilst other components are scrollable within the panelstretchlayout.
I have gotten the panelstretchlayout together with some components within it with scroll and I am able to get it properly with the layout within as scrollable when I set a height of 500 px. However, I am unable to set the height to the screen height as it does not stretch to it.
I have tried AFStretchHeight and it does not seem to work. AFStretchWidth does work well.
Any advice or help will be much appreciated.
Thanks,
Zijian

PanelGroupLayout(scroll) does not stretch its children. This is the reason the 2nd PanelStretchLayout does not strecth (because it is a child of a PanelGroupLayout).
\Hint: Remove the outer PanelGroupLayout(scroll) (by moving its children to the "header" facet of the outer PanelStretchLayout and left the inner PanelStretchLayout as a single child of the center facet of the outer's PanelStretchLayout:
<af:panelStretchLayout>
  <f:facet name="header">
    ... The components from the outer PanelGroupLayout (possibly enclosed in a PanelGroupLayout(scroll)) ...
  </f:facet>
  <f:facet name="center">
    <af:panelStretchLayout>
      <f:facet name="header">
      </f:facet>
      <f:facet name="center">
        <af:panelGroupLayout layout="scroll>
          ... The components from the inner PanelGroupLayout ...
        </af:panelGroupLayout>
      </f:facet>
    </af:panelStrecthLayout>
  </f:facet>
</af:panelStrecthLayout>Dimitar

Similar Messages

  • How to get rid of the on screen volume display?

    how to get rid of the on screen volume display, it stays on even after reboot. and when i hit the volume button another one shows on top of it.

    Sounds like a key on the keyboard is stuck down. Does it disappear if you disconnect the keyboard?

  • Does any one know how to get my Genius Apple Apps screen to work? Genius is Blank

    Does any one know how to get my Genius Apple Apps screen to work? Genius is Blank now regardless of how I enter the option. My upgrades, purchased, featured and searches all work in Apple Apps app. I have checked my settings for a possible fix to no avail. Tried all hand motions to see if they would fix or help and of course they did not. My Genius worked with some real possible apps I might want, now - absolutely nothing. Any solution that is actually possible will be appreciated.

    You need to be quite a bit more specific.  What exactly is the Desktop manager doing or not doing?  You have a Pearl....what model?  Look in Options >About and tell us what model you have and what OS it's running.  Also, what version of Desktop Manager, OS on your PC, etc. 
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • How to get rid of J2EE Login screen for each time Client App run?

    hi there,
    How to get riud of J2EE login screen for each time client application r un?
    regards,
    elvis

    in the j2ee tutorial they say that you should run like this:
    runclient -client <appjar> -name <name> -Dj2eelogin.name=guest -Dj2eelogin.password=guest123
    the only thing is that it did not work for me...let me know if it works for you.
    chukii

  • BDC-How to get the value of the screen field

    Hi All,
    I am facing a problem while writing the BDC code for the XK02 transaction.
    Recording:
    We have recorded like this :after giving the values in the initial screen(vendor no and purchase group and selecting the purchasing data check box) and enter into the second screen and then click on alternative data icon.There we ll have set of plants we have to check auto ordering (by selecting the plant and click purchasing icon)for the plants which are in the given file.
    Problem:
    Suppose there are five plants(like 1,2,3,4,5) for a particular vendor but we are having only three plants in the file for which auto ordering check has to be done.The problem is that its doing auto ordering check for the first three plants(1,2,3) in the transaction.But  in the file we are having Plants like (1,3,5).How to get the screen field value directly or is there any other way to resolve the problem?

    Dear Raja,
    You cannot get hold of screen values while running through the BDC Operation.
    Only way you can get the value --> populating an Internal Table from the Database Table.
    Regards,
    Abir
    Don't forget to award Points *

  • How to get default values on selection screen(multiple ranges)?

    i want to know how to maintain default ranges in selection screen...like 2000 to 3000 and 7000 to 8000 and 11000 to 15000
    all the above ranges must get by default how to provide those to selection screen by default...please give me idea...with example...

    Hi Suresh,
    You can either use select-options or Ranges. If you want the selection screen to be displayed with allwoing user to enter values apart for the default ones use select options else use ranges. With ranges what ever values use hard code would be set and the end user will not be able to add any more values (or range of values).
    Simply write the following code
    tables : <name of the table from which the field belongs>
    select-options <fieldname> for <tablename>-<fieldname>.
    <fieldname>-sign = 'I'.
    <fieldname>-option = 'BT'.
    <fieldname>-low = '7000'.
    <fieldname>-high = '8000'.
    append <fieldname>..
    similiarly add all the ranges that you need to include as default and in your select statement use the IN operator inthe where clause to include the range.
    If using range replacethe select-option with the range statement.
    Thanks.

  • How to get rid of the white screen on ipod touch

    How do I get rid of the white screen on my ipod touch, my power button is stuck.

    Display shows white screen
    Try turning the iPod touch off and then on again.
    If the iPod will not turn off, try to reset it.
    If that doesn't work, try restoring the iPod. See this article for assistance.
    Resetting your iPod
    http://support.apple.com/kb/ht1430
    Restoring your iPod
    http://support.apple.com/kb/HT1414

  • How to get Music Store beyond first screen

    I can get to the first iTunes screen but when I click any link I just get the message "Accessing Music Store..." at the top. It doesn't go to the second page. I have also noticed that iTunes is using 50% of my CPU. Does anyone have an idea of what's wrong?
    Thanks.

    Click here and follow the instructions to submit it as a series of podcast episodes.
    (42536)

  • How to get IP address from login screen in 10.7 Lion

    Hi All,
    In 10.7 I didn't find any option to get IP address from login screen as used to got in 10.4,10.5,10.6
    Thanks

    Jason,
    is there any way to make that example
    work with release 6.0, preverribly
    with IE5 (native VM)?
    The WHEN-CUSTOM-ITEM-EVENT Trigger
    doesn't seem to fire.
    Thanks
    Anton Weindl
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Jason Pepper ([email protected]):
    If you are using web deployed forms then you need to use a javabean to obtain the IP of the local machine - you can get one that does it here..
    http://technet.oracle.com/sample_code/products/forms/listing.htm#pjcexamp
    If you are running client server then there is a utility in d2kwutil.pll that allows you to read the registry and do things like get the IP address. d2kwutil is shipped with your copy of Forms - just have a look for it - the code is self documenting, but there is also a manual you can read too.
    Jason Pepper
    Principal Product Manager
    Enterprise Internet Tools
    Oracle Corp<HR></BLOCKQUOTE>
    null

  • How to get the values of selection screen.

    Hi experts..
                    Using call transaction i just called one screen where two input fields are there eid and ename...after giving the input
    i want to get the eid value using get parameter id..how it is possible...
    CALL TRANSACTION 'ZT11'.
    GET PARAMETER ID 'ZEID' FIELD EID.
    but i did'nt get value in EID..can any one please help me....
    Regards,
    Veena.

    Hi,
    In call transaction function module you must set parametr id value in function module 'ZT11'
    then it will accesible to you program using get parameter.
    Rgds
    Ravi Lanjewar
    Edited by: Ravishankar Lanjewar on May 25, 2010 12:42 PM
    Edited by: Ravishankar Lanjewar on May 25, 2010 12:43 PM

  • How to get the current size of screen in developer/2000 2.1?

    sir:
    I want to design the program that can be suitable for the
    various sizes of screen ,for example 640*480,600*800,At the same
    time ,According to the size,I can change the size of form ,
    how can I do that?
    null

    maximize the MDI window by
    set_window_property(forms_mdi_window,window_state,maximize);
    then get the size of MDI window which is the size of screen.
    by get_window_property;
    gang lee (guest) wrote:
    : sir:
    : I want to design the program that can be suitable for the
    : various sizes of screen ,for example 640*480,600*800,At the
    same
    : time ,According to the size,I can change the size of form ,
    : how can I do that?
    null

  • How to get applications to fill the screen

    Hey,
    I have been meaning to ask this for some time but how does one get say the safari window to fit the screen without going into the display preferences and changing the display ratio. If I use a pc (heaven forbid) I can just click the full screen Icon and hey presto all the screen is used. But my beloved Mac does not. What am I to do?........ Woe is me

    Mac OS X does not have a +full screen+ mode like Windows, because it would be a waste of screen real estate to simply expand a window to fill the entire screen. What it does have is a one click expand to largest possible optimum windows size command. Click the GREEN orb at the upper left corner of the window. The window will expand (or in some cases contract) to a size that displays everything on the window without being any taller or wider than necessary. If the window content happens to exceed the width or height of the screen resolution, then it will expand to the largest possible size for the screen. The menu bar will remain and the Dock (if visible) will not be covered up by the expanded window.
    There are a few apps that act differently. For example, iTunes switches between the standard iTunes interface window and the little Mini-Player when you click the on the green orb.

  • How can get my labels in a screen(dynpro) dynamically .

    Hi All,
    I have a route screen which has got 6 fields which are the activities in PLPO.So the text of these activites which are 6 are gonna changes.Like let us say for material 5867 I will have to go read PLPO and read VGWTS for it and then on basis of VGWTS there will read TC21 and get all the parametrs like PAR01,PAR02...PAR06.IF they are having some value for it then go read tc20t and get the text for it from TC20t and that is gonna be the text(They are label before input box) in my screen.So it changes dynamically like this.How can i Do this?
    Regards,
    Vijay

    How are your six screen fields named and how are the corresponding variables named in your logic? Let us say your fields on the screen are named FIELD1, FIELD2, FIELD3, FIELD4, FIELD5 and FIELD6. Your program should also have 6 variables named the same. Then you move the texts into these six variables, you should see your values in the screen.

  • How to get rid of a black screen on an HP g62 after disk corruption check?

    I recently started up my computer and got a disk corruption error and I let it run through and it started up normally. Yesterday I got the error again and let it run once more and found that the laptop was deleting files. Now when I start it up all I can get through to is the log in screen and when I log in all I see is black with a cursor.  Could it be a virus? I have an HP G62 with Windows 7. I recently found that I needed to update my virus protection but it wasnt urgent. Please help.

    Could you please give me the exact model number of your notebook?
    You can use the following document if you need assistance in finding it.
    How Do I Find My Model Number or Product Number?
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • HOW DO GET RID OF PASSWORD NAG SCREENS

    Despite using many sites repeatedly, a nag screen appears to sign in with ID & password....how to I get rid of those screens?

    since they are ppc apps and cannot be used in lion, delete them and they will be removed from launchpad.  or if you just cant bare to delete that copy of appleworks, move it out of the applications folder and it will no longer appear
    -mvimp

Maybe you are looking for

  • Can I Sync Email using POP?

    I have tried trouble shooting this issue with at least 4 technical people at my service provider & had conflicting information from all of them.  I have Blackberry 8703 using Outlook 2007 Desktop Manager 4.2 (I loaded & uninstalled all different vers

  • Aspect ratio on new TV

    Just purchased a Sony KDL40ex503 TV and cannot get the aspect ratio sorted from the BT vision box. I have played with all the options on both the BT box and the TV to no avail. On all options besides 4.3 the picture is bigger than the screen, thus no

  • Seperate GUI & HTML?

    I have results in a form of a Swing JTable. How do I code using design patterns to not update to JTable GUI, but put the results in a HTML table file? That way can have one application that can be a Swing compliant or HTML compliant? Any smart way wi

  • Freezing, Application Ending while using PSE 12 during editing.

    Good afternoon, I'm using PSE 12 and the application keeps on freezing and ending during editing.   Just purchased a new MAC laptop that is running Yosemite 10.10.  Any advice?  Thank you in advance. 

  • Instant Client Installation help

    Hello I'm relatively beginner. I'm having a win2k machine which i want to setup as a client to oracle 9i server which i'm able to telnet and work. What should i do??. I have downloaded (instant client basic + odbc) and set the path...install from the