Scroll Bar Appearance And Inheritance

1. The only appearance property that you can modify for a scrollbar in a block appears to be Background Colour. This relates to slidebar you move up and down (not sure on terminology). Foreground Colour appears to have no affect. Do I have this correct? Can you modify the colour of main length of scrollbar? Can you modify colour of buttons at top and bottom of scrollbar?
2. What is best way to inherit scrollbar properties? Scrollbar properties are attributes of block. Seems a bit over-the-top to create block object library type just to get basic scrollbar properties such as width? Can inherit scrollbar Background Colour through block Visual Attribute Group.
Thanks

Doug, thanks for asking this question.
Hi ADAM...
It seems that a lot of us are asking the same question: Scrollbar Navigation-Make Actionable
(I created a low-fidelity proof-of-concept to test—using a datalist as you suggested. See link in my posting).
I have reviewed the video you refer to here, but you example still does not allow for individual items in the datalist (scrollbar) to be assigned individual actionable events.
Can you expain your thinking in Option 1, as a workaround? Do you have any other suggestions?
BOTTOM LINE
We are all looking to do the same thing... something we are going to see A LOT MORE of after Uncle Steve's TABLET presentation next week:
A scrolling menu, with selected items in the menu causing "navigation" to a certain point in a scroll panel. (imitating the flick or slide effect of iPhone).
Suggestion: Can you add a field to thedatalist so that when the "repeated item" (in edit mode) is configuredto do an action (i.e., On-Click, Transition to State), we can then assign the state  you'd like for each item in thetable itself?
Now the issue is making it change the "State" within another component (i.e. scrolling panel). Can that be done?
Thanks,
- Rick

