I am trying to burn a cd from my playlist but after inserting my disc I do not get (burn playlist to disc) from drop down menu

I am trying to burn a cd from my playlist but after inserting my disc I do not get( burn playlist to disc) from drop down menu?

Hollie,
Do things in the following order:
Make the playlist you are going to burn, and open it.
Have the blank CD-R handy.
Use the command File > Burn Playlist to Disc.
When it asks you to insert a blank disc, do so.

Similar Messages

  • Trying to change my phone number. screen says to choose area code from drop down menu but it is blank and won't let me go further

    I am trying to change my phone number. Screen says to choose area code & prefix from drop down menu.  Drop down is blank.  Will not let me go further

        Hello llamamama9,
    Yikes! I'm sorry to learn you are having issues with changing your mobile number. I understand how important this options is. I'm dedicated to making sure this is completed once and for all. I know some time has passed since your original post, have you changed your mobile number? If not, please visit http://vz.to/V668o0 If you are still having issues after following this guide, please feel free to reach out to us, thanks!
    MatthewS_VZW
    VZW Support
    Follow us on Twitter @VZWSUPPORT

  • I tried updating my iphone to a new verison but after the update the phone is not restarting, just the apple sign is showing up on the screen. what is the problem?

    i have tried updating my iphone to a newer version but after the update was completed the phone is not  restarting, just the apple logo is showing up on the screen. what is causing that problem?

    Re: i tried updating my iphone to a new verison but after the update the phone is not restarting, just the apple sign is showing up on the screen. what is the problem?
    I have tried the above fix and iTunes crashes giving error 27 after trying to load the iPhone firmware.
    I have booted my phone in DFU mode and this has made no difference.
    My mac is up to date.
    My iTunes is up to date.
    All i tried to do was update my ios as i have been unable to make calls or send text's all day.
    Do you have any other suggestions as my phone is no good to me now.
    Many thanks,
    Lyd_v

  • Hide Unsorted Bookmarks from Drop-down Menu

    Hello,
    Just want to know how to "Hide Unsorted Bookmarks from Drop-down Menu" ...
    thank you.

    Best would be to move all bookmarks in the Unsorted Bookmarks folder to a folder in the Bookmark Menu folder or the Bookmarks Toolbar.
    That would only leave you with the menu entry.
    Clicking the star in the location bar will bookmark the page in the "Unsorted Bookmarks" folder and the star turns yellow (blue on Mac) to show that.<br />
    Click the highlighted star a second time to open the "Edit This Bookmark" pop-up and move the bookmark to another folder or edit the name.

  • Populate a table field from selection made from drop down menu

    Hello all,
    I'm having a bit of head scratching problem that i just can't get my head around. I'm using Dreamweaver CS4
    and phpmyadmin for my site.
    I have a form that inputs a record into a table in my database.
    The form is a user picking a fantasy sports team. A user selects a player from a drop down menu.
    The players name is got from a recordset that accesses the player database, with the values coming
    from the id field and the values from the name, so a user selects a player by there name and not
    there unique id value. The code for this is as follows:
    <tr valign="baseline">
    <td nowrap="nowrap" align="right">GoalKeeper:</td>
    <td><select name="gkid_team">
    <?php
    do {
    ?>
    <option value="<?php echo $row_rs_pt_gk['gkid_gk']?>" ><?php echo $row_rs_pt_gk['gkname_gk']?></option>
    <?php
    } while ($row_rs_pt_gk = mysql_fetch_assoc($rs_pt_gk));
    ?>
    </select></td>
    What i'm trying to achieve is that when a user selects a player from the drop down menu, their price is displayed in the table cell next to the menu. The value is held in the same table of database as the names and id values. I need to do it so the page doesn't need to be refreshed so i assume i need to use some sort of javascript, php and/or maybe ajax. However with java and ajax i have very little or no experience so i'm not really sure what i'm doing. I've been on numerous forums, looked in text books and have been searching the net for hours but i can't seem to solve this problem.
    Any help or advice would really be appreciated as i just can't seem to get my head around it,
    Thanks,
    pb1uk

    can this be done??? thanks in advance annieYes.
    One way of doing it is submitting the form on change of the selected value and fetch back the query results. Have a servlet invoke the method and set the results in the request.
    Another way (not recommended) is to fetch the results corresponding to all the values in the dropdown and have it in the session. The latter solution would obviously be slow.

  • Can't select number and type of tracks from drop down menu!

    When I create an empty project you are supposed to be able to select the number and type of tracks you want from a drop down menu. This menu worked when I opened logic for the first time. In subsequent new projects this window does not drop down fully and I'm unable to make any selections!
    Can anyone help?

    Thanks for your replies.
    I tried Eriksimon's solution which worked the first time i re-opened Logic, but reverted back to how it was everytime after that!
    As you'll know when you launch Logic you get prompted to choose a template, so i slect empty project, then when the main window opens you're prompted with New Tracks drop down/pop out box. What I should get is a choice of Type - Audio, Software Instrument and External MIDI with another section underneath with Format, Input, Output etc... All i get is Number of tracks to choose and External MIDI as the only option! Even if i create the track any subsequent tracks are all External MIDI, no other options!
    When i installed Logic i left off the Jam packs as i'm short on HD space at the minute, i don't think this would be the cause but it's the only thing i've left out of the installation. If i have to re-install i will, but it took nearly 2 hours!

  • Removing genres from drop down menu in iTunes.

    How can I remove deleted genres from the drop down menu in iTunes? This is not a question on how to remove genres from iTunes interface but from the drop down menu once a genre has been removed.

    Ok, got link by pasting
    To stream music from your computer to an AirPort Express, or to stream videos and music from your computer to Apple TV, click the icon in the bottom right corner of the iTunes application (verify that you have iTunes 10.2 or later)."
    But , my iTunes, 10.5, has no such icon.

  • Linking to page in main frame from drop down menu movieclip

    I have a drop down menu movie clip on the 3rd frame with links that I want to link to pages on the main frame. I tried linking them the same way as if they were on the same main frame but I'm guessing it's not working because the drop down menu is on a sub frame of the movie clip. Any way around this?

    In AS3, _parent and _root are replaced by parent and root.  And almost always in implementing them you need to caste them as object types.  Try using...
    MovieClip(this.root).gotoAndStop("3");

  • I would like to create a web that gives users choices from drop down menu and it then calculates the results back to them and copy to me

    Hello I am a wedding planner and have decided to create new website.   I would like to have the user make choices of different items and have it calculate so that they can print it off.  Like an estimate of what costs would be to plan a wedding .  I will be giving them different selections to choose from  in drop down or radio selections .
    I was thinking much like a shopping cart but that seems too involved is there a simpler way.   Thank you for any help.

    Just based on your question I can tell that you're probably not experienced enough to develop something like a shopping cart. Hiring a web developer is the way to go, as previously said.

  • How can I delete old email addresses from the "From" drop down menu when sending emails?

    I have some old email addresses, I think may be aliases that show up in the drop down box  in the "From" in email messages that I send.
    They don't show up anywhere in the Preferences/Accounts panel at all.
    Very perplexed at this one.

    From the Mail menubar, click Window and select Previous recipients. In there you can delete old email contacts.

  • Send to bluetooth from drop down menu

    Hey guys, I was wondering if anyone knew of a way that i could add an option to send file via bluetooth in the "right click" contextual menu in finder. In other words... if i have a file highlighted in a finder window.. i would like a way to right click and send to my bluetooth phone, rather than having to open the "send file" and browse to it again.
    Thanks,
    Mike

    http://www.macworld.com/weblogs/macgems/2005/06/moveitemsx/index.php
    Or, a keyboard shortcut if you prefer: Highlight file in Finder and press Apple-Shift-B
    Or, from the Finder menu choose "Services > Send file to Bluetooth device..."
    Jools

  • Must select name from Drop Down menu

    I have a form that has two drop down menus. One of the menus
    asks the user to "Select A Name" from the lst. What is happening is
    that the user simply ignores the list and goes to the next field.
    Is there any way to require that the user slect a name, and not
    simply have the default title "SELECT A NAME" appear in the
    completed form response?
    Any help would be appreciated.
    Ted Miller

    Hi Ted -
    You didn't state which type of server-side scripting is
    available to you in
    order to process your forms; however, if your host supports
    PHP, have a read
    through my article. It explains the validation of what you're
    looking for,
    and even provides free code at the end:
    http://www.avenuedesigners.com/blog/articles.php?ref=30
    Feel free to leave a comment on it.
    Shane H
    [email protected]
    http://www.avenuedesigners.com
    =============================================
    Proud GAWDS Member
    http://www.gawds.org/showmember.php?memberid=1495
    Delivering accessible websites to all ...
    =============================================
    "imaging" <[email protected]> wrote in
    message
    news:e98902$krs$[email protected]..
    >I have a form that has two drop down menus. One of the
    menus asks the user
    >to
    > "Select A Name" from the lst. What is happening is that
    the user simply
    > ignores
    > the list and goes to the next field. Is there any way to
    require that the
    > user
    > slect a name, and not simply have the default title
    "SELECT A NAME" appear
    > in
    > the completed form response?
    >
    > Any help would be appreciated.
    >
    > Ted Miller
    >

  • Save As missing from drop down menu.

    I don't have the Save As option in my file dropdown menu. I would like to save pages documents as word, I am unable to check that box its grayed out. if anyone can let me know how to resolve this issue I would greatly appreciate it. It only has a Save option and that does not allow me to save as word.

    Before "saving" as Word I advise you to save the document in its native format, .pages. The conversion the Word isn't perfect. Then to get a Word document you have to Export to Word, either from the File menu or from the Share menu in Pages.

  • Trying to reinstall cs4 on my old G5.  doesnt recognize previous version when I select it from drop down menu and put in serial #

    I'm trying to reinstall CS4 on my G5, but when I put in the serial number it doesn't recognize it.  I installed Creative suite premium without trouble but can't get beyond that. My G5 isn't an Intel processor so cant go out and buy new software.  I have discs and sn #'s.

    Piper and me it looks like you have a full version of Photoshop CS4 registered under this account.  Have you tried downloading a fresh copy of the installation files from Download CS4 products?  If so is there any event which occurred on this Mac which is leading you to need to reinstall Photoshop CS4?

  • Facebook/Twitter missing from drop down menu.

    For some reason my Facebook/twitter "quick" posts from the notification center pull down are not there and I have spent hours trying to figure it out... Any suggestions??

    whats up. had he same problem before. to get them back just go to settings, notifications, and go to share widget and swipe to on.

Maybe you are looking for