Unable to scroll down to the end of my playlist with i tunes

I  must say that I could not be more disappointed  with the new i tunes 11. I have been using if for four months and have had nothing but problems which, as I am a professional DJ who uses it everyday, is really bad news. Unlike the old itunes creating playlist is a laborious process. I just bought a load of tunes from the Itunes store for a podcast I have to do but, to create a playlist and drag from another playlist (i.e.purchased) seems impossible. Once one clicks on view sidebar the plalylist disappears so you have to search for every single tune. Can anyone help ? Is there a solution ? I have read the tutorials and have used I tunes for over a decade.To add, now I can't scroll down to the end of my playlists even to click on create or get to any playlist past those beginning with the  letter  S. I hope someone from Apple sees this as the old I tunes was a far better product. Creating a seperate window for playlist and drag and drop is far easier.  If I could find another application other than I tunes I would drop this like hot bricks.Apple have taken a huge leap backwards in my opinion.

Open the playlist.  Click View > Show View Options, and set "Sort By" to "Manual Order."
Then you will be able to move songs up or down your playlist by drag-n-drop.

Similar Messages

  • 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 **********
                    });

  • Unable to scroll down when image is full size in the preview frame.

    Since the recent update to Premier Elements I am unable to use the 'down button' on the slider bar to scroll down to the next image when the image is at full size. I am still able to scroll up.

    First, check all your relevant System Preferences.
    Scroll bar prefs are in Appearance, mouse behaviour is in Keyboard & Mouse, and finally check the settings in Universal Access also.
    If all those check out, are you running a 3rd-party utility that might affect mouse / scroll behaviour? Use Activity Monitor to see everything that is running on your machine.

  • I'm unable to scroll down the page using laptop touch pad.

    My FF was updated automatically. I'm unable to scroll down the page using the laptop touch pad scroll option.
    It was working fine on FF before upgrade and after upgrade on IE browser. But, in FF 9 it is not working. Any help is appreciated.

    Type '''about:config''' in the address bar and hit Enter key. When you see a warning, click '''I'll be careful, I promise!''' button
    -> In the '''Filter bar''', type '''trackpoint'''
    * right-click '''ui.trackpoint_hack.enabled''' preference, click '''Modify''' and change the value from '''-1''' to '''0''' (zero) or '''1'''
    * click OK
    -> Close '''about:config''' tab and Restart Firefox
    Check which value (0 or 1) works.
    Not related to your problem but do the following:
    -> Update Firefox to the latest version 10
    * [[Installing Firefox on Windows]]
    -> Update All your Firefox Plugins -> https://www.mozilla.org/en-US/plugincheck/
    * '''When Downloading Plugins Update setup files, Remove Checkmark from Downloading other Optional Softwares with your Plugins (e.g. Toolbars, McAfee, Google Chrome, etc.)'''

  • Any scroll down menus freek out when opened and i am unable to scroll down the screen.

    Hello, any scroll down menu,c such as where the URL goes, freeks out when I click on the URL space or the down arrow to look at my history. This happens with all these types of menus. And also I frequently am unable to scroll down my screen. Even now as I am typing the curser keeps going back up to the top of the box where I started this message. I Fully scanned my computer and my computer protection didn't find any problems so I am thinking it is Firefox

    Clear Cookies & Cache
    * https://support.mozilla.com/en-US/kb/Template:clearCookiesCache
    Clear the Network Cache
    * https://support.mozilla.com/en-US/kb/How%20to%20clear%20the%20cache#w_clear-the-cache
    Troubleshooting extensions and themes
    * https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes
    Check and tell if its working.

  • HT3597 I clicked settings general accessibility triple click and clicked voice over and zoom however now I want to get it off the setting and am unable to scroll down to undo settings  (I have an ipod 4th generation)

    I clicked settings>general> accessibility> triple click and clicked voice over and zoom however now I want to get it off the setting and am unable to scroll down to undo settings  (I have an ipod 4th generation)

    If VoiceOver is on, you scroll the screen using three fingers.

  • Too many addresses - unable to scroll down in error message

    I composed a message with a couple of hundred addresses to send on gmail. The message bounced back with an error message saying that the email could not be sent with the server. The list of addresses that could not be sent start about 1/4 of the way through the complete list that was on the original message which gives me the impression that the list was simply too long.
    I know there are instructions at the foot of the list, but I can't find a way to scroll down to the bottom of the list because it goes off the bottom of the screen. The message no longer shows in drafts or the sent file. When I do a force quit and restart the message comes up in the same format and I'm unable to do anything with it because the instructions are off-screen below.
    Any ideas on how to deal with this?
    GW

    First, check all your relevant System Preferences.
    Scroll bar prefs are in Appearance, mouse behaviour is in Keyboard & Mouse, and finally check the settings in Universal Access also.
    If all those check out, are you running a 3rd-party utility that might affect mouse / scroll behaviour? Use Activity Monitor to see everything that is running on your machine.

  • When syncing my IPAD, I am unable to scroll when in the photo ITunes window so that I can select specific albums to sync

    I am attempting to sync photos to my IPAD but am unable to scroll down my albums when I am in the ITunes device window named 'photos'. How to I scroll to see all of my albums so that I can select which albums to sync?

    I am attempting to sync photos to my IPAD but am unable to scroll down my albums when I am in the ITunes device window named 'photos'. How to I scroll to see all of my albums so that I can select which albums to sync?

  • When Sync I  my iPhone I am unable to scroll down to sharing

    When Sync I  my iPhone I am unable to scroll down to sharing

    Welcome to the Apple Community.
    Sorry, can you explain your problem a little more.

  • 8.0.2 - problem 1 - unable to scroll screen when the keyboard is present. Huge problem for emails and other cloud based providers that allow for data entry. We need a fix ASAP!

    8.0.2 - problem 1 - unable to scroll screen down or up when the keyboard is present. When typing text, I am unable to see the text I am writing due to this problem. Huge problem for emails and other cloud based providers that allow for data text entry. While the keyboard is present, I am unable to scroll down to see the text, the screen automatically scrolls back up to the top of the screen. We need a fix ASAP!

    Have you tried resetting your iPad? You will not lose any data. Reset 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 if it appears on the screen - let go of the buttons. Let the iPad start up.

  • Scrollbar doesn`t scroll data to the end of Data Block

    I have a strange problem. Datablock is a list with 15 rows and its got a scrollbar. When i scroll down to the last element it seems to work fine but when i select the last element and press the down arrow key i`m moving to the next element not listed before. Scrolling cuts off 10 last elements and to view them i must use the arrow keys. The same situation is when i`m at the end of list and want to move to the top, 10 first elements are hidden.
    Is there any solution for this problem ?

    Ok the problem was that the Data Block parameter Number Of Records Displayed was set to 25 and the real height of the list could show only 15 items.
    Solution* for my problem is to set the Data Block parameter Number Of Records Displayed to number of rows that are visible (15).

  • 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

  • I want to sign the SECOND page of a pdf document and this system won't let me scroll down past the first page!

    I want to sign the SECOND page of a pdf document and this system won't let me scroll down past the first page!

    Having the same issue, can someone please enlighten us?

  • N9 - Can not swipe down till the end of Launcher P...

    Hi,, I have already posted this problem in another discussion but could not find any solution. I have tried to mention the exact in this topics. Events Screen is Ok there are lots of notifications from Facebook, Mails and I can to the end of the Message even I swipe down this screen to many pages. Switcher Screen also can be swipe down till the end even we open many applications. Main Problem is with Launcher  Screen it has many applications that I have installed in the Phone but I can open and see only about 48 Applications ( about 2 Pages ) then If I tried to swipe down the Screen I can see extra more 4 applications but immediately the screen bounce up then not able to go to the end of the Laucher Screen Page.
    Please suggest if any body has the solution of this problem..
    Thanks in advance..

    Can't say I have noticed this problem on my N9. However, I do have a suggestion. PR1.2 comes with the option to create folders for your apps. 
    If  you longpress the homescreen you will see the option to vreate a few folder. You can then move apps to this folder. This should reduce the number of apps in the homescreen and also make it a lot tidier.

  • Yahoo Mail scrolls down to the bottom of the page every time I am in my inbox

    For the last couple of months, every time I use my Yahoo Mail account, the page automatically scrolls down to the bottom, forcing me to scroll back to the top to see my e-mail. It sounds very minor, but over time, it has become extremely irritating. I know this is a Firefox issue, because I do not experience this problem when checking my Yahoo Mail using IE or Chrome. Please let me know the fix ASAP so I don't lose my sanity.

    Open Image Capture. In the bottom left corner you will see a triangle symbol as shown below. Press this to see the view shown and here you will see the drop menu that determines what happens when you connect your iPad. In the image shown, I have set no application to open when this iPad is connected.

Maybe you are looking for

  • Send purchase order by e-mail with address of bad partner order

    I have a supplier with 3 addresses of order of which I choose 1 during the creation of the order. The creation of message NEU is done with the new partner. The sending by e-mail is done with the address of the initial partner. I do not find any note

  • I want to connect to my PC but need an upgrade?

    I want to connect my ipad2 to my pc but iTunes on y pc says I need iTunes 10.5 or more on my iPad.  How do I download iTunes 10.5 or more on my ipad2? I cannot find how to do this anywhere!

  • Using MVC - One model for each set of data, or one model for all?

    Hi there, I'm using MVC for my app, which pulls data from other sites, (news, blogs, video, twitter). Would I have a model for each set of data, or one for all that fires differint events depending on the data? Thanks in advance!

  • Importing many CD's at Once

    Can importing too many CD's cause your iMac to overheat or something else that is bad? Will it also make the songs sketchy and not as good of a quality if the iMac overheats? I ask because I imported a good 60 abums the other day one after the other.

  • Out of band - SCCM 2012 SP1

    Hello, I have tried to integrate my SCCM 2012 with the SCS 10 (I followed this tutorial : https://sccmguru.wordpress.com/2013/12/20/integrating-configuration-manager-2012-r2-with-intel-scs-9-0-part-1/ )  but I have no success to configure my peripher