Cannot stretch af:panelTabbed in panelStretchLayout

I work in jdev 11.1.2.3.
Create a jspx page (based on the tuturiol example) like this:
af:form
01-af:panelStretchLayout
02--f:facet - center
03---af:decorativeBox
04----f:facet - center
05-----af:panelSpliter
06------f:facet - first
07*-------af:panelAccourdion -pa1*
08------af:showDetailItem - 1
08------af:showDetailItem - 2
09-----f:facet - second
10------af:panelSplitter
11------f:facet - first
12-------af:panelGroupLayout - scroll
13--------af:decorativeBox
14---------f:facet - center
15----------af:panelStretchLayout
16-----------f:facet - center
17------------af:panelTabbed
18*--------------af:showDetailItem - 1*
19*---------------af:showDetailItem - 2*
20*---------------af:showDetailItem - 1*
when it runs:
08-----af:showDetailItems can fill the af:panelAccordion fully.
but
17------------af:panelTabbed cannot be filled fully.(18-19) af:showDetailItem only occupy upper half of the (17)af:panelTabbeds
and have tried many different settings for the components above, cannot stretch (18-19) af:showDetailItems in panelStretchLayout yet.
How to solve this problems
Thanks.
BAO
Edited by: user6715237 on 2013-3-19 上午1:47

set styleClass="AFStretchWidth" for (13) af:decorativeBox.
the (17)af:panelTabbed stretch in right-ward direction.
but cannot downward stretch yet, even set:
styleClass="AFStretchHeight" for (13) af:decorativeBox.
so now the page' up-half part is filled (only up-left part is filled before).
anyway it begin to work now.
thanks.
Edited by: user6715237 on 2013-3-19 上午2:20
Edited by: user6715237 on 2013-3-19 上午2:22

