Scroll Bar Troubles, Please Help.

When In A WebPage, I Have No Scroll Bars, And The Up And Down Arrows Will Not Scroll The Page Either. The Only Way I Can Scroll Is By Dragging The Screen Up And Down By Highlighting And It's Rather Bugging Now. I'm New To Macs By Two Weeks So Please Please Help.
ThankYou.

What browser are you using? Do you get this condition on all web pages you access?

Similar Messages

  • I have an iPod Nano that is synced to my mac, but it is sent in for the battery issue. Anyway, I have bought a 2nd gerneration Ipod touch and I want to now sync it to my mac, but it does not show up in the left menu bar. Please help. Thanks All!

    I have an iPod Nano that is synced to my mac, but it is sent in for the battery issue. Anyway, I have bought a 2nd gerneration Ipod touch and I want to now sync it to my mac, but it does not show up in the left menu bar. Please help. Thanks All!

    http://support.apple.com/kb/TS1591
    There have been some problems accessing pages on the Apple web site.  If the hyperlink gives you a "We're sorry" message, try again.

  • How i display mac app store downloading progress bar ? please help, how i display mac app store downloading progress bar ? please help

    how i display mac app store downloading progress bar ? please help ?

    it does not respond every time i hit download button,nothing appers

  • I've upgraded to 13.I can't see fonts in search bar & tabs.Please help.If u need screenshots,please share me the site of image sharing.Thanks!

    I've upgraded to 13.I can't see fonts in search bar & tabs.Please help.If u need screenshots,please share me the site of image sharing.Thanks!
    [http://www.flickr.com/photos/80001361@N06/7346073414/in/photostream http://www.flickr.com/photos/80001361@N06/7346073414/in/photostream]

    Looks like a font problem.<br />
    Firefox seems to be using a font that isn't working properly.
    Try this solution: [[/questions/927322#answer-336404]]

  • JScrollPane scroll bar trouble on rebuild

    I've been working on this for hours (about 4 hours now) without finding the right solution, so maybe someone can help. I searched through a few pages of the forum but didn't see this exact issue. And the tutorial online doesn't help much.
    I have a JPanel in a JScrollPane in a JFrame. The JFrame has it's height reduced if its over a particular size (in the test case, it gets reduced). When it first loads, it's fine. However, if I rebuild the whole JFrame (some event causes the JPanel content to change, and refresh() is called again), the window remains the same size but the vertical scroll bar extends off the bottom of the frame. If I manually resize the frame with the mouse (even by 1 pixel), the scroll bar updates and looks correct again. What is the correct way to do this? Calling revalidate() on the JScrollPane after doing the setSize() doesn't do anything. And why does it work the first time when the JFrame is first built through the Constructor?
    example code:
    public class MyFrame extends JFrame {
        public MyFrame() {
            super();
            refresh();
        private void refresh() {
            JPanel jp = new JPanel();
            jp.setLayout(new SpringLayout());
            // add some stuff to jp
            JScrollPane scrollPane = new JScrollPane(
                JScrollPaneConstants.VERTICAL_SCROLLBAR_ALWAYS,
                JScrollPaneConstants.HORIZONTAL_SCROLLBAR_AS_NEEDED
            scrollPane.getViewport().add(jp);
            setContentPane(scrollPane);
            pack();
            if (getHeight() > MAX_HEIGHT) {
                setSize(getWidth(),MAX_HEIGHT);
    }

    When you have changed the content, call getRootPane().validate(); instead of pack(), as in this slightly modified version of your sample program:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class MyFrame extends JFrame implements ActionListener {
        private static final int MAX_HEIGHT = 100;
        public MyFrame() {
            super();
            refresh(true);
        public static void main(String[] args) {
            MyFrame myFrame = new MyFrame();
            myFrame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            myFrame.setVisible(true);
        private void refresh(boolean pack) {
            JPanel jp = new JPanel();
            jp.setLayout(new BoxLayout(jp,BoxLayout.Y_AXIS));
            JButton refreshButton = new JButton("Refresh");
            refreshButton.setActionCommand("refresh");
            refreshButton.addActionListener(this);
            jp.add(refreshButton);
            jp.add(new JLabel("Hello"));
            jp.add(new JLabel("There"));
            jp.add(new JLabel("Why"));
            jp.add(new JLabel("Doesn't"));
            jp.add(new JLabel("Refresh"));
            jp.add(new JLabel("Work"));
            JScrollPane scrollPane = new JScrollPane(
                ScrollPaneConstants.VERTICAL_SCROLLBAR_ALWAYS,
                ScrollPaneConstants.HORIZONTAL_SCROLLBAR_AS_NEEDED
            scrollPane.getViewport().add(jp);
            setContentPane(scrollPane);
            if (pack) {
                pack();
            else {
                getRootPane().validate();
            if (getHeight() > MAX_HEIGHT) {
                setSize(getWidth(),MAX_HEIGHT);
        public void actionPerformed(ActionEvent ae) {
            refresh(false);
    }

  • ITunes 11 scroll bar trouble

    Hi folks,
    this concerns iTunes 11.1.3 for Mac: when in the iTunes store to view my purchased items, I cannot use the left scroll bar (artist listing).  The said scroll bar is visible only when the pointer rests on an item - the moment I approach the scroll bar with the pointer in order to scroll up or down the list, it simply disappears. Does anyone know a fix for this bug?  Please, let me know.  Thanks!
    Frank M.

    You don't have to scroll with your arrow directly on the bar.  Scroll works when your arrow is positioned in this area:

  • BlackBerry Curve 8500/8520, Appworld trouble, please help.

    Right so I downloaded Appworld and I just got my Blackberry on Sunday last (the 11th of September) and I am having some trouble logging into Appworld using my BB ID it comes up with "An error has occurred. Please try again later" I have been trying solidly for two days now and tbh I am getting rather tired of it, I have checked and made painstakingly sure that my email address and password are right but they just wont work, please help, any and all help will be appreciated!
    Pierrot

    This might sound silly but this is what to do!! The same thing happened to me! Go to ur time and date settings and make sure they at set to automatic and not manual and that's it believe it or not. Let me know if it works also once u've done it take ur battery out and put it in again to reboot it

  • # sign in address bar is messing with my spry nav bar. Please help

    Hi everyone,
    I'm using DWCS3 on a Mac book OS X Leopard 10.5 and I have set up MAMP aswell.
    I've got a really simple information site and I'm using Spry navigation bars, all the links work fine in MAMP for all of my buttons except on one page.
    When I try to press the buttons on the navigation bar, in the address bar a hash sign will appear next to the address for the page;
    e.g.   ../innocent/case.html (without pressing buttons in nav bar)
             ../innocent/case.html# (after pressing button in nav bar)
    This stops the nav bar performing on that particular page and you can not navigate the site.
    MAMP is using Firefox as the start page, when i use the preview in browser facility in DWCS3 I have the same problem with Firefox, however the problem does not seem to be occuring in Safari or Opera.
    I created my page from a template and have checked the links are O.K. I don't undrestand why it works on all the other pages except for one.
    Could somebody please help me out?

    When I try to press the buttons on the navigation bar, in the address bar a hash sign will appear next to the address for the page;
    e.g.   ../innocent/case.html (without pressing buttons in nav bar)
             ../innocent/case.html# (after pressing button in nav bar)
    This usually occurs when the link is as follows
    <a href="#">my link</a>
    But without seeing your code for case.html it is very hard to judge,
    I hope this helps.
    Ben

  • The Firefox on my phone wont sync properly even when I click sync the tabs wont sync even if I pull up and drop down the synced tabs bar. Please help!

    I have seen this problem has been asked about before. However not a single solution provided has worked for me. I have no restricted data or a battery app that's affected my syncing capabilities (or any program like that for that matter). I have tried the sync now button, I've hidden the synced tabs menu and dropped it back down, I've pulled down the synced tabs menu, I've started a new Firefox instance after completely shutting it down, as well as everything else that was suggested. I've used a search engine looking for a solution and have come up with nothing. I'm running Firefox on my laptop, Android phone, as well as my Android tablet. I'm using my laptop with opened tabs. The first time I synced Firefox it worked. Every time since then (I've tried like 100 times and that's not an exaggeration) it hasn't worked on either my phone or tablet. Could someone please help because I'm at my wits end and am considering going back to Chrome. For anyone who can help I sincerely thank you for your time and effort.

    Two things that were not mentioned that might lead to
    *Are you syncing active tabs on two devices?
    *Is Auto-Sync selected on the mobile device in the Account Settings?

  • IPod Nano troubles, please help

    I'll try to explain this problem to the best of my ability, this has been an ongoing problem since my sister got her iPod Nano:
    Me and my sister both got iPods for Christmas, her a Nano and myself a Video, now this isn't about me, my iPod works with my computer (thankfully), but my sister's Nano does not work with her computer. The only reason she has music is because she hooked it up to mine and got my music (a process so annoying to me it's hard to explain, and no, before it is suggested I am not going to add her music to my computer, add it to my library, hook up her Nano, give her her music, and then undo that whole process afterwards. Also I am going off to college next year and won't be able to do that all the time).
    Anyway, so the problem appears to be that Windows does not recognize her Nano. I follow the instructions exactly like I did to use my iPod, I install the newest software (iPod updater and iTunes) and then put music into iTunes and then plug in her Nano, and I get a very strange noise. If you can imagine the two noises commonly heard, two beeps, one low and one high when you plug in a piece of hardware, and one high and one low when you unplug it, think of this noise as three, very quick low beeps. I do not know what this noise means, but it appears to mean "we know you plugged something in, but we don't know what the heck to do." iTunes at this point does not automatically update the iPod, and when I go into iPod Updater, the message is "plug in an iPod to begin" (although one is plugged in).
    Originally I thought the problem was with her USB drives, although they are USB 2.0 as recommended. I called an Apple service representative (actually a few, only one giving me anything close to a reason for the problem), and upon checking the Device Manager the representative told me that "VIA" USB controllers are not compatible with the Nano. I did not find this likely, but I accepted it as the reason and she has since gone without an updated music selection in her Nano.
    Recently my sister purchased a PCI USB card to put into her computer, which I installed (with difficulty, hard to find the drivers). We again tried to use the Nano with no luck. These new USB controllers are "NEC PCI to USB Open Host Controllers" also 2.0, according to the packaging.
    I have since reinstalled iTunes and iPod Updater to their most recent versions and reinstalled the USB ports twice, with no better results. Currently I am at the Device Manager and it shows it "recognizes" the iPod, under "Other Devices" (which has a yellow question mark as the icon) and the iPod tab itself also has a yellow question mark as the icon, but this yellow question mark has a smaller yellow circle with an exclamation point ("!") inside it. I attempted to use the "Add New Hardware" wizard to "install" the iPod, but at the point where it looks for drivers it says it can't find any.
    Please help, I would be greatly appreciative of any information concerning:
    -My sister's USB ports and if they are the problem
    -What the "three beeps" noise means when I plug in the Nano
    -Where I can find "drivers" (if they exist) for the Nano so the computer recognizes it
    -Any other ideas/suggestions that could be of help
    Thanks in advance! I hope someone else out there can answer my problem!

    hiya!
    -Where I can find "drivers" (if they exist) for the Nano so the computer recognizes it
    hmmm. okay, perhaps we should try giving the techniques in this MarkJones post a try:
    http://discussions.apple.com/thread.jspa?messageID=1940779&#1940779
    with regard to the USB card compatibility issue, this document might be helpful:
    iPod: Recommended FireWire and USB Cards
    love, b

  • Major Ipod Trouble, Please Help

    Lately I've been going through a lot of frustration with my ipod. I just recently bought an imac intel core duo and through data DVDs and ipod access, managed to get all of my music, which had previously been scattered between two PCs and an ipod, in one place. In order to get it onto my ipod I had to restore the ipod and then synch it with my new computer's itunes, which was successful. Everything was going smoothly until recently it started freezing inexplicably. There doesn't seem to be any rhyme or reason other than that it seems to freeze a few seconds into a song and that it's just about always happened in my car when it's plugged into my FM modulator. Every time it's happened, the music disappears when I restart it, and doesn't reappear until I've restarted it several more times. I thought perhaps that restoring the ipod didn't fully update the software and created problems after it had been synched. But just recently when I plugged it into my computer, itunes said that it couldn't be read and that I should restore it to it's factory settings, which I had just recently done, and then when I ran ipod updater on it without itunes, it said that my ipod was up to date. I would just restore it or buy a new one but I just did restore it and this ipod is only a few months old and was sent to me as a replacement when my old ipod broke. Any insight would be appreciated

    im sorry i cant seem to start a new topic PLEASE HEEEEEEEEEEEEEEEEEELLLLLLLLLLPPPPPPPPPPPPP
    all of a sudden about half an hr ago my computer froze & went all spastic. i retsarted & now ALL MY SONGS ARE GONE FROM MY IPOD!!! I HAD 10 000+ SONGS HOW DO I GET THEM BACK!?!?!??
    please tell me theres a way. when i check the ipod itself it says 0 songs 0 videos but strangely my 87 photos are still on there. also when i reconnect it to the computer it says to restore its factory settings but when i go to update/restoe it says i have 10GB left (its a 60Gb video ipod) so i think the songs are still stored there but i cant access them or something please help me!!

  • [ADF-11.1.2] Scroll bar Issues - Please file BUGs for these issues.

    Hello,
    Recently, I have started working on ADF and till now I found 2 scroll bar issues with Oracle ADF.
    1. af|inputComboboxListOfValues : Scroll bar appears on Google Chrome.
    Screenshot: http://imageshack.us/photo/my-images/829/inputcomboboxlistofvalu.jpg/
    2. Setting Table "columnStretching" brings dummy scroll bar : [ADF-11.1.2] Setting Table "columnStretching" brings dummy scroll bar
    I beleive that these two are scroll bar related Bugs but what I understand from ?messageID=9773962 that since I don't have support contract, I can't file a bug.
    I have created this thread so that responsible people can take actions accordingly.

    Shay,
    Thank you for your reply. I will take a look at your links.
    Use Case:
    Application will have different BC for different IT Assets (like Monitor, Keyboard, Servers etc), which will basically hold records for all available Assets (like Display Resolution, screen size etc for all monitor in Monitor BC).
    I want to give user; the ability to create, for e.g., the sub-class of Monitor to store more specific attribute-values in different table (which will be linked Parent BC). For e.g.: They may want to care about holding CRT and LCD Monitor records in separate new database table -- Application will ask user what all attributes/Columns they want to see for LCD which is specific to this type AND which is not present in already existing out-of-box Monitor BC/Table - e.g. - "Viewing Angle" Attribute).
    With that said, I can write code to create database table on fly (having 1-to-1 foreign key reference to parent table) but writing ADF part seems difficult. I also wanted application to automatically generate new page for newly added VO BC. E.g.: LCD-Monitor.JSPX inheriting all attributes from monitor (parent VO) in the same structure as Monitor.JSPX file is having with extra LCD-specific Attributes in separate panel tab (which again UI developers can customized it).
    Too much to expect huh !
    I am going to start building the application so If not above way, any other suggestion to achieve the requirement ?
    Edited by: Anandsagar Sah on Aug 29, 2011 9:23 PM

  • Scroll bar trouble in filmstrip mode

    In horizontal filmstrip mode (Bridge 2.1.0.100), the right end of the horizontal scroll bar is not visible. If I make the Bridge window smaller than full screen, I can drag the slider out of sight beyond the right side of the Bridge window, but not far enough to see all the files. The right side of the Bridge window appears to be otherwise normal.
    What's happening?

    Thanks again Curt,
    I seem to have fixed it. I opened the pop-out menu associated with the filmstrip button(#1)in the lower-right-hand corner of the window and re-selected Horizontal Filmstrip. That fixed the scroll bar (displayed the right edge of it). I couldn't increase the screen resolution because I was already at the native resolution for the (flat-panel) monitor. When I had the Bridge window open to less than screen size, it was very strange to drag the scroll bar outside the Bridge window where it disappeared. I could move it even though I couldn't see it.

  • Itunes Troubles, Please Help!

    I am leaving for vacation in a few days and i go to update my ipod to get some more tv shows and movies on it. When i open itunes this message appears:
    "iTunes has encountered a problem and needs to close. We are sorry for the inconvenience."
    i tried quicktime, because i know quicktime is downloaded through itunes, this message appears:
    "QuickTime failed to initialize. Error # -2095."
    I have tried everything i can think of, reinstalling itunes, uninstalling it and then installing it again, and trying to move all of my ipod files to another computer, but i would much rather stay on the same computer using the same library. Please help me, i am leaving for vacation on July 20, so i would really appriciate it if you would answer this before then if possible. If this isnt possible help later is better than nothing.
    Thanks,
    Connor

    I have tried everything i can think of, reinstalling
    itunes, uninstalling it and then installing it again,
    and trying to move all of my ipod files to another
    Did you try uninstalling and re-installing Quicktime? Or just iTunes? Use the standalone installer for Quicktime. Get it here: http://www.apple.com/quicktime/download/win.html

  • KT3 ULTRA2 Trouble, please help me

    I have a big problem with my new computer.  I have purchased a new pc. And it won´t work. The D-bracket hangs on memory test. IT won´t lighten the monitor and if i press reset it will beep three long beeps.
    I have got a new motherbord because the first was broken and i have tested another memory and that didn´t help. And my memory works in another computer. I have tested the harddrive and the graphic card and they work too. I have tested with my other power supply too but same problem and that is a 300W power supply. But i haven´t tested the CPU because i don´t have another computer to test it in.
    Whats wrong the motherboard again? or the CPU? Please help me!!!!
    HARDWARE:
    Aopen 250W Power supply AMD OK
    MSI KT3 Ultra2
    AMD XP 1700+
    2000+ Aproved CPU FAN
    G-Force 3 Ti 200
    256 MB DDR 333Mhz
    40 Gb Maxtor HD
    Floppy
    Sony Cdrom

    Quote
    Originally posted by wonkanoby
    get a descent psu with 180 or better still over 200 watts 3.3 and 5v combined ,read sticky ,but it not likley to boot with that psu at all
    cooler clip and step face psu?
    thats BS
    sorry but i have the same problem as this guy
    on a cold boot i get the beeps and i gotta turn off the PSU from the back and turn it back on to get it too boot
    i upgraded to enermax 350W PS, and it still does this
    kt3ultra 2
    duron 1200
    radeon 1 ddr 32 meg
    samsung 256 meg 2100
    enermax 350W

Maybe you are looking for