Scroll bar not showing relative size correctly

I'm not sure of the correct terminology so please bear with me. In CS4 when I zoomed in on an image, the bar at the bottom would show the size of the image now on screen relative to the full size. i.e. if I go from 50% to 100% the bar would be half the size indicating that I am only seeing half the image. At least I think that was the case in CS4.
Here's and example from CS6.
Open an image, choose "Command-0" to make it fill the window, and the percentage is 48.16%. The bar at the bottom is not there, but if it was I assume it would fill the width of the window.
I select "Command-+" to zoom in, and the percentage goes to 50%. The bar now fills about 30% of the window width indicating that I have zoomed in a whole lot, but I haven't. There is only a little bit of image on either side not visible, the rest is a huge grey area extending left right, and up and down.
How do I make the bar indicate the true amount of zoom, and how do I get rid of that grey area?

Yes, it's working as designed.
There's a feature called "overscrolling" which allows you to scroll past the edge of the document, and it's only available when the document is larger than the displayable area.  You'll see it work if you zoom an image to be *just* larger than your space and use the (what seems like too-short) scroll bar.
This inconsistency, between when the document will all fit in the displayable area, and when it exceeds the space, is the real root of the problem.
People have complained about this for a long time, and Adobe doesn't listen.  Thing is, some folks would like to be able to scoll or pan to offset an image that DOES all fit so as to be able to comfortably sketch on the edge - or for whatever reason.  That would make it more consistent. 
Here's a reproduction of the problem, and scroll of the image that's slightly bigger than the window to illustrate:
Here the image all fits - no scroll bars:
Here the image has been zoomed in a little more - the scroll bars have appeared and are about 1/3 the size of the image:
Here the image has been scrolled almost to the limit of the horizontal scroll bar:
It's working as designed. That doesn't mean the design is right,
-Noel

