Please fix these errors for me...

Here is my code...
When I compiled it, it said
Exception in thread "main" java.lang.NullPointException
at java.awt.Container.addImpl(Unknown Source)
at java.awt.Container.add(Unknown Source)
at javax.swing.JFrame.addImpl(Unknown Source)
at java.awt.Container.add(Unknown Source)
at SecondsCalc.<init>(SecondsCalc.java:43)
at SecondsCalc.main(SecondsCalc.java.166)
Please fix these errore for me..Thank you!!
import javax.swing.*;
import java.awt.event.*;
import java.awt.*;
public class SecondsCalc extends JFrame
private JPanel panel;   // To reference a panel
private JLabel messageLabel1; // To reference a label for days
private JLabel messageLabel2; // To reference a label for hours
private JLabel messageLabel3; // To reference a label for minutes
private JLabel messageLabel4; // To reference a label for minutes
private JTextField daysTextField; // To reference a text field for days
private JTextField hoursTextField; // To reference a text field for hours
private JTextField minutesTextField; // To reference a text field for minutes
private JTextField secondsTextField; // To reference a text field for seconds
private JButton calcButton;  // To reference a calculate button
private JButton exitButton;  // To reference a exit button
private final int WINDOW_WIDTH = 310; // Window width
private final int WINDOW_HEIGHT = 100; // Window height
  Constructor
public SecondsCalc()
  // Set the window title.
  setTitle("Seconds Calculator");
  // Set the size of the window.
  setSize(WINDOW_WIDTH, WINDOW_HEIGHT);
  // Specify what happens when the close button is clicked.
  setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
  // Add a GridLayout manager to the content pane.
  setLayout(new GridLayout(6, 1));
  // Build the panel and add it to the frame.
  buildPanel();
  // Add the panel to the frame's content pane.
  add(panel);
  // Display the window.
  setVisible(true);
  The buildPanel method adds a label, text field, and
  add buttons to a panel.
private void buildPanel()
  // Create a label for days to display instructions.
  messageLabel1 = new JLabel("days");
  // Create a text field for days 10 characters wide.
  daysTextField = new JTextField(10);
  // Create a label for hours to display instructions.
  messageLabel2 = new JLabel("hours");
  // Create a text field for hours 10 characters wide.
  hoursTextField = new JTextField(10);
  // Create a label for minutes to display instructions.
  messageLabel3 = new JLabel("minutes");
  // Create a text field for minutes 10 characters wide.
  minutesTextField = new JTextField(10);
  // Create a label for seconds to display instructions.
  messageLabel4 = new JLabel("seconds");
  // Create a text field for seconds 10 characters wide.
  secondsTextField = new JTextField(10);
  // Create a calculate button with the caption "Calculate".
  calcButton = new JButton("Calculate");
  // Create a exit button with the caption "Exit".
  exitButton = new JButton("Exit");
  // Register the action listeners.
  calcButton.addActionListener(new CalcButtonListener());
  exitButton.addActionListener(new ExitButtonListener());
  // Create a JPanel object and let the panel
  // field reference it.
  JPanel panel1 = new JPanel();
  JPanel panel2 = new JPanel();
  JPanel panel3 = new JPanel();
  JPanel panel4 = new JPanel();
  JPanel panel5 = new JPanel();
  JPanel panel6 = new JPanel();
  // Add the label, text field, and button
  // components to the panel.
  panel1.add(messageLabel1);
  panel2.add(messageLabel2);
  panel3.add(messageLabel3);
  panel4.add(messageLabel4);
  panel1.add(daysTextField);
  panel2.add(hoursTextField);
  panel3.add(minutesTextField);
  panel4.add(secondsTextField);
  panel5.add(calcButton);
  panel6.add(exitButton);
  add(panel1);
  add(panel2);
  add(panel3);
  add(panel4);
  add(panel5);
  add(panel6);
  CalcButtonListener is an action listener class for
  the Calculate button.
private class CalcButtonListener implements ActionListener
        public void actionPerformed(ActionEvent e)
            int seconds; // The number of seconds
            int min;
            int day;
            int hour;
            long result;
            // Get the text entered by the user into the
            // text fields.
            day = Integer.parseInt(daysTextField.getText());
   hour = Integer.parseInt(hoursTextField.getText());
            min = Integer.parseInt(minutesTextField.getText());
            seconds = Integer.parseInt(secondsTextField.getText());
   //Actullly gettext method returns string and you need to convert it into int or double value using Integer.parseInt method.
            // Calculate to seconds.
   result = (day *((hour * 60 * 60) + (min * 60) +seconds));
   // Display the result.
             JOptionPane.showMessageDialog(null, result + " seconds");
  Private inner class that handles the event when
  the user clicks the Exit button.
private class ExitButtonListener implements ActionListener
  public void actionPerformed(ActionEvent e)
   System.exit(0);
public static void main(String[] args)
  SecondsCalc ac = new SecondsCalc();
}

fgb wrote:
Exception in thread "main" java.lang.NullPointException
at SecondsCalc.<init>(SecondsCalc.java:43)
at SecondsCalc.main(SecondsCalc.java.166)Something is null on line 43. What does that line do and why is it needed?That's right!!
I did not need to put line 43, which was
// Add the panel to the frame's content pane.
add(panel);
Thank you very much!!!

