Minimum height for second facet in PanelSplitter.

I am using af:panelSplitter with vertical orientation. Is it possible to specify a minimum height for the second facet so that the facet so that the splitter cant be moved down when the second facet have certain height.
At present I can move the splitter till the bottom of the page so that the second facet disappears entirely.

Hi,
don't think there is a way to do this.
Frank

Similar Messages

  • Setting a minimum height for a dyanmic subform

    I am creating a form that is reading in a set of instructions from XML. I would like to limit the instructions to 2 per page. Is there a way I can set a minimum height for the subform, so it will at least be 1/2 the page?

    Hi,
    If that's the case, then you could size each field in the Design view so that each field takes up have a page. Then in the Layout tab select "expand to fit height" (should also have allowed multiple lines in the Object / Field tab).
    Then when you import the XML, short instructions will appear two per page, while longer ones will flow onto following pages. If the fields are set to half a page then you should not get more than 2 on a page.
    Hope that is of help,
    Niall 

  • Is it possible to set a minimum height for a DIV container?

    Hello fellow developers,
    I wonder if it is possible to set a minimum height or a fixed height for a DIV container (P container, SPAN conrainer) like in HTML?
    Thank you!

    Thank you, Robin!
    But is it somehow possible to reserve a portion of space in the text flow so that later I can put a movie clip over this open space?
    (In HTML I would create a fixed dimension DIV element for this purpose and add its contents later.)

  • Minimum height for main window

    Hi
    I am having a table with datas in my main window and a seperate footer(not table footer) which has to be dispalyed at the end of the page and both with borders. My problem is that when there is few data the box of main window is not touching the box of footer. It will display as 2 seperate boxes. I have tried providing minimum height to tables. But did not helped. Please suggest me a solution.
    Thanks in advance,
    Regards
    Sathar

    Hi Sathar,
    In FORM PAINTER u just join the borders of the main window and the footer.
    so that i will display both joined even if the data is more aor less.
    Best regards,
    raam

  • I can't set the minimum height for a flowed subform

    I have a subform, sfQ, that holds four items, tfInitials, cbQ, tfTypeCheck (hidden), and tfQ1. tfQ1 is a text field that allows multiple lines. All four start with a height of .3125in. When I set the subform to flowed, the items move to "top to bottom" order, and the subform changes height to .9375 (as I would expect). When I change the subform back to "Western text", the subform's height does not shrink back to .3125in. I would expect it to shrink back down since the subform does not need to be so large when the lines are running left-to-right.
    If I select the subform and go to the layout pallette, then type in the height I want, it reverts back to .9375in.
    If I click and drag the sizing box in the design view, it expands back to it's larger size.
    If I remove all but one field and change the subform to flowed, it still goes back to .9375!
    If I go to the docReady event for the subform and set the height with this.h = ".3125in"; the subform will not expand when the text field tfQ1 receives a long value (two or more lines).
    Any ideas about getting around this?

    I figured it out...
    I added another line to the docReady event, so now I have:
    this.h = ".3125in";
    this.maxH = "9in";

  • How to set minimum height size for an empty XML Form iview

    Hi,
    I'm trying to configure the minimum height size of an XML Form iview without sucess. Even when there is no content to show, iview height size is around 80 pixels. When there is content the automatic configuration works fine and the iview is resized properly.
    The iview has automatic size and the minimum size for automatic is with 5 pixels...
    Any ideas?
    Thanks,
    Marcelo

    Hi,
    I'm trying to configure the minimum height size of an XML Form iview without sucess. Even when there is no content to show, iview height size is around 80 pixels. When there is content the automatic configuration works fine and the iview is resized properly.
    The iview has automatic size and the minimum size for automatic is with 5 pixels...
    Any ideas?
    Thanks,
    Marcelo

  • How to set a minimum width and height for a stage or scene?

    Hello,
    Does anyone how to set a minimum width and height for a stage or scene?
    I tried listening for width/height property value changes and then adjust the width/height if necessary, but that causes unpleasant flickering of the window.
    In JavaFX 2.1 beta SDK for Mac OS, the Stage class has setMinWidth() and setMinHeight() functions which work very well.
    I'm wondering what's the equivalent way to do that when using the FX SDK for Windows.
    Any help is appreciated!
    Thanks.

    I was wondering how to enforce a minimum stage size with JavaFX 2.0.3.The same flickering way you are currently doing it. See: http://javafx-jira.kenai.com/browse/RT-15200 "Need a way to set the minimum size of a window"

  • Minimum size for an MIAW

    Since when is there a minimum stage height for an MIAW?
    I'm using Director MX and I have a movie that's 250 x 35 and
    it always opens
    to a height of 70. I set the height from 35 to 60 and it
    opened at 70. I
    set it at 72 and it opened at 72.
    For now I've made the movie 70 pixels high and moved all
    sprites down 35
    then open it 35 pixels higher than where I normally would.
    Since this MIAW
    is at the top of my stage, the offstage 35 pixels don't
    matter.
    Craig Wollman
    Lingo Specialist
    Word of Mouth Productions
    212-928-9581
    www.wordofmouthpros.com

    Zach1981 what version of Photoshop, Illustrator, and InDesign are you referring too?  You can find link to the system requirements for the Creative Cloud 2014 release version at System requirements | Creative Cloud.

  • Spry Accordian panel content height for more than 1 accordian in site

    Hi,
    I have added a couple of accordians to my website on different pages.
    When I adjust the panel content height for 1 it automatically changes it for all of them on my site causing scroll bars to be visible - which I am trying to avoid.
    I'm new to Spry coding and am not sure what to change.
    Thank you for your help

    This is a frequent question, in one form or other. It helps to understand that when you insert a Spry Widget, the associated javascript and CSS files are also added to your site files. And if you insert a second of the same type of Widget, DW checks and sees the original js and css files and does not add a second (or third). This is efficient, and also keeps your styling uniform across all instances of that Widget in your site.
    If you want Widgets of the same type styled differently, you need to add to your CSS stylesheet style selectors that focus on those parts you want to be different.
    Because Widgets are already ID'd, you can't add a new ID directly to the Widget <div> But you can wrap the Widget in a new div and put an ID on that.
    Say you want two accordions on a page, one with panel content height of 100px and one with panel content height of 200px.
    ID your accordions' wrapper divs: <div id="normalheight"> and <div id="doubleheight"> (use better descriptive IDs).
    In the CSS stylesheet, do this:
    .AccordionPanelContent {
        overflow: auto;
        margin: 0px;
        padding: 0px;
        height: auto;
    #normalheight .AccordionPanelContent {
         height: 100px;
    #doubleheight .AccordionPanelContent {
         height: 200px;
    Be sure to add them directly after the given rule for .AccordionPanelContent; you are re-writing the height in that style selector for your two more specific accordions.
    Beth

  • Panel collection with auto height for different screen resolution

    Hi.
    I created a page using panel collection by default height for 1024 * 768 screen resolution and works fine. When I change the screen resolution to 1152 * 864 then my page layout changes as I can see lot more space at bottom due to fixed height define for panel collection.
    Here my question is how to make height as dynamic for panel collection which can changed based on screen resolution. Usually percentage for height attribute resolve the issue but JDev 11.1.1.4.0 doesn't support percentage its allows only pixel or em.
    Please let me know to resolve this issue.
    Thanks

    If you want a table to occupy 80% of the height of the screen you should be able to do this with assigining % to the various panelStretch facets - like this:
        <af:form id="f1">
          <af:panelStretchLayout id="psl1" topHeight="10%" bottomHeight="10%">
            <f:facet name="bottom">
              <af:spacer width="10" height="1" id="s2"/>
            </f:facet>
            <f:facet name="center">
              <af:panelCollection id="pc1">
                <f:facet name="menus"/>
                <f:facet name="toolbar"/>
                <f:facet name="statusbar"/>
                <af:table var="row" rowBandingInterval="0" id="t1">
                  <af:column sortable="false" headerText="col4" id="c1">
                    <af:outputText value="#{row.col4}" id="ot1"/>
                  </af:column>
                  <af:column sortable="false" headerText="col5" id="c2">
                    <af:outputText value="#{row.col5}" id="ot2"/>
                  </af:column>
                </af:table>
              </af:panelCollection>
            </f:facet>
            <f:facet name="start"/>
            <f:facet name="end"/>
            <f:facet name="top">
              <af:spacer width="10" height="1" id="s1"/>
            </f:facet>
          </af:panelStretchLayout>
        </af:form>

  • Unexpected minimum value for SHEAPTHRES_SHR

    Hi Folks - We keep getting the following message every 30 seconds on our BI QA server.
    2009-08-24-07.26.17.263989-240 E78429A607         LEVEL: Warning
    PID     : 930014               TID  : 15425       PROC : db2sysc 0
    INSTANCE: db2bq1               NODE : 000         DB   : BQ1
    APPHDL  : 0-28423              APPID: *LOCAL.DB2.090808073504
    AUTHID  : DB2BQ1
    EDUID   : 15425                EDUNAME: db2stmm (BQ1) 0
    FUNCTION: DB2 UDB, Self tuning memory manager, stmmComputeMinSHEAPTHRES, probe:836
    MESSAGE : Unexpected minimum value for SHEAPTHRES_SHR - value automatically
              corrected -  122423 -  2448 -  338887 -  9180 -  3 -  0 -  3.000000 -
               1 -  31 -  271110 -  630
    I am pretty sure this will have performance impact on the database as the database manager has to keep changing the SHEAPTHRES_SHR value every 30 seconds back to the correct value. Has any one seen this before? Turning off STMM is not an option. We do not want to hard code SHEAPTHRES_SHR value as the loads on BI are not-predictable in the environment.
    Pl advise.
    Thanks.

    The output of the SQL statement shows:
    MAX_PARTITION_MEM: Maximum allowed "instance_memory" (this will correspond with the current setting of instance_memory in bytes)
    CURRENT_PARTITION_MEM: Current total memory allocation (in bytes)
    PEAK_PARTITION_MEM: HWM total memory allocation (in bytes)
    The bug with the STMM memory calculation was first fixed with version 9.5 FP4 so you might have to upgrade your instances to FP4. In fact, if I am not mistaken, SAP withdrew FP3 due to a hiper apar which can potentially impact SAP systems.
    Also as far as the values in the output of the query and db2pd are concerned, they are not different. The output of the query is expressed in bytes whereas the output of pd is expressed in KB.
    $$ db2pd -dbptnmem
    Memory Limit:         36000000 KB (which is 36864000000 bytes)
    Current usage:        31746944 KB (which is 32508870656 bytes)
    HWM usage:            35704320 KB (which is 36561223680 bytes)
    Regards,
    Sameer

  • Smartform table minimum height

    Hi all,
    Is there a way to specify the minimum height of a table in smartforms, so that if we have say 10 lines in the internal table to be displayed, and we specify 15 as a minimum height, then 5 blank lines will be printed in addition to the other 10?

    Haku,
    u can still achieve the requirement by having another secondary window with a template of the size of sec.window with 'N' lines, so that lines are also printed from the secondary window.
    Modified steps:
    1.having the table in a secondary window (fixed size) and
    2.the table width should be equal to the secondary window width and
    3.the table should not any have border
    4.Now create a sercondary window2 of size and dimention same as the one created earlier .
    5.create a template of size equal to the window ,The template will have all the borders for each lines to be printed
    Window1 and window 2 will over lap each other .
    Now the template with table borders(like ) will be  printed from window 2 Then the table contents will be printed from window 1.
    Reward if u find it Useful,
    Sapsurfer

  • Minimum requirements for OEM 12c setup in VMware

    All,
    I am planning to setup OEM 12c Grid in my personal laptop vmware workstation for practice purpose.
    Can anybody list me the minimum requirements for the OEM 12c setup i.e. min RAM size required, swap space, disk space etc..
    Thanks in advance,
    Mahipal

    Aman.... wrote:
    It took a minute over Google to get this,
    http://www.oracle.com/technetwork/oem/framework-infra/em12c-sizing-1590739.pdf
    Aman....Ha, I beat you with 48 seconds !!!
    LoL
    Edit: http://docs.oracle.com/cd/E24628_01/install.121/e22624.pdf

  • Table - minimum height?

    Hi,
    I'm creating an PDF print form for a customer and they have a layout requirement which I cannot figure out how to do.
    The problem is that a table should fill the most of the page regardless of the number of lines, but when the document should be paginated, the footer should be moved to the last page. I hoped it would be as simple at the ability to set minimum height on the bodyrow, but this isn't possible.
    I hope someone has a great idea how to fix this, as it's beginning to drive me crazy?
    Here you can see page 1 and 2 from the customers layout description - if there is no pagination, page 1 should look like page 2.
    Regards,
    Stefan

    I already did, but here's some more details.
    The bodyrow content is wrapped in a positioned subform, where I calculate the subform height based on table height, page numbers, and the other elements on the pages.
    On the initialize event on the wrapper subform I have this javascript:
    var layoutheight = "174mm";
    var lastpagelayoutheight = "147.79mm";
    var pagecount = $layout.pageCount();
    if (data.Page1.Linjer.BodyRows.HeightSpacer.Linjetabel.h > lastpagelayoutheight){
      data.Page1.Linjer.BodyRows.HeightSpacer.h = ((pagecount - 1) * layoutheight) + lastpagelayoutheight;
    else{
      data.Page1.Linjer.BodyRows.HeightSpacer.h = lastpagelayoutheight;
    Currently it needs some work done after some more thorough testing with a lot of lines. But you probably get the point.

  • How to set minimum size for the 'location' box in toolbars?

    I reorganized my toolbars by merging the location and tabs bar. I have the location on the left hand side and the tabs *next* to it, like this:
    [ (<)(>) [LOCATION] /tab\/tab\/tab\ ]
    Unfortunately when the number of tabs increases, the location box becomes so small that I cannot even see the url of the site I'm in...
    Is there a way to force a minimum width for the location box? I couldn't find a setting in about:config for it (I imagine that this would be a browser.urlbar setting)

    You rock! The combination of fixed width tabs with the stylish Add-on, and the single line of script below just made my day!
    #main-window[sizemode="maximized"] #TabsToolbar, #TabsToolbar > #urlbar-container { min-width: 350px; }
    Many thanks!

Maybe you are looking for

  • Error : simply creating a database in oracle

    Hello, I have recently started with oracle and I am trying to create a database using create database sql as below, but receving some errors, can someone please help me for a direction to resolve it. CREATE DATABASE OXXXXI USER SYS IDENTIFIED BY pass

  • Which type of code sign should I buy? simple of EV one?

    Hi, I have a desktop application which I need to publish to windows store. I have signed for developer account but now I need to sign my desktop app and for this I need to buy code sign certificate. I have decided to buy digicert one, but my question

  • IPhone 4 iOS 4.2 doesn't work with Alpine iDA-X001

    I just get an error message on the head unit saying 'ipod not supported' and the iphone comes up saying 'device not made to work with iPhone' it's a different message to the one that always says' not optimized for iphone, may cause interference' It w

  • Getting text on Ipad but not Iphone 6

    I am receiving text on ipad that are not showing up on iphone 6.  via settings on both devices, IMessage shows "IMessages can be sent between Iphone, Ipad , etc.

  • Deinterlacing Filter (Upper, Lower etc.)

    Hello, recently I came across the famous deinterlacing problem, now I'm just wondering: I got the black lines away by putting the deinterlacing filter on my slowmotion and my speeded up video clips (changing the speed occurred black stripes after ren