Similar Messages

  • TOC slide bar/scroll bar not showing on iPad

    Captivate 8
    HTML5/SWF output with scalable HTML content
    iPad Safari
    Desktop Safari and FireFox
    Hello.
    We've noticed that the TOC slide bar/scroll bar is not displaying via iPad.  It does show Desktop via Safari and FireFox.  Is there a setting we have missed perhaps?
    Many thanks

    Depending on your issue, making an appoint will be offered as an option by choosing "Take in for Service" (see http://www.macrumors.com/2014/11/07/apple-genius-bar-online/).  Of course, you could also just try calling your local Apple store.

  • Scroll Bar not showing up

    The scroll bar on the .pdf forms I have created only shows up when viewing the forms on a desktop computer. How do I get it to show up when viewing the forms on a laptop, tablet, etc.?

    Hi,
    I think you can first intall a Adobe Reader in your tablet, and then use it to open the PDF form.
    Thanks,
    Ying

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

  • When loaded webpage shifted to right. scroll bar not showing

    When I open a website the page is shifted to the right and partly off screen so I cannot scroll up or down in the document.

    Q1: Does that happen with all sites including this one, or on particular sites?
    Q2: If you change the zoom level using one of these methods, does it make any difference?
    * On the application menu (click the "3-bar" menu button), try the + and - buttons
    * Hold down the Ctrl key and tap the + and - buttons on the keyboard
    Q3: Have you noticed any problems with secure certificate errors or sites missing content?
    More generally...
    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    "3-bar" menu button (or Tools menu) > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site, try either:
    * right-click and choose View Page Info > Security > "View Cookies"
    * (menu bar) Tools > Page Info > Security > "View Cookies"
    In the dialog that opens, you can remove the site's cookies individually.
    Then try reloading the page. Does that help?
    In case one of your extensions is involved, could you test the page in Firefox's Safe Mode? That's a standard diagnostic tool to deactivate extensions and some advanced features of Firefox. More info: [[Troubleshoot Firefox issues using Safe Mode]].
    You can restart Firefox in Safe Mode using either:
    * "3-bar" menu button > "?" button > Restart with Add-ons Disabled
    * Help menu > Restart with Add-ons Disabled
    Not all add-ons are disabled: Flash and other plugins still run
    After Firefox shuts down, a small dialog should appear. Click "Start in Safe Mode" (''not'' Reset).
    Any difference?

  • How do you tell if the advanceddatagrid scroll bars are showing?

    How do you tell if the advanceddatagrid scroll bars are showing? This is because the grid crashes when mouse scroll events are firing when theres not enough data so that scroll bars are not showing

    Basically when you have enough data in a datagrid so that it cannot all be displayed at once, you have the scrollbars showning allowing you to scroll.When you can see all the data or rows at once you cannot see the scrollbars. What I need to test for is whether these SB's are currently showning.
    Hope that is clearer.

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

  • Ipod 4th gen volume buttons not working. Volume bar not showing in music or video apps, not a speaker problem as this works fine when testing built in alarm tones???

    Ipod 4th gen volume buttons not working. Volume bar not showing in music or video apps, not a speaker problem as this works fine when testing built in alarm tones???

    Have you tried the standard fixes:
    - Reset:
    Reset iPod touch:  Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    - Restore the iPod from backup via iTunes
    - Restore the iPod to factory defaults/new iPod.
    If still problem you likely have a hardware problem and an appointment at the Genus Bar of an Apple store is in order.

  • ME23n , Does not shows the values correctly in print preview

    Hi,
    When viewing a PO using ME23n , it does not shows the values correctly in the print preview.
    For example;
    This is the vendor & its address.  (check attached image img1.jpg)
    ZERANDIB BUSINESS APPLIANCES
    Number-122/A
    PO BOX 41,112,REID AVENUE
    COLOMBO-04
    When displaying the print preview, it shows only some parts of the above address
    Shows only; (check attached image img2.jpg)
    ZERANDIB BUSINESS APPLIANCES
    PO BOX 41,112,REID AVENUE
    These values are getting from a table called LFA1. I have checked that table & in that table all the values exists correctly.
    I have noted issue is with, having only a single word. (If address or name having only a single word, that is without spaces, it will not going to show in the print preview) -
    In the above example, it is not showing Number-122/A and  COLOMBO-04 (Its a single word. No spaces there)
    If its like --> Number - 122/A   &  COLOMBO - 04 ,  then it will display in the print preview correctly (where there are spaces after - mark)
    check img3.jpg
    If its having more than one word, then it will display correctly in the print preview.  As below;
    ZERANDIB BUSINESS APPLIANCES
    Number - 122/A
    PO BOX 41,112,REID AVENUE
    COLOMBO - 04
    If its 2 or more words, it shows correctly.
    If its 1 word, then its not showing!
    Why it is happening like that? Any ideas how to resolve this issue?
    regards.
    zerandib

    It turns out that this problem went away after the program crashed.  Everything seems to be working well now.

  • In iOS 7.0.2 All and Missed tabs are not showing call history correctly

    In iOS 7.0.2 All and Missed tabs are not showing call history correctly, I have iPhone 4 running iOS 7.0.2 version it looks like there is a bug. Missed call history and All calls (incoming, outgoing and missed) history is not showing properly in a list. Ideally when I click on missed it should show me recent missed call list and when I click on All it should show me (incoming, outgoing and missed) calls list sorted by current date and time.
    I would like to request Apple developer team to look into this and fix this bug asap. Thanks in advance.

    Hello gnutellabrot
    Start with the article below to troubleshoot issues with email not sending and downloading to your iPhone.
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/ts3899
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • I am using illustrator CC there are not showing scale size pointer in any object?

    I am using illustrator CC there are not showing scale size pointer in any object? Anyone tell me why it was does it? And how i can come again on that position?

    Or maybe Cmd(Ctrl)-U which is the toggle for Smart Guides?

  • Scroll option not showing in Adobe Muse

    Scroll option not showing in Adobe Muse CC v7.2

    This forum is actually about the Cloud, not about using individual programs
    For product specific questions you will do better in the specific product forum
    If you start at the Forums Index http://forums.adobe.com/index.jspa
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says ALL FORUMS) to open the drop down list and scroll
    http://forums.adobe.com/community/muse

  • Cant Get Scroll Bars to Show in iMac

    In one of my user account, I can't get the scroll bars to show!!!
    I want in preference-general and select ''Always'' under Show Scroll Bars, but I can't see them in Safari, Mail...
    When I close Preference, my ''Always'' selection is gone and it return to '' Automatically based on input device''
    Can you help?

    Do preferences in other programs run in this account stick? That is if you change a Safari preference or Finder preference in this account does the new settings remain?
    If in System Preferences you change Restore windows when quitting and re-opening apps does it stick?
    Try this:
    restart you machine holding down the option key while the machine reboots. You will be presented disk icons which allow you to choose which drive to boot off, select the Recovery HD.
    Once the system comes up in Recovery mode go past the language select screen and the select the Utilities menu item at the top of the screen. Select Terminal.
    In the open terminal window type resetpassword and press return. The Reset Password window will open. Select the root HD, then select the user account that is having the problem. Then at the bottom of the window select Reset Home Folder Permissions and ACLs
    Then quit Reset Password, quit Terminal then quit Mac OS X Utilities. The restart the machine.
    Try the System Preferences report back if that didn;t fix the problem.
    good luck

  • My iphone problem is network bar not show for searching why how can resolved my iphone

    my iphone problem is network bar not show for searching why how can resolved my iphone
    my iphone model is MD239B/A
    my iphone serial no: DQ******TD2
    <Edited by Host>

    Hi mirza_ali,
    The article below may be able to help you with this issue.
    Click on the link below to see more details and screenshots. 
    iOS: Understanding cellular data networks
    iPhone: Wireless carrier support and features
    I hope this information helps ....
    Have a great day!
    - Judy

  • When I open Firefox (after upgrade) it does not show right side vertical scroller bar. I have to take the mouse and physically expand the browser to get the scroller bar to show. (never had this problem in previoius versions of firefox)

    Firefox 4.0 on Mac OS 10.6.7 When I open Firefox it does not show the right vertical scroller. I have to take my mouse to the lower right corner and drag it open slightly and the scoller appears It will stay active through other tabs now until I close or shut down firefox. Once I reopen the same thing again no vertical scroller bar.

    Yes AT&T is my ISP. I use DSL. Currently I am not at my home address. I am currently on a cable modem on COX.com.
    I am also receiving a warning message "WARNING: Parental control appears compromised!".

Maybe you are looking for

  • Bought TV Show on Apple TV (2nd) when can i download it to my Mac

    I am waiting on it to be available to download to my Mac's iTunes library. It has been less than 24 hours. I have both 1st and 2nd Generation Apple TVs. They obviously work differently. I have the 1st Gen setup to stream from my iTunes library and it

  • Run the Repository Creation Utility (RCU) to install the SOA and MDS schema

    Hi I am new to SOA Suit and RCU installation. Can any one help me to provide a link to download RCU for linux OS 64-bit. how to Run the Repository Creation Utility (RCU) 11gR1PS3 to install the SOA and MDS schemas (Please provide the doc file are ins

  • Cannot export the framemaker graphic element

    Hi you, I need some help for exporting graphics on translation to XML. In general FM exports a changed graphic into a new *.cgm file. This works. Now I'd like to change the format to eps and wrote the read/write rules:      element "Grafik" { is fm g

  • Transport Release Error - Error in check before release, for details see longtext

    Hi there, I am halfway through applying some HR Patches (B0). We have made both SPDD/SPAU changes and the HR patch has gone in DEV ok. We have released the SPDD transport ok. But when we try to release the SPAU transport we get the error below: Anyon

  • EBS issue with special character "-"

    Hi Friends, I am using "001-Standard Algorithm" to find the document numbers in payment notes of EBS file to clear the customer open items. And no issues in clearing the numeric document numbers. Client has a document number range (ABC00-0000 to ABC9