How do i scroll down on the event box when downloading photos

I am trying to import photos onto my ipad from my macbook, and i want to select certain events but it is impossible to scroll down to tick the boxes?

I find myself having problems scrolling sometimes when particular website use frames, like you mentioned above. Sometimes rotating the device helps you reach a 'scrollable' section of the screen and can solve the issue. You may also try installing Google Chrome on your iPad to see if it solves your particular scrolling problem.
You otherwise may be out of luck using your iPad for school. Often times schools use Java, Flash, etc, in their websites to make it easier to streamline, but may become incompatible with a touchscreen device.

Similar Messages

  • How do you scroll down in new itunes?

    how do i scroll down i tunes. just tried to download a song n it asked me to retick terms n conditions but i cant get to end of page to do it.;

    Use two fingers on the screen to scroll.

  • How do you scroll down on Voice Over

    How do you scroll down on VoiceOver?

    hi,
    when you get to the settings option , do not tap the screen instead swiftly touch and drag the screen wiht three fingers , and you can actully go toaccesibility .
    i was crazy wiht this thing for 2 days but somehow could get an answer.
    pl try this

  • JEditorPane always scrolls down to the bottom, how can I prevent this?

    Hello, I have the following code that contains a JTable and JEditorPane in a panel. When I click on a headline on the table, I have some text showing up in the lower pane. My problem is that the lower pane (that is inside a JScrollPane) always scrolls down to the end of the text, but I want to to always point to the beginning.
    Does anyone know how to do this?
    Your help will be appreciated.
    Thanks!
    import java.awt.BorderLayout;
    import java.awt.Dimension;
    import java.awt.Point;
    import javax.swing.JEditorPane;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import javax.swing.JScrollPane;
    import javax.swing.JSplitPane;
    import javax.swing.JTable;
    import javax.swing.JViewport;
    import javax.swing.event.ListSelectionEvent;
    import javax.swing.event.ListSelectionListener;
    import javax.swing.table.DefaultTableModel;
    public class MyHTMLPaneTest {
         JFrame frame;
         JPanel panel;
         JSplitPane splitPane;
         JTable table;
         JEditorPane htmlPane;
         JPanel tablePanel;
         DefaultTableModel model;
         JViewport viewPort;
         public MyHTMLPaneTest()
              frame = new JFrame("MyCalHTMLPane Test");
              panel = new JPanel(new BorderLayout());
              splitPane = new JSplitPane();
              tablePanel = new JPanel(new BorderLayout());
              setTable();
              tablePanel.add(table.getTableHeader(), BorderLayout.NORTH);
              tablePanel.add(table, BorderLayout.CENTER);
              htmlPane = new HTMLPane();
              JScrollPane pane = new JScrollPane(htmlPane, JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED, JScrollPane.HORIZONTAL_SCROLLBAR_NEVER);
              viewPort = pane.getViewport();
              viewPort.setViewPosition(new Point(0, 0));
              splitPane = new JSplitPane(JSplitPane.VERTICAL_SPLIT, tablePanel, pane);
            panel.add(splitPane, BorderLayout.CENTER);
              frame.getContentPane().add(panel);
              frame.setSize(new Dimension(400, 300));
              frame.setVisible(true);
         public void setTable()
              String[] columnNames = {"Date","Time","Subject"};
             Object[][] data =
                  {"03/31/05", "8:20 AM EDT", "Headline 1"},
                  {"08/24/05", "8:19 AM EDT", "Headline 2"},
                  {"08/18/05", "8:18 AM EDT", "Headline 3"},
                 {"08/12/05", "8:17 AM EDT", "Headline 4"},
                 {"06/20/05", "8:16 AM EDT", "Headline 5"},
                 {"06/20/05", "8:15 AM EDT", "Headline 6"}
             model = new DefaultTableModel(data, columnNames);
             table = new JTable(model);
             table.getSelectionModel().addListSelectionListener(new ListSelectionListener()
                 public void valueChanged(ListSelectionEvent e)
                      String text = "LOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOOOOOOONG" +
                                "\nLOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOONG"+
                                "\nLOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONG"+
                                "\nSTRIIIIIIIIIIIIIIIII" +
                                "\nIIIIIIIIIIIIIIIIIIII" +
                                "\nIIIIIIIIIIIIIIIIIIIII" +
                                "\nIIIIIIIIIIIIIIIIIIIII" +
                                "\nIIIIIIIIIIIIIIIIIIIIING"+
                                "LOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOOOOOOONG" +
                                "\nLOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOONG"+
                                "\nLOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONG"+
                                "\nSTRIIIIIIIIIIIIIIIII" +
                                "\nIIIIIIIIIIIIIIIIIIII" +
                                "\nIIIIIIIIIIIIIIIIIIIII" +
                                "\nIIIIIIIIIIIIIIIIIIIII" +
                                "\nIIIIIIIIIIIIIIIIIIIIING";
                      htmlPane.setText(text);
         public static void main(String[] args) {
              MyHTMLPaneTest test = new MyHTMLPaneTest();
    }

    try setCaretPosition:
            table.getSelectionModel().addListSelectionListener(
                    new ListSelectionListener()
                        public void valueChanged(ListSelectionEvent e)
                            String text = "LOOOOOOOOOOOOOOOOOOO"
                                    + "\nOOOOOOOOOOOO"
                                    + "\nOOOOOOOOOOOOOOOO"
                                    + "\nOOOOOOOOOOOOOOOO"
                                    + "\nIIIIIIIIIIIIIIIIIIIII"
                                    + "\nIIIIIIIIIIIIIIIIIIIIING";
                            htmlPane.setText(text);
                            htmlPane.setCaretPosition(0);  // ******* here **********
                    });

  • How to create a button which scrolls down with the page automatically?

    Hello,
    I wanted to create a button which takes u back to the top of the page when pressed on, but I was wondering how to make it scroll down with the page on the right side automatically when some1 scrolls down the page.
    An example I saw was on tumblr.com
    P.S I'm a newbie, so please explain it clearly ;d.
    Thanks.

    Create a button, position it as fixed at the top right say,
    a button{
              position:fixed;
              top:50px;
              right:50px; 
    <a href="#home"><button> Button</button></a>
    The <a> is the link to take you to the top of the page
    Just be sure to set the id home on an element at the top of the page

  • My ipod touch will  not scroll down in the voice mode so i can turn it off and go back to just touching it

    my Ipod touch will not scroll down in the touch voice mode to cut it off

    See this article for information on how to disable VoiceOver.
    http://support.apple.com/kb/ht3577
    B-rock

  • How do you scroll down in dropdown menus?

    On long dropdown menus where you normally get a scroll bar. Im not seeing a scroll bar in my iPad 2. How do you scroll down in these menus?

    Use two fingers on the screen to scroll.

  • How do I scroll down compose mail screen in aol. I just increase size

    How do I scroll down in aol compose mail? I just keep enlarging screen when I try

    Hi Happybude1,
    If you can't see the scroll bars you can enable them in the General System Preferences.
    OS X Mountain Lion: Change how scroll bars work
    http://support.apple.com/kb/PH10895
    Use General Preferences to customize scroll bars in windows.
        Choose Apple menu > System Preferences, and then click General.
        Set the scrolling options. For more information about the scrolling options, click the Help button.
    Some apps let you scroll through a document in other ways, such as by dragging in the document, using arrow keys, or pressing the Space bar.
    I like to have mine set for Show scroll bars:  Always.
    Thank you for thinking of Apple Support Communities for your support needs.
    Nubz

  • # s there a better alternative or how do I scroll down faster in my bookmarks as I have many?

    Is there a better alternative or how do I scroll down faster in my bookmarks as I have many?

    FWIW, Gary Kerbaugh's 2006 post at https://discussions.apple.com/message/1542090#1542090 was particularly helpful.
    While Activity Monitor is a more helpful tool for this newbie at a local machine, I'm seeking information about running processes on a remote machine with failed Screen Sharing.  I can reach the remote machine with the Finder and with the Terminal via SSH, but I cannot reach the machine via Screen Sharing.
    Running TOP in a SSH window in the Terminal -- and scrolling through to see *all* the processes -- proved possible by running the command cited by Gary Kerbaugh
    top -l1
    (For newbies like me, that's
    lower case tee
    lower case ohh
    lower case pee
    space
    hyphen
    lower case ell
    number one)
    Many thanks, xnav and Tony.

  • Is there a better alternative or how do I scroll down faster in my bookmarks as I have many?

    #
    s there a better alternative or how do I scroll down faster in my bookmarks as I have many? edit
    # Details
    BoldItalicInsert a link...

    Hello  & welcome to the community!
    Would you please confirm if your account has Premium on your subscription page. Be sure your status says you have an active Premium subscription. 
    If you're on Premium, do a quick sign out/sign in. 
    If your subscription page says Free, please check your Spotify email receipt. Be sure you are signing in with the username on that receipt. If the username on your receipt is a 10 digit number, please sign in with your Facebook credentials.
    If you login with Facebook it might be possible you may have a duplicate account
    One account associated with a username, the other created and linked to your Facebook profile.
    If nothing here works, then please contact support here so they can help you.
    If you receive an automated email telling you to check the help section or the community, you need to reply back to it, even if it's from a no-reply address.
    Support usually answers within 24-48 hours.
    Hope this helps! ♫

  • TS2634 how do i scroll down with speak selection?

    i accedentily turned on speak selection on my ipod, and i need it off. i have been trying to scroll down but i just dont know how. i am trying to scroll down to the accesibility but i need help in figureing it out? help!!!

    Hi there,
    To scroll with VoiceOver on, swipe up or down iwht THREE FINGERS.
    To Click, double tap.
    To turn off, go to settings>accessibility>voiceover>turn off
    Hope this helps

  • In OS X's Terminal program, how do I scroll down?

    Newbie question:  in OS X's Terminal program, how do I scroll down to see more of the processes listed by "top"?
    When I run "top" and list the table of processes, I haven't figured out how to scroll down and review all the processes.  I can resize the window just fine for my monitor, and I can "q" (quit) "top" just fine.  But I've failed to figure out how to scroll down (and back up) to review the entire table.  FWIW, I *can* run the command "man top" and arrow down just fine.  But I didn't read anything in "man top" I understood to help with scrolling.
    Many thanks from a naif trying the command line.

    FWIW, Gary Kerbaugh's 2006 post at https://discussions.apple.com/message/1542090#1542090 was particularly helpful.
    While Activity Monitor is a more helpful tool for this newbie at a local machine, I'm seeking information about running processes on a remote machine with failed Screen Sharing.  I can reach the remote machine with the Finder and with the Terminal via SSH, but I cannot reach the machine via Screen Sharing.
    Running TOP in a SSH window in the Terminal -- and scrolling through to see *all* the processes -- proved possible by running the command cited by Gary Kerbaugh
    top -l1
    (For newbies like me, that's
    lower case tee
    lower case ohh
    lower case pee
    space
    hyphen
    lower case ell
    number one)
    Many thanks, xnav and Tony.

  • With Voice over turned on, can't scroll down to Accessebility to turn it off. How do you scroll down to this setting?

    I promise to not play with my grandson's iPod ever again. Now, How do I get into Settings>General>Accessibility to turn Voice over off? The scroll down feature is disabled.

    hi,
    when you get to the settings option , do not tap the screen instead swiftly touch and drag the screen wiht three fingers , and you can actully go toaccesibility .
    i was crazy wiht this thing for 2 days but somehow could get an answer.
    pl try this

  • How do i scroll down on my new ipad mini

    How do I scroll down on my ipad mini?  I have a regular ipad and several iphones - never had the problem before.  I can't see anything below the initial page view - everything below I can't get to.  Also, how do you turn off the terrible double click when typing?  That has to be the most annoying thing on the earth.

    If you have a computer with iTunes, plug your iPad using the Lightning cable into your computer. iTunes will detect it and you can sync (which tranfers data) the music on the iPad. Alternatively, you can buy music off your iPad with your Apple ID.

  • After transferring clips to Final Cut, they do not show up in the events library. They show up in the timeline of my project, though. how can I see then in the events browser?

    After importing clips to Final Cut, they do not show up in the events library. Events from 2014 show up, but not 2015.They show up in the timeline of my project, though. How can I see them in the events browser?

    TThose aren't bins. Those are just groupings based on when the content was created or any other selected parameter. Use the action popup in the toolbar tho change the setting.

Maybe you are looking for

  • HP LaserJet 1300 issues

    I was working on an iMac and needed to hook up a HJ LJ 1300. When I hooked up the printer and plugged in the USB the computer stopped responding. The mouse and keyboard were "Locked". When I unplugged the USB cable they resumed to function normally (

  • Deleting templates from Pages.

    I want to delete self created templates from Pages. I go to Application Support/iWorks'09 but all that is there are 'content' and 'frameworks' folders.   I am running on Lion 10.7.2.  Please can someone assist me.  Thanks

  • Problem with BPM

    Hi, My BPM Scenarios are working earlier. Suddenly all the  scenarios are not working.All the messages are showing sceduled. My scenarios are IDOC-Webservice-IDOC  ( Asynch-scnch scenario) File-RFC-File ( Async-synch scenario) other scenarios other t

  • HT4191 Notes are being stored as messages in Outlook.  Can this be fixed?

    Notes are being stored as messages in Outlook -- can this be fixed so they stay as notes rather than being converted to HTML message items stored in the Outlook Notes folder? I've got an iPad that syncs its notes up to the IMAP Notes folder on Exchan

  • I keep getting a message that a new version of Firefox (32.x) is available for installation, but it won't install. I have 31.0 .

    A window pops up that says a new version of Firefox is available (version 32.x). I click on install, and nothing happens. The wheel keeps spinning so I close the window. When I click on About Firefox and then click on Updates available at https://www