How do I create an on the go playlist on my touch screen nano

I don't have a computer at the moment and would like to create an on the go playlist. On my old nano I could do this by pressing the centre button. On my new nano touch screen I just can't seem to do it! Any help please.

According to the iPod's User Guide, the iPod does not support them as they are not listed anywhere.
http://manuals.info.apple.com/en_US/iPod_nano_6thgen_User_Guide.pdf
B-rock

Similar Messages

  • How do I create folders for the apps on my iPod touch?

    I recently updated to os 4.1 for my 2nd gen iPod touch but didn't get any of those
    Folders (social, music , etc) Is it because I didn't upgrade to 4.0 before upgrading
    to 4.1? Can anyone tell me how to create folders? Can't seem to find any answers
    anywhere. TIA!

    the 2nd gen Touch does not support all features of iOS 4.x.
    JGG

  • How can I create cursors within the cursor?

    How can I create cursors within the cursor?
    Table1 2001 - 2007 data
    Account_no
    Account_eff_dt
    No_account_holder
    Num
    Seq_Num
    Value1
    Value2
    Table2_Historical (doesn't have Num as a field) 1990 - 2000 data
    Account_no
    Account_eff_dt
    No_account_holder
    Seq_Num
    Value1
    Value2
    Table3_06
    Account_no
    Account_eff_dt
    No_account_holder
    Num
    My result table should be:
    Table_result_06
    Account_no
    Account_eff_dt
    No_account_holder
    Num
    Value1_min (the minimum value for the minimum of record_sequence)
    Value2_max (the maximum value for the maximum of record_sequence)
    I have to get data from Table1 and Table2_Historical. If one account was open in 1998 and is still effective, the minimum value of that account is in the Table2_Historical.
    Let's say I open a cursor:
    cursor_first is
    select * from table3_06;
    open csr_first
    loop
    fetch cursor_first into
    v_Account_no
    v_Account_eff_dt
    v_No_account_holder
    v_Num
    EXIT WHEN csr_first%NOTFOUND;
    How can I open a second cursor from here that will get the Seq_Num from Table1
    csr_second
    select Seq_Num from Table1 where
    v_Account_no = Account_no
    v_Account_eff_dt <= Account_eff_dt
    v_No_account_holder=No_account_holder
    v_Num = Num
    How does it works???
    Thanks a lot

    Thanks so much for replying back. Here is what I am trying to do.
    I have to create a table for each year 2002, 2003, 2004, 2005, 2006 that has all the account numbers that are active each year plus some other characteristics.
    Let’s say I will create Table_result_06. This table will have the following fields. The account number, account effective date, Number of the account holder and the field Num (The primary key is a combination of all 4 fields), the beginning look of value 1 in 2006, the last look of value 1 in 2006.
    Table_result_06
    Account_no key
    Account_eff_dt key
    No_account_holder key
    Num key
    Value1_min (the minimum value for the minimum of record_sequence)
    Value2_max (the maximum value for the maximum of record_sequence)
    All the active account numbers with the Account_eff_dt, No_account_holder and Num are in the Table3. As such I can build a query that connects Table3 with table Table1 on all 4 fileds, Account_no, Account_eff_dt, No_account_holder, Num and find the Value1_min for the min of req_sequence in 2006 and Value1_max for the max of req_sequence in 2006. Here my problem starts.
    Table 1 doesn’t have a new entry if nothing has changed in the account. So if this account was open in 1993 and nothing has changed I don’t have an entry in 2006 but this doesn’t mean that this account doesn’t exist in 2006. So to find the minimum value I have to go back in 1993 and find the max and min for that year and that will be max and min in 2006 as well.
    As such I have to go to Table_2 historical and search for min and max. But this table doesn’t have the field NUM and if I match only on the Account_no, Account_eff_dt and No_account_holder I don’t get a unique record.
    So how can I connect all three tables, Table 1 for max and min, if it doesn’t find anything will go to table 2 find the two values and populate Table_result_06.
    Thanks so much again for your hep,

  • How do I create in Illustrator the same effect of 'color burn' in Photoshop?

    How do I create in Illustrator the same effect of 'color burn' in Photoshop? I am trying to create a rainbow effect by bleding the colors but need this in Illustrator.

    Thanks! I found it! Thats what I needed!
    Serena Finn
    303.919.5239
    [email protected]
    finndesignshop.com

  • How do I create groups in the address book?

    How do I create groups in the address book?

    Hi,
    Open Address Book > go to the File Menu and come down to New Group.
    Hope this helps.

  • How do I create a column the same size?

    How do I create a column the same size?
    I'm concatenating up to 6 cols into one col. If one of the column has a space it will shrink it (I used varchar2 and char) .
    e.g: col1= '123456', col2= ' ', col3= ' ',col4= ' 123', col5=' 51',....etc
    I want to see them as :colx= '123456', ' ', ' ',' 123',' 51'
    Thanks for your help.

    You are alomost right,:-)
    since OP said :If one of the column has a space it will shrink it (I used varchar2 and char) .
    So you should use replace function not trim function.
    test >  select  replace(' a b c ',' ') from dual
      2  /
    REP
    abc
    test >  select trim(' a b c ') from dual;
    TRIM(
    a b c

  • Hi How do we create Methods inside the Business objects of Z

    Hi Abapers,
                        How do we create Methods inside the Business objects (z objects) and how *** an import parameter or export parameter  to be defined for the new Methods.
    Regards
    Bhaskar Rao.M

    Hi Bhaskar,
    that ´s not difficult.
    Open your Bus.Obj. in SWO1 with CHANGE/EDIT
    Click on the "Methods" header line and then use the button for "Create".
    If you want to add the method on basis of a function module, choose next in the next pop up. Then the system will offer you the ex/import parameter from the function module. So this is a really simple way.
    If you don´t have a FM, it is a little bit more difficult.
    Choose No on the quetion about a FM, fill in the next pop up  methode name (no blanks allowed).
    Dialogue is for user related method (call screen...) synchronous for methods which have to give back a result directly in to the workflow.
    After completing the screen the method will be displayed as new method at the end of method list. Now add parameters (first click on the method name, then choose parameter button, same functionality to add program to the method).
    Programm:
    Code snip:
    BEGIN_METHOD ZWFCHECKMIRO CHANGING CONTAINER.
    DATA:
          ZBELNR TYPE RBKP-BELNR,
          ZGJAHR TYPE RBKP-GJAHR,
          RESULT TYPE HRP1001-ISTAT,
          BELNR TYPE BKPF-BELNR,
          GJAHR TYPE BKPF-GJAHR,
          BUKRS TYPE BKPF-BUKRS.
    to import parameter
      SWC_GET_ELEMENT CONTAINER 'Zbelnr' ZBELNR.
      SWC_GET_ELEMENT CONTAINER 'Zgjahr' ZGJAHR.
    *(or SWC_GET_TABLE)
    here add the functionality of your method!
    to export parameter
    SWC_SET_ELEMENT CONTAINER 'Result' RESULT.
      SWC_SET_ELEMENT CONTAINER 'Belnr' BELNR.
    *(or SWC_SET_TABLE)
    !!! Important: naming convention!!! Use same writing of parameter names in
    PARAM area (button PARAMETER) and here in code.
    To use your method, change it to implemented after adding your code.
    -> Edit -> Change release status -> object type component -> into implemented
    (Sorry , have a german screen here, possibly terms are a little bit different.
    Hope this helps a little bit.!
    regards
    Dirk

  • How do I get rid of the 3d effect when opening home screen? It gives me a headache.

    How do I get rid of the 3d effect when opening home screen? It gives me a headache.

    jimginakouri wrote:
    It's more of a "zoom-in/zoom-out" every time you turn on home screen or open/close an app.
    THAT you can't change. Silly of Apple not to provide a setting to back out the animation effects either as a whole or individually.

  • How do I get rid of the contact bar on my FaceTime screen

    How do I get rid of the contact bar off my FaceTime screen. I went to add a contact and the bar comes up. Now I can't figure out how to get it off my screen. I am tapping everywhere.

    I just exit (completely) by tapping on the Home button. Of course, you can also add a contact from within Face Time by clicking on the plus sign.
    Do you see any occasion where you need to view the entire screen other than during a call?

  • HT201210 how to bypass error 1600 during the restoring of my Ipod touch 4g

    how to bypass error 1600 during the restoring of my Ipod touch 4g

    Next try;
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup. See:                                 
    iOS: How to back up                             
    - Restore to factory settings/new iOS device.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar          

  • I cannot use the bottom part of my touch screen. It would not respond to any of the touches I make. Is the screen broken or have I stuffed up my settings? I want to be able to type on my iPhone

    I cannot use the bottom part of my touch screen. It would not respond to any of the touches I make. Is the screen broken or have I stuffed up my settings? I want to be able to type on my iPhone

    Basics from the manual are restart, reset, restore from backup, restore as new.  If you've been through ALL these steps and you still have the problem, you'll need to bring the phone to Apple.

  • Is it true that the new imac has a touch screen feature?

    is it true that the new imac has a touch screen feature?

    No, it is not true. There are third-party resellers that modify iMacs to add a touch screen, but the iMac as shipped by Apple does not have a touch screen.
    Regards.

  • How can i Create Domain in the Weblogic 7.0

    hi !..........
    how can i create Domain in weblogic server 7.0 plz send the replay ASAP..
    thanks in advance
    From
    Sree

    Go to the directory:
    %BEA_HOME%\weblogic700\common\bin
    Start the batch or shell named as dmwiz.cmd / dmwiz.sh
    This should be able to launch a wizard and take you through the process.
    Thanks and regards,
    Paz

  • How do you create chapters in the iMovie version 10.0.3

    I've been unable to find how to create chapters in the new iMovie IOS since its had serveral updates from iMovie 11.
    I don't want to buy another movie creation program, but the new versions seem to have less and less movie edit/creation features.

    Hi doc - if you have installed iMovie 08, then you are entitled to download iMovie HD6 from here:
    http://support.apple.com/downloads/iMovieHD6
    Many people who are unhappy with 08 are using this instead.

  • How do I create a new Folder in Playlists on iPod ?

    I want to organize my music on my iPod(1st one)...
    How do I enter a new Folder in the Playlists on the iPod...AND...when I do that.
    How do I transfer the individual albums, now not showing under a Playlist, to the appropriate Playlist Folder?
    T hanks

    When I create a new Playlist Folder under iTunes, it appears under the iTunes Playlists as a Folder...then when I create a Playlist to go into that Folder under the iTunes Playlist, it does so as it is supposed to do.
    HOWEVER.. when I attempt to drag that Playlist Folder from the iTunes Playlists to my iPod icon it 1st lights up as 'greeen+' as I drag it...BUT THEN APPEARS ON MY iPod MUSIC LIST AS A PLAYLIST AND NOT A PLAYLIST FOLDER.
    I want to be able to organize my music on my iPod with Folders of different music from the Playlist(I select music Manually)...when first putting music from my iTunes Playlists the Folders there appeared as Playlist Folders on my iPod so I know it works, but I cannot figure out the correct procedure to do this now....

Maybe you are looking for

  • Calling SAP Transaactions in Webdynpro ABAP

    Hi All I have a requirement, i have 4 link to actions in view, and created different views for all links. I creat viewuielement container in mainview and i embed all views in that. Now I want to call sap transaction when i click perticular link to ac

  • HT204053 i want to use my itune id but i set up a2nd id by mistake how do i fix it?

    i want to use my itune id on my ipad but i set up a 2nd apple id by mistake how do i fix this?

  • Connect java to UNIX system

    Hi Frnds, I have a java application. from that i want to connect remote UNIX system and execute some commends and need to ftp some file from UNIX system to my system. Please tell me the way available in java to do this task. Please tell me the correc

  • 4th Gen w/o power adapter

    I bought a 4th generation 20GB iPod from eBay. I plugged it in and it started syncing right away, but it was slow because my old-school iBook only has USB 1.0. So, after a couple hours of syncing, I got a message saying that the iPod had no power lef

  • Black screen, no logo after home/power pressed.....Help please, ipad mini 4 days old

    Please help....recently purchased an ipad mini...last night it was charging so I know it's not flat....unplugged from outlet, and put aside....went back to it later to find it would not turn on...even after trying the home/power button reset....still