Similar Messages

  • The horizontal scroll bar appears in the middle on Safari.

    Hello.
    I have a problem of Ipad mini
    A few user has the same prolem like me T.T when I checked other users is using Ipad mini or related Ipad series on web.
    and I could not find solution for it,
    The probelm is : the horizontal scroll bar position is changed as below image, the scroll bar appears in the middle on web page of Safari
    after zoom the page out and moving.
    How to fix this problem ?
    I already did it with a few way to fix and it never fix in my side.
    - Resotre factory mode : still happened.
    - Turn off and on Ipad mini : still happened.
    - Clear Cooke and data in safari setup.
       If Clear cooke and data, it just disappeared on web surfing but this is only temporary way, I could meet the problem soon on web surfing.
    Please help me to fix and share some information for it.
    Thanks.

    I am having the same issue. Went to the Apple Store in Boston and the Genius Bar escalated the problem to the Engineers and they could not even solve it. They needed me to send them an image of the issue. I went to another Apple store and the Genius there had much better problem solving skills. He used his own critical thinking and discovered that the horizontal scroll bar sits at the same height. The height is exactly where the split keyboard ends. If you take screen shots and compare...you will find they are all at the same height. He thinks since the keyboard is a new feature they havent worked out the problems yet...and we will have to wait for the update.
    Ever since Steve Jobs has been gone the call to response for issues is getting increasing slower and slower. New products continue to roll out but they all have problems and bugs. Take Maps for instance...they still have not fixed all the issues (even with this 6.0.1 update). The Ipad mini I spend 700$ for and it is such a faulty product. For what I spent I would have thought I would have gotten a great product. I have all Apple products...phone, desktop, laptop, Ipad original, and Mini...but they have done me wrong over and over. It may take months for them to roll out the fix the way the compnay has been operating under Cook.
    When will the fix come....I do not know... best of luck!

  • A centred page moves about when scroll bar appears DW Cs5?

    Hi everybody, I have noticed that when you have web pages centred, that the pages annoyingly move about when a scroll bar appears. Some times a page is longer than the browser window and so a scroll bar appears on the right which allows the viewer to scroll down.
    But what happens is, it then centres the page in the centre of the space that is left after the scroll bar appears so the page jilts from to side to side according to whether the page has a scroll bar, obviously this looks rubbish.
    Is there any code that can make the browser centre the page in the same place, so that the scroll bar eats into the space on the right side rather than pushes the whole page over to the left. ?
    many thanks for any help
    Gareth

    Ideally, CSS code belongs in your external stylesheet file.
    While you're testing site ideas, you could temporarilly add styles to your HTML pages like so:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <LINK REL="SHORTCUT ICON" HREF=".\favicon.ico">
    <title>Template</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <style type="text/css">
    PAGE SPECIFIC
    CSS RULES GO HERE
    </style>
    </head>
    HTML & CSS Tutorials - http://w3schools.com/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Horizontal Scroll Bar Appear?

    How can I make a horizontal scroll bar appear so when the web page is resized the content wont moved around or get compacted? Example: http://www.techrepublic.com/ (resize thebrowser and youll notice that after a certain amount of resizing a horizontal scroll bar appears)
    All my width values in my CSS are in percentages and when the page is shrunk the sontent gets compacted.

    heres the page: http://tyharo.x10.mx/
    I'm just tinkering with some layouts so it looks terrible.
    and heres my css:
    @charset "utf-8";
    /* CSS Document */
    body {
              margin:0;
              padding:0;
              height:100%;
    .menublock {
              height:50px;
              width:52.6%;
              margin-bottom:0;
              margin-top:0;
              margin-left:23.7%;
              margin-right:23.7%;
              background-color:#CCC;
              overflow:hidden;
              position:relative;
    .windowblock {
              width:100%;
              height:50px;
              background-color:#3399FF;
              border-bottom:inset;
              border-top:inset;
              border-bottom-color:#999999;
              border-top-color:#FFFFFF;
    .bodyblock {
              height:50px;
              width:52.6%;
              height:250px;
              margin-bottom:0;
              margin-top:0;
              margin-left:23.7%;
              margin-right:23.7%;
              background-color:#CCC;
              overflow:hidden;
              position:relative;
    #line1 {
              float:left;
              width:26.8%;
              height:250px;
              border-width:3px;
              margin-top:3px;
    #line2 {
              float:left;
              margin-top:0;
              width:45%;
              height:250px;
              min-width:45%;
              position:relative;
    #line3 {
              float:left;
              width:26.8%;
              height:250px;
              margin-top:3px;
    #sectiongap {
              width:100%;
    #menu {
              margin-left:30%;
              margin-top:3%
    #footer {
    ul.horizontal{
              margin:0;
              padding:0;
              list-style-type:none;
              text-align:center;
    ul.horizontal li{
              display:block;
              float:left;
              padding:0 10px;

  • "Scroll Bar" appears when moving cursor - Satellite L305D-S5904

    I just bought a Satellite L305D-S5904 for my mother.
    It came with Windows Vista Home Premium.
    I noticed that a tiny scroll bar appears at the cursor sometimes.
    It makes navigation quite a pain.
    Can you turn this feature off?
    To clarify, when using the touchpad, moving the cursor, sometimes a tiny "scrollbar" appears at the point of the cursor's "arrow."
    This is unbelievably aggrevating!
    I've never seen such a thing before.
    Thanks for the help!

    > I've never seen such a thing before.
    Maybe because you didnt work with such hi-tech touchpad??? ;) lol
    This is a touchpad feature which can be disabled in touchpad properties.
    Check you control panel-> mouse
    There should be something about touchpad settings.
    There you have to disable the Virtual scrolling.

  • To stop scroll bars appearing around iView

    Hello all,
    I've placed a small iVIew in the tool area of the framework page, below the masthead, above the TLN; right beside the KM search iView.
    The user has noticed that when he doesn't have IE fully maximized, if he makes the window small enough then scroll bars appear around this iView. However, scrollbars never appear around the KM search iView.
    Is there a setting or parameter that I can set to say, 'Never put scrollbars around my iView'?
    I've already made the tray invisible of course....
    Any ideas?
    Patrick.

    I have the same problem. I am trying to use a URL iView at the very top of the site - over the masthead. I only want a 10px high iView that simply displays a bar across the top. This iView is not contained in a page, has all of it's properties set in a way that should eliminate any scroll bar activity, yet scroll bars appear regardless...
    Automatic causes the iview to expand to approx. 200px high... no good.
    Fixed causes scroll bars
    Full page - well, makes this iview the full page - no good either.
    Any suggestions? There is really no content in it other then an image to create a bar across the top of the site.

  • Is there any way to make the scroll bars wider and blue in Lion?

    Is there any way to make the scroll bars wider and blue in Lion?

    Nope, afraid not. The only third-party utility that you might look at is LionScrollBars 0.5.4. You can search for others at MacUpdate or CNET Downloads.

  • When i start my ipad 3 the apple logo appears but then a loading bar appears and it stucks i have restarted it but nothing is happening pleeeeease help me!i love my ipad sooo much.....!!!

    when i start my ipad 3 the apple logo appears but then a loading bar appears and it stucks i have restarted it but nothing is happening pleeeeease help me! i love my ipad sooo much.....!!!

    Try this first.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    If that does not help, you may have to restore your iPad.
    iTunes: Backing up, updating and restoring iOS software.
    If that doesn't work - You will have to use recovery mode
    iPad: Unable to update or restore

  • A horizontal Scroll Bar appears when it shouldn't - how do I get rid of it?

    Operating System: WIN 8, 8.1
    I am using a website (ribbon.me) which has a built in horizontal bar on its Explore TimeMap (basically a combination of a map and calendar into a single tool) that users can grab with the cursor / mouse to move the date forward or backwards in time. There is NOT supposed to be a "standard browser scroll bar" but one is appearing in Chrome. It only appears on my brand new computer...on my old Windows 7 computer, using latest Chrome, the scroll bar doesn't appear. (Even in Internet Explorer on the new computer, the scroll bar doesnt appear...but I dislike IE and LOVE Firefox) How the heck do I get rid of this scroll bar?
    Please help!

    Application Basics
    Name: Firefox
    Version: 24.0
    User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0
    Extensions
    Important Modified Preferences
    browser.cache.disk.capacity: 358400
    browser.cache.disk.smart_size.first_run: false
    browser.cache.disk.smart_size.use_old_max: false
    browser.cache.disk.smart_size_cached_value: 358400
    browser.places.smartBookmarksVersion: 4
    browser.startup.homepage_override.buildID: 20130910160258
    browser.startup.homepage_override.mstone: 24.0
    extensions.lastAppVersion: 24.0
    gfx.direct3d.last_used_feature_level_idx: 0
    network.cookie.prefsMigrated: true
    places.database.lastMaintenance: 1382124597
    places.history.expiration.transient_current_max_pages: 104858
    plugin.disable_full_page_plugin_for_types: application/pdf
    plugin.importedState: true
    privacy.sanitize.migrateFx3Prefs: true
    storage.vacuum.last.index: 1
    storage.vacuum.last.places.sqlite: 1380228821
    Graphics
    Adapter Description: Intel(R) HD Graphics Family
    Adapter Drivers: igdumdim64 igd10iumd64 igd10iumd64 igdumdim32 igd10iumd32 igd10iumd32
    Adapter RAM: Unknown
    Device ID: 0x0a16
    Direct2D Enabled: true
    DirectWrite Enabled: true (6.3.9600.16384)
    Driver Date: 10-1-2013
    Driver Version: 10.18.10.3316
    GPU #2 Active: false
    GPU Accelerated Windows: 1/1 Direct3D 10
    Vendor ID: 0x8086
    WebGL Renderer: Google Inc. -- ANGLE (Intel(R) HD Graphics Family Direct3D9Ex vs_3_0 ps_3_0)
    windowLayerManagerRemote: false
    AzureCanvasBackend: direct2d
    AzureContentBackend: direct2d
    AzureFallbackCanvasBackend: cairo
    JavaScript
    Incremental GC: true
    Accessibility
    Activated: true
    Prevent Accessibility: 0
    Library Versions
    NSPR
    Expected minimum version: 4.10
    Version in use: 4.10
    NSS
    Expected minimum version: 3.15.1 Basic ECC
    Version in use: 3.15.1 Basic ECC
    NSSSMIME
    In reply to Nellus91:
    Expected minimum version: 3.15.1 Basic ECC
    Version in use: 3.15.1 Basic ECC
    NSSSSL
    Expected minimum version: 3.15.1 Basic ECC
    Version in use: 3.15.1 Basic ECC
    NSSUTIL
    Expected minimum version: 3.15.1
    Version in use: 3.15.1

  • Scroll bars appear without any request

    It happened some other times before, but especially after the 10.8.3 upgrade scroll bars often reappear like I set them to always appear.
    By setting them to "Always" and then setting them back to "Automatically" now, runnining 10.8.3, it temporarily fixes the issue, while on the 10.8.2 this trick didn't work. Notice that I usually do not shut down my MBP but rather close the lid and let it standby when I'm not using it: the issue comes after waking up my Mac.
    However this should be fixed by Apple, once and for all.

    Yes you can, you can use CSS to make a div panel and set the
    scrolling to 'auto'.
    Here's an online tutorial:
    http://www.joomlaprodigy.com/content/view/177/96/

  • Scroll bar, buttons and a Custom Component - help

    Thanks to another forum I was able to create a scroll panel and add a scroll bar to it.  That works fine.  Inside the scroll panel I have thumbnails of the product that I'm highlighting.  I want to be able to click on the thumbnail and have a full size photo of the product come up in the window next to the scroll panel.  I created a custom component that has a stage showing each full size product individually.  This worked fine when I simply had buttons and no scroll bar.  I could convert the thumbnail to a button and then add interaction so that it would go to the proper state of the custom component.  Where I'm having problems is now that I've imbedded the buttons in a scroll panel I'm no longer given the custom component as an option to pick from.  I can add interaction, but it only gives me the option of picking one of the pages, and not a component.
    I've attached a screen grab to help show what I'm describing.
    Any ideas?
    Doug

    Doug, thanks for asking this question.
    Hi ADAM...
    It seems that a lot of us are asking the same question: Scrollbar Navigation-Make Actionable
    (I created a low-fidelity proof-of-concept to test—using a datalist as you suggested. See link in my posting).
    I have reviewed the video you refer to here, but you example still does not allow for individual items in the datalist (scrollbar) to be assigned individual actionable events.
    Can you expain your thinking in Option 1, as a workaround? Do you have any other suggestions?
    BOTTOM LINE
    We are all looking to do the same thing... something we are going to see A LOT MORE of after Uncle Steve's TABLET presentation next week:
    A scrolling menu, with selected items in the menu causing "navigation" to a certain point in a scroll panel. (imitating the flick or slide effect of iPhone).
    Suggestion: Can you add a field to thedatalist so that when the "repeated item" (in edit mode) is configuredto do an action (i.e., On-Click, Transition to State), we can then assign the state  you'd like for each item in thetable itself?
    Now the issue is making it change the "State" within another component (i.e. scrolling panel). Can that be done?
    Thanks,
    - Rick

  • Scroll bars jumpy and screen wavy

    I had a problem with my macbook pro (2011) this morning, I had a black screen with a cursor showing.  Went to the community and found a fix, (thanks again jesseinma).  Now, when I scroll, my scroll bar is "jumpy" and there is a wave in my screen almost like a line that disrupts the text for a second as I scroll through it. Any ideas on what's causing it and how to resolve it? 

    That may be a graphics chip issue, or it may just be reopening itself in recovery mode.     If the issue goes away with use, it is the latter.  Otherwise, run the hardware test that came with the computer:
    https://support.apple.com/kb/HT1509

  • Because horizontal scroll bar appears on the Muse, even without any evidence beyond the scope of the

    Whenever I create a layout when I view appears the horizontal scroll bar, but nothing beyond the margin, is this normal or a bug Standing Muse? Is how to fix this? Thank you.

    Actually I would like to create a site with 100% width, but when I put the slide appears the horizontal scroll bar, sometimes it happens before putting the slide. I'm doing the rectangles 100% with the rectangle tool. Way to go, or am I doing wrong? Thank you.

  • Scrolling bars appearing without action

    I usually do not shut down my MBP equipped with ML for several days: I prefer to close the lid to have the computer ready to resume working. I noticed that after a few days of use applications start (together) to show scrolling bars like the Finder window below, even when system preferences are set to show them automatically (it's the default setting I never changed).
    Is there any other wrong setting or does it need to be fixed by Apple?

    This seems like a minor glitch, probably a snarky preference. No need to send it in for repair as you can easily work around it, while we try to solve it. Like working with  "Show scroll bars when scrolling". The difficulty is that it only happens after a few days of usage. Anything we do try, we'll have to wait a few days to see if it fixed it.
    Another usual step would be to test it in Safe Mode or another user account but here again it's not feasible because you can't work that way for days.
    Go to your Finder "Go" menu hold the option key and choose Library. Then go to Preferences folder and trash these files:
    com.apple.finder.plist
    com.apple.systempreferences.plist
    Then, restart, or log out and in again.
    (You will have to resetsome prefs the way you like them.)
    If it happens again open Console in your Utilities folder and copy & paste the information there at the time of the event.

  • ITunes 10.5.0.142 prevents 'auto-hide' task bar reappearing on scroll-over at page bottom when ITunes home page is up. Task bar appears and hides fine on other windows.  OS: Win 7.

    In Windows 7 my latest ITunes version won't let the 'autohide' feature work for my task bar.  I have mine set at the bottom of all pages, and they all work when the Itunes page is up.  But not the ITunes home page itself.  The task bar is gone, and won't appear on scroll-over. 
    Look, I'm not going to kill myself over it.  I just have to minimize the IT page to get to another task bar.
    But I like my auto-hide and won't disable it, and I like what's been done with the new version of IT and - of course - won't get rid of that.  I just want them to live together happily ever after.
    Thank You in Advance for Your Time;
    Curt

    In Windows 7 my latest ITunes version won't let the 'autohide' feature work for my task bar.  I have mine set at the bottom of all pages, and they all work when the Itunes page is up.  But not the ITunes home page itself.  The task bar is gone, and won't appear on scroll-over. 
    Look, I'm not going to kill myself over it.  I just have to minimize the IT page to get to another task bar.
    But I like my auto-hide and won't disable it, and I like what's been done with the new version of IT and - of course - won't get rid of that.  I just want them to live together happily ever after.
    Thank You in Advance for Your Time;
    Curt

Maybe you are looking for

  • Old serial # not working to reinstall CS2 on new computer

    I installed all the disks for my old CS2 software on my new computer but when I open the individual programs, they give me an error reading "User name, organization, serial number is missing or invalid.  Application cannot continue and must now exit.

  • Photosmart 6510 not printing black ink

    I just replaced a couple cartidges in my 6510 printer today and the black ink is not printing. The other colors are printing fine.  I have cleaned the printer heads about 8 times and tried to align the cartridges 3 times. I have swapped black cartrid

  • Mini late 2006 DVI HDMI Samsung LE26A457

    A couple of people on other forums, like me, are having trouble connecting our Mac Mini DVI to HDMI on Samsung screens. Is there a known issue? Is there a fix of some kind. It seems like the Mac Mini is very very picky about handshaking, whereas all

  • Read Verify Scan Message on Screen

    I started my ipod this morning and got some kind of diagnostic screen, which I tried to negotiate through and now it is completely locked up and says: Read Verify Scan Scan takes a while Battery Check Volts=476 Level=10 Canceled MENU to continue Alth

  • Unable to install Business Intelligence for Visual Studio 2012

    I have tried and tried to get the templates to show up in Visual Studio. I have tried all the suggestions that could be found from others in 2013. I am down to the "Command Report.NoOp" message when I click on "Sql Server Data Tools for Visual Studio