JDev/ADF Faces 11gR2.3: UI Shell, how to disable scrollbars from logo

I have set a header logo by using the UI Shell template property "logoImagePath" attribute. Upon running the page, I notice that if I resize the browser window width to a smaller value then the image width, horizontal and vertical scroll bars appear. This is not desirable and I'm looking for a way to disable the scrollbars. Any suggestions on how to solve this issue?
thanks,
Wes

I guess for this you have to alter the template. I don't have the ui shell template at hand but my guess it that the image is child of a panelgroupLayout of type scroll. When the browser window is resized below the width or height of the panel group you get scroll bars. To change this you have to remove the panelGroupLayout and just use a group.
Timo

Similar Messages

  • How to disable erase from find my phone?

    my ipad and mac was stolen. in Find my phone erase was enabled, when ipad was found as everything was erased, could not be located. i don't want that to happen with my (ex) Mac, how to disable erase from find my phone.
    Thanks

    Do not use Erase. Instead use Lost Device. However, if the items are automatically erased then you cannot locate them nor change the setting.

  • How to disable skype from background in lumia 920

    how to disable skype from background in lumia 920. skype all time running in background and i can't disable it, everyone can send me messages and calls, and this feature is eat batery lifetime

    Thats what is mentioned in my post ..
    farby wrote:
    Have installed Skype on my Nlokia Lumia 920 since a long time and on an average the battery lasts more than 2 days ..
    BTW there is no way you can stop the application running in the Background ..(settings-->applications-->background tasks-->advanced ..and read the note at the top ..)

  • Cannot figure how to disable youtube from ipod4g. Have disabled Safari but installed Google app with safesearch on. I want my daughter to be able to search wed, just not youtube. Tried to restrict YT, but It would not save restriction settings.

    Cannot figure how to disable youtube from ipod4g. Have disabled Safari but installed Google app with safesearch on. I want my daughter to be able to search wed, just not youtube. Tried to restrict YT, but It would not save restriction settings.

    Try to get the Google app to work
    iOS: Troubleshooting applications purchased from the App Store
    Contact Google
    Restore from backup. See:
    iOS: How to back up              
    Restore to factory settings/new iPod
    Try using anothere "safe" browser.
    Parental Control???: Apple Support Communities]
    How to Setup Parental Controls on iPhone & iPod Touch | Mobicip Blogs, Discussions & Help
    how do i put parental control on my...: Apple Support Communities
    parental control: Apple Support Communities

  • Is it possible to disable some popups from FEP Client on the desktop. But how to disable popups from real time protection

    Is it possible to disable some popups from FEP Client on the desktop. But how to disable popups from real time protection. This is so that end users who are non technical are not disturbed and only the I.T is aware of the viruses in teh environment.Shahid Roofi

    You could set policies which when a malware detected an action perform automatically without user interaction but there is no GPO which stop the notification, one reason could be that when notification keep appearing, then user will know something is wrong
    otherwise why FEP should display any warning.

  • JDev ADF Faces and XML publisher integration

    Hi,
    I have an ADF Faces / BC project which I want to integrate XML Publisher for reporting and output purposes.
    Following this note by Deepak Vohra http://www.oracle.com/technology/pub/articles/vohra-jdev-xmlpub.html (which was incredibly helpful by the way)
    So far it's looking very promising but I have a few unknowns with the design.
    1. The database connection.
    In the examples a JDBC connection is opened (and actually forgotten to be closed!). I would like to utilise the AM pooling mechanisim rather than a seperate open/close situation. How do i properly reference/use the pooled AM java.sql.Connection?
    2. Output
    The examples write the PDF (what i am using) to the file system. Is it possible to write this to the browser response stream using a JSP or servlet? My preference is NOT to produce PDF's on the middle tier file system if possible. Need some guidance here.
    thanks and regards,
    Brenden

    1. The database connection.
    In the examples a JDBC connection is opened (and actually forgotten to be closed!). I would like to utilise the AM pooling mechanisim rather than a seperate open/close situation. How do i properly reference/use the pooled AM java.sql.Connection?
    To obtain JDBC connection from ApplicationModule refer
    http://radio.weblogs.com/0118231/2004/01/30.html#a232
    2. Output
    The examples write the PDF (what i am using) to the file system. Is it possible to write this to the browser response stream using a JSP or servlet? My preference is NOT to produce PDF's on the middle tier file system if possible. Need some guidance here.
    Output may be set to an OutputStream with the FOProcessor method
    setOutput(java.io.OutputStream stream)

  • SaaS Sharepoint, ADFS claims and internal AD-CA: How to disable CRL check in Sharepoint?

    Hi all,
    We have an external SaaS provider with a Sharepoint 2010 server. In our AD, there is an ADFS server providing ADFS claims to Sharepoint and thus giving SSO functionality. For the ADFS service and its token-signing and encrypting, there is one certificate
    drawn from an internal AD Enterprise CA server.
    The problem is that, when the company user opens the Sharepoint URL, it is extreamly slow to open, however it does eventualy open. The SaaS provider has indicated its an issue with the CRL checking. I know on other Microsoft products there are ways to disable
    CRL checking but haven't found such information for sharepoint.
    We have provided the CRL files and the provider has added these and for as long as they are valid things work as expected. However the CRL then expires and we are back to square one.
    Can anyone help?
    I have found this question has been asked before here:
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/431bae5c-c502-4723-9de7-663abd46658e/saas-sharepoint-adfs-claims-and-internal-adca-how-to-disable-crl-check-in-sharepoint?forum=sharepointgeneralprevious
    Unfortunately the answer doesn't satisfy my situation. Also not sure I agree that self signed certificates should be used and it's quite a topic for debate in ADFS circles... However in my situation we don't have the option to change ADFS to use self signed
    certificates as the ADFS service is in use with 12+ other service providers all who have no issue using the Token Signing Certificate even though they cant access the CRL either.
    Thanks for your help,
    James

    Hi,
    As I understand, you want to disable CRL check in SharePoint.
    There are four workarounds:
    1. Give your servers an outbound Internet connection
    2. Edit the hosts file at “%SYSTEMROOT%\\System32\\drivers\\etc\\hosts” to fool the CRL check into thinking your local machine is crl.microsoft.com by pointing it at 127.0.0.1 (localhost).
    3. Edit the registry to disable CRL checking by setting the State DWORD to 146944 decimal (SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\WinTrust\\Trust Providers\\Software Publishing for both HKEY_USERS\\.DEFAULT and HKEY_CURRENT_USER) PowerShell.
    4. Edit the machine.configs and disable it there.
    The article gives you the details about the four workaround.
    More reference:
    http://basementjack.com/uncategorized/powershell-script-to-disable-certificate-revocation-list-crl/
    https://kb4sp.wordpress.com/2013/10/08/certificate-revocation-list-disable-check/
    Best regards,
    Sara Fan

  • How to disable iMessage from a computer if your iPod got stolen?

    My iPod got stolen and I have things I don't want people to see on it, How can I disable iMessage from my computer?

    - If you previously turned on the FIndMyiPod feature and location service is on, and wifi is on and connected go to iCloud, sign in, and go to FindMyiPhone. If your iPod shows you can remotely wipe it. Otherwise there is nothing you can do.It the iPod has been restored it will never show up.
    - Did you have a screen-lock passcode ?
    - Report to police and change the passwords fro all accounts used on the iPod.
    - Apple will not help
    Reporting a lost or stolen Apple product

  • How to disable iPhoto from starting up when I connect a camera?

    I don't use iPhoto, but annoyingly, it starts itself every time I connect my camera to my iMac. How do I disable this? There seems to be nothing in "Preferences".
    I have iPhoto 4. One of the gripes that I have, and a reason I don't use or update iPhoto, is that it seems to be impossible to upload just SOME of the photos in my camera. It's all or nothing. Does anyone know if later versions of iPhoto have fixed this?

    Odd because when I went to the apple store to talk to their "genius bar" when I had a problem with my laptop they said " you can't change that option"i was like...are you kidding me???? So after all this time I finally find this option in the apple forums. T hank you guys this really helped me. I was sick and tired of it starting up every time i connect my digi cam or iphone.

  • Nokia 108 - How to disable messages from appearing...

    i have the Nokia 108 and the same happens. text message, sender and the first few words show up on screen even when phone is locked.  'display options-notifications' are turned OFF.  also under each sim, 'display info' is turned off.
    obviously for security purposes it is not good to have your messages able to be read by anyone holding the phone.
    any solutions?  also if i go to NoKIA support, there are no way to ask questions and there are no software updates for the Nokia 108. 
    any advice is greatly appreciated.
    (ps, i also had to reply since i cannot figure out how to POST a new issue. sorry)
    Moderator's Note: We have changed the title into a subject-related title. This is to keep the forum organized and let other forum users easily see and respond to this post.

    burned2x wrote:
    i have the Nokia 108 and the same happens. text message, sender and the first few words show up on screen even when phone is locked.  'display options-notifications' are turned OFF.  also under each sim, 'display info' is turned off.
    obviously for security purposes it is not good to have your messages able to be read by anyone holding the phone.
    Go to Settings> Display Settings> Cell info display to OFF and restart the phone.

  • How to remove scrollbar from text

    I have a control <mx:text> is contained within a
    canvas. I want to make sure the length is not over a certain size,
    however when i do this the text is longer than the area and it
    places a scroll bar right over the text. I know with a textarea
    control I can set the scrollbar policies to off, but that is not
    available for text. I really would just like it to truncate the
    text, but cannot find any way to do it. Any help on how to get rid
    of the scrollbar, and keep the size I would like would be
    great!

    just set the width of the element to a static number, any
    additional text that goes past the width just won't display.

  • How to disable skype from starting up automaticall...

    I am trying to turn off Skype from starting automatically when Windows boots up.  I went into Skype, Tools, General Tab and de-selected "Start Skype when i start Windows".  When I hit "save", the tab automatically jumps from "General" to "Advanced", and it prompts me to enter port information as to how Skype connects to the internet???
    I do not want to change any of the background connection settings (ie. Ports, Proxy, etc.); I just want the ability to de-select Skype from starting when Windows boots.

    Port number for incoming connections must not be empty.
    https://support.skype.com/en/faq/FA148/which-ports​-need-to-be-open-to-use-skype-for-windows-desktop

  • Satellite U300-152: How to disable Narrator from Ease of Access in Vista?

    Everytime I log on the narrator dialog box shows up automatically. I just try to use this Ease of Access tool in Vista home premium but now I dont want it to be there automatically when windows starts. I went to control panel and go to Ease of Access but there is no button to disable it. Any ideas on how to do it? Thanks in advance.

    I found it and did it. From the control panel, go to Ease of Access Center, then optimal visual display, then uncheck the box where the turn on narrator is checked. Click Apply or Ok. Viola its done. Then if you want it to apply to all users in the notebook, go to administrative settings and tick the box changes apply to all users then save it again.
    .....Uncheck the box also on the turn on narrator inside the ease of access button to disable it when the screen is where you choose to click the users. it is shown below left of the screen.

  • How to disable apps from auto-refreshing?

    I've got an iPad 2 with the latest iOS on it.  Except for one annoying bit of behavior, I love it.  What is so irritating is how iOS seems to refresh an app if you leave it and then return.  A case in point:  I use Zite to read news of all sorts.  Quite often I'll click a link in a Zite article, which then opens Safari or the iTunes store, or some other app.  After I complete my business in the second app, I double-click the home button and select Zite to continue.  iOS will cause Zite to go through a refresh cycle and I wind up on page 1 rather than within the article I was reading.  This means I have to swipe through any number of pages to find the original article, which is made more difficult because Zite, on refresh, has reordered articles and added new ones to the mix.
    This is not unique to Zite though this is the app where I notice it most.  I have found that returning to Safari after using another app will cause Safari to refresh and occasionally not display the page I was visiting immediately, causing me to retrieve the history.
    Is there any setting anywhere that will disable this?
    Thanks for any advice,
    -Tod

    I do not believe there is a way.  You can disable the camera in restrictions that would prevent access to the camera but then you would not be able to use it either and you would need enable the camera again in restrictions if you wanted to use it.

  • How to disable others from changing group photo?

    Hi I'm new, I apologize if this is the wrong section to ask this..
    In some of my skype calls which I administrate, people will just change the title and group photo to whatever they want, (usually inappropriate).
    Is there a way to disable the function so that only I can control stuff like the group/conversation photo and title?

    Hi,
    Did you mean that once users first log on Windows 8.1 and IE 11 pops up? Did this issue happened after logging off then logging in and shutting down the PC then restarting to login?
    What’s the detailed information about the pop-up? The screenshot would be more helpful for us to determine the issue.
    We can check if there is any logon script or task schedule configured in your environment.
    For further help you, please provide more information about how you deploy Windows 8.1.
    Meanwhile, please help to collect the boot trace for further research.
    How to collect a good boot trace on Windows 7
    http://blogs.technet.com/b/jeff_stokes/archive/2012/09/17/how-to-collect-a-good-boot-trace-on-windows-7.aspx
    Once down, please upload the .etl file into SkyDrive or Similar ones and share the public link here for our research.
    Look forward to your response.
    Kate Li
    TechNet Community Support