Similar Messages

  • Stretching af:panelTabbed component

    Hi All,
    i am having a af:panelTabbed which contains 3 tabs the middle tab's width is quite large as it contains a table and also the height becaule it have table as well as form under it.
    I have applied styleClass="AFStretchWidth" to the af:panelTabbed but it only stretches the width of the tab but ont height.
    So how can i stretch the height as well as width of tabs...
    -Thanks.

    In the af:showDetailItem set the property StretchChildren to true...this should do it.
    Regards
    Grant Ronald
    Author: Quickstart Guide to Fusion Development Oracle JDeveloper Oracle ADF

  • HT1338 Have a new Air. cannot stretch or double tap to magnify any website I am on.

    New Mac user, have an Air. Having trouble on web pages. Cannot zoom in with finger gestures or double tap
    Any help would be appreciated
    Thanks

    Couple of basic questions to start with:
    Are you using Safari? Those gestures don't work in Firefox.
    Have you got the right settings in  > System Preferences.. Trackpad | Scroll & Zoom?
    Like this:

  • Taskflow region page full browser stretch

    how can i display contents of a page built using dropping a task flow as region on page in full browser window. how can i stretch the region to be displayed in full browser.
    My page has a panel form layout, does having a panel form layout cause problem while trying to stretch the contents to full browser window.
    Edited by: 963798 on Oct 14, 2012 8:47 PM

    http://jdevadf.oracle.com/adf-richclient-demo/docs/tagdoc/af_panelStretchLayout.html
    "If you try to put a component inside of this component and that child component does not support being stretched, then the component hierarchy is illegal. To make it legal, you need to insert another intermediate component between >this component and the child component. This intermediate component must support being stretched and must not stretch its children. An example of such a component that is commonly used for this purpose is <af:panelGroupLayout >layout="scroll">. By using a wrapper like this, you create a flowing layout area where nothing will be stretched inside of it. Examples of components that do not support being stretched inside of these panelStretchLayout facets (and >therefore need to be wrapped) include:
    <af:panelBorderLayout>
    *<af:panelFormLayout>*
    <af:panelGroupLayout layout="default">
    <af:panelGroupLayout layout="horizontal">
    <af:panelLabelAndMessage>
    <af:panelList>
    <trh:tableLayout>

  • Stretching Screen in Parallels Desktop

    Purchased new Macbook Pro 13 in March 2011 and "upgraded" to Lion OS X a month or so ago.
    Early on, installed Parallels Desktop and then Windows XP for Mac, as corporate required same to get into Remote Desktop.
    Once into Parallels Windows, no problem Stretching into full screen.
    However, once I log into Remote Desktop and in the corporate system, I cannot stretch the screen to anywhere near full length.
    Any suggestion? Corporate I.T. won't help since a Mac and not a corporate laptop!

    You should be asking in the Parallels forums or support. However what happens when you select from the Parallels menu View>Full Screen?

  • Stretching 0-255

    the values in my 2D integer array are greater than 0-255. How do I stretch the 0-255 range to cover my values. i understand there is a get StretchDouble method (or similar) but cannot locate it.

    Ummm, you cannot stretch numbers, they are defined to
    be what they are... otherwise I'd stretch my student
    benefits so that I could actually live a life...
    What are you trying to do?The color band for an image is 0-255. i have a 2D integer array with values in excess of 255 which i am going to covert to a 1D integer array and thereafter an image. Therefore, how do I re-assign the values in my 2D integer array to the 0-255 range.

  • How to make panel collection with auto height in a ADF page

    Hi,
    I developed a page in ADF of version JDev 11.1.1.4.0 where I had a adf table under adf panel collection. Now I want to change the height based on my screen resolution.
    For width I used the styleClass as "AFStretchWidth" but couldnt find any option for auto height for table due to this I can see vertical scroll bar on my page which I want to avoid.
    Even I tired to create a customized styleClass as shown below but its fixed height but not dynamic
    IN CSS FILE :
    .lookUpPagePannelCollection{
    width:98.5% !important;;
    margin-left:5px;
    margin-left:5px;
    height: 15.5em !important;
    I want to use % in height attribute which is not supporting by panel collection, can anyone tell the alternative way or tell me which version of JDev had this option.
    Thanks in advance.

    Hi,
    Set <af:panelCollection> as a child component of <af:panelStretchLayout> and check output.
    Form Tag Documentation
    Geometry Management
    This component can be stretched by a parent layout component that stretches its children. e.g., another panelStretchLayout, panelSplitter.
    This component uses <f:facet name="top">, <f:facet name="bottom">, <f:facet name="start">, <f:facet name="end">, and <f:facet name="center"> to organize content into each stretched panel. The contents of the facet may be stretched except when the height or width of the facet is set to "auto" via the topHeight, bottomHeight, startWidth, or endWidth attributes which would then cause that facet content to use its natural browser height or width. Examples of child components that can be stretched inside of the panelStretchLayout facets include:
    <af:decorativeBox>
    <af:panelAccordion>
    <af:panelBox>
    <af:panelCollection>
    <af:panelGroupLayout layout="scroll">
    <af:panelGroupLayout layout="vertical">
    <af:panelHeader>
    <af:panelSplitter>
    <af:panelStretchLayout>
    <af:panelTabbed>
    <af:region>
    <af:table>
    <af:tree>
    <af:treeTable>
    See
    http://docs.oracle.com/cd/E14571_01/apirefs.1111/e12419/tagdoc/af_panelStretchLayout.html

  • Happy Mac Day To Me

    Happy Mac Day To Me!!!
    Its been 4 years since I brought home my G3 Graphite iMac. How time flys. I remember needing a computer. I had lost my job, my wife started working from home, and I was attending college part time. This meant the Gateway was now hers for the purpose of work. I was thinking about another Gateway, maybe a Dell. I also remembered that Comp USA had this neat little section for Apple. This section stood out from the rows of generic pc’s. This section was in a word cool.
    It was different. From the carpeted floor, to Nanosaur on the iMacs to the aura that one would feel a sense of quality. The look and feel of these computers was well, superior. “Just looking” I would say to the helpful sales people. These machines are gorgeous, but a little tough on the budget. But I liked the seamless appearance and interface of the Mac. Even if they were an all in one. The pcs were just clones of each other, take off the manufactures label and you couldn’t tell one from the other. Pcs had no where near the software or extras like on the Macs.
    Then it happened Mac World 2002. The incredible g4 iMac was released to an unsuspecting world. I pounced...on the g3. It was seriously marked down. All that power, speed and all those applications. I just couldn’t resist.
    On January 12th 2002 I brought home my graphite 40 gb, 256 mb 600 mhz iMac. And immediately panicked!!! What was I thinking? I didn’t know Apple! Certainly I didn’t know this OS X stuff! No applications from Windows would work with this this THING! Right? I had seven days to see if I liked this Apple iMac, if not it goes back in the box and I get a nice safe Windows PC running 2000 or better yet XP. Day 1, 2, 3 went by. The box only feet away. Back to Apple store I thought. Back to the Apple store. I’ll just pick it up and put it in the box. Truth be told it almost happened. Divine intervention I speculate.
    Some where around day four, my wife, she’s pretty smart, told me 2 magic words. Learning Curve. The box slowly got pushed aside. My iMac started to become...cool again, I didn’t know it could do that, Wow that was easy! This iTunes is awesome (V. 2), This is really cool!!! Words of praise started to come from my work area in the recently refinished basement. The box disappeared. It got donated to give an old Tangerine iMac that was loaned to me safe passage to a school in need of good working computers. Day 7 came and went. I think I was playing with iTunes, Quicken 2002, Nanosaur, and of course I was online, at the same time! My new trusty friend, my iMac was here to stay!!! The fun had just begun.
    I started to learn and LOVE OS X. I switched back and forth between OS 9 and OS X. I found that I liked the stability of OS X that much more. I do like OS 9. I started to learn then love the applications. Most of my associates degree assignments were done on my iMac. Thank God for spell check!!! My job search changed from knocking on doors and reading the paper to e-mailing resumes and internet searches. Macintosh became an integral part of my life. Even Charlie, my tabby cat is learning OS X. He has the file renaming down to a science. Chelsea, the kitten loves HP printers. Cats! Must be the whole feline theme.
    I look back on these past four years as a wonderful period of my life. My iMac was and is a big part of that. My Mac and my Jeep pick up with plow stand out as the two best purchases I have ever made. It snows a lot in Ma. Since I bought my iMac an iBook found a home here last Christmas. For a birthday present an iPod Photo resides here. My darling wife who after 15 plus years of crashes, viruses, as well as hang ups, and blue death screens from Windows 3.1 to 2000, switched. November 1, 2005 her Mac Mini arrived. Two days later she, (had to go to work due to job change) was saying “What took me so long, this is great” and “I love my Mac!!!” Told you she’s smart. She’s spreading the word. The Gateway has since been put out to pasture. That, by the way arrived on a Halloween. What does that tell you. Scary!
    Now, just after Mac World 2006 the future looks bright. Strong leadership, bold innovation, and a sense of optimism and excitement. So if their is anyone on the fence here is a little advice from a former procrastinator. The question isn’t whether to buy a Mac or not, but which Mac to buy. Go to an Apple store,Comp USA, or other authorized reseller. Talk to them, tell them your wants and needs. No pressure, just a pleasant experience to say the least. Buy what suits YOU. You will not go wrong. You will be very, very happy that a Mac calls your place home.
    I'll post this in Tiger as well.
    Thank you all at Apple and the discussion boards too!
    God Bless,
    Lee Janerico

    Lee
    It certainly took some time, but every day's a Happy Mac Day! I started using Apple with a strange Apple2 running DOS in 1980 something.. possibly before 85, but cannot stretch the neurones that far. Bought a Mac+ (512K ram on system 5... wow) then a SE30, Centris610 then went mad on a PM8500, PM9600 and now started collecting imacs and other strange things like Newton Message Pads that nobody wants to know. OS9 is a wonderful thing, Hypercard is magic, GUI fun, and OSX is all very well, but itfor me is not as exciting as firing up my old SE from 1989-90, running up OS6 and watching things happen on a paper white screen... yes, I AM WIERDperson, but I am exstatically happy with my Macs

  • I when try to remove windows 7 from Macbookpro 13, I dont see any option such as Create or remove a windows partition on bootcamp assistant.

    My Mac Book Pro 13 inch late 2010. I tried to remove windows7 partition by using boot camp assistant. But I couldn't see any options for create or revome when I opened the bootcamp.  So finally i deleted by using disk utility function.
    This time I don't know how to make repartition.

    should perhaps have waited? yes.
    So now you can't or find out why and are left with repair the drive in Disk Utility from OS X DVD, or even restore (and wipe drive) if you cannot stretch and expand the HFS back to full drive.
    Clone the Mac partition - Disk Utility - Restore tab both was with erase
    Target <=> Destination
    You should of course have a backup even if TimeMachine, but something you can restore the system... because things do happen.

  • Display Size of the Visual Admininstrator

    I have an interesting problem - the display size of the Visual Administrator in one of my Netweaver systems has opened very small - I cannot stretch it any bigger. In all the rest of my systems the Visual Admininstrator opens full screen (we are AIX-UNIX).
    I think I can probably solve the problem by rebooting the server but I would like to know if there is any way to control the size of the Visual Admininstrator? Is there a configuration file or something similar?
    Thanks
    Patrick

    Hello Patrick ,
    I have no idea how to resize the visual admin.
    But the easiest thing to do is to install the visiual admin locally on a windows desktop.
    Be shure you have installed jre 1.4.2 on your windows desktop.
    Then copy the complete /usr/sap/<SID>/DVEBMGSXX/j2ee/admin
    directory to your windows desktop.
    Just doubleclick on the go.bat and the visual admin starts.
    Create the desired connections and youre finished.
    Have fun,
    E.ITS-BAsis

  • Need Help - Problem while having a panelformLayout inside a Region.

    I have a jspx page which has some regions out of which one region has a panel form layout in it's corresponding jsff.
    Below is my jspx
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:pe="http://xmlns.oracle.com/adf/pageeditor"
    xmlns:cust="http://xmlns.oracle.com/adf/faces/customizable">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document id="d1">
    <af:form id="f1">
    <af:pageTemplate viewId="/sdk/core/uifwk/template/templateDef.jspx"
    value="#{bindings.pageTemplateBinding}" id="emT">
    <f:facet name="emContent">
    <af:panelStretchLayout id="psl1" topHeight="auto">
    <!-- DO NOT REMOVE: This component is from Single Target Home Quick Start -->
    <f:facet name="center">
    <pe:pageCustomizable id="pageCustomizable1"
    toolbarLayout="message stretch addonpanels button">
    <af:panelStretchLayout startWidth="40%" endWidth="60%"
    id="ps12">
    <f:facet name="start">
    <af:panelGroupLayout layout="scroll" id="pgl1">
    <cust:panelCustomizable id="panelCustomizable1" showEditAction="false">
    <!--Add code here-->
    <cust:showDetailFrame id="sdf1" text="General">
    <af:region value="#{bindings.General1.regionModel}"
    id="r1"/>
    </cust:showDetailFrame>
    <cust:showDetailFrame id="sdf2" text="Features">
    <af:region value="#{bindings.Features1.regionModel}"
    id="r2"/>
    </cust:showDetailFrame>
    </cust:panelCustomizable>
    </af:panelGroupLayout>
    </f:facet>
    <f:facet name="end">
    <af:panelGroupLayout layout="scroll" id="pgl2">
    <cust:panelCustomizable id="panelCustomizable2" showEditAction="false">
    <!--Add code here-->
    <cust:showDetailFrame id="sdf4" text="Performance">
    <af:region value="#{bindings.Performance1.regionModel}"
    id="r4"/>
    </cust:showDetailFrame>
    </cust:panelCustomizable>
    </af:panelGroupLayout>
    </f:facet>
    </af:panelStretchLayout>
    </pe:pageCustomizable>
    </f:facet>
    </af:panelStretchLayout>
    </f:facet>
    </af:pageTemplate>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    Below is my jsff
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:f="http://java.sun.com/jsf/core">
    <!-- DO NOT REMOVE: EM templateDef Quick Start -->
    <af:panelFormLayout id="pfl1">
    <af:panelLabelAndMessage rendered="#{pageFlowScope.PsGeneral.isDisplayDomain}"
    id="plam2" label="Domain" for="aot2">
    <af:activeOutputText value="#{pageFlowScope.PsGeneral.DOMAIN}" id="aot2"/>
    </af:panelLabelAndMessage>
    <af:panelLabelAndMessage rendered="#{pageFlowScope.PsGeneral.isDisplayDbName}"
    id="plam3" label="Database Name" for="aot3">
    <af:activeOutputText value="#{pageFlowScope.PsGeneral.dbName}" id="aot3"/>
    </af:panelLabelAndMessage>
    <af:panelLabelAndMessage rendered="#{pageFlowScope.PsGeneral.isDisplayDbType}"
    id="plam4" label="Database Type" for="aot4">
    <af:activeOutputText value="#{pageFlowScope.PsGeneral.dbType}" id="aot4"/>
    </af:panelLabelAndMessage>
    <af:panelLabelAndMessage rendered="#{pageFlowScope.PsGeneral.isDisplayPsHome}"
    id="plam5" label="PS_HOME" for="aot5">
    <af:activeOutputText value="#{pageFlowScope.PsGeneral.PSHOME}" id="aot5"/>
    </af:panelLabelAndMessage>
    <af:panelLabelAndMessage rendered="#{pageFlowScope.PsGeneral.isDisplayPsCfgHome}"
    id="plam6" label="PS_CFG_HOME" for="aot6">
    <af:activeOutputText value="#{pageFlowScope.PsGeneral.PSCFGHOME}"
    id="aot6"/>
    </af:panelLabelAndMessage>
    <af:panelLabelAndMessage rendered="#{pageFlowScope.PsGeneral.isDisplayAppDb}"
    id="plam7" label="PS Application Database"
    for="gl1">
    <af:goLink rendered="#{pageFlowScope.PsGeneral.isDisplayAppDb}"
    destination="#{pageFlowScope.PsGeneral.appDbURL}"
    shortDesc="#{pageFlowScope.PsGeneral.appDbToolTip}"
    text="#{pageFlowScope.PsGeneral.appDbName}" id="gl1"/>
    </af:panelLabelAndMessage>
    Like this there are 23 Panel Label and Message components .
    <af:panelLabelAndMessage id="plam23" label="Host" for="gl3">
    <af:goLink destination="#{pageFlowScope.PsGeneral.hostURL}"
    text="#{pageFlowScope.PsGeneral.hostName}" id="gl3"/>
    </af:panelLabelAndMessage>
    </af:panelFormLayout>
    </jsp:root>
    When the page is rendered in the browser only the first 5 panelLabelAndMessage elements are rendered and the page is broken after that. There is no problem in the code behind, in whatever order you place the pLAM elements the first five rows are rendered and the page is broken with the following log
    Caused by: java.lang.IndexOutOfBoundsException: Index: 5, Size: 5
    at java.util.ArrayList.RangeCheck(ArrayList.java:547)
    at java.util.ArrayList.get(ArrayList.java:322)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer$FormColumnEncoder.processComponent(PanelFormLayoutRenderer.java:1425)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer$FormColumnEncoder.processComponent(PanelFormLayoutRenderer.java:1410)
    at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:170)
    at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:290)
    at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:255)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer._encodeChildren(PanelFormLayoutRenderer.java:352)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer.encodeAll(PanelFormLayoutRenderer.java:187)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1431)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
    If i remove the "panelFormLayout" from the jsff and try, all the elements are appearing but without the alignment. So clearly the problem is in 'panelFormLayout'.
    Is there anything wrong in the jspx violationg the layout rules. Can someone help me in resolving this issue?
    Regards,
    Balakrishnan

    Thanks Timo for the reply.
    JDev Version : JDev 11.1.1.6
    Yes this is a Webcenter page.
    I don't understand what is that plain ADF. Because in all the pages we build, we use these kind of tags. I have used the same panelFormLayout in the jspx and it work's fine for any number of rows. Only when used inside the region the problem occured.
    Regards,
    Balakrishnan

  • ADF Faces: right aligning a panelGroupLayout

    Here's a simplified ASCII-art version of the layout I want to achieve:
    +--panelBox header ----------------+
    |                                  |
    |                label: $ 1,234.56 |
    |         longer Label:   $  55.66 |
    +-------+-------+------------------+
    | Table | Table | Table header 3   |
    | head1 | head2 |                  |
    +-------+-------+------------------+
    | etc.. + etc.. + etc...           |Here's the JSF code I've composed so far:
          <af:panelBox text="panelBox header" id="pb1"
                       styleClass="AFStretchWidth" type="stretch"
                       showDisclosure="false">
            <af:panelStretchLayout id="psl1" topHeight="50px">
              <f:facet name="top">
                <af:panelGroupLayout id="psl2" layout="horizontal"
                                     valign="top" inlineStyle="AFStretchWidth">
                  <af:panelGroupLayout layout="vertical" halign="end" id="pgl1">
                    <af:outputLabel value="label:" id="ol1"/>
                    <af:outputLabel value="longer label:" id="ol2"/>
                  </af:panelGroupLayout>
                  <af:panelGroupLayout layout="vertical" halign="end" id="pgl3">
                    <af:outputText value="#{bindings.amount1.inputValue}" id="ot8"/>
                    <af:outputText value="#{bindings.amount2.inputValue}" id="ot9"/>
                  </af:panelGroupLayout>
                </af:panelGroupLayout>
              </f:facet>
              <f:facet name="center">
                <af:table value="#{bindings.blah.collectionModel}" var="row"
                          rows="#{bindings.blah.rangeSize}"
                          emptyText="#{bindings.blah.viewable ? 'No data to display.' : 'Access Denied.'}"
                          fetchSize="#{bindings.blah.rangeSize}"
                          rowBandingInterval="1" rowSelection="single" id="table"
                          columnStretching="column:c5">
                <!-- table contents omitted for brevity -->
                </af:table>
              </f:facet>
            </af:panelStretchLayout>
          </af:panelBox>This is nearly good, but there's one problem. The result looks like this:
    +--panelBox header ----------------+
    |                                  |
    |        label: $ 1,234.56         |
    | longer Label:   $  55.66         |
    +-------+-------+------------------+
    | Table | Table | Table header 3   |
    | head1 | head2 |                  |
    +-------+-------+------------------+
    | etc.. + etc.. + etc...           |The block with the two labels and two amounts isn't aligned to the right. When I try to set the outer <tt><af:panelGroupLayout></tt> to <tt>halign="right"</tt> the result becomes something like this:
    +--panelBox header ----------------+
    |                                  |
    |                  label:        $ |
    |                         1,234.56 |
    |                  longer        $ |
    |                  label:    55.66 |
    +-------+-------+------------------+
    | Table | Table | Table header 3   |
    | head1 | head2 |                  |
    +-------+-------+------------------+
    | etc.. + etc.. + etc...           |I.o.w. the block is aligned to the right, but it also gets compressed, causing undesired line wrapping.
    Question: how do I get the result as desired? I'm using JDeveloper / ADF 11.1.1.3.

    Using a single af:panelGroupLayout and af:panelLabelAndMessages to group each label and outputText together might accomplish what you are looking for. Table removed for the sample below for simplicity.
            <af:panelBox text="panelBox header" id="pb1" styleClass="AFStretchWidth"
                         type="stretch" showDisclosure="false">
              <af:panelStretchLayout id="psl1" topHeight="50px">
                <f:facet name="top">
                  <af:panelGroupLayout id="psl2" layout="horizontal" valign="top"
                                       inlineStyle="AFStretchWidth">
                    <af:panelGroupLayout layout="vertical" halign="end" id="pgl1">
                      <af:panelLabelAndMessage label="label:" id="plam1">
                        <af:panelGroupLayout id="pgl2" layout="horizontal"
                                             halign="right">
                          <af:outputText value="outputtext1"
                                     id="ot8"/>
                        </af:panelGroupLayout>
                      </af:panelLabelAndMessage>
                      <af:panelLabelAndMessage label="longer label:" id="plam2">
                        <af:panelGroupLayout id="pgl4" layout="horizontal"
                                             halign="right">
                          <af:outputText value="outputtext2" id="ot9"/>
                        </af:panelGroupLayout>
                      </af:panelLabelAndMessage>
                    </af:panelGroupLayout>
                  </af:panelGroupLayout>
                </f:facet>
              </af:panelStretchLayout>
            </af:panelBox>

  • Adding Dissolves in FCP after importing rendered clips from Color

    Hi,
    I'm editing a 4 minute sequence. I sent my edit to color, graded them accordingly, sent it back to FCP. I'm trying to add some cross dissolves between clips, but for some reason it is not allowing me to do so. Anyone come across this ?
    Trying not to get in depth into the problem, the reason I didn't add the dissolves pre-color grading, is that some clips have their speed reduced. The clips that had their speed reduced weren't being properly recognized in color. So, I had to remove the dissolves, bring back the clips speed to 100% and then send it to color for grading, send it back to FCP, reduce the speed of the rendered clip. Except, now I can't add the dissolves. As a matter of fact, I can't add any dissolves on any rendered clip, except for Fades.

    Specifying the addition and duration of "handles" is offered in the "Project Settings" tab of the Setup Room. The default value is one second.
    The reason that you cannot stretch the trims on the exported rendered footage is that it is new independent media with no relationship to your original source clip. I should add that handles can affect the computed time offsets of certain types of COLOR operations, which will throw those effects out of sync.
    jPo
    Message was edited by: JP Owens

  • IMovie6 does not support dual monitors?

    I have been using iMovie3 and 5 with OS 10.3.9 until this July when I decided it was time to overhaul both hardware and apps. Upped RAM to 4gb, added second HD, firmware updates, OS 10.4.10, and iLife6. The HDs were zeroed before install and have latest updates for all apps.
    I have always been able to stretch the movie window across both screens, a very long timeline, but iM6 will only fill one screen. I can drag it anywhere except off the edges.
    Is there a setting I'm missing, or is this another usablity solution, to a problem I didn't have. Thanx for any info.

    What do you mean?
    You can move the iMovie window from one monitor to the other but you cannot stretch the window across two monitors.
    Still, two monitors is better than one. If you need more room you could get the 30 inch Cinema display. It is only 1799.00. Pocket change.

  • Missing font for terminal

    I am setting up 42 new education emacs. Was doing some font clearing and apparently I did some thing that will not allow the terminal to work. I would think that the terminal font would be part of
    system>library>fonts
    which I did not touch. Apparently not because now all I get is a tine box with terminal that I cannot stretch
    What did I do?
    Thanks in advance.

    Does the issue repeat in a new user ?
    If not then try pulling ~/Library/Preferences/com.apple.Terminal.plist to the desktop, log out/in of the original user and see what happens.
    Slim
    MacBook Black 2GB/1GB, iMac G5 (iSight) 1.5GB RAM, iPod Shuffle   Mac OS X (10.4.7)   Linksys Router, Airport Express, ethernet switch

Maybe you are looking for