Horizontal scroll bar not appearing-Alert report screen

Hi All,
I have an agent setup which shows alerts and a report is fed as an input/delivery content. The report is fairly big with many columns and cannot fit in the standard alert screen hence need a horizontal scroll bar to view all the columns. But unfortunately there are two vertical scroll bars which are appearing and no horizontal scroll bar. Could the experts please let me know if this is a bug or is there any configuration that I am missing?
OBIEE version: 11.1.1.5
Any help would be appreciated.
Thanks,
Vikram

Hi,
Sorry for the delay in response. The issue was because of IE7 version. Its a bug.
Thanks,
Vikram

Similar Messages

  • Horizontal Scroll Bar Disappeared in Web Report(BW 7)

    Hi All,
    We have just upgraded one of our Developement BW system from 3.5 to Netweaver 2004s, with support pack 7.
    After running our query in Web, we have found that all our reports has no horizontal scroll bar to display the query column. This  in turn pushes the corresponding Chart to theleft extreme of the viewing area.  
    I have tried to reset the web item properities of the table , but no help.                                                 I have compared the web item properities for the  table in the system where upgrade has not been applied yet. It is same.Scoll bar does appear in BW system where there is no upgrade.
    I have searched the OSS for answer, but did not find any answer.
    Did anybody face this issue after upgrade to BIW 7 ?
    Our WAD is ver. 3.5 Final release.
    Your response is highly appreciated .

    Here is the code
    Classes for paging area *******/      
    .SAPBEXScrollVert     {
         font-family:Arial,sans-serif;
         background-color:#ffffff;
         color:#000000;
         font-style:normal;
         font-weight:normal;
         font-size:71%;               
         text-align:left;
         margin:0 1px 0 1px;
         padding:1px 3px 1px 3px;
    .SAPBEXScrollHor     {
         font-family:Arial,sans-serif;
         background-color:#ffffff;
         color:#000000;
         font-style:normal;
         font-weight:normal;
         font-size:71%;               
         text-align:right;
         margin:0 1px 0 1px;
         padding:1px 3px 1px 3px;

  • Horizontal scroll bar not appeating in af:treeTable

    We have an af:treeTable component in a popup with two af:column.
    Issue:
    1. af:treeTable is not showing horizontal scroll bar. When i set the width to a fixed value say 1000 on af:column c171, it shows scroll bar but the size is fixed.
    This is not the solution, because if the length of #{node.TerrDimMemberHierarchy} exceeds this size again some portion of it becomes invisible.
    Question:
    1. How can i make horizontal scroll bar appear in tree table. And also it should grow or shrink depending upon the length of #{node.TerrDimMemberHierarchy}
    data.
    <af:treeTable rowBandingInterval="0" id="tt2"
    fetchSize="25"
    inlineStyle="width:38em; height:28em; border-width:1px; border-style:groove;"
    partialTriggers="::dimensionDropDown ::searchButton ::cb5"
    rowSelection="multiple"
    value="#{backingBeanScope.ManageTerritoriesBean.dimensionMemberSearchTreeTableTreeModel}"
    var="node"
    visible="#{pageFlowScope.searchString != null ? (pageFlowScope.viewInHierarchyBtnLbl == null ? true : false) : false}"
    columnStretching="column:c171"
    binding="#{backingBeanScope.ManageTerritoriesBean.dimensionMemberSearchTreeTable}"
    summary="#{salesterrmgmtterritoriesuiGenBundle['OLabel.AvailableDimensionMembers']}"
    immediate="true"
    selectionListener="#{backingBeanScope.ManageTerritoriesBean.dimensionMemberSearchTreeListener}"
    styleClass="AFStretchWidth">
    <f:facet name="nodeStamp">
    <af:column sortable="false" id="c14"
    rowHeader="unstyled"
    headerText="#{salesterrmgmtterritoriesuiAttrBundle['ColAttr.Name.DimensionName.MOTTERRDIMENSIONSVL.NAME']}">
    <af:outputText value="#{node.Name}" id="ot15"/>
    </af:column>
    </f:facet>
    <af:column sortable="false" id="c171"
    headerText="#{dlBndl.PATH}"
    styleClass="AFStretchWidth">
    <af:outputText value="#{node.TerrDimMemberHierarchy}"
    id="ot16"/>
    </af:column>
    </af:treeTable>
    Edited by: sekare on Aug 29, 2011 4:01 AM

    can u remove the styleClass="AFStretchWidth" for af:column
    AFStretchWidth is for table or treetable to stretch.. not for columns
    <af:column sortable="false" id="c171"
    headerText="#{dlBndl.PATH}"
    styleClass="AFStretchWidth">

  • Horizontal Scroll Bar not displaying

    Hi,
    We have a page with many recursive tables for alignment.
    We have a lot of graphs displayed horizontally, so that we need to scroll the page horizontally.
    We happened to change the layout and suddenly we are missing the horizontal scroll bar !!
    We could not scroll to see the hidden page details.
    This happens only in IE6, IE7. Firefox, Mozilla displays it with horizontal bars
    Does anybody knows as what the problem could be ??
    - Mohan

    Horizontal Scrollbar in base window... has nothing to do with Framework, its a browser feature and should appear automatically. I m still wondering what must have caused in ur cause.Can u upload the page screenshot on any pic website, would like to have a look !
    There is CSS work around for this but it would be difficult to inject it in a OAF page!Anyways upload the screenshot.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Horizontal scroll Bars not coming in JTable

    Hi,
    If a user streches any column of the jtable to the right such that its values are not visible properly. Then should the horizontal scroll bar come in the scrollpane in which table is there.??
    If Yes then how can I do it?
    I have seen when no of rows becomes more than the display area of the table then vertical scrollbar are coming automatically. but not Horizontal scroll bars.
    Please help

    sorry for my previous mistype, here is the right solutions to your problem.
    As default the JTable will auto resize your column width, if you want horizon scrollbar
    you must do following below steps:
    JTable tableview = new JTable (model) ;
    tableview.setAutoResizeMode (JTable.AUTO_RESIZE_OFF) ;
    JScrollPane scrollpane = new JScrollPane (tableview,
    ScrollPaneConstants.VERTICAL_SCROLLBAR_AS_NEEDED,
    ScrollPaneConstants.HORIZONTAL_SCROLLBAR_AS_NEEDED) ;
    JPanel p ;
    p.add (scrollpane) ;
    This can works for you !

  • Horizontal scroll bar not showing in PO

    Hi Experts,
    I'm unable to see the Horizontal scroll bar in PO item overview..so unable to see all the columns..is there any setting for that ???so that I can use it again ...

    Hi,
    Click 'Table Control Settings' icon (press the button on the top-right
    hand of the item details area you're referring to - the icon is 3
    columns with a a yellow first column)
    In the 'Administrator' area there is a setting here in the section
    'Further settings', with a field 'No. of fixed columns'.
    Check the value here.Make it to 2 and activate.You should be able to see the scroll bar now.
    Regards,
    Ashwini.

  • Application scroll bar not appearing.

    Hi,
    I have a canvas inside an application container with
    constraints 10 along all sides. I have a panel inside the canvas
    which has constraints of 10 from bottom left and right and some x
    length from the top. Now if the panel children does not fit inside
    the container why am i not getting a scroll bar for the application
    container to make the container big for all the children to fit?
    -nascentmind

    For the parent container it is off. But for the application
    container it is on. I don't want the scroll bar to come to the
    parent container but right up on the application container. I want
    all the intermediate containers to adjust its height based on its
    children and finally the application container adjust its height
    and provide the scroll bar. Should i do it programmatically or is
    there any way built in in flex?

  • Scroll bars not appearing in jsf fragment

    Hi,
    In a jsf fragment I have a table in panel stretch layout. Scroll bars dont show up.
    Tried :
    1. wrapping table inside panelcollection.
    code pasted below
    Thanks,
    Nutan
    code:
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:c="http://java.sun.com/jsp/jstl/core">
    <c:set var="networkintegrityuiBundle"
    value="#{adfBundle['oracle.communications.activation.discovery.configuration.ViewScheduleDetailsBundle']}"/>
    <af:panelStretchLayout id="psl1" topHeight="33" inlineStyle="width:100%;">
    <f:facet name="center">
    <af:table value="#{configViewBean.scheduleList}" var="row"
    rows="#{bindings.schedules.rangeSize}" columnStretching="last"
    emptyText="#{bindings.schedules.viewable ? networkintegrityuiBundle.NO_SCHEDULES : applcoreBundle.TABLE_EMPTY_TEXT_ACCESS_DENIED}"
    fetchSize="#{bindings.schedules.rangeSize}"
    rowBandingInterval="0" id="t2" inlineStyle="height:100%;width:100%">
    <af:column sortProperty="description" sortable="true" align="start"
    headerText="#{networkintegrityuiBundle.DESCRIPTION}"
    id="c8">
    <af:outputText value="#{row.description}" id="ot7"/>
    </af:column>
    <af:column sortProperty="startDate" sortable="true" align="start"
    headerText="#{networkintegrityuiBundle.EFFECTIVE_DATE}"
    id="c10">
    <af:outputText value="#{row.startDate}" id="ot3"/>
    </af:column>
    <af:column sortProperty="startTime" sortable="true" align="start"
    headerText="#{networkintegrityuiBundle.START_TIME}"
    id="c11">
    <af:outputText value="#{row.startTime}" id="ot4"/>
    </af:column>
    <af:column sortProperty="frequency" sortable="true" align="start"
    headerText="#{networkintegrityuiBundle.FREQUENCY}"
    id="c9">
    <af:outputText value="#{row.frequency}" id="ot2"/>
    </af:column>
    <af:column sortProperty="recurrencePattern" sortable="true"
    headerText="#{networkintegrityuiBundle.RECURRENCY_PATTERN}"
    id="c12" align="start">
    <af:outputText value="#{row.recurrencePattern}" id="ot8"/>
    </af:column>
    </af:table>
    </f:facet>
    <f:facet name="top">
    <af:panelGroupLayout layout="default" id="pgl0001" inlineStyle="width:100%;">
    <af:panelHeader text="#{networkintegrityuiBundle.SCAN_SCHEDULES}" size="1"
    id="ph11235" inlineStyle="width:100%;" helpTopicId="ManScanSchedTabHead">
    <f:facet name="info">
    <af:outputLabel value="#{configurationView.serverTime}"
    id="ot99"/>
    </f:facet>
    </af:panelHeader>
    </af:panelGroupLayout>
    </f:facet>
    </af:panelStretchLayout>
    </jsp:root>

    This is parent page.
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:c="http://java.sun.com/jsp/jstl/core"
    xmlns:dvt="http://xmlns.oracle.com/dss/adf/faces">
    <c:set var="bundle"
    value="#{adfBundle['oracle.communications.activation.discovery.configuration.ConfigurationDetailBundle']}"/>
    <c:set var="srbundle"
    value="#{adfBundle['oracle.communications.activation.integrity.ui.page.ScanRunBundle']}"/>
    <c:set var="common_bundle" value="#{adfBundle['oracle.communications.activation.discovery.configuration.CommonMsgBundle']}"/>
    <af:panelHeader text="#{bundle.PROFILE_DETAIL} #{bindings.name.inputValue}" size="1" id="ph2" helpTopicId="ScanResDispScanConfig"
    shortDesc="#{common_bundle.HELP_ICON_TITLE}">
    <af:panelTabbed id="ptdsf1" styleClass="AFStretchWidth"
    inlineStyle="width:100%;">
    <af:showDetailItem text="#{bundle.STATUS}" disclosed="true"
    binding="#{configurationView.statusDetails}"
    partialTriggers="timer" id="sdh1c234">
    <af:poll id="timer"
    interval="#{pageFlowScope.scanProgressData.pollInterval}"
    pollListener="#{pageFlowScope.scanProgressData.autoRefreshScan}"
    rendered="#{configurationView.configDetailRegion.visible}"/>
    <af:panelHeader text="#{configurationView.scanJobStatus}" id="ph22c1" size="0"
    inlineStyle="margin-left:10px;margin-top:10px;" helpTopicId="ScanResDispScanStatus">
    <f:facet name="toolbar">
    <af:commandButton text="#{bundle.DISPLAY_DISCREPANCIES}"
    disabled="#{!(data.ConfigurationDetailPageDef.discrepancyDetectionEnabled.inputValue)}"
    actionListener="#{configurationView.executeActionOnCommandButton}"
    partialSubmit="true" id="showDiscrepancies"
    visible="#{(data.ConfigurationDetailPageDef.jobStateString.inputValue)!='None' ? (data.ConfigurationDetailPageDef.discrepancyDetectionEnabled.inputValue) :(bindings.runReconciliationAsBoolean.inputValue)}"></af:commandButton>
    </f:facet>
    </af:panelHeader>
    <af:panelGroupLayout id="pgl129" layout="scroll">
    <af:panelGroupLayout rendered="#{(data.ConfigurationDetailPageDef.jobStateString.inputValue)!='None'}"
    id="pgls2" layout="horizontal">
    <af:panelHeader text="#{bundle.SCAN_PROGRESS}" size="1"
    inlineStyle="margin-left:10px;" id="ph117">
    <af:panelGroupLayout layout="horizontal" id="pglax3">
    <af:panelFormLayout rows="4" labelWidth="60"
    id="pfasdl2">
    <af:inputText label="#{bundle.TOTAL_ADDRESSES}"
    value="#{data.ConfigurationDetailPageDef.totalNoOfDiscoveryWorkItems.inputValue}"
    readOnly="true" id="isdt4"/>
    <af:inputText label="#{bundle.IN_PROGRESS}"
    value="#{data.ConfigurationDetailPageDef.noOfInProgressDiscoveryWorkItems.inputValue}"
    readOnly="true" id="itsd5"/>
    <af:inputText label="#{bundle.COMPLETED}" readOnly="true"
    value="#{data.ConfigurationDetailPageDef.noOfCompletedDiscoveryWorkItems.inputValue}"
    id="iscwt6"/>
    <af:inputText label="#{bundle.FAILED}"
    value="#{data.ConfigurationDetailPageDef.noOfFailedDiscoveryWorkItems.inputValue}"
    readOnly="true" id="isdfkt7"/>
    </af:panelFormLayout>
    <af:spacer width="10"/>
    <af:panelFormLayout rows="4" labelWidth="60"
    inlineStyle="height:90px;"
    id="status">
    <af:panelLabelAndMessage label="#{bundle.SCAN_COMPLETION}"
    inlineStyle="margin:20px 0px 0px; vertical-align:middle;"
    id="plamx211"
    labelStyle="vertical-align:top;">
    <dvt:gauge id="DiscoveryStatus" gaugeType="STATUSMETER"
    contentDelivery="immediate"
    inlineStyle="height:32px; width:120px;"
    value="#{pageFlowScope.scanProgressData.scanCompletionPercent}"
    gaugeSetDirection="GSD_DOWN" imageFormat="PNG">
    <dvt:gaugeBackground>
    <dvt:specialEffects fillType="FT_COLOR">
    <dvt:gradientStopStyle/>
    </dvt:specialEffects>
    </dvt:gaugeBackground>
    <dvt:indicatorBar fillColor="#0000ff"/>
    <dvt:gaugePlotArea/>
    <dvt:tickLabel content="TC_NONE"/>
    <dvt:tickMark content="TC_NONE"/>
    <dvt:topLabel position="LP_NONE"/>
    <dvt:bottomLabel position="LP_NONE"/>
    <dvt:metricLabel numberType="NT_PERCENT"
    position="LP_INSIDE_GAUGE">
    <dvt:gaugeFont bold="true" color="#c6c3c6"/>
    </dvt:metricLabel>
    </dvt:gauge>
    </af:panelLabelAndMessage>
    <af:inputText label="#{bundle.START_TIME}"
    value="#{bindings.discoveryStartTimeString.inputValue}"
    readOnly="true" id="isct1"
    inlineStyle="text-align:right;">
    <af:convertDateTime type="both" timeStyle="medium"/>
    </af:inputText>
    <af:inputText label="#{bundle.END_TIME}" readOnly="true"
    value="#{bindings.discoveryEndTimeString.inputValue}"
    id="itsdc2">
    <af:convertDateTime type="both" timeStyle="medium"/>
    </af:inputText>
    <af:inputText label="#{bundle.DURATION}" readOnly="true"
    value="#{bindings.discoveryDuration.inputValue}"
    id="itsdfc3"/>
    </af:panelFormLayout>
    </af:panelGroupLayout>
    </af:panelHeader>
    <af:panelHeader rendered="#{data.ConfigurationDetailPageDef.discrepancyDetectionEnabled.inputValue}"
    text="#{bundle.DISCREPANCY_DETECTION_PROGRESS}" size="1"
    inlineStyle=" margin-left:10px;" id="psch62">
    <af:panelGroupLayout layout="horizontal" id="pglax31">
    <af:panelFormLayout rows="4" labelWidth="60"
    id="pfasdl21">
    <af:inputText label="#{bundle.TOTAL_RESULTS}"
    value="#{data.ConfigurationDetailPageDef.totalNoOfDiscrepancyWorkItems.inputValue}"
    readOnly="true" id="itsc11"/>
    <af:inputText label="#{bundle.IN_PROGRESS}"
    value="#{data.ConfigurationDetailPageDef.noOfInProgressDiscrepancyWorkItems.inputValue}"
    readOnly="true" id="it1sx2"/>
    <af:inputText label="#{bundle.COMPLETED}" readOnly="true"
    value="#{data.ConfigurationDetailPageDef.noOfCompletedDiscrepancyWorkItems.inputValue}"
    id="it1c3"/>
    <af:inputText label="#{bundle.FAILED}"
    value="#{data.ConfigurationDetailPageDef.noOfFailedDiscrepancyWorkItems.inputValue}"
    readOnly="true" id="itsc14"/>
    </af:panelFormLayout>
    <af:spacer width="10"/>
    <af:panelFormLayout rows="4" labelWidth="60"
    inlineStyle="height:90px;"
    id="status1">
    <af:panelLabelAndMessage label="#{bundle.SCAN_COMPLETION}"
    inlineStyle="margin:10px 0px 0px 42px;"
    labelStyle="vertical-align:top;"
    id="plsdam2">
    <dvt:gauge id="DiscrepencyStatus" gaugeType="STATUSMETER"
    contentDelivery="immediate"
    inlineStyle="height:32px; width:120px;"
    value="#{pageFlowScope.scanProgressData.discrepancyCompletionPercent}"
    gaugeSetDirection="GSD_DOWN" imageFormat="PNG">
    <dvt:gaugeBackground>
    <dvt:specialEffects fillType="FT_COLOR">
    <dvt:gradientStopStyle/>
    </dvt:specialEffects>
    </dvt:gaugeBackground>
    <dvt:indicatorBar fillColor="#0000ff"/>
    <dvt:gaugePlotArea/>
    <dvt:tickLabel content="TC_NONE"/>
    <dvt:tickMark content="TC_NONE"/>
    <dvt:topLabel position="LP_NONE"/>
    <dvt:bottomLabel position="LP_NONE"/>
    <dvt:metricLabel numberType="NT_PERCENT"
    position="LP_INSIDE_GAUGE">
    <dvt:gaugeFont bold="true" color="#c6c3c6"/>
    </dvt:metricLabel>
    </dvt:gauge>
    </af:panelLabelAndMessage>
    <af:inputText label="#{bundle.START_TIME}"
    value="#{bindings.discrepancyStartTimeString.inputValue}"
    readOnly="true" id="isdt8">
    <af:convertDateTime type="both" timeStyle="medium"/>
    </af:inputText>
    <af:inputText label="#{bundle.END_TIME}" readOnly="true"
    value="#{bindings.discrepancyEndTimeString.inputValue}"
    id="itsc9">
    <af:convertDateTime type="both" timeStyle="medium"/>
    </af:inputText>
    <af:inputText label="#{bundle.DURATION}" readOnly="true"
    value="#{bindings.discrepancyDuration.inputValue}"
    id="it1sad0"/>
    </af:panelFormLayout>
    </af:panelGroupLayout>
    </af:panelHeader>
    <af:panelHeader rendered="#{data.ConfigurationDetailPageDef.discrepancyDetectionEnabled.inputValue}"
    text="#{bundle.DISCREPANCY_COUNTS}" size="1" inlineStyle=" margin-left:10px;"
    id="psch621">
    <af:panelGroupLayout id="pgl11" layout="horizontal">
    <af:spacer width="30" id="sse611199"/>
    <af:image source="/icons/critical_status.png" id="criticalImageId"
    shortDesc="#{bundle.CRITICAL}"
    inlineStyle="vertical-align:middle;"/>
    <af:spacer width="5" id="ssen6111"/>
    <af:outputText value="#{srbundle.CRITICAL}" id="ot3"
    inlineStyle="display:block;text-align:middle;"/>
    <af:inputText value="#{data.ConfigurationDetailPageDef.numberCritical.inputValue}"
    readOnly="true" id="it1lk6"/>
    <af:spacer width="60" id="sse6121"/>
    </af:panelGroupLayout>
    <af:panelGroupLayout id="pgl12" layout="horizontal"
    inlineStyle="margin-top:3px;">
    <af:spacer width="30" id="sse6112"/>
    <af:image source="/icons/major_status.png" id="majorImageId"
    shortDesc="#{bundle.MAJOR}"
    inlineStyle="vertical-align:middle;"/>
    <af:spacer width="5" id="ssen6112"/>
    <af:outputText value="#{srbundle.MAJOR}" id="ot26"
    inlineStyle="display:block;text-align:middle;"/>
    <af:inputText value="#{data.ConfigurationDetailPageDef.numberMajor.inputValue}"
    readOnly="true" id="it1lk7"/>
    <af:spacer width="60" id="sse61211"/>
    </af:panelGroupLayout>
    <af:panelGroupLayout id="pgl113" layout="horizontal"
    inlineStyle="margin-top:3px;">
    <af:spacer width="30" id="sse6113"/>
    <af:image source="/icons/minior_status.png" id="minorImageId"
    shortDesc="#{bundle.MINOR}"
    inlineStyle="vertical-align:middle;"/>
    <af:spacer width="5" id="ssen6113"/>
    <af:outputText value="#{srbundle.MINOR}" id="ot27"
    inlineStyle="display:block;text-align:middle;"/>
    <af:inputText value="#{data.ConfigurationDetailPageDef.numberMinor.inputValue}"
    readOnly="true" id="it1lk63"/>
    <af:spacer width="60" id="sse61212"/>
    </af:panelGroupLayout>
    <af:panelGroupLayout id="pgl114" layout="horizontal"
    inlineStyle="margin-top:3px;">
    <af:spacer width="30" id="sse61114"/>
    <af:image source="/icons/warning_status.png" id="warningImageId"
    shortDesc="#{bundle.WARNING}"
    inlineStyle="vertical-align:middle;"/>
    <af:spacer width="5" id="ssen6114"/>
    <af:outputText value="#{srbundle.WARNING}" id="ot28"
    inlineStyle="display:block;text-align:middle;"/>
    <af:inputText value="#{data.ConfigurationDetailPageDef.numberWarning.inputValue}"
    readOnly="true" id="it1lk64"/>
    <af:spacer width="60" id="sse61213"/>
    </af:panelGroupLayout>
    <af:spacer height="25" id="sse688"/>
    </af:panelHeader>
    </af:panelGroupLayout>
    </af:panelGroupLayout>
    <af:spacer width="10" height="10" id="sse6"/>
    </af:showDetailItem>
    <af:showDetailItem text="#{bundle.GENERAL}" disclosed="true" id="sdh1222">
    <jsp:include page="/oracle/communications/activation/integrity/ui/page/ConfigDetails.jsff"/>
    </af:showDetailItem>
    <af:showDetailItem text="#{bundle.PLUGIN_PARAMETERS}" disclosed="true"
    id="sdh1c23411">
    <af:panelHeader text="#{bindings.scanProfile.inputValue}" id="ph22c111">
    <af:switcher facetName="#{bindings.scanProfile.inputValue}"
    id="protocolParam" defaultFacet="default"
    binding="#{configurationView.scanProfile}">
    <f:facet name="SNMPDiscoveryScan">
    <af:region value="#{bindings.ViewSNMPParameters1.regionModel}"
    id="ViewSNMPParameters1"/>
    </f:facet>
    <f:facet name="SNMPMIB2Discovery">
    <af:region value="#{bindings.ViewSNMPParameters1.regionModel}"
    id="ViewSNMPParameters2"/>
    </f:facet>
    <f:facet name="SNMPCiscoDiscovery">
    <af:region value="#{bindings.ViewSNMPParameters1.regionModel}"
    id="ViewSNMPParameters3"/>
    </f:facet>
    <f:facet name="MIB2UIMInventoryImport">
    <af:region value="#{bindings.ViewUIMParameters1.regionModel}"
    id="ViewUIMParameters1"/>
    </f:facet> <f:facet name="UIMGatewayDiscovery">
    <af:region value="#{bindings.ViewUIMParameters1.regionModel}"
    id="ViewUIMParameters2"/>
    </f:facet>
    <f:facet name="default">
    <af:outputText value="#{bundle.DEFAULT_VALUE}" id="osct2"/>
    </f:facet>
    </af:switcher>
    </af:panelHeader>
    </af:showDetailItem>
    <af:showDetailItem text="#{bundle.SCOPE}" disclosed="true" id="sdh3s21">
    <af:switcher id="s1" facetName="#{bindings.derivedPluginName.inputValue}"
    defaultFacet="default">
    <f:facet name="default">
    <af:table value="#{bindings.addresses.collectionModel}" var="row"
    rows="#{bindings.addresses.rangeSize}"
    emptyText="#{emptyAddressText}"
    fetchSize="#{bindings.addresses.rangeSize}"
    columnStretching="last" rowBandingInterval="0"
    autoHeightRows="-1" inlineStyle="height:100%;width:99%;"
    binding="#{configurationView.addressTable}" id="tsdc2">
    <af:column sortProperty="address" sortable="true"
    headerText="#{bundle.ADDRESSES}" width="500" id="csfdc2"
    align="start">
    <af:outputText value="#{row.address}" id="otcs33"/>
    </af:column>
    </af:table>
    </f:facet>
    <f:facet name="Assimilation">
    <af:table var="row" rowBandingInterval="0" id="t3"
    columnStretching="last"
    value="#{bindings.assimilationAddresses.collectionModel}"
    binding="#{configurationView.assimilationAddressTable}"
    inlineStyle="width:99%; height:100%;">
    <af:column sortable="true" headerText="#{bundle.SCAN_NAME}" id="c14"
    sortProperty="name" align="start">
    <af:outputText value="#{row.derivedPluginType == null ? bundle.DELETED_PREFIX : ''}#{row.name}"
    id="ot9"/>
    </af:column>
    <af:column sortable="true" headerText="#{bundle.PLUGIN}" id="c15"
    sortProperty="pluginName" align="start">
    <af:outputText value="#{row.pluginName}" id="ot11"/>
    </af:column>
    <af:column sortable="true" headerText="#{bundle.PTYPE}" id="c7"
    sortProperty="derivedPluginType" align="start">
    <af:outputText value="#{row.derivedPluginType}" id="ot10"/>
    </af:column>
    <af:column sortable="true" headerText="#{bundle.DESCRIPTION}"
    id="c13" sortProperty="description" align="start">
    <af:outputText value="#{row.description}" id="ot12"/>
    </af:column>
    </af:table>
    </f:facet>
    </af:switcher>
    </af:showDetailItem>
    <af:showDetailItem text="#{bundle.SCHEDULE}" disclosed="true"
    inlineStyle="width:100%;height:100%;" id="sdi211s">
    <jsp:include page="/oracle/communications/activation/integrity/ui/page/ViewScheduleDetails.jsff"/>
    </af:showDetailItem>
    <af:showDetailItem text="#{bundle.BLACKOUT_WINDOWS}" id="ph1"
    inlineStyle="width:100%;height:100%;">
    <jsp:include page="/oracle/communications/activation/integrity/ui/page/ViewBlackoutWindowDetails.jsff"/>
    </af:showDetailItem>
    </af:panelTabbed>
    </af:panelHeader>
    </jsp:root>

  • ALV-Horizontal scroll bar not working

    Hi,
    I have one ALV.  There are 3 fields.  First 2 fields are key fields and the third field is of type string with length 3000.  The problem is I cant scroll the grid horizontally though the scroll bar is there.  
    where to use this method set_scroll_info_via_id() ?
    Regards,
    Sunil

    HI Sunil,
    If it is normal ALV the Vertical and Horizantal bars will enable automatically...
    while fililng the filed catalog you use the parameter "OPTIMIZE"....
    ie
    wa_filedcat-COL_OPT = 'X'.
    for better understanding..refer to this.
    Re: Cursor in ALV container
    hope it works..
    Thanks!
    Edited by: Prasanth on Mar 23, 2009 11:32 AM
    Edited by: Prasanth on Mar 23, 2009 11:36 AM

  • Scroll bar not appeared

    Hello,
    I used the following command to view documents and scroll to view contents:
    window.open("\\server\doc\example.doc","","Width=780,Height=520,help=yes,border=thin,status=no,toolbar=no;menubar=no;scrollbar=yes;scrolling=yes");
    There is no problem with .doc, .xls, .pdf and .rtf files as I can scroll to see contents. But I cannot scroll the .txt file to see the content because there is no scrollbar, even thought scrollbar=yes;scrolling=yes is used.
    May I know why the scrollbar=yes;scrolling=yes do not work for .txt file and how to enable the scrollbar for .txt file ?
    Regards,
    thinkw.

    Hello,
    Thanks. I found out why, it should be:
    window.open("\\server\doc\example.doc",""," Width=780,Height=520,help=yes,border=thin,status=n
    o,toolbar=no,menubar=no,scrollbars=yes,scrolling=ye
    s");
    It is scrollbars not scrollbar. It should be , and not ;.
    Regards,

  • BP Transaction Horizontal scroll bar is not working

    Hi,
    Horizontal Scroll Bar Not working for Marketing Attribute after Upgradation from Crm 6.0 to EHP 7.02
    Scroll bar need to be Enabled or active Please suggest any OSS Note or any Idea in doing this .Please help me out
    Thanks & Regards
    Srinivas

    Hello,
    Not sure to understand the issue here. If you are using CRM7 EHP2, you should user WebUI/IC to manage BP. SAP GUI is no longer supported.
    Best regards,
    Sylvain AGUETTAZ

  • Horizontal Scroll Bar in Power Pivot?

    Good Afternoon,
    I have recently installed PowerPivot and began importing my T-SQL queries into it, unfortunately for queries with a large number of columns, I am unable to see a horizontal scroll bar, although I do have a vertical scrollbar.  I can move my cursor to
    the right, however it just disappears off screen.  Is there any way to add a horizontal scrollbar to the PowerPivot window?

    Thanks for providing the screen shot. This behaviour isn't normal; the horizontal scroll bar should definitely by present in this scenario.
    Does re-sizing the Power Pivot Window cause the horizontal scroll bar to appear?
    Does toggling between the Data View and Diagram View make a difference?
    Does disabling and then re-enabling the Power Pivot Add-in make any difference?
    Does the same thing happen if you create a new workbook and load the same table?
    Have you already tried a repair on your Office installation?
    Regards,
    Michael Amadi
    Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to vote it as helpful :)
    Website: http://www.nimblelearn.com
    Blog: http://www.nimblelearn.com/blog
    Twitter: @nimblelearn

  • JList in JScrollPane never shows horizontal scroll bar

    I have a JList inside a JScrollPane. When I add a lot of cells to the list, the vertical scroll bar appears as expected. However, if I add a cell that would require lots of horizontal space in which to render, the horizontal scroll bar never appears.
    Is there a way to make the JList take on the width of the widest rendered cell?
    Josh

    Here's some code that will demonstrate the problem. Run the code, then resize the window so that the horizontal scroll bar should appear.
    Code for jds.toys.Main:
    package jds.toys;
    import javax.swing.DefaultListModel;
    import javax.swing.JFrame;
    import javax.swing.JList;
    import javax.swing.JScrollPane;
    import javax.swing.SwingUtilities;
    public class Main extends JFrame {
         protected DefaultListModel model;
         public Main()
              super("JList in JScrollPane");
              model = new DefaultListModel();
              model.addElement("A very very very very very very long String");
              model.addElement("A very very very very very very very long String");
              model.addElement("A very very very very very very very very long String");
              model.addElement("A very very very very very very very very very long String");
              model.addElement("A very very very very very very very very very very long String");
              model.addElement("A very very very very very very very very very very very long String");
                      JList list = new JList(model);
                      list.setSize(300,300);
                      list.setFixedCellHeight(30);
                      list.setCellRenderer(new MyCellRenderer());
                      JScrollPane scrollPane = new JScrollPane(list);
                      add(scrollPane);
                      setSize(400,400);
        public static void main(String[] args) throws InterruptedException {
             final Main m = new Main();
            SwingUtilities.invokeLater(new Runnable() {
                public void run() {
                     m.setVisible(true);
    Code for jds.toys.MyCellRenderer:
    package jds.toys;
    import java.awt.Component;
    import java.awt.Graphics;
    import javax.swing.JList;
    import javax.swing.JPanel;
    import javax.swing.ListCellRenderer;
    public class MyCellRenderer extends JPanel implements ListCellRenderer
         private Object currentValue;
         private JList currentList;
         public MyCellRenderer()
         public Component getListCellRendererComponent(     JList list,
                                             Object value,
                                       int index,
                                       boolean isSelected,
                                       boolean cellHasFocus)
              currentValue = value;
              currentList = list;
              return this;
         public void paintComponent(Graphics g)
              int stringLen = g.getFontMetrics().stringWidth(currentValue.toString());
              int ht = currentList.getFixedCellHeight();
              g.setColor(getBackground());
              g.fillRect(0,0,stringLen,ht);
              g.setColor(getForeground());
              g.drawString(currentValue.toString(),0,ht/2);
    }

  • I want my horizontal scroll bar!

    It is unbelievably tedious to have to open the custom zoom widget in order to accomplish something as simple as a horizontal scroll in a document -- particularly since the custom zoom widget cannot be moved over to the side where the bookmarks pane is. Instead, I have to open it, move the window, close it to actually see, lather, rinse, repeat.
    Come on, please give us a horizontal scroll bar!

    Hi Ric,
    Very interesting. I don't need a horizontal scroll bar *all* the time, but when I'm zoomed in closer than the width of the page -- well, I sure as heck need it then. :-) I would guess that most people would like the horizontal scroll bar to appear/disappear based on whether it's relevant. That would be OK with me.
    The reason I use Adobe Digital Editions is to read case studies for business school -- that is to say, for reference and citation purposes. That's why multiple docs is important. And a lot of these cases, it turns out, have mixed portrait/landscape orientation. Most of the case will be in portrait, but some exhibits will be landscape -- that's when I most need the horizontal scrolling, for landscape-oriented stuff.

  • How do I view the Horizontal Scrolling bar and status bar at the bottom of the screen. I can only see the top menus, toolbars and vertical scroll bar?

    Before the most recent upgrade, the bottom horizontal scrolling bar and status bar appeared on my screen. Now since upgrading, I cannot see the. Anyone ideas how to restore them?

    If you haven't already, you could force-quit Quicktime by using the menu option from the desktop (finder) and choose Quicktime.
    Not sure what you have frozen on the screen, be it a failed movie, or some unusual screen shot. If you can find by date (created) you may be able to look for .mov or quicktime suffix name or other video file content to delete it.
    And you may have to restart your computer and perhaps run repair disk permissions from Disk Utility's first aid on the hard disk drive in your computer.
    Not sure if all that would help now, but it is something a few days late...!
    Good luck & happy computing!

Maybe you are looking for