SCROLL BAR PLACEMENT

Hey,
If the Forward/Back buttons are on the left, why is the scroll bar on the right? Wouldn't it make sense to have them close together? Or at least a preferences option to move the scroll bar to either side?

Hi Starfish66
if the Forward/Back buttons are on the left, why is the scroll bar on the right? Wouldn't it make sense to have them close together?
Or at least a preferences option to move the scroll bar to either side?
If you Click on "Customize the Address bar" under the "View" menu and the Customize drop down window shows you can then drag the ◀▷ to the right closer to the scroll bar.
Does that work better for you?
For me personally the scroll bar would feel odd on the left athough I am ambidextrous.
Cheers, sure others will chime in.
Eme;~[ )
[ot] H_S hi, yes , just got your mail, I am on manual in mail preferences,
lol ,don't ask why; )
I communicate through ichat, more then mail these days, thanks for the heads up;~[ ) .

Similar Messages

  • How could i place scroll bars for my JTextArea!

    hi,
    I am using JTextArea. Now i want to place scroll bars to scroll when the text is more than the textarea..............
    Help me...........
    Regards........

    Just to give you some more detail here is a simple example application:
    import javax.swing.*;
    public class Example extends JFrame{
         public Example(){
              build();
        public void build(){
              // The code that should be of interest to you.
               JScrollPane scroll = new JScrollPane();
              JTextArea t = new JTextArea();
              scroll.getViewport().add(t);
              this.getContentPane().add(scroll);
              this.setSize(200,200);
              this.setVisible(true);
        public static void main(String[] args) {
              new Example();
    }good luck :)

  • I'd like an alphabet scroll-bar for my folders in Mail. Will this be added anytime soon?

    I've been using Mail for years and find it convenient for use across all devices, off-and online. I really like that I can place a rule so that each email will automatically be delivered into individual folders. This makes it easy to organize my emails for search purposes, and to keep a clean and relevant Inbox. Sometimes, depending on my internet connection....it can sometimes cease at home and my desktop will be in sleep mode, and my emails won't be automatically ruled into their appropriate folders. This is ok, because I just manually file them. However, I have many folders. It would be an added bonus if there is an alphabet scroll-bar in the folders source list to the left of the Mail app. screen.
    It appears that so much time and energy has gone into renovating the Mail application throughout the years, and the clean design and ease of use is noticeable and appreciated. I feel they would be complemented by the scroll-bar.
    I'm just wondering if Apple has this in mind for any new updates to Mail?
    Thanks!

    Apple doesn’t routinely monitor the discussions.
    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback

  • Scroll bar stuck on Thumbnail view

    Whenever I am using the scroll bar to scroll in the thumbnail
    view ,which is set to large, the scroll bar gets stuck. When I
    place my mouse on the bar and move it up and down it does not stop
    and jumps to different places in the thumbnail view - I can't seem
    to control it. I have tried turning on the libary and clicking
    around in it, but this does not fix the problem. The only solution
    I have found is to shut Captivate 2 down and start it again. Any
    suggestions?

    Hello queenlooners,
    I spoke with some of my colleagues and unfortunately there does not seem to be a way to disable the scroll bar. There have been other discussions on the forums such as overlaying the scroll bar or embedding it in a sub-panel.
    Jacob R. | Applications Engineer | National Instruments

  • Chart legend scroll bar

    Hi,
    i have a chart and legend in a panel..
    when there are more than 20+(depends on size of the panel and
    in my case it is around 20) legend items, legend items occupies
    most of the place and which in turn shrinking chart..(so chart is
    not clear in this case).
    can i have something like, "add a scroll bar to the legend..,
    if it is shrinking the chart more than 50% of the actual size of
    panel..??
    thanks
    siva

    You could wrap the legend in a vBox or hBox as
    appropriatte

  • Scroll bar and tab bar turn to images, images on a page repeat themselves

    I don't know exactly how to explain my problem so I'll just give some examples.
    - On youtube, video thumbnails copy themselves on top of the other video thumbnails, and sometimes I can see 2 or 3 same thumbnail, but when I hover the cursor above them they return to normal. The names or video links are unaffected, just the thumbnail.
    - On facebook and some other forums, same problem exists. One thing I noticed, it doesn't affect huge files, as in it doesn't replace huge images but copies something like 200x200 image to some other place.
    - Some of the tabs in tab bar and scroll bar sometimes turn into diagonal patterns, and scroll bar sometimes has the same problem I gave as example above. The grey default layer turns into an image. But hovering the cursor above it returns it to normal again.
    Any help is appreciated.

    Hi, thanks a lot for the support. I've found the solution!
    I've checked all of the installed programs on my system. All programs are from verified publishers.
    Actual problem was with graphic drivers. My laptop is Sony Vaio and therefore I had the recommended latest drivers (for my graphic card) available from Sony website installed. The graphic card is from NVIDIA GeForce. So, don't know why but I uninstalled all graphic drivers from the system and downloaded the latest drivers available for my graphic card hardware from NVIDIA website. Now the new latest drivers from NVIDIA solved the problem !!! Firefox is working perfect. No problem on any website.
    May be the same can work for other Firefox users also having this problem. No need to disable "hardware acceleration when available" in Firefox.
    Happy !!!! :D :D

  • Horizontal scroll bar moves with page up/down

    I'm new at this and apologize if I don't have the right forum, but can't find any reference to my problem anywhere. A month or so ago the horizontal scroll bar at the bottom of the screen started moving up or down with the page as I used the vertical scroll bar to page up or down. The bar partly disintegrates if I click on it, but mostly remains in place and obscures text on that line. If there is more than one page I can make the bar disappear by scrolling the to the next page, and then back. This happens only when I'm on the internet, and appears in news pages ( e.g. NY Times, BBC) and on my e-mails (I use Hotmail). I have a Mac mini, 1.66 GHz, OS 10.4.11, all other updates offered by Apple. I'm sure this is not a Safari problem, and my searches for Apple viruses, Trojans, Worms, has found nothing about this (there are discussions about vertical scrolling, but these don't seem to relate to my problem). So can anyone tell me what this is and how to get rid of it? Thanks for any help. TJ Wont

    I've got the same problem. It started when the BBC introduced adverts onto their News website. As the page loads an advert (or sometimes whitespace) appears between the tab and the BBC News banner. This is then shifted to the right hand side when the page fully loads.
    I suspect that there's some fancy DHTML going on that Safari isn't rendering properly.
    Problem doesn't occur if the Safari window is maximised to full screen width.

  • Problem getting vertical scroll bar in tree

    Hi,
    I am adding nodes to a tree control dynamically. But somehow,
    a vertical scroll bar doesn't appear during the process. I guess,
    somehow, the tree is not able to detect the change in the height,
    hence, is not giving the vertical scroll bar. However, after a node
    has been populated with the sub-nodes, when I close that node and
    re-open it, then the scroll bar appears. I really need to fix it as
    soon as possible. Plz help!
    Thanks in advance,
    Cheree

    Seems like Flex 4 is working fine:
    This is the updated code working on Flex 4.6 using XMLCollection:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600" applicationComplete="application1_applicationCompleteHandler(event)">
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
        <fx:Script>
            <![CDATA[
                import mx.collections.ArrayCollection;
                import mx.collections.XMLListCollection;
                import mx.controls.Tree;
                import mx.events.FlexEvent;
                import mx.events.TreeEvent;
                [Bindable]
                public var treeData: XMLListCollection=new XMLListCollection();
                private var hasRun: Boolean = false;
                //finalSrcList is the ArrayCollection that has value objects returned from data base by a remote object.
                public function populateTree(event:TreeEvent): void{
                    if (hasRun == false){
                        hasRun = true;
                        var parentNode:XML=event.item as XML;
                        var temp:XML;
                        var i: int;
                        var finalSrcList: ArrayCollection = new ArrayCollection();
                        // Prepare source list
                        for (i=0; i<10; i++){
                            var item = new Object();
                            item.attribute1 = "attribute " + i.toString();
                            item.attribute2 = i.toString();
                            finalSrcList.addItem(item);
                        for(i=0;i<finalSrcList.length;i++){
                            temp= <node label={finalSrcList[i].attribute1} id={finalSrcList[i].attribute2} isBranch="true"/>;
                            event.currentTarget.dataDescriptor.addChildAt(parentNode,temp,0);
                protected function application1_applicationCompleteHandler(event:FlexEvent):void
                    var rootItem: XML;
                    rootItem = <root label="root" id="1000">
                        <node label="level1" id="2000" isBranch="true"/>
                        </root>;                                   
                    treeData.addItem(rootItem);
            ]]>
        </fx:Script>
        <mx:Panel width="600" height="250" paddingBottom="20" paddingLeft="20" paddingRight="20" paddingTop="20"
                  verticalAlign="middle" horizontalAlign="center">
            <s:Label>
    This is using XMLCollection
            </s:Label>
            <mx:Tree id="funcTree" height="100%" width="100%" dataProvider="{treeData}" labelField="@label" showRoot="false"
                     itemOpen="populateTree(event)" />       
        </mx:Panel>                  
    </s:Application>

  • How can I get the vertical scroll bar in firefox for mac to operate more smoothly?

    This scroll bar issue has been a real pain for awhile, though it seemed to be better for a period of time and now has grown much worse again. I'm using Firefox 22.0. I try to grasp the blue scroll bar (right side placement) to move it up or down for pages that require scrolling to view, and it is very hard to hold and move the bar, plus it often bogs down as the colored wheel shows up as if the software is trying to process the action. It's very frustrating. I'm set to "smooth scrolling" in the Firefox settings, but that doesn't help. Is there a way to fix this and make the scroll bar move quickly and smoothly in Firefox for Mac?

    Hello,
    Try disabling graphics hardware acceleration. Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.
    You might need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    Then perform these steps:
    *Click the orange Firefox button at the top left, then select the "Options" button, or, if there is no Firefox button at the top, go to Tools > Options.
    *In the Firefox options window click the ''Advanced'' tab, then select "General".
    *In the settings list, you should find the ''Use hardware acceleration when available'' checkbox. Uncheck this checkbox.
    *Now, restart Firefox and see if the problems persist.
    Additionally, please check for updates for your graphics driver by following the steps mentioned in the following Knowledge base articles:
    * [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]
    * [[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    Did this fix your problems? Please report back to us!
    Thank you.

  • Vertical Scroll Bar

    I must sound like such a NOOOOOOOB! I have CS4 and have come to remake a website on Flash for a friend. The content that will be put onto the site is quiet a lot so for design reasons I would rather have an internal scrolling area as apposed to scrolling the main page.
    I am quiet happy with the default Flash scroller bar (looks neat and tidy) however I cant get it to work!!!! I can make it work as far as horizontal scrolling is concerned - but I don't want horizontal scrolling - I NEED vertical....
    I think I'm doing everything right - selecting Dynamic Text - opening the component screen - dragging and dropping the UIScrollBar into the text area. This doesn't work! If I place it near the bottom it gives me the horizontal scoller which works fine but as said - isn't what I'm wanting....
    ANY HELP?!?!?!?
    Also, on a related topic - is there a way of publishing it to an older version of Flash? I have tried to preview Flash intro I have also made on a Windows Laptop and it says I need to download the latest version of Adobe Player - it also said the same on another Windows machine.... just abit of a pain for other viewers..........

    1.  use the properties panel to assign the scrollTarget of your scrollbar or use actionscript to assign the scrollTarget.  position and size your scrollbar in the authoring environment or with actionscript.
    2.  click on file/publish settings/flash to change your publish settings.

  • Table cell scroll bar overflow- why doesnt it work?

    Hi everyone.
    Ok, im have an existing document/site:
    http://www.helenbwilson.com/helen-portfolio-1.html
    I want the table cell in the left to have a scroll bar (only
    with the height part). I want the "block" of the images to have a
    height of 400px. Now, I have tried to do this, and for the most
    part got it to work-in another document:
    http://www.helenbwilson.com/CSS-test-01.html
    I am trying to replicate, but I have absolutely no idea why
    its not working now.
    I applied a css style and I want the same type of scroll, so
    when there are more images, it can have a scroll bar.
    Can anyone tell me what Im doing wrong? If I am not being
    clear, please let me know.
    Any info would be appreciated.
    Thanks
    -psy

    I think you mean something like this:
    Put this in your head:
    <style type="text/css">
    <!--
    .imageBlock {
    display: block;
    float: left;
    height: 400px;
    width: 250px;
    overflow: auto;
    background-color: #FF0000;
    -->
    </style>
    put this in your body:
    <div class="imageBlock">
    </div>
    If the table or other content you place inside your
    'imageBlock' div, is higher than 400 px, you'll get a vertical
    scrollbar.

  • Table control scroll bar issue

    how to set the scroll bar for table control for the transaction code va42 for billing plan tab.
    i have added few custom fileds for the table control, when i m re-arranging the columns for the table control, the scroll bar is fixed for one field( as standard) and the scroll bar starts from that place. how to fix the scroll bar or control the scroll bar and sets it position for the desired column.

    HI,
    Table control ahs a property called FIXED_COLS. You ave to pass the column number to this property.

  • I have a problem with interactive report in  horizontal scroll bar

    hi all,
      in my interactive report the horizontal scroll bar is not visible and i have created a scroll bar with the html code and i have a problem in that scroll bar when ever i will click the select list and if i will move the scroll bar and the select list is also moving but it the select list dont have to move .pls give me a solution for this urgent.
    thanks in advance 

    Kishore suresh wrote:
    hi all,
      in my interactive report the horizontal scroll bar is not visible and i have created a scroll bar with the html code and i have a problem in that scroll bar when ever i will click the select list and if i will move the scroll bar and the select list is also moving but it the select list dont have to move .pls give me a solution for this urgent.
    thanks in advance
    Hi,
    How you think anybody can help if you do not post single line how you have try create that scrolling report ?
    And if your issue is urgent, you are seeking help from wrong place.
    Regards,
    Jari

  • Scroll bar in Content Viewer

    Hello everyone,
    I have place three different height images into a frame and applied scroll bar using Content viewer. I am calling each image through a button.
    My question is:
    Can we control the scroll bar height limiation as per the image's height. Right now its taking the largest image's height as a reference, when i click and check the small height image, i see lot of white space in it.
    Thank you very much.
    Regards,
    Shiva

    What do you mean you added a scroll bar? Do you mean a scrolling frame?
    If so, no, you cannot adjust the size of that dynamically. That said, I still don't totally get what you're doing.
    You can't click to move content in a scrolling frame, only an MSO.
    Bob

  • Scroll bar in finder is missing

    Suddenly the scroll bar in Finder is missing in Pictures. Any idea how can I get it back?

    Hi Hawaiian Starman,
    I'll confess that at this point I am feeling so overwhelmed I can't believe it and yet I seem to know more than most of my friends and associates about computers when it's obvious I know so little. Not a great place for a society to be racing to, but ... First, I have looked for the scroll bar in various views on my initial account. It will show up at times but only scrolls an inch or so and then other times--nothing. To be honest, I've never seen a computer act so strange.
    I looked at Carolyn's suggestion and thought geez! I want my computer to work--I didn't say I want to work for Apple and figure all this out. Reload this but be careful of this and this and this. I thought go to what HS says and try his solutions out.
    I created another account, went into it and naturally I can see no scroll bar because I don't have any pictures. What I was shooting for is some degree of normalcy so I can see the picture files I have. I'm beginning to think it may be easier for me to keep inventing ways to get past the peculiar curves this Mac wants to toss at me! I can't operate under the new account because it doesn't have a printer assigned to it, there's no Microsoft Office program ... and of course I somewhat concluded that the answer is assigning everything in the one account to the other account and that's ... pardon my novice attitude ... like hard! The hardest thing I ever had to do with a Dell is re-install Internet Explorer and I thought that was complicated.
    Now that I've gone on and on, what am I missing in concept about creating a new account? How can I check for a scroll bar when it has nothing to scroll .... without signing up for brain surgery 101? Any hope here? I appreciate your help. The dedication you have to understanding malfunctioning computers is indeed impressive.

Maybe you are looking for

  • VBA Photoshop reference

    Any ideas on why Photoshop doesn't show up in VBA / Tools / Reference? I want to program in VBA using excel and effecting photoshop, but can not find the reference library for photoshop Using CS2 and Windows for Mac...macbook pro Thanks

  • Import MIGO- Commercial invoice number pop up screen

    Dear All, I want to make the pop-up screen mandatory (which asks Commercial Invoice)  which arises making Import MIGO. Any standard setting is there or to be done with abapers? Please advice Regards

  • RV042 Load Balancing - Not Balancing

    I recently purchased an RV042 ver.3 Dual WAN router to replace my ver.2 router. I have found that the load balancing feature is not working like it did in the ver.2 router. Using the Nice Trace app on my iPad, I could see the ver.2 router toggle betw

  • EP Proof of Concept (POC)

    Aside from SAP Best Practices Baseline Package US V1.470, without having a sap r/3 backend, or non-sap backend (j2ee, etc.) what are our options in building a EP/SR2 proof-of-concept to show EP's functionality for a business case? Thanks. James

  • Lightroom serial #, redeem code fail.

    Bought Lightroom at Best Buy.  The redeem code does not work.  The serial number is only 19 characters long.  No tech support to activate the software.  If no answer gonna return software and Trash Adobe publically.  #FedUP