Maybe you are looking for

  • How To Get Sound To Play Out From MBP Onto HDTV?

    I hooked up my MBP to my HDTV last night using the DVI - HDMI cable and had no issues with picture. This is the model of HDTV I have: http://www.hitachidigitalmedia.com/product_techspec.do?pt=17&pg=69&proid=593 I then connected plugged in a phono L+R

  • How to use ABAP stack of one with Java stack of another PI Server

    Hi Friends, We need to use the Java Stack of one server with the Abap stack of another PI server, will that be possible ? and if yes what are the things need to be taken care of. please suggest on the same. Regards, Nitin

  • Removing scroll in alv grid

    Hi all, Iam displaying alv grid using containers. It is restricting the ouput to 26 lines and giving scroll bar if i get more records, What we need to do for avoiding that vertical scroll bar. Thanks, Anil. A suggestion can make a difference.

  • Adding Extreme to my existing network

    I have an existing 802.11g network on a Linksys router. I have to leave this router as is because my wife's workplace bought it and set it up for VPN. I am not experienced enough to redo everything on a new router so I am just going to leave it alone

  • Ask for a FUNCITON about string?

    Hi,everybody:    Could you supply a FUNCTION for me that can fill character string with space in its back for the reason that the character string is not inadequate.For example,I define a string named 'PO' of  30 bits length and in fact 'PO' only 10