Burning cd button not showing

I have been trying to burn a cd but the burn cd button in the upper right corner of itunes is not showing up. I know that it is supposed to change from browse to burn cd when I select a playlist but it is not working. The button only changes to burn cd when I select my "purchased music" playlist. Any suggestions?

Try closing iTUnes and deleting the hidden pref files
http://discussions.apple.com/message.jspa?messageID=607357
Once deleted, when you open itunes again you will go thru a setup wizard

Similar Messages

  • "record enable" buttons not showing up in Garage Band 10.0.3 (I have selected "show record enable"- a space in the track header opens up, but the button is not present.  Same with "input moniter".

    "record enable" buttons not showing up in Garage Band 10.0.3 (I have selected "show record enable"- a space in the track header opens up, but the button is not present.  Same with "input monitor".

    Look at all the posts in the forum from users with similar problems, it happened with the last Logic update.

  • Why isn't the edit button not showing in my ESX24 sampler?

    why isn't the edit button not showing in my ESX24 sampler?

    Is that during installation when you see the two icons.. the one on the left looking like a Garageband guitar icon, the one on the right like the Logic Pro platimum record icon?
    Yes.. that one.. with the choice to click on which option you want/are coming from...
    p.s. I'll probably aquire a Mac Mini this fall then upgrade.... I mean repurchase!
    I think I managed to grab one of the last of the 2011 refurb'ed MMS's.... at that super low price Apple were selling them for... before they bumped it up and now, they seem to have none left at all at any price
    However, just in case, I have found this site really useful at keeping track of Apple's refurb stock... and pricing
    http://www.refurb.me/us/

  • TS2972 why is the import button not showing at the button right hand corner of iTunes?

    why is the import button not showing at the bottom right hand corner of my ITunes page.  I am trying to transfer files from my home share library onto a new computers library.

    See if it isn't hidden under the View menu. iTunes- Turning on iTunes menus in Windows 8 and 7.

  • Folio Overlay Buttons not showing up on Panels after DPS Tool update

    Folio Overlay Buttons not showing up on Panels after DPS Tool update

    You're going to have to do much better as far as describing the problem. A screenshot would be a good start.
    Bob

  • [svn:osmf:] 13455: WebPlayer: Fixing full screen button not showing.

    Revision: 13455
    Revision: 13455
    Author:   [email protected]
    Date:     2010-01-12 10:59:01 -0800 (Tue, 12 Jan 2010)
    Log Message:
    WebPlayer: Fixing full screen button not showing.
    Modified Paths:
        osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/controlbar/widgets/FullScreenEnterButto n.as
        osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/controlbar/widgets/FullScreenLeaveButto n.as

    I am not sure what's happening with IE9 (no live site) but I had real problems viewing your code in Live View - until I removed the HTML comment marked below. Basically your site was viewable in Design View but as soon a I hit Live view, it disappeared - much like IE9. See if removing the comment solves your issue.
    <style type="text/css">
    <!-- /*Remove this */
    body {
        margin: 0;
        padding: 0;
        color: #000;
        background:url(Images/websitebackgroundhomee.jpg) repeat scroll 0 0;
        font-family: David;
        font-size: 15px;
        height:100%;

  • HTML Snippet customized paypal buttons not showing correctly when published

    Hi, My customized paypal buttons that i but on my iweb site using html snippets are not displaying correctly. They work in Opera but not in firefox or safari. Please take a look and tell me what you think might be wrong. (all the links are working it's just not showing the graphics correctly (apart from in Opera)
    http://www.alisonbrent.com/ShopTableLamps.html
    Also I've just noticed that when i return to my iweb application (after closing in down) the Html snippets aren't there anymore just an outline, just like they appear in safari?
    Many thanks,
    Ali
    P.S

    Bonjour
    You inserted an image inside the ShopTable_Lampsfiles folder but it's is deleted every time you publish your page
    1) Create an new folder named Paypal in your root folder:
    FTP: With a FTP software (like Cyberduck) create a new folder in your server root folder
    MobileMe: just make an new folder inside the Folder Sites (iDisk > Web > Sites)
    Name this Folder "paypal"
    2) insert your image "addtocartbutton.png" inside this paypal folder
    Get the new URL of your image , something like
    http://www.alisonbrent.com/paypal/addtocartbutton.png
    3) Paste this URL in your codes, replace
    src="http://www.alisonbrent.com/ShopTable_Lampsfiles/addtocartbutton.png"
    by
    src="http://the/new/URL/of/addtocartbutton.png"

  • Buttons not showing up in all browsers.

    I created a site in Dreamweaver which incorporates a Flash swf on the first page of the site. There is just one nav (Enter) button near the bottom of the page. When viewing on Safari and Firefox the button shows up and functions. When viewing in Opera or IE the Flash swf plays but the button does not show up. Here's a link to the site: http://www.BlueMonkeyMusic.com. Any help would be very appreciated. Thanks.
    Mac: Imac Intel Core 2 Duo, Mac OS 10.5.8

    In addition yoru code is a mess.  In that last div, below the flash, we find lots of extraneious code:
    <a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('enterbutton','','assets/buttons/enter_button_f2.gif',1)"> </a>
    <a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('enterbutton','','assets/buttons/enter_button.gif',1)"></a>
    <a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('enterbutton','','assets/buttons/enter_button_f2.gif',1)"></a>
    <a href="home.html" target="_self" onmouseover="MM_swapImage('enterbutton01','','assets/buttons/enter_button_f2.gif',1)" onmouseout="MM_swapImgRestore()"></a>
    <a href="home.html" target="_self" onmouseover="MM_swapImage('enter','','assets/buttons/enter_over.gif',1)" onmouseout="MM_swapImgRestore()"><img src="assets/buttons/enter_up.gif" name="enter" width="100" height="35" border="0" id="enter" onclick="MM_swapImgRestore()" /></a>
    Replace all that with:
    <a href="home.html" onmouseover="MM_swapImage('enterbutton01','','assets/buttons/enter_button_f2.gif',1)" onmouseout="MM_swapImgRestore()"><img src="assets/buttons/enter_up.gif" name="enter" width="100" height="35" border="0" id="enter"  /></a>
    That said, I absolutely agree with Murray that you should lose this page entirely.
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • Add-ons are not loading, JS popus are not showing up after click, firebug button not showing

    Hello,
    I was using Firefox 8, and then today i noticed that non of the JS scripts are working, the Add-on are not showing after a click, The Firebug button at the top right is missing,
    Thinking if I upgrade to 9 it will solve my problems, but it did not. How can I correct this? Am I missing something?

    Perform the suggestions mentioned in the following articles:
    * Update Firefox to latest version 10 -> [[Installing Firefox on Mac]]
    * [[Add-ons are disabled after updating Firefox#w_check-for-new-versions-of-your-add-ons|Update Add-ons]]
    * [https://support.mozilla.com/en-US/kb/Template:clearCookiesCache/ Clear Cookies & Cache]
    * 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.)'''
    Check and tell if its working.

  • Image Buttons Not Showing Up

    Can someone help me out. My image buttons are not showing up until after I mouse over them. Any help or responses is appreciated.
    import java.awt.*;
    import java.awt.event.*;
    import java.applet.*;
    import java.util.Vector;
    import java.lang.Math;
    import javax.swing.*;
    public class PokerApp extends JApplet
    implements MouseListener, MouseMotionListener, ActionListener, ItemListener
    // -------------- Global Variables ------------------------
    int width, height;
    int mx, my; // the mouse coordinates
    Color bgc = Color.lightGray;
    Color fgc = Color.black;
    Checkbox players[] = new Checkbox[10];
    CheckboxGroup cbg;
    Image img;
    public void init() {
    width = getSize().width;
    height = getSize().height;
    setBackground(bgc);
    setForeground(fgc);
    String s1;
    boolean sel;
    JButton jb;
    Container contentPane = getContentPane();
    contentPane.setLayout(null);
    ImageIcon iic[] = new ImageIcon[13];
    cbg = new CheckboxGroup();
    for (int i=0; i<9; ++i) {
    s1 = Integer.toString(i+2);
    sel = (i == 7);
    players[i] = new Checkbox(s1, cbg, sel);
    players.setBackground(bgc);
    players[i].setForeground(fgc);
    players[i].setName(s1);
    // setBounds (x=hor, y=ver, wid, hgt)
    players[i].setBounds(80 + i*30, 5, 30, 20);
    contentPane.add(players[i]);
    players[i].addItemListener(this);
    for (int i=0; i<13; ++i) {
    img = getImage(getDocumentBase(), "images/v" + (i+1) + ".jpg");
    iic[i] = new ImageIcon(img);
    jb = new JButton(iic[i]);
    jb.addActionListener(this);
    jb.setBounds(i*30, 30, 30, 30);
    contentPane.add(jb);
    img = getImage(getDocumentBase(), "images/v2.jpg");
    ImageIcon tmp = new ImageIcon(img);
    jb = new JButton(tmp);
    jb.addActionListener(this);
    jb.setBounds(200, 200, 30, 30);
    jb.setVisible(true);
    contentPane.add(jb);
    jb.validate();
    addMouseListener( this );
    addMouseMotionListener( this );
    public void start() {
    // start or resume exectuion
    public void stop() {
    // suspends execution
    public void destroy() {
    // perform shutdown activites
    public void paint( Graphics g) {
    width = getSize().width;
    height = getSize().height;
    Font font1 = new Font("Ariel", Font.PLAIN, 11);
    g.setFont(font1);
    g.setColor( Color.red );
    g.drawRect(0, 0, (width - 1), 30);
    g.drawString( "Beginning", 5, 12);
    g.drawString( "# of Players", 5, 24);
    public void mouseEntered( MouseEvent me ) { }
    public void mouseExited( MouseEvent me ) { }
    public void mousePressed( MouseEvent me ) { }
    public void mouseReleased( MouseEvent me ) { }
    public void mouseClicked( MouseEvent me ) { }
    public void mouseDragged( MouseEvent e ) { }
    public void mouseMoved( MouseEvent e ) { }
    public void actionPerformed (ActionEvent ae) { }
    public void itemStateChanged(ItemEvent ie) { }

    The part you are missing is a call to super.paint in your paint method
        public void paint( Graphics g) {
            super.paint(g);
            ...This tells the component (the JApplet) to do its default rendering before it does the custom rendering in the paint method. So the component will render your buttons before it does the rest of the paint code.
    I also added an image loading method to your applet:
    //  <applet code="PA" width="400" height="400"></applet>
    import java.awt.*;
    import java.awt.event.*;
    import java.net.*;
    import java.util.Vector;
    import java.lang.Math;
    import javax.swing.*;
    public class PA extends JApplet implements MouseListener, MouseMotionListener,
                                               ActionListener, ItemListener
        // -------------- Global Variables ------------------------
        int width, height;
        int mx, my;                             // the mouse coordinates
        Color bgc = Color.lightGray;
        Color fgc = Color.black;
        Checkbox players[] = new Checkbox[10];
        CheckboxGroup cbg;
    //    Image img;
        Font font1;
        public void init() {
            // only need to create a font one time, not with every paint call
            font1 = new Font("Ariel", Font.PLAIN, 11);
            width = getSize().width;
            height = getSize().height;
            setBackground(bgc);
            setForeground(fgc);
            String s1;
            boolean sel;
            JButton jb;
            Container contentPane = getContentPane();
            contentPane.setLayout(null);
    //        ImageIcon iic[] = new ImageIcon[13];
            cbg = new CheckboxGroup();
            for (int i=0; i<9; ++i) {
                s1 = Integer.toString(i+2);
                sel = (i == 7);
                players[i] = new Checkbox(s1, cbg, sel);
                players.setBackground(bgc);
    players[i].setForeground(fgc);
    players[i].setName(s1);
    // setBounds (x=hor, y=ver, wid, hgt)
    players[i].setBounds(80 + i*30, 5, 30, 20);
    contentPane.add(players[i]);
    players[i].addItemListener(this);
    Image[] images = loadImages();
    for(int j = 0; j < images.length; j++)
    ImageIcon icon = new ImageIcon(images[j]);
    JButton b = new JButton(icon);
    b.addActionListener(this);
    b.setBounds(j*30, 30, 30, 30);
    contentPane.add(b);
    Image image = getImage(getDocumentBase(), "images/v2.jpg");
    ImageIcon tmp = new ImageIcon(image);
    jb = new JButton(tmp);
    jb.addActionListener(this);
    jb.setBounds(200, 200, 30, 30);
    jb.setVisible(true);
    contentPane.add(jb);
    // jb.validate();
    addMouseListener( this );
    addMouseMotionListener( this );
    private Image[] loadImages()
    MediaTracker tracker = new MediaTracker(this);
    Image[] images = new Image[13];
    for (int j = 0; j < images.length; j++) {
    images[j] = getImage(getDocumentBase(), "images/v" + (j + 1) + ".jpg");
    tracker.addImage(images[j], 0);
    try
    tracker.waitForAll();
    catch(InterruptedException ie)
    System.err.println("tracker interrupt: " + ie.getMessage());
    return images;
    public void start() {
    // start or resume exectuion
    public void stop() {
    // suspends execution
    public void destroy() {
    // perform shutdown activites
    public void paint( Graphics g) {
    super.paint(g);
    width = getSize().width;
    height = getSize().height;
    g.setFont(font1);
    g.setColor( Color.red );
    g.drawRect(0, 0, (width - 1), 30);
    g.drawString( "Beginning", 5, 12);
    g.drawString( "# of Players", 5, 24);
    public void mouseEntered( MouseEvent me ) { }
    public void mouseExited( MouseEvent me ) { }
    public void mousePressed( MouseEvent me ) { }
    public void mouseReleased( MouseEvent me ) { }
    public void mouseClicked( MouseEvent me ) { }
    public void mouseDragged( MouseEvent e ) { }
    public void mouseMoved( MouseEvent e ) { }
    public void actionPerformed (ActionEvent ae) { }
    public void itemStateChanged(ItemEvent ie) { }

  • Buttons not showing up after graphics card update

    I updated my Nvidia GeForce 460 to version 347.88. I also had a Firefox update on March 13, 2015. Now my Back, Reload, Bookmark, Home, Hello, and Menu buttons will not show up. My tabs are blocked out, and I don't have an New Tab nor Exit button on them. My Exit button for Firefox is about half normal, can still see the Min/Max and other half of the Exit button, but it seems shaded.

    '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]''' {web link}
    While you are in safe mode;
    Type '''about:preferences#advanced'''<Enter> in the address bar.
    Under '''Advanced,''' Select '''General.'''
    Look for and turn off '''Use Hardware Acceleration'''.
    Poke around safe web sites. Are there any problems?
    Separate Issue;
    Your System Details shows;
    Installed Plug-ins
    Shockwave Flash 17.0 r0
    Shockwave Flash 16.0 r0
    Having more than one version of a program may cause issues.
    Grab the uninstaller from here:
    '''[http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html Uninstall Flash Player | Windows]'''
    '''[http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-mac-os.html Uninstall Flash Player | Mac]'''
    Then reinstall the latest version.
    Flash Player '''Version 17.0.0.134<br>https://www.adobe.com/products/flashplayer/distribution3.html'''

  • Navigation buttons not showing up on Mail screen. Any suggestions?

    This issue started two days ago before which it was working normally.
    Basically, now when I click on the mail icon on the main menu, it opens up the mail screen but the navigation buttons on the top (allowing me to go to the parent folder, go to previous/next message etc.) do not show up any more.
    The top of the screen now is the To: field. I have tried to scroll up past it but its just a dark grey area.
    Any suggestions would be very helpful.
    Thanks

    I deleted your duplicate question... this is an open forum, not a direct line to Adobe support... you need to wait for someone to answer
    CC desktop lists applications as "Up to Date" when they are not
    -http://helpx.adobe.com/creative-cloud/kb/aam-lists-removed-apps-date.html
    or
    Link for Download & Install & Setup & Activation problems may help
    -Chat http://www.adobe.com/support/download-install/supportinfo/

  • Gui labels and buttons not showing...

    I am using Java to create a gui and so far I have everything working.
    But there is a section of code thats not working out and Ill post the whole file here (not very big) to let you guys see whats going on. The issue lies in the action listner where I state "if a text feild is empty, display the option pane, else show the following" and its not showing the labels and buttons.
    Help?
    package student.information.search;
    import javax.swing.JFrame;
    import java.awt.GridBagLayout;
    import javax.swing.WindowConstants;
    import java.awt.Rectangle;
    import javax.swing.JLabel;
    import javax.swing.JOptionPane;
    import javax.swing.JPanel;
    import java.awt.ActiveEvent;
    import java.awt.Frame;
    import java.awt.GridBagConstraints;
    import java.awt.Insets;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import javax.swing.JTextField;
    import javax.swing.JButton;
    import student.information.readonly.ReadOnlyStudentForm;
    public class StudentSearch extends Frame implements ActionListener
       JTextField textField = new JTextField();
       JFrame frame = new JFrame();
       JPanel contentPane = (JPanel) frame.getContentPane();
       GridBagLayout gridBagLayout = new GridBagLayout();
        public StudentSearch()
            gridBagLayout.columnWidths = new int[]{20, 0, 12, 137, 17};
            gridBagLayout.rowHeights = new int[]{26, 0, 6, 0, 20};
            gridBagLayout.columnWeights = new double[]{1, 0, 0, 0, 0};
            gridBagLayout.rowWeights = new double[]{0, 0, 0, 0, 1};
            contentPane.setLayout(gridBagLayout);
            JButton button = new JButton();
            button.setText("Search");
            button.addActionListener(this);
            contentPane.add(button, new GridBagConstraints(3, 3, 1, 1, 0.0, 0.0, 13, 0, new Insets(0, 0, 0, 0), 0, 0));
            textField.setColumns(8);
            contentPane.add(textField, new GridBagConstraints(3, 1, 1, 1, 0.0, 0.0, 768, 2, new Insets(0, 0, 0, 0), 0, 0));
            JLabel label = new JLabel();
            label.setText("Student Seach");
            contentPane.add(label, new GridBagConstraints(1, 1, 1, 1, 0.0, 0.0, 256, 0, new Insets(0, 0, 0, 0), 0, 0));
            frame.setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE);
            frame.setTitle("Student Search");
            frame.setBounds(new Rectangle(500, 0, 500, 320));
            frame.setVisible(true);
       public void actionPerformed( ActionEvent arg0)
            if (textField.getText().equals(""))
              JOptionPane.showConfirmDialog(null, "Please enter a value in the search feild", "Error", JOptionPane.OK_CANCEL_OPTION); 
            else
               //Show the text fields here and the user information. 
                 *  While there are students for this search, change the text fields to Name, Last Name and ID and have a button called
                 *  View that when clicked allows for you to view all that students information.
                JLabel firstName = new JLabel();
                firstName.setText("Label");
                contentPane.add(firstName, new GridBagConstraints(5, 5, 1, 1, 0.0, 0.0, 768, 0, new Insets(0, 0, 0, 0), 0, 0));
                JLabel lastName = new JLabel();
                lastName.setText("Label");
                contentPane.add(lastName, new GridBagConstraints(3, 5, 1, 1, 0.0, 0.0, 256, 0, new Insets(0, 0, 0, 0), 0, 0));
                JLabel studentID = new JLabel();
                studentID.setText("Label");
                contentPane.add(studentID, new GridBagConstraints(1, 5, 1, 1, 0.0, 0.0, 256, 0, new Insets(0, 0, 0, 0), 0, 0));
                JButton viewStudentInformation = new JButton();
                viewStudentInformation.setText("Search");
                viewStudentInformation.addActionListener(new ActionListener()
                        public void actionPerformed(ActionEvent e)
                               //For viewing individual student information
                                new ReadOnlyStudentForm();
                contentPane.add(viewStudentInformation, new GridBagConstraints(7, 3, 1, 1, 0.0, 0.0, 13, 0, new Insets(0, 0, 0, 0), 0, 0));
    }

    In general when adding or removing components for a visible GUI you need to use:
    panel.add(...);
    panel.revalidate();
    panel.repaint();

  • Lightbox buttons not showing up

    I have a page in Dreamweaver that I am using lightbox in and the next and previous buttons are not showing up, even in my previewing of the page.
    http://aesgraphics.com/portfolio.html
    Any advice will help greatly.
    Ash

    The buttons are showing up but by default they're only showing on hover.
    To show Next and Previous buttons at all times, in lightbox.css lines 14-17:
    change
    #prevLink { left: 0; float: left;}
    #nextLink { right: 0; float: right;}
    #prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
    #nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
    to
    #prevLink { left: 0; float: left; background: url(../images/prevlabel.gif) left 15% no-repeat; }
    #nextLink { right: 0; float: right; background: url(../images/nextlabel.gif) right 15% no-repeat; }
    #prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
    #nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

  • Help, advertising buttons not showing up.

    Everything has been working fine, now in the last few days the advertising buttons on the right side of my index page do not show up in windows (any version) they show up in macs and on all other pages that the templet covers, just not the index page.
    does anybody have any idea?
    (snoho.com)

    tried firefox, safari, on the macs
    and windows xp on the pc's thats all I have access to.
    works on the firefox and safari not on the wxp. unfortunatly my boss has xp and so does her boss.
    thanks

Maybe you are looking for