Similar Messages

  • Adobe, please fix these bugs/features in Muse

    So, here are a couple of really annoying things/bugs that keep happening in Muse.
    (I've been working with the software for about three weeks, latest Muse CC update, on a MBP Retina, OS X 10.9.5, NVIDIA GeForce GT 650M 1024 MB + 16 GB 1600 MHz DDR3)
    1. When I try to hit "Preview" and browse my website, the links to other pages than the initial one don't work, and you need to go back to the "Plan" and open each one of them individually, and then hit "Preview" in all of them, in order to be able to browse the entire website without getting blank pages.. Is there any way to come around this, and be able to set Muse to render ALL of the pages before previewing the website?
    2. When I try to adjust the sizes of thumbnails in a slideshow, and zoom in on guides, it's IMPOSSIBLE to make them align perfectly to ANYTHING! The thumbnails just keep moving and popping around, and they don't follow the mouse movements at all, they just make rough changes in sizes and are very hard to work with. It doesn't matter if I zoom in 800% for example, things don't move or adjust smoothly at all, like in Illustrator for example.
    3. Sometimes, it's impossible to copy a slideshow- it just freezes, even if I click down and select the thumbnail box. It seems like a bug, since the copy function comes back after I quit and restart the software, or just make a new slideshow from scratch and then delete it (seems to re-set something, I don't have a clue). The "copy" button under the "Edit" menu is simply shadowed out.. Why is that? It would be really nice to be able to alt-click-drag-and-drop these things, especially when you try to build a portfolio.. But, this is impossible for me, at the moment- the plus-sign in the green circle pops up, but it just moves the thumbnail section, it doesn't copy it..
    4. Is there ANY way to make all slideshow thumbnail sections moveable? Even if they have the option "Free Form Thumbnails" deselected? What if I need to move lots of galleries on the same page, that need to have different form options selected, for visual reasons? At the moment, I can't select all different thumbnail galleries on my page, and move them all at the same time, which is quite irritating..
    5. When I click a thumbnail in the middle or at the end of the gallery, there's a fast flash of previous images in the gallery, before the chosen image is shown fullscreen. Is there any way to get rid of this unwanted visual glitch? I just want them all to open like the very first image in the gallery, without any ghosting of previous images.. I have the horizontal swipe effect in these galleries, if that makes any difference..
    6. Is there any way to make custom adjustments to thumbnail sizes, inserting a fixed width and height? Or, save a slideshow as a template, to use the same properties in another gallery?
    7. Will it ever be possible to have different sizes of thumbnails in the same slideshow? What's the best way to make a gallery in a portfolio with artworks of different aspect ratios?
    8. Why is not my embedded Youtube videos included when I export the project like a html-file? There's only a broken link/code in the video area, at the moment.. Will this be a problem later, when I really need to upload it on my server?
    9. Is it not possible at all to import svg-files in a slideshow? Why is it possible in external widgets, but not in the built-in slideshow widget? I can place and import svg-files into the page, but not drag or import them to the slideshow itself..
    I really like Muse, but I find it very hard and irritating to work with lots of times, so please fix these issues, or tell me how to avoid them, thanks!

    A BIG THANK YOU for taking the time to share your thoughts regarding how to improve Muse. I've interspersed comments and clarifications below.
    1. When I try to hit "Preview" and browse my website, the links to other pages than the initial one don't work, and you need to go back to the "Plan" and open each one of them individually, and then hit "Preview" in all of them, in order to be able to browse the entire website without getting blank pages.. Is there any way to come around this, and be able to set Muse to render ALL of the pages before previewing the website?
    There are multiple ways to preview your work when using Muse.
    Preview Mode - When you click the Preview button at the top right to open Preview Mode Muse will generate the HTML, CSS, JavaScript, images and assets for the page in the front Design view (or the Home page, if you're not in Design view) in the Preview tab/window. If you navigate to a different page by following a hyperlink Muse will generate the code for that page and display it. This in-app preview uses the OS browser, so the display uses Safari on the Mac or IE on Windows. Since the code for each page is generated/updated when it's navigated to, navigation to a page for the first time is slow.
    Preview Page in Browser - If you select this option the code for the current page is generated and opened in your default browser. If you follow a link to another page, it will fail with a 404 file not found error, since this option only previews a single page. It's fast, but limited to one page.
    Preview Site in Browser - If you select this option the code for your entire site will be generated and your home page will be opened in your default browser. You can freely navigate between pages via hyperlinks, since the preview exported the code for all the pages of your site. This option is very convenience for previewing your full site, but is much slower for a multi-page site than Preview Page in Browser.
    Publish - If you select this option you can create a free temporary website on Adobe hosting. This is very handy when you want to view your site on multiple devices or have someone else review the site before you Publish or Upload the site to its production hosting location.
    2. When I try to adjust the sizes of thumbnails in a slideshow, and zoom in on guides, it's IMPOSSIBLE to make them align perfectly to ANYTHING! The thumbnails just keep moving and popping around, and they don't follow the mouse movements at all, they just make rough changes in sizes and are very hard to work with. It doesn't matter if I zoom in 800% for example, things don't move or adjust smoothly at all, like in Illustrator for example.
    The web is pixel based. There are (mostly) no fractional amounts. While you can zoom in, ultimately your output will be aligned (and limited to) whole pixel boundaries.
    When working with thumbnails, the ramifications of working in whole pixel based media are magnified. For example, if you're using tiled thumbnails and have an 8 wide layout the total width will have to be a multiple of 8. You can only increase all 8 by whole pixel increments.
    3. Sometimes, it's impossible to copy a slideshow- it just freezes, even if I click down and select the thumbnail box. It seems like a bug, since the copy function comes back after I quit and restart the software, or just make a new slideshow from scratch and then delete it (seems to re-set something, I don't have a clue). The "copy" button under the "Edit" menu is simply shadowed out.. Why is that? It would be really nice to be able to alt-click-drag-and-drop these things, especially when you try to build a portfolio.. But, this is impossible for me, at the moment- the plus-sign in the green circle pops up, but it just moves the thumbnail section, it doesn't copy it..
    If Muse is truly freezing, we'd need to understand more about the steps involved. What I expect you're encountering is the fact you can copy and paste an entire widget, but you cannot copy and paste the individual parts of a widget. If you select the widget cut and copy are enabled. If you click a second time to select one part of the widget, then cut and copy are disabled. Most the widgets don't support having two parts of the same type (i.e. two next buttons, two sets of thumbnails, etc.) so at least copy and paste can't currently be supported. Those are limitations we'd like to remove, but for now they are the current limitations when working with widgets.
    4. Is there ANY way to make all slideshow thumbnail sections moveable? Even if they have the option "Free Form Thumbnails" deselected? What if I need to move lots of galleries on the same page, that need to have different form options selected, for visual reasons? At the moment, I can't select all different thumbnail galleries on my page, and move them all at the same time, which is quite irritating..
    I believe you're asking to be able to simultaneously select the thumbnail sets for multiple slideshow widgets? You're correct, that's currently not supported. The selection model is limited to selecting items that are siblings in the Layers panel. You can select two slideshow widgets, but not the parts inside one widget at the same time as the parts inside another.
    5. When I click a thumbnail in the middle or at the end of the gallery, there's a fast flash of previous images in the gallery, before the chosen image is shown fullscreen. Is there any way to get rid of this unwanted visual glitch? I just want them all to open like the very first image in the gallery, without any ghosting of previous images.. I have the horizontal swipe effect in these galleries, if that makes any difference..
    Noted as a feature request. When the sliding transition was implemented the most common ask was for the current behavior, so that's what's provided. Fade provides a transition between two images without any feedback of the images that were passed over.
    6. Is there any way to make custom adjustments to thumbnail sizes, inserting a fixed width and height? Or, save a slideshow as a template, to use the same properties in another gallery?
    Given the next question is about setting each thumbnail to be a different size, I'm not sure I understand this question. You can select a thumbnail and enter height and width values in the Transform panel or Control Strip. However, all thumbnails share the same size, so all of them will be updated to the new size. Not sure that answers what you're asking?
    [edit: Zak] Regarding the second half of this question, a slideshow (or any other object or collection of objects) can be saved in the Library and used again in later projects.
    7. Will it ever be possible to have different sizes of thumbnails in the same slideshow? What's the best way to make a gallery in a portfolio with artworks of different aspect ratios?
    When "Scale to Fit" is used for the sizing of the thumbnails, they will appear with the aspect ratio of the original image sized to fit within the thumbnail container box.
    8. Why is not my embedded Youtube videos included when I export the project like a html-file? There's only a broken link/code in the video area, at the moment.. Will this be a problem later, when I really need to upload it on my server?
    Insufficient information here to be certain, but I suspect you've exported to a local folder and then opened the index.html (or other .html) file in your browser? When open a file directly in your browser "file://" protocol is used. Many/most services such as YouTube won't work on a .html page loaded using "file://" protocol. That's part of why Muse has a built-in mini-web server and the Preview, Preview Page in Browser and Preview Site in Browser features, which server up the .html files using "http://" protocol. Or you can Publish to a free temporary site on Adobe hosting.
    9. Is it not possible at all to import svg-files in a slideshow? Why is it possible in external widgets, but not in the built-in slideshow widget? I can place and import svg-files into the page, but not drag or import them to the slideshow itself..
    Correct. Support for SVG was recently added for Muse 2014.2. Support for including SVG graphics in slideshows was not part of the initial release.
    In the future, while it may seem excessive, it's much more effective to create a new thread for each different issue/concern/topic you wish to discuss. When a thread starts with a large number of different topics it often goes unanswered because no one forum member or Adobe staffer feels qualified to respond to all the questions. Or, if it does get responses, it ends up being impossible to follow the discussion because so many different topics are intermingled. Thanks.

  • Installed CS6 all but Illustrator installed correctly, I received error DF024, DW063, and DW050, how can I install Illustrator and fix these errors?

    installed CS6 all but Illustrator installed correctly, I received error DF024, DW063, and DW050, how can I install Illustrator and fix these errors?
    this is the log error file I get:
    Exit Code: 6
    Please see specific errors and warnings below for troubleshooting. For example, ERROR: DF024, DW063 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 4 error(s), 0 warning(s)
    ----------- Payload: {AAF0D225-F129-40F2-916E-12E28DBD19ED} Adobe Illustrator CS6 Core 16.0.0.0 -----------
    ERROR: DF024: Unable to preserve original file at "/Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeCrashReporter.framework/AdobeCrashReporter" (Seq 1649)
    ERROR: DW063: Command ARKDeleteFileCommand failed.(Seq 1649)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050: - Adobe Illustrator CS6 Core_AdobeIllustrator16en_USLanguagePack: Install failed
    ERROR: DW050: - Adobe Illustrator CS6 Core: Failed due to Language Pack installation failure

    hold down shift-cmd-alt while starting ai.  if done correctly, you'll see a preferences reset prompt.
    if that fails, uninstall, clean and reinstall per Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6

  • Ihave ipod 4g and my ios is 4.3.3 and i want to update or restore it to ios 5 or 6 and my itunes version is 10.6 and i am using window 7 home premium. while restoring i am getting error 3194,1600,1601,1602,1603,1604. How to fix these error.....

    ihave ipod 4g and my ios is 4.3.3 and i want to update or restore it to ios 5 or 6 and my itunes version is 10.6 and i am using window 7 home premium. while restoring i am getting error 3194,1600,1601,1602,1603,1604. How to fix these error..... can you please help me

    See the actions for those errors located here:
    iTunes: Specific update-and-restore error messages and advanced troubleshooting

  • Ios7 no call decline option when its locked battert drains fast music is not able to controlled through headset unless the music app is open  please fix these bugs

    Ios7 no call decline option when its locked battert drains fast music is not able to controlled through headset unless the music app is open  please fix these bugs

    if they are unable to update all languages in a normal time gap (it is now 6 months ago they released firmware 4.22 for the first product code (actually mine and maybe a few others)), they should not offer those many versions. the huge bug with out of memory in nokia navigator with firmware 3.58 is not fixed yet for those people. really absolutely not acceptable.
    besides that, currently my phone is in a nokia service center, microphone doesnt work anymore (the one who i call just hears a very loud noise). my brother got the same phone, his one is in nokia service center since 2 weeks now, because it doesnt charge anymore as there seems to be a connection broken inside the phone).
    well that will be fun if the phone returns (approximately 4 weeks), as I guess the phones will have new IMEIs as they will send 2 new phones and not fix the problem (would cost them more). but as i got a western europe with nordics-map licence locked to the imei, the next problem will be there after I get a nokia 6110navi with another IMEI back. i get really upset with this really slow support.

  • Avoid MathScipt Comments in EXE, Build & Run Problems - NI Please Fix these Bugs!

    Hello,
    After 4 days of intensive work, I have finally found the solution for two major MathScript Problems:
    1) Mathscript Comments are included in your EXE File !!
        - Yes, if you do not watch your steps, the EXE will include all your % Mathscript Comments!
    2) Problems building, but even worse: An app that builds with NO Error and NO Warnings will not RUN and creates the following misleading Erro Message:
        "The VI is not Executable. The full development version of LabView is required to fix the errors"
        With absolutely NO hint to what VI have the problem.
    I have made myself an internal note how to avoid this problem. I am using LabView 2009, 2010 DS1 Release (I think this is 9.01) under WInXP SP2.
    Rather than retyping everything, I will post the full text of my Notes below. I also mention several other LV BUG in this note, so pleae read carefully.
    One is the TagSrv Error that occurs in LabView 2009 if I programatically deploy Shared Variables under the WinXP Development Environment. After this problem has occured, it will occur every time I restart XP, and in essense I have to restore to before I did this (thanks Nortong Ghost !!!).
    Below you can find the full unabridged version of my Build, Run and Bug Notes for LV 2009 / 2010 DS1 (9.01). Hope they can be helpful to my fellow LabView programmers!
    2010-07-03:
    Building under LabView 2009 / 2010 DS1 Release (version 9.01)
    Follow the steps below:
    a) To successfully build an EXE that also runs
    b) Avoid that MathScript Comments are included in the EXE !!!!!!!!!!!!!!!!
    Before Building:
    I) Recompile All  by pressing Ctrl+Shift and pressing the RUN button on the Application_References.vi
       Then Save All (about 1200 Vis are saved)
    II) Make Sure that NO User Defined Mathscript (and Mathscript Nodes?) define Empty Functions:
        This seemed to cause the following problem with the built EXE: The main VI will be broken, and a dialog reports:
        "The VI is not Executable. The full development version of LabView is required to fix the errors"
        MathScitp BUG: Empty Functions causes no Build Errorm but RUN Error:
        The following User Defined MathScript .m files are candidates:
        log_write() and log_clear() whith do_log_write() and do_log_clear() commented out, these functions are empty.
        When calls to log_write() and log_clear() where removed, the problem above vanished !
    Building the EXE:
    1) Additional Exclusions:
     -"Disconnect type definitions": YES
     - "Remove unused polymorphic VI instantces": YES
     - "Remove unused members of project libraries": NO (do not know if this is important)
    2) Advanced:
     - Enable Debugging: "NO"
    3) Mathscript BUG: The Application Builder Includes ALL MathScript Comments in the EXE if you use the New Build File Layout:
       IMPORTANT !!!!!!!!!!!!!
       Advanced:
       "Use LabView 8.x file layout": YES !!!!!!!
       Using the new layout, causes ALL COMMENTS FROM USER DEFINED MATHSCRIPT .M FILES TO BE INCLUDED IN THE .EXE !!!!!!!
    4) BUG: DSC Reference Problem in LabView 2010 DS1 release:
       In VI Deploy_Shared_Variables.vi we deploy alle Shared Variables using the "Deploy Libraries.vi" which is a part of the DSC option.
       As long as only deploying of Variables is used, using this VI should NOT require any DSC Runtime license.
       We have used this before with no compilation problems.
       However, starting with LV 2009 SP1 (or was it the DS1 2010 upgrade) LV will start nagging us to resolve references to tens of VIs
       in the DSC lib file ! Solution: Used press "Stop" on the dialog, and the Build will succeed and the EXE will work !
       Optionally, we could use the following Invoke node for the deployment:
       (see: http://digital.ni.com/public.nsf/allkb/04D9A85B6967EE87862571140065EEC6). Excerpt from this description:
      <<Right-click the block diagram to bring up the programming palette and go to Programming»Application Control and place the
        Invoke Node on the block diagram. Using the hand tool, click Method and select Library»Deploy Library>>
    5) LabView BUG: Do NOT RUn the Application under the WIn XP SP2 Development Environment if the APP Deploys Shared Vars:
       This will cause the Dreaded TagSrv Error:  "TagSrv.exe: This application has requested the runtime to terminate in an unusual way".
       After this Error has occured, it will reoccur each time WinXP SP2 is restarted, and (Network) Shared Variables will NOT work any more!
    Geir Ove
    Attachments:
    LabView_Tagsrv_Error.jpg ‏26 KB

    Hello Geir,
    I have tried to reproduce the behavior you are seeing where .m file comments appear in the final built executable.  However, I am unable to do so using LabVIEW 2009 SP1.  I have a caller VI with a MathScript node that calls the adder function in adder.m.  The contents of adder.m are as follows:
    % ADDER This function adds 3 to its input variable
    %   y = adder(x)
    %   INPUT: x
    %   OUTPUT: y, equal to x + 3
    function y = adder(x)
    y = x + 3;
    I have configured the build specification as you mention in steps (1) and (2):
    Additional Exclusions
     - "Disconnect type definitions" Yes
     - "Remove unused polymorphic VI instances" Yes
     - "Remove unused members of project libraries" No
    Advanced
     - "Enable Debugging" No
    At first, I did not include the adder.m file in the project.  I built the application and was not able to find the text "adder" anywhere in the EXE.  Then, I added the .m file to the project and put it in the "Always Included" section in "Source Files."  Again, I was not able to find the search text in the built EXE.  In step 3, you mention
    geirove wrote:    
       "Use LabView 8.x file layout": YES !!!!!!!
    but in the 5th post in this thread, you state
    geirove wrote:
    Compile using the new compile method ( Use LabView 8.x file layout": NO),
    I have tried both settings in the Advanced section, but again, I am not able to find any comments in the EXE.  I even added a call to the "path" function in adder.m.  This puts a warning glyph on the caller MathScript node and generates different code.  The EXE will return an unknown symbol error for adder (any VI with a warning glyph will not work in a built app), but I am not able to find any comments in the EXE.  This project is attached below.
    As for your other item with a broken EXE if you call empty functions, I am unable to reproduce this as well.  I have taken the last attachment to your third post in this thread (the log_write function) and called it from the caller VI as well.  The EXE runs just fine and I do not find any comments in this EXE either.
    Unfortunately, there was a rather serious issue in the LabVIEW 2009 MathScript RT Module, where some internal MathScript VIs could become corrupted when building executables.  Have you tried running the "Find Bad Instantiations" tool from this Knowledge Base article?  Simply installing the SP1 version on top may not have corrected any VIs that may be corrupted.
    Due to our difficulty in reproducing the issues you mention, could you modify the attached project or else attach a new project, appropriately configured, that builds an EXE with .m comments embedded in it?  This way, we can uncover any minute details that we're overlooking.
    Grant M.
    Senior Software Engineer | LabVIEW MathScript | National Instruments
    Attachments:
    MComments.zip ‏186 KB

  • How do I fix these errors when downloading Itunes?

    I keep getting the following errors:
    Could not open key: UNKOWN\Components\(some letters and numbers)\(some letters and numbers). Verify that you have sufficent access to that key or contact your support personnel.
    This message flashes about three of four times through out the installing.
    Once I get past these errors, I eventually get this message, which ultimately ends any attempt to dowload Itunes.
    The installer has insufficient privileges to modify this file: C:\Program Files (x86)\Itunes\ITDetector.ocx
    I would greatly appricate any help to fix these problems and download Itunes. I just got a new iPhone and I just want to put music on it.

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    The further information area has direct links to the current and recent builds in case you have problems downloading, need to revert to an older version or want to try the iTunes for Windows (64-bit - for older video cards) release as a workaround for performance issues or compatibility with third party software.
    The further information area also has notes on your first issue.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

  • Cant fix these errors!

    Could someone please help me out in figuring what I am doing wrong to keep getting these errors? Here is some of my code and the errors that I have been working on the past few days and unable to figure out:
    import java.io.*;
    import java.text.DecimalFormat;
    import java.util.StringTokenizer;
    public class Pgm04
    public static void main (String[] args) throws IOException
    final boolean DEBUG_SWITCH = true; // Debug statement for more info
    // BufferedReader to read input from user
         String sIn;
         BufferedReader brIn;
    brIn = new BufferedReader(new InputStreamReader(System.in));
    sIn = brIn.readLine(); // Invoking the string mehtod
    // StringTokenizer to get read next input from line
    StringTokenizer tokenizer = new StringTokenizer(sIn);
    DecimalFormat decFmt = new DecimalFormat("0.00"); // DecimalFormat for input and output
    // Instantiation of students and their address
    Student student1 = new Student(String firstName, String lastName, Address homeAddress1, Address schoolAddress1, test1, test2, test3);
    Address homeAddress1 = new Address(String street, String town, String st, String zip);
    Address schoolAddress1 = new Address(String street, String town, String st, String zip);
    Student student2 = new Student(String firstName, String, lastName, Address homeAddress2, Address schoolAddress2);
    Address homeAddress2 = new Address(String street, String town, String st, String zip);
    Address schoolAddress2 = new Address(String street, String town, String st, String zip);
    // Calls method for needed function for student1
         student1.setTestScore(sIn);
         student1.getTestScore();
         student1.average();
    student1.setFirstName(sIn);
    student1.setLastName(sIn);
    student1.marry();
    student1.moveIn();
    homeAddress1.setHomeAddress(sIn);
    // Calls method for needed function for student2
    student2.setTestScore(sIn);
         student2.getTestScore();
         student2.average();
    student2.setFirstName(sIn);
    student2.setLastName(sIn);
    student2.marry();
    student2.moveIn();
    student2.setHomeAddress(homeAddress2);
    //If statement to determine if DEBUG statement is on
    if (DEBUG_SWITCH)
    System.out.println();
    System.out.println();
    else
    System.out.println();
    System.out.println(student1);
    System.out.println();
    System.out.println(student2);
    import java.io.*;
    import java.text.DecimalFormat;
    import java.util.StringTokenizer;
    // Represents a college student.
    public class Student
    private String firstName, lastName;
    private Address homeAddress, schoolAddress;
    private double test1, test2, test3, average;
    private int numScores;
    private static int numStudents;
    DecimalFormat decFmt = new DecimalFormat("0.00"); // DecimalFormat for input and output
    // BufferedReader to read input from user
         BufferedReader brIn = new BufferedReader(new InputStreamReader(System.in));
    String sIn = brIn.readLine(); // Invoking the string mehtod
    // StringTokenizer to get read next input from line
    StringTokenizer tokenizer = new StringTokenizer(sIn);
    // Constructor method: Set up this Student object
    // with the specified initial values.
    public Student (String first, String last, Address home, Address school) throws IOException
    firstName = first;
    lastName = last;
    homeAddress = home;
    schoolAddress = school;
    // Method to read in test number & test score as inputs and set to value.
    public double setTestScore(int testNum)
    return testNum;
    // Method to take test number and return appropriate test score
    public int getTestScore(int testNum)
    return testNum;
    // Method to compute and return average of test scores.
    public double average()
    average = (test1 + test2 + test3) / 3;
    return average;
    // Method to take a string and set student's first name to string.
    public void setFirstName(String first)
    firstName = first;
    // Method to return the student's first name.
    public String getFirstName()
    return firstName;
    // Method to take a string and set student's last name to string.
    public void setLastName(String last)
    lastName = last;
    // Method to return the student's last name.
    public String getLastName()
    return lastName;
    // Method that takes a student and changes its last name to the called function.
    public String marry(String Student)
    return Student;
    // Method that takes a student and changes the address to the called function.
    public String moveIn(String Student)
    return Student;
    // Changes student's old address to new specified address
    public void setHomeAddress(Address home)
    homeAddress = home;
    // toString: Return this Student object as a String.
    public String toString()
    String result;
    result = firstName + " " + lastName + "\n";
    result += "Home Address:\n" + homeAddress + "\n";
    result += "School Address:\n" + schoolAddress;
    return result;
    } // end method public String toString
    } // end class Student.java
    public class Address
    private String streetAddress, city, state;
    private long zipCode;
    // Constructor: Set up this Address object with the specified data.
    public Address(String street, String town, String st, long zip)
    streetAddress = street;
    city = town;
    state = st;
    zipCode = zip;
    // toString: Return this Address object as a string.
    public String toString()
    String result;
    result = streetAddress + "\n";
    result += city + ", " + state + " " + zipCode;
    return result;
    ERRORS:
    C:\Program Files\Xinox Software\JCreator LE\MyProjects\Pgm04\Pgm04.java:35: ')' expected
    Student student1 = new Student(String firstName, String lastName, Address homeAddress1, Address schoolAddress1, test1, test2, test3);
    ^
    C:\Program Files\Xinox Software\JCreator LE\MyProjects\Pgm04\Pgm04.java:37: ')' expected
    Address homeAddress1 = new Address(String street, String town, String st, String zip);
    ^
    C:\Program Files\Xinox Software\JCreator LE\MyProjects\Pgm04\Pgm04.java:39: ')' expected
    Address schoolAddress1 = new Address(String street, String town, String st, String zip);
    ^
    C:\Program Files\Xinox Software\JCreator LE\MyProjects\Pgm04\Pgm04.java:41: ')' expected
    Student student2 = new Student(String firstName, String, lastName, Address homeAddress2, Address schoolAddress2);
    ^
    C:\Program Files\Xinox Software\JCreator LE\MyProjects\Pgm04\Pgm04.java:43: ')' expected
    Address homeAddress2 = new Address(String street, String town, String st, String zip);
    ^
    C:\Program Files\Xinox Software\JCreator LE\MyProjects\Pgm04\Pgm04.java:45: ')' expected
    Address schoolAddress2 = new Address(String street, String town, String st, String zip);
    ^
    C:\Program Files\Xinox Software\JCreator LE\MyProjects\Pgm04\Pgm04.java:35: cannot resolve symbol
    symbol : variable String
    location: class Pgm04
    Student student1 = new Student(String firstName, String lastName, Address homeAddress1, Address schoolAddress1, test1, test2, test3);
    ^
    C:\Program Files\Xinox Software\JCreator LE\MyProjects\Pgm04\Pgm04.java:37: cannot resolve symbol
    symbol : variable String
    location: class Pgm04
    Address homeAddress1 = new Address(String street, String town, String st, String zip);
    ^
    C:\Program Files\Xinox Software\JCreator LE\MyProjects\Pgm04\Pgm04.java:39: cannot resolve symbol
    symbol : variable String
    location: class Pgm04
    Address schoolAddress1 = new Address(String street, String town, String st, String zip);
    ^
    C:\Program Files\Xinox Software\JCreator LE\MyProjects\Pgm04\Pgm04.java:41: cannot resolve symbol
    symbol : variable String
    location: class Pgm04
    Student student2 = new Student(String firstName, String, lastName, Address homeAddress2, Address schoolAddress2);
    ^
    C:\Program Files\Xinox Software\JCreator LE\MyProjects\Pgm04\Pgm04.java:43: cannot resolve symbol
    symbol : variable String
    location: class Pgm04
    Address homeAddress2 = new Address(String street, String town, String st, String zip);
    ^
    C:\Program Files\Xinox Software\JCreator LE\MyProjects\Pgm04\Pgm04.java:45: cannot resolve symbol
    symbol : variable String
    location: class Pgm04
    Address schoolAddress2 = new Address(String street, String town, String st, String zip);
    ^
    C:\Program Files\Xinox Software\JCreator LE\MyProjects\Pgm04\Pgm04.java:50: setTestScore(int) in Student cannot be applied to (java.lang.String)
         student1.setTestScore(sIn);
    ^
    C:\Program Files\Xinox Software\JCreator LE\MyProjects\Pgm04\Pgm04.java:51: getTestScore(int) in Student cannot be applied to ()
         student1.getTestScore();
    ^
    C:\Program Files\Xinox Software\JCreator LE\MyProjects\Pgm04\Pgm04.java:55: marry(java.lang.String) in Student cannot be applied to ()
    student1.marry();
    ^
    C:\Program Files\Xinox Software\JCreator LE\MyProjects\Pgm04\Pgm04.java:56: moveIn(java.lang.String) in Student cannot be applied to ()
    student1.moveIn();
    ^
    C:\Program Files\Xinox Software\JCreator LE\MyProjects\Pgm04\Pgm04.java:57: cannot resolve symbol
    symbol : method setHomeAddress (java.lang.String)
    location: class Address
    homeAddress1.setHomeAddress(sIn);
    ^
    C:\Program Files\Xinox Software\JCreator LE\MyProjects\Pgm04\Pgm04.java:61: setTestScore(int) in Student cannot be applied to (java.lang.String)
    student2.setTestScore(sIn);
    ^
    C:\Program Files\Xinox Software\JCreator LE\MyProjects\Pgm04\Pgm04.java:62: getTestScore(int) in Student cannot be applied to ()
         student2.getTestScore();
    ^
    C:\Program Files\Xinox Software\JCreator LE\MyProjects\Pgm04\Pgm04.java:66: marry(java.lang.String) in Student cannot be applied to ()
    student2.marry();
    ^
    C:\Program Files\Xinox Software\JCreator LE\MyProjects\Pgm04\Pgm04.java:67: moveIn(java.lang.String) in Student cannot be applied to ()
    student2.moveIn();
    ^

    Hi Dear,
    you need to learn a lot in java. Anyway I have corrected your program and pasted it here. This will run for you. If have other doubts too, do write to me at [email protected]
    Sandeep
    import java.io.*;
    import java.text.DecimalFormat;
    import java.util.StringTokenizer;
    public class Pgm04 {
    public static void main(String[] args) throws IOException {
    final boolean DEBUG_SWITCH = true; // Debug statement for more info
    // BufferedReader to read input from user
    try{
    String sIn;
    BufferedReader brIn;
    System.out.println("Please enter the test score");
    brIn = new BufferedReader(new InputStreamReader(System.in));
    sIn = brIn.readLine(); // Invoking the string mehtod
    // StringTokenizer to get read next input from line
    StringTokenizer tokenizer = new StringTokenizer(sIn);
    DecimalFormat decFmt = new DecimalFormat("0.00"); // DecimalFormat for input and output
    // Instantiation of students and their address
    Address homeAddress1 = new Address("No 1", "My City", "My State", 201010);
    Address schoolAddress1 = new Address("No 2", "My City", "My State", 201010);
    Student student1 = new Student("Sandeep", "Chauhan", homeAddress1, schoolAddress1,70,70,70);
    // Calls method for needed function for student1
    System.out.println("The curent Values in Student "+student1);
    student1.setTestScore(new Integer(sIn).intValue());
    student1.getTestScore();
    student1.average();
    student1.setFirstName(sIn);
    student1.setLastName(sIn);
    student1.marry("Any Name");
    student1.moveIn("Any Place");
    student1.setHomeAddress(homeAddress1);
    //If statement to determine if DEBUG statement is on
    if (DEBUG_SWITCH) {
    System.out.println();
    System.out.println("The After Change in Student "+student1);
    else {
    System.out.println();
    System.out.println();
    }catch(Exception e){
    System.out.println("error"+e);
    public class Address {
    private String streetAddress, city, state;
    private long zipCode;
    // Constructor: Set up this Address object with the specified data.
    public Address(String street, String town, String st, long zip) {
    streetAddress = street;
    city = town;
    state = st;
    zipCode = zip;
    // toString: Return this Address object as a string.
    public String toString() {
    String result;
    result = streetAddress + "\n";
    result += city + ", " + state + " " + zipCode;
    return result;
    import java.io.*;
    import java.text.DecimalFormat;
    import java.util.StringTokenizer;
    // Represents a college student.
    public class Student {
    private String firstName, lastName;
    private Address homeAddress, schoolAddress;
    private double test1, test2, test3, average;
    private int numScores;
    private static int numStudents;
    DecimalFormat decFmt = new DecimalFormat("0.00"); // DecimalFormat for input and output
    // BufferedReader to read input from user
    //BufferedReader brIn = new BufferedReader(new InputStreamReader(System.in));
    //String sIn = brIn.readLine(); // Invoking the string mehtod
    // StringTokenizer to get read next input from line
    //StringTokenizer tokenizer = new StringTokenizer(sIn);
    // Constructor method: Set up this Student object
    // with the specified initial values.
    public Student(String first, String last, Address home, Address school, double test1, double test2, double test3 ) throws IOException {
    firstName = first;
    lastName = last;
    homeAddress = home;
    schoolAddress = school;
    this.test1 = test1;
    this.test2= test2;
    this.test3=test3;
    // Method to read in test number & test score as inputs and set to value.
    public void setTestScore(int testNum) {
    this.numScores = testNum;
    // Method to take test number and return appropriate test score
    public int getTestScore() {
    return numScores;
    // Method to compute and return average of test scores.
    public double average() {
    average = (test1 + test2 + test3) / 3;
    return average;
    // Method to take a string and set student's first name to string.
    public void setFirstName(String first) {
    firstName = first;
    // Method to return the student's first name.
    public String getFirstName() {
    return firstName;
    // Method to take a string and set student's last name to string.
    public void setLastName(String last) {
    lastName = last;
    // Method to return the student's last name.
    public String getLastName() {
    return lastName;
    // Method that takes a student and changes its last name to the called function.
    public String marry(String Student) {
    return Student;
    // Method that takes a student and changes the address to the called function.
    public String moveIn(String Student) {
    return Student;
    // Changes student's old address to new specified address
    public void setHomeAddress(Address home) {
    homeAddress = home;
    // toString: Return this Student object as a String.
    public String toString() {
    String result;
    result = firstName + " " + lastName + "\n";
    result += "Home Address:\n" + homeAddress + "\n";
    result += "School Address:\n" + schoolAddress;
    return result;
    } // end method public String toString
    } // end class Student.java

  • Please Fix Tutorial Errors - Customize and Personalize an Application

    Oracle JDev Powers-That-Be,
    There are some misspellings on the Customizing and Personalizing an Application on the Oracle JDeveloper tutorials (http://www.oracle.com/technetwork/developer-tools/jdev/ccset18-all-084117.html) that got me for about 4 hours today.
    In "Create and Deploy Customization Class", #7
    <JDEVELOPER_HOME>jdeveloperjdevlibpatches< jar_file_name> . Should be
    <JDEVELOPER_HOME>jdeveloper/jdev/lib/patches<jar_file_name>.That really got me. I didn't know the significance of that error until I compiled, looked over the example multiple times, and then got to page 37 of 57 on http://www.scribd.com/doc/40222312/21/The-CustomizationLayerValues-xml-configuration-file
    Also, step 12
    adf-config.xml should be adfc.config.xml
    Please fix.
    Will

    I fixed the directory specification at:
    http://www-content.oracle.com/technetwork/developer-tools/jdev/ccset18-all-084117.html

  • HT5312 i for got my ansir on secuitry can you please fix the proablem for me

    dears sir i forgot the secuitry ansirs cnyu pease fix these proablem?

    You need to contact Apple. Click here, phone them, and ask for the Account Security team.
    (87258)

  • Clues on how to fix these errors??

    I am not sure if I am should post all of my code or not, but here are the errors I keep getting and I do not know how to over come them. Also I know I should be able to build the frame and do the calculations in the the same program, but I until I get these errors worked out I can't do that. Any suggestions?
    doMort.java [63:1] float cannot be dereferenced
    mortgage= Float.parseFloat(mortgage.getText());
    ^
    doMort.java [64:1] float cannot be dereferenced
    interest = Float.parseFloat(interest.getText());
    ^
    doMort.java [65:1] float cannot be dereferenced
    length = Float.parseFloat(length.getText());
    ^
    doMort.java [77:1] pow(double,double) in java.lang.Math cannot be applied to (float)
    double temp1 = (1-Math.pow(1+r)-t);
    ^
    doMort.java [78:1] possible loss of precision
    found : double
    required: float
    float temp2 = r/temp1;
    ^
    5 errors
    Errors compiling doMort.

    Hi.
    You probably do not need to post all your code.
    The first three errors are basically the same - let's look at the first one:
    you have a variable called mortgage. You declared it to be of some type which is
    not float, and you try to put a float value into it.
    the fourth problem is that you are trying to use the method Math.pow, which needs
    to receive two double arguments. However, you only give it one argument which is float. The
    compiler doesn't like that.
    The last warning tells you that you are in danger of getting a wrong answer, since you are trying
    to calculate the r/temp1 - which gives a result of type double. You take this result and put it into
    a variable that's declared float - and since a double can hold more precision than a float- you might
    lose this precision and hence get a wrong answer there.
    Nimo.

  • Apple, Please fix Expresscard slot for MBP 6.1

    Apple,
    This isnt one card, this is all Expresscard slot cards.  YOU have rendered with Mavericks, a dead input slot.  I have $5k of gear that I cant use since upgrading.  Please fix.

    While I appreciate your responses, I would prefer this thread not get bogged down with noise.  I dont have any (apple) points and I dont play ping-pong against a wall.  Your a Nikon guy, so I will be nice. 
    If anyone else is having expresscard slot issues, I would appreciate you responding here.
    Thank you,
    Max

  • Can anyone please explain these error messages to me?

    Hi,can anyone of you be so kind to explain these warnings during an upgrade to me?
    Thanks.
    WARNING 2005-06-17 16:58:12
    Execution of the command "change 'user' '/install'" finished with return code 1. Output: Install mode does not apply to a Terminal server configured for remote administration.
    WARNING 2005-06-17 16:58:13
    Error 32 (The process cannot access the file because it is being used by another process.
    ) in execution of a 'CopyFile' function, line (359), with parameter (C:\Documents and Settings\ITSadm\Local Settings\Temp\sapinst_exe.5260.1119019920\SYSTEM\librfc32.dll, C:\WINDOWS\system32\librfc32.dll, FALSE).
    WARNING 2005-06-17 16:58:14
    Error 32 (The process cannot access the file because it is being used by another process.
    ) in execution of a 'CopyFile' function, line (359), with parameter (C:\Documents and Settings\ITSadm\Local Settings\Temp\sapinst_exe.5260.1119019920\SYSTEM\librfc32u.dll, C:\WINDOWS\system32\librfc32u.dll, FALSE).
    ERROR 2005-06-17 17:00:50
    FCO-00060  The script block  includes the script block <#1> , but there is no common script block element with that in your control file. Please inform the support team.
    WARNING 2005-06-17 17:06:22
    While copying files to 'D:\usr\sap\PD3\SCS01\exe': source file 'D:\usr\sap\PD3\SYS\exe\run/icudt26.dll' not found.
    WARNING 2005-06-17 17:06:23
    While copying files to 'D:\usr\sap\PD3\JC00\exe': source file 'D:\usr\sap\PD3\SYS\exe\run/icudt26.dll' not found.
    WARNING 2005-06-17 17:06:54
    Error 32 (The process cannot access the file because it is being used by another process.
    ) in execution of a 'CopyFile' function, line (359), with parameter (C:\Program Files\sapinst_instdir\PATCH\ORA\sapmmc.dll, C:\WINDOWS\system32\sapmmc.dll, FALSE).
    WARNING 2005-06-17 17:07:23
    Execution of the command "D:\usr\sap/PD3/JC00/igs/bin/igswd.exe '-version'" finished with return code 1. Output: Version of D:\usr\sap/PD3/JC00/igs/bin/igswd.exe = 6402.0.5.0
    WARNING 2005-06-17 17:07:24
    Execution of the command "C:\Program Files\sapinst_instdir\PATCH\ORA/igstmp/igswd.exe '-version'" finished with return code 1. Output: Version of C:\Program Files\sapinst_instdir\PATCH\ORA/igstmp/igswd.exe = 6403.0.8.0
    WARNING 2005-06-17 17:09:13
    Execution of the command "D:\usr\sap/PD3/JC00/igs/bin/igswd.exe 'D:\usr\sap\PD3\JC00\igs' '-c' '-tracelevel=1' '-recontime=60' '-mux=sgisbruap17,40000' '-listenerhttp=40080' '-portwatcher=40001' '-portwatcher=40002'" finished with return code 1. Output:
    WARNING 2005-06-17 17:29:10
    Execution of the command "D:\usr\sap\PD3\JC00\exe/startsap.exe 'name=PD3' 'nr=00' 'SAPDIAHOST=sgisbruap17'" finished with return code -1. Output: STARTSAP failedDetails are written to C:\Program Files\sapinst_instdir\PATCH\ORA\startPD3.log
    WARNING 2005-06-17 17:30:22
    Execution of the command "C:\j2sdk1.4.2_07/bin/java.exe '-Xmx256M' '-Djava.ext.dirs=D:\usr\sap/PD3/JC00/SDM/program/lib;C:\j2sdk1.4.2_07/jre/lib/ext' '-jar' 'D:\usr\sap/PD3/JC00/SDM/program/bin/SDM.jar' 'undeploy' 'compname=sapjra' 'compvendor=com.sap.mw.jco.jra' 'sdmhome=D:\usr\sap/PD3/JC00/SDM/program' 'logfile=C:\Program Files\sapinst_instdir\PATCH\ORA/callSdmViaSapinst.log'" finished with return code 104. Output: Starting SDM - Software Deployment Manager...tc/SL/SDM/SDM/sap.com/SAP AG/6.4011.00.0000.20050207154237.0000Initializing Network Manager (50017)Checking if another SDM is running on port 50018Processing error. Return code: 104

    This seems to be a common issue on this forum.
    Please take a look at this if you're trying to install via
    Terminal Services:
    http://support.microsoft.com/default.aspx?scid=kb;en-us;320185

  • Can you please fix problem error msg ..well this is embarrassing ..Firefox is having trouble recovering window and tabs. Etc. comes up all the time

    I checked FAQ and solution to quit first and not close windows didn't help me. Will a new version be coming out to fix this problem? And if so PLEASE make it soon

    hello, this is currently a problem in firefox when you first close all open firefox windows and then close the application afterwards - the bug should be addressed in a later version of firefox.
    as a workaround in the meanwhile you could close firefox (through firefox > quit) while the browser window is still running or try this: enter about:config into the firefox location bar (confirm the info message in case it shows up) & search for the preference named '''browser.sessionstore.resume_from_crash'''. double-click it and change its value to '''false'''.

  • I cannot connect to app store. I tried all the possible ways to fix these error but still nothing happened. I really need help i cannot update my applications. I'm using iphone 5 ios 8.1.2

    please i really need help!

    I had the same problem on my Mac Pro, iPad, Macbook Pro. Could not load iTunes, App Store or any support community. Called Apple Care and she asked if I had rebooted my router in awhile. I had not. Each of these would load half way and then just stop. She said iTunes and App Store could be stopped as they are different than my Discover or e-Bay accounts, which were fine. So during the 75 min call I pulled the power cord of the Netgear Wi Fi router, let it sit for 2 or 3 min and then replugged the power adapter. In about 4 to 5 min the sites started to load, although not displayed correctly. After quitting and re-starting the apps in question they are working fine again. But this has happened twice now in a 6 hour time period. So give it a try, but also give it a couple of tries.

Maybe you are looking for

  • IOS5 Mirroring with IPAD1 and AIRPLAY on APPLETV

    How do I make my IPAD1 with IOS5 handle the mirroring function using AIRPLAY and my APPLETV?

  • Add Metadata from fields are missing...

    Hi there, I'm new to Aperture and am working through a lesson book. I'm working on Aperture 2.1.3 3H12. When I try to import some images, and I click Add Metadata from, I don't get any fields to add data to. All I see on my screen is: Add Metadata Fr

  • Webutil zip file

    How come the zip file doesn't contain the webutiljpi.htm and the webutilbase.htm?

  • Can't get rid of the "Charging" icon on my display screen

    Here's a strange one...After charging my nano one night, I cannot access any of my menus because the "Charging" icon is on my screen. I'm able to hear music and control the volume. I'm running v1.2

  • Spotlight menu vs Spotlight window

    Ever since upgrading to Mavericks, some types of files will no longer appear in the spotlight menu even though they match the search terms. The same files actually do show up when the search is performed from a finder window and not from the menu . I