Please Help! Deadline is looming...just need a quick fix on this

Hi,
I really need a quick fix to this problem....I am a beginer in Java...
This is part of my assignment and I really need to move forward with it...I am stuck with this little problem:
You'll find below this my code...I just need to figure out why my TextFields and DropDown Menus are invisible....or not there...
Can anybody have a quick glance? thanks in advance
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
import java.awt.Dialog.*;
import java.util.StringTokenizer;
public class DetailsPopup extends Dialog implements ActionListener
Dialog Details;
Dialog Confirmation;
TextField SName;
TextField FName;
TextField Email;
TextField CCard;
Choice ChoiceExpMonth;
Choice ChoiceExpYear;
Color LightBlue = new Color(180,180,255);
DetailsPopup(Frame f)
   super(f);
   Button b3;  //submit
   b3 = new Button ("Submit"); //add the button "Submit"
   b3.addActionListener(this);
   Details = new Dialog(new Frame(),"Booking", false);
   Details.setSize(400, 500);
   Details.setLocation(320,240);
   Details.add("South", b3);
   Details.setResizable(false);
   Details.setVisible(true);
   Details.setBackground(LightBlue);
   setLayout( new FlowLayout());
public void init()
   add( new Label("Surname"));
   SName = new TextField(15);
   add(SName);
   add( new Label("First Name"));
   FName = new TextField(15);
   add(FName);
   add( new Label("E-mail"));
   Email = new TextField(15);
   add(Email);
   add( new Label("Credit/Debit Card"));
   CCard = new TextField(16);
   add(CCard);
   add( new Label("Expiry Date"));
   add( new Label("Month"));
   add(ChoiceExpMonth);
   int i=1;
   while (i<13)
     ChoiceExpMonth.addItem(new Integer(i).toString());
     i++;
   add(new Label("Year"));
   add(ChoiceExpYear);
   int j=2003;
   while (j<2008)
     ChoiceExpMonth.addItem(new Integer(j).toString());
     j++;
public void actionPerformed( ActionEvent e)
   String Name = "";
   String First = "";
   String Card = "";
   String Mail = "";
   String TestEmail = Email.getText();
   StringTokenizer st = new StringTokenizer(TestEmail,"@");
   if (SName.getText().length() == 0)
     Name = "bad";
   if (FName.getText().length() == 0)
     First = "bad";
   if (CCard.getText().length() != 16)
     Card = "bad";
   if (st.countTokens() != 1)
     Mail = "bad";
   if (Name.equals("bad") || First.equals("bad") || Card.equals("bad") || Mail.equals("bad"))
     Dialog Err = new Erratum (new Frame (),Name,First,Card,Mail);
   else
     Details.dispose();
     ConfirmationPopup Conf = new ConfirmationPopup(new Frame ());

well forget what i said then. I see what you are trying to do and it can be done this way but I don't really like it. My opinion however is not important yet!
I suggest you start by calling the init() method in the constructor. I don't see where you called this method and since you didn't then none of the text fields are created.
DetailsPopup(Frame f)
   super(f);
   Button b3;  //submit
   b3 = new Button ("Submit"); //add the button "Submit"
   b3.addActionListener(this);
   Details = new Dialog(new Frame(),"Booking", false);
   Details.setSize(400, 500);
   Details.setLocation(320,240);
   Details.add("South", b3);
   Details.setResizable(false);
   Details.setVisible(true);
   Details.setBackground(LightBlue);
   setLayout( new FlowLayout());
   init();

Similar Messages

  • Please help! i have just upgraded to an iphone 5 for work, so i have started to backup my iphone 4 but it is stuck on 'finishing sync' and has been for 20hours!what can i do?i need it for work tomorrow

    please help! i have just upgraded to an iphone 5 for work, so i have started to backup my iphone 4 but it is stuck on 'finishing sync' and has been for 20hours!what can i do?i need it for work tomorrow

    Is this what you downloaded: iTunes 10.7?
    When the update fails what if any error report do you get, specifically? Please do this before trying again:
    Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.

  • Please help me. I just cleaned the disk and, when I clicked to install new OS X mavericks a screen with apple id popped up and said that I need to put apple id that purchased the OS X.

    Please help me. I just cleaned the disk and, when I clicked to install new OS X mavericks a screen with apple id popped up and said that I need to put apple id that purchased the OS X.

    How did youobtain OS X?

  • HT4623 Please  help!  i have just update my iphone 4s with 7.4 update and my phone is now asking for a password which i dont have.  I have tried my keypad lock i used before the update and also my itunes password and neither work, how do i rectify this ??

    Please  help!  i have just update my iphone 4s with 7.4 update and my phone is now asking for a password which i dont have.  I have tried my keypad lock i used before the update and also my itunes password and neither work, how do i rectify this ???

    Did you buy this iPhone new from an authorized seller?

  • Kernel panics, message saying "You need to restart your computer.Hold down the Power..." I am in the middle of HSC very URGENT please help!! Mac keeps needing to restart!!

    Kernel panics, message saying "You need to restart your computer.Hold down the Power..." I am in the middle of HSC very URGENT please help!! Mac keeps needing to restart!!
    I looked in console and its saying that it may be because of Sophos Anti-Virus, i deleted and uninstalled all traces of Sophos but looked in console and this is some of the lines coming up:
    26/09/13 10:11:17.945 PM com.apple.launchd: (com.sophos.intercheck[6460]) posix_spawn("/Library/Sophos Anti-Virus/InterCheck.app/Contents/MacOS/InterCheck", ...): No such file or directory
    26/09/13 10:11:17.945 PM com.apple.launchd: (com.sophos.autoupdate[6461]) posix_spawn("/Library/Sophos Anti-Virus/SophosAutoUpdate.app/Contents/MacOS/SophosAutoUpdate", ...): No such file or directory
    26/09/13 10:11:17.945 PM com.apple.launchd: (com.sophos.notification[6462]) posix_spawn("/Library/Sophos Anti-Virus/SophosAntiVirus.app/Contents/MacOS/SophosAntiVirus", ...): No such file or directory
    26/09/13 10:11:17.946 PM com.apple.launchd: (com.sophos.intercheck[6460]) Exited with code: 1
    26/09/13 10:11:17.946 PM com.apple.launchd: (com.sophos.intercheck) Throttling respawn: Will start in 10 seconds
    26/09/13 10:11:17.946 PM com.apple.launchd: (com.sophos.autoupdate[6461]) Exited with code: 1
    26/09/13 10:11:17.946 PM com.apple.launchd: (com.sophos.autoupdate) Throttling respawn: Will start in 10 seconds
    26/09/13 10:11:17.946 PM com.apple.launchd: (com.sophos.notification[6462]) Exited with code: 1
    26/09/13 10:11:17.946 PM com.apple.launchd: (com.sophos.notification) Throttling respawn: Will start in 10 seconds
    26/09/13 10:11:18.291 PM Safari: self <TabContentView: 0x7f8d5dd1aa50>
    26/09/13 10:11:22.617 PM Safari: self <TabContentView: 0x7f8d5db7bb00>
    26/09/13 10:11:27.866 PM Safari: self <TabContentView: 0x7f8d5c331a70>
    26/09/13 10:12:19.939 PM com.apple.launchd.peruser.501: (com.sophos.uiserver[6487]) posix_spawn("/Library/Sophos Anti-Virus/SophosUIServer.app/Contents/MacOS/SophosUIServer", ...): No such file or directory
    26/09/13 10:12:19.939 PM com.apple.launchd.peruser.501: (com.sophos.uiserver[6487]) Exited with code: 1
    26/09/13 10:12:19.939 PM com.apple.launchd.peruser.501: (com.sophos.uiserver) Throttling respawn: Will start in 10 seconds"
    Looked all over computer and cant find anything of Sophos please help very urgent!

    That was all that there was in the most recent one, how long do you think it could take to fix?
    Here is the second most recent:
    Wed Sep 25 15:39:39 2013
    panic(cpu 0 caller 0xffffff80002c4794): Kernel trap at 0xffffff7f81757965, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0xffffff81acc397fe, CR3: 0x000000001e2b5025, CR4: 0x00000000000606e0
    RAX: 0x000000001d31a000, RBX: 0x0000000000000000, RCX: 0x0000000000000000, RDX: 0x0000000000000000
    RSP: 0xffffff80b0dbb710, RBP: 0xffffff80b0dbb820, RSI: 0x0000000000000000, RDI: 0x0000000000000001
    R8:  0x000000000000000a, R9:  0x0000000000000378, R10: 0x0000000000000128, R11: 0x0000000000000378
    R12: 0xffffff800c626400, R13: 0x0000000000000000, R14: 0x0000000000000000, R15: 0xffffff81acc39802
    RFL: 0x0000000000010246, RIP: 0xffffff7f81757965, CS:  0x0000000000000008, SS:  0x0000000000000010
    CR2: 0xffffff81acc397fe, Error code: 0x0000000000000000, Faulting CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff80b0dbb3c0 : 0xffffff8000220792
    0xffffff80b0dbb440 : 0xffffff80002c4794
    0xffffff80b0dbb5f0 : 0xffffff80002da55d
    0xffffff80b0dbb610 : 0xffffff7f81757965
    0xffffff80b0dbb820 : 0xffffff7f817667a0
    0xffffff80b0dbb840 : 0xffffff7f8173a58e
    0xffffff80b0dbb870 : 0xffffff7f8177fb6f
    0xffffff80b0dbb8a0 : 0xffffff7f81779632
    0xffffff80b0dbb8d0 : 0xffffff7f8177d7d5
    0xffffff80b0dbb900 : 0xffffff7f8177c6db
    0xffffff80b0dbb9e0 : 0xffffff7f817412b8
    0xffffff80b0dbba10 : 0xffffff7f81778684
    0xffffff80b0dbba30 : 0xffffff7f817449ce
    0xffffff80b0dbbb60 : 0xffffff7f81741a4c
    0xffffff80b0dbbbc0 : 0xffffff8000655f3e
    0xffffff80b0dbbbe0 : 0xffffff800065681a
    0xffffff80b0dbbc40 : 0xffffff8000656fbb
    0xffffff80b0dbbd80 : 0xffffff80002a3f08
    0xffffff80b0dbbe80 : 0xffffff8000223096
    0xffffff80b0dbbeb0 : 0xffffff80002148a9
    0xffffff80b0dbbf10 : 0xffffff800021bbd8
    0xffffff80b0dbbf70 : 0xffffff80002aef10
    0xffffff80b0dbbfb0 : 0xffffff80002daec3
          Kernel Extensions in backtrace:
             com.apple.driver.AppleIntelHD3000Graphics(7.3.2)[A2328231-E577-32FF-B20F-D08BDC FE9C51]@0xffffff7f81738000->0xffffff7f8179bfff
                dependency: com.apple.iokit.IOPCIFamily(2.7)[5C23D598-58B2-3204-BC03-BC3C0F00BD32]@0xffffff 7f80889000
                dependency: com.apple.iokit.IONDRVSupport(2.3.4)[7C8672C4-8B0D-3CCF-A79A-23C62E90F895]@0xff ffff7f80d2e000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.4)[D0A1F6BD-E66E-3DD8-9913-A3AB8746F422]@0 xffffff7f80cf5000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    11G63b
    Kernel version:
    Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64
    Kernel UUID: FF3BB088-60A4-349C-92EA-CA649C698CE5
    System model name: MacBookPro8,1 (Mac-94245B3640C91C81)
    System uptime in nanoseconds: 1866666823698
    last loaded kext at 480357661446: com.apple.filesystems.smbfs          1.7.2 (addr 0xffffff7f80795000, size 241664)
    last unloaded kext at 303348424187: com.apple.driver.AppleUSBUHCI          5.1.0 (addr 0xffffff7f80af7000, size 65536)
    loaded kexts:
    com.sophos.kext.sav          8.0.14
    org.virtualbox.kext.VBoxNetAdp          4.2.16
    org.virtualbox.kext.VBoxNetFlt          4.2.16
    org.virtualbox.kext.VBoxUSB          4.2.16
    org.virtualbox.kext.VBoxDrv          4.2.16
    com.logmein.driver.LogMeInSoundDriver          1.0.2
    com.Greatdy.driver.SystemAudioCapture          1.0.0
    com.apple.filesystems.smbfs          1.7.2
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.iokit.IOBluetoothSerialManager          4.0.8f17
    com.apple.driver.AudioAUUC          1.59
    com.apple.driver.AppleHDA          2.2.5a5
    com.apple.driver.AppleMikeyDriver          2.2.5a5
    com.apple.driver.AGPM          100.12.75
    com.apple.driver.AppleUpstreamUserClient          3.5.9
    com.apple.driver.SMCMotionSensor          3.0.2d6
    com.apple.driver.AppleSMCPDRC          5.0.0d8
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AudioIPCDriver          1.2.3
    com.apple.driver.AppleSMCLMU          2.0.1d2
    com.apple.driver.ApplePolicyControl          3.1.33
    com.apple.driver.ACPI_SMC_PlatformPlugin          5.0.0d8
    com.apple.driver.AppleIntelHD3000Graphics          7.3.2
    com.apple.driver.AppleBacklight          170.2.2
    com.apple.driver.AppleLPC          1.6.0
    com.apple.driver.AppleMCCSControl          1.0.33
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AppleUSBTCButtons          227.6
    com.apple.driver.BroadcomUSBBluetoothHCIController          4.0.8f17
    com.apple.driver.AppleUSBTCKeyboard          227.6
    com.apple.driver.AppleIRController          312
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          33
    com.apple.iokit.SCSITaskUserClient          3.2.1
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCISerialATAPI          2.0.3
    com.apple.iokit.IOAHCIBlockStorage          2.1.0
    com.apple.driver.AppleUSBHub          5.1.0
    com.apple.driver.AppleFWOHCI          4.9.0
    com.apple.driver.AirPort.Brcm4331          561.7.22
    com.apple.driver.AppleSDXC          1.2.2
    com.apple.iokit.AppleBCM5701Ethernet          3.2.4b8
    com.apple.driver.AppleEFINVRAM          1.6.1
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleAHCIPort          2.3.1
    com.apple.driver.AppleUSBEHCI          5.1.0
    com.apple.driver.AppleACPIButtons          1.5
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.7
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.5
    com.apple.driver.AppleAPIC          1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient          195.0.0
    com.apple.nke.applicationfirewall          3.2.30
    com.apple.security.quarantine          1.4
    com.apple.security.TMSafetyNet          8
    com.apple.driver.AppleIntelCPUPowerManagement          195.0.0
    com.apple.iokit.IOSerialFamily          10.0.5
    com.apple.driver.DspFuncLib          2.2.5a5
    com.apple.iokit.IOSurface          80.0.2
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.driver.AppleHDAController          2.2.5a5
    com.apple.iokit.IOHDAFamily          2.2.5a5
    com.apple.iokit.IOAudioFamily          1.8.6fc18
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.AppleGraphicsControl          3.1.33
    com.apple.driver.AppleSMC          3.1.3d10
    com.apple.driver.IOPlatformPluginLegacy          5.0.0d8
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.driver.IOPlatformPluginFamily          5.1.1d6
    com.apple.iokit.IONDRVSupport          2.3.4
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.driver.AppleIntelSNBGraphicsFB          7.3.2
    com.apple.iokit.IOGraphicsFamily          2.3.4
    com.apple.kext.triggers          1.0
    com.apple.driver.AppleUSBBluetoothHCIController          4.0.8f17
    com.apple.iokit.IOBluetoothFamily          4.0.8f17
    com.apple.driver.AppleThunderboltDPInAdapter          1.8.5
    com.apple.driver.AppleThunderboltDPAdapterFamily          1.8.5
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.2.5
    com.apple.driver.AppleUSBMultitouch          230.5
    com.apple.iokit.IOUSBHIDDriver          5.0.0
    com.apple.driver.AppleUSBMergeNub          5.1.0
    com.apple.driver.AppleUSBComposite          5.0.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.2.1
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.2.1
    com.apple.driver.AppleThunderboltNHI          1.6.0
    com.apple.iokit.IOThunderboltFamily          2.0.3
    com.apple.iokit.IOUSBUserClient          5.0.0
    com.apple.iokit.IOFireWireFamily          4.4.8
    com.apple.iokit.IO80211Family          420.3
    com.apple.iokit.IOEthernetAVBController          1.0.1b1
    com.apple.iokit.IONetworkingFamily          2.1
    com.apple.iokit.IOAHCIFamily          2.0.8
    com.apple.iokit.IOUSBFamily          5.1.0
    com.apple.driver.AppleEFIRuntime          1.6.1
    com.apple.iokit.IOHIDFamily          1.7.1
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          177.11
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.driver.DiskImages          331.7
    com.apple.iokit.IOStorageFamily          1.7.2
    com.apple.driver.AppleKeyStore          28.18
    com.apple.driver.AppleACPIPlatform          1.5
    com.apple.iokit.IOPCIFamily          2.7
    com.apple.iokit.IOACPIFamily          1.4

  • My iphoto wont open since i updated my mac, please help? it says i need to install an iphoto library upgrader which I have installed but still cant see my photos.

    my iphoto wont open since i updated my mac, please help? it says i need to install an iphoto library upgrader which I have installed but still cant see my photos.

    What version of iPhoto are you using? 9.6 is the current version.
    Do a backup.
    Quit the application.
    Go to Finder and select your user/home folder. With that Finder window as the front window, either select Finder/View/Show View options or go command - J.  When the View options opens, check ’Show Library Folder’. That should make your user library folder visible in your user/home folder.  Select Library. Then go to Preferences/com.apple.iPhoto.plist. Move the .plist to your desktop.
    Restart, open the application and test. If it works okay, delete the plist from the desktop.
    If the application is the same, return the .plist to where you got it from, overwriting the newer one.
    Thanks to leonie for some information contained in this.

  • HT3702 Please help. My child just made a purchased on our new mini iPad that I did not approve. How can I stop this transaction?

    Please help. My child just purchased a game without my consent. How can I stop this transaction .

    To Apple all sales are final. The fact that your child has the password to make a purchase implies consent.
    Apple sometimes gives one-time refunds. Is this a large enough purchase to use your possible one-time refund?
    When the receipt arrives in your email for this purchase use the Report link to start a conversation with iTunes Support about a refund.

  • Please Help My Daughter - iBook G4 Needs Software Upgrade ??

    I have recently inherited an iBook G4 1.2 GHZ 256 RAM I think 30 or 50 GB.  I cannot tell now because of what I did.  The iBook was not working and I found it had a bad solder on one of the chips (a common issue on this model).  Once repaired, it needed a new battery, and then it sprang right to life.  The iBook worked great - I could use Safari, Garage Band, etc, but due to it's age, Itunes did not work and so I thought if I reinstalled the original operating system (Panther 10.3.5 circa 2004) from the original discs, then I could upgrade from there until I found an iTunes version I could use with a newly reset iPod I had and use it basically just for music.  BIG MISTAKE. After I cleanly installed it all, I now cannot use Safari, profiler won't open and neither will most other applications - I double click them, they flash once and then go away on the sidebar.  So, I need to find a way to upgrade this machine past 10.3.5 so I can get it to work.  Right now, I can only get to the internet using ie for Mac 5.2 - UGH !!! Now I know why Apple stopped using that software.  Anyway, I was doing all of this to get a clean version of iTunes on it so as a surprise, my daughter could sell it and the iPod to raise money for a class trip she is taking to New York in the Spring of 2015.  Please please help me.  Is it as simple as getting updated OS software? I have tried a Tiger disc, but it stopped before it really even got started and said it could not be loaded.    I can see the previous user still has files under user and I can see the folder for the previous system, but they are not accessible. I do have a 27" Mac desktop if that will help me to upgrade the iBook in any way.  Thank you for reading all of this.  Please let me know what options I might have to get this running so it can be sold off. IBook

    256 MB RAM is the biggest problem.
    http://www.everymac.com/systems/apple/ibook/specs/ibook_g4_1.2_12.html
    http://eshop.macsales.com/shop/memory/iBooks-PowerBooks/G4-iBook/
    Tiger Requirements...
    To use Mac OS X 10.4 Tiger, your Macintosh needs:
        * A PowerPC G3, G4, or G5 processor
        * Built-in FireWire
        * At least 256 MB of RAM (I recommend 1GB minimum)
        * DVD drive (DVD-ROM), Combo (CD-RW/DVD-ROM) or SuperDrive (DVD-R) for installation
        * At least 3 GB of free disk space; 4 GB if you install the XCode 2 Developer Tools  (I recommend 20GB minimum)
    http://support.apple.com/kb/HT1514
    Apple may even have an International version...
    https://discussions.apple.com/thread/5231053?tstart=0
    http://www.ebay.com/sch/i.html?_nkw=mac+os+x+tiger+retail+10.4
    See Tom's, (Texas Mac Man), great info on where/how to find/get Tiger...
    https://discussions.apple.com/message/15305521#15305521
    Or Ali Brown's great info on where/how to find/get Tiger...
    http://discussions.apple.com/thread.jspa?messageID=10381710#10381710
    Leopard requirements/10.5.x...
        *  Mac computer with an Intel, PowerPC G5, or PowerPC G4 (867MHz or faster) processor
    minimum system requirements
        * 512MB of memory (I say 1.5GB for PPC at least, 2-3GB minimum for IntelMacs)
        * DVD drive for installation
        * 9GB of available disk space (I say 30GB at least)
    Classic/OS9 Apps no longer supported.
    May be available from Apple again, or not...
    https://discussions.apple.com/thread/4720126?tstart=0
    Trouble is Apple no longer sells it, check eBay & such for the Retail version, not the Gray Discs...
    http://www.ebay.com/sch/i.html?_nkw=mac+os+x+leopard+retail+10.5
    What color &what is the 2z691-****-A number on yourInstall Disc?

  • Please tell me if i just need to give up!

    I don't know if my ipod is getting ready to die or what but i've only had it for a little over a year and i am having some trouble
    the ipod seems to be rebooting itself repetitively after i attempt to hook it up to the computer. i'm not exactly sure what it's doing but every few minutes i get the apple sign along with something that is clicking over and over again inside the ipod ....after that i get the file symbol with an exclamation point next to it... then it does the whole process over and over again ... i can hold down the button in the middle and then it seems to be a little okay(meaning my music files comeback on the ipod finally) but still needs time to rest after the trauma of hooking it up to the pc because it skips songs etc..
    when i hook it up to the pc i get the "do not connect on the ipod" and i get the little icon on my taskbar but if i go to my computer it doesn't show up there and itunes doesn't even seem to recognize it either. if i try to disconnect it, it won't disconnect and i wind up just unplugging the darn thing...when this happens it makes my itunes not responding as well the only thing that i've done different is upgraded to a newer version of itunes and i don't know if that is linked to the problem or just a coincidental to the problem i am currently having... i tried to do and ipod updater but it tells me that it doesn't recognize my ipod being hooked up .. PLEASE HELP I AM DESPERATE!!!! or at least tell me if it's a lost cause and i should just give up and throw the thing in the garbage..at least i will not sit here trying everything with no luck...i need some advice bad..i stayed up late trying to fix it one night when i let it sit for awhile it seemed to be back working temporarily....thanks in advance

    This is in regards to a 4th gen 40gb clickwheel ipod.
    Hi, i've also been having a very similar problem with my ipod as well. I find that regardless of which windows-based pc i use (either my xp laptop @ home, or my win2000 desktop @ work) windows and itunes refuses to recognise my ipod. In windows explorer it will show it as a removable drive, but if i click on it, windows freezes. If I try to disconnect it, I cant because windows keeps reporting that 'the device is being used, try disconnecting later' and so then i shut down my laptop to disconnect it safely.
    Lately, like you, i've also noticed that clicking sound it makes. It happens when i connect my ipod to my computer - like the drive inside it is constantly restarting or something, and i get it when i'm playing / charging it in my dock. I've also noticed that when it's playing whilst charging, it just freezes on a song, then skips a couple of songs.
    I've just discovered the disgnostic tools on my ipod, so i think i'll run a couple of tests (ie HDD scan) and depending on the outcome, i'll go visit the apple store.

  • Please help!! iDVD just won't BURN!!!

    This is crazy. I have a nice DVD with 3 motian menus. I put in a disc and click burn. It encodes the menus, slide shows, moives - no problem. I actully thought it would work. It said it did so I put it in my DVD player and it says "No disc" I put it back in my G5 and all it is is blank DVD.
    I had a problem like this with a DVD a few weeks ago but I ended up burning 25 copies. I tried the same things I did with the last one, clear up alot of space, best quality. It doesn't work!
    Someone please help, I'm like under a deadline type thing. I need to give this DVD to a friend who will be leaving soon.....

    Hello Pop7,
    when you insert a writable DVD (or CD for that matter), your burner will perform a calibration to adapt to the media. The "Power Calibration Error" may indicate one of the following problems:
    1. You have a compatibility issue between the burner and the DVD media. In that case, try another brand. The DVD media of choice on this board is Verbatim DVD-R 1-4x. IMHO Ritek is another good choice. You might want to check compatibility on the xlr8yourmac database:
    http://forums.xlr8yourmac.com/drivedb/search.drivedb.lasso
    2. Your burner's lens has become dirty. In that case, try cleaning with a specific cleaning disc
    3. Your burner might have some defect. In that case (and I hope it's not the case), you'll have to either get it repaired, or you'll have to replace it.
    Also have a look at this: About optical disc drive burning and write speeds
    http://docs.info.apple.com/article.html?artnum=301551
    hope this helps
    mish

  • Please help Ipod charged but just does not come on

    I have a new Ipod Nano which is a gift . I have charged it on my laptop which has windows however it displays only when plugged into my lap top, once disconnected post charging it does not come on , please help.

    So he is going to upgrade his Acer computer running Windows 7 to Snow Leopard that will fix his problem. How will he install it?
    Other than on their website, in the online store, and on the back of the box itself, Apple did not let you know the minimum specifications? Were they supposed to send you a Christmas card with the information? Please don't tell me that when you buy software you don't read the minimum specifications first.
    That said, unless you want to upgrade iLife and the same time and purchase iWorks, you can buy the Snow Leopard retail disk for $29 and it will install just fine, assuming that your computer meets the minimum specifications. You might want to post back here with information on your computer just to make sure.
    If you are like me and don't use all the applications in iLife and iWorks I word forgo the box set (which is a good price) and buy the apps you want from the Mac App Store. That way if you have no used for Garageband you can buy iPhoto and Pages from iWorks and move on. Need a spreadsheet? You can buy Numbers.

  • Please help me... i need some code

    Hi, i am new to Java programming, but i have a dillema. I am trying to teach myself how to use Link Lists, and have been successful in the implementation, except for adding code to delete a node. If someone would please email me to help, i would really appreciate it. I will send my code i have so far, and i just need someone to write a delete method for me. Please help, i am so frustrated, i just want to see a working example. thanks. my email address is [email protected]
    Thanks in advance.

    Ok, good idea. I am writing a program that adds 7 CD objects to a LinkList, and then prints the list. Then it removes any two, and prints the list again. I have three classes though, so ill try to make it as readable as possible:
    Here is the class which sets up the Compact disc object:
    public class CompactDisc
    private String title
    // Sets up the new CompactDisc with its title.
    public CompactDisc (String newTitle)
    title = newTitle;
    // Returns this CD as a string.
    public String toString ()
    return title;
    Here is the class with the CD list:
    public class CDList
    private CDNode list;
    // Sets up an initially empty list of cds
    public CDList()
    list = null;
    // Creates a new CDNode object and adds it to the end of
    // the linked list.
    public void add (CompactDisc cd)
    CDNode node = new CDNode (cd);
    CDNode current;
    if (list == null)
    list = node;
    else
    current = list;
    while (current.next != null)
    current = current.next;
    current.next = node;
    public void delete(CompactDisc cd)
    // HERE IS WHERE I NEED THE CODE!!!!
    // Returns this list of CDs as a string.
    public String toString ()
    String result = "";
    CDNode current = list;
    while (current != null)
    result += current.compactdisc + "\n";
    current = current.next;
    return result;
    // An inner class that represents a node in the CD list.
    // The public variables are accessed by the CDList class.
    private class CDNode
    public CompactDisc compactdisc;
    public CDNode next;
    // Sets up the node
    public CDNode (CompactDisc CD)
    compactdisc = CD;
    next = null;
    And here is the Driver Class:
    public class CDRack
    // Creates a CDList object, adds several CDs to the
    // list, then prints it.
    public static void main (String[] args)
    CDList rack = new CDList();
    rack.add (new CompactDisc("The Four Seasons")); // Vivaldi
    rack.add (new CompactDisc("Caught Somewhere In Time")); // Iron Maiden
    rack.add (new CompactDisc("New York City Underground Mix")); // Louie Devito
    rack.add (new CompactDisc("Whoracle")); // In Flames
    rack.add (new CompactDisc("Straight Outa' Compton")); // NWA
    rack.add (new CompactDisc("Elegy")); // Amorphis
    rack.add (new CompactDisc("Butterfly")); // Mariah Carey
    System.out.println (rack); // initially print the entire list
    System.out.println ("Deleting a node from the list");
    // code goes here to delete a node (e.g.. rack.delete(somenode); )
    System.out.println(rack); print the list with two nodes deleted
    Please help me with this. I would prefer if someone could just add the method and corresponding call to make the program delete. Then i would observe the code, and hopefully learn something. thanks.

  • TS3694 i am trying to update my iphone 4 from version 4.3.3 to version 6.1.3. it stops at "unknown error #3194". please help me. what do i need to do now?

    please help me update my iphone 4 from version 4.3.3 to version 6.x.x. i am having problems completing the update. it stops and says "unknown error # 3194".

    Unable to contact the iOS software update server gs.apple.com
    Error 1004, 1013, 1638, 3014, 3194: These errors may be the result of the connection to gs.apple.com being redirected or blocked. Follow these steps to resolve these errors:
    Install the latest version of iTunes.
    Check security software. Ensure that communication to gs.apple.com is allowed. Follow this article for assistance with security software. iTunes for Windows: Troubleshooting security software issues.
    Check the hosts file. The restore will fail if there is an active entry to redirect gs.apple.com. Follow iTunes: Advanced iTunes Store troubleshooting to edit the hosts file or revert to a default hosts file. See section "Blocked by configuration: (Mac OS X/Windows) > Rebuild network information".
    Try to restore from another known-good computer and network.
    If the errors persist on another computer, the device may need service.

  • Please help my firend!i need your help!

    i am a chinese developer .as you see ,my English is very bad..
    i have some big problems this days.
    http://www.thetechlabs.com/tutorials/3d/create-in-flex-a-3d-image-gallery-using-actionscri pt-30-and-alternativa3d/
    go to this link , you will find a souce code which developed by flex.
    i have downloaded it and try to run it .But i really have much problem.
    i try do these steps:
    1 download source code.
    2 create a new project
    3 download the Alternativa 3D folders.
    4 properties -buildpath-add Alternativa 3D folders in project
    5 copy the code from sourcecode to the new project
    6 run appliaction
    failed.
    or
    1 import the project which i downloaded.
    2download the Alternativa 3D folders.
    3 properties -buildpath-add Alternativa 3D folders in project
    failed.
    how can i do?
    i mean,when i want to run a appliaction which i downloaded  and need as3 folder like
    "green sock" or "Alternativa 3D"
    i dont know how to operate.
    could help me and tell me details.their have less                          tutorials in china.i should study from goole.but it is hard for me to read English documents.
    help me my firends,thank you

    In the future, rather than just saying "failed", it will be more helpful if you explain exactly how it failed.
    When I tried it, I got compilation errors in Photo.as that the gs.TweenMax could not be found. Googling "gs.TweenMax" led me to the page
    http://www.greensock.com/tweenmax/
    where I downloaded greensock-as3.zip. This Zip file contained a SWC, greensock.swc, which I added to the project's 'libs' folder (alongside the Alternativa3D SWCs). This didn't fix the compilation error, so I checked the catalog.xml file inside greensock.swc (which is just a renamed Zip file) to see if there was a TweenMax class inside. There is, but it has been renamed to com.greensock.TweenMax. When I changed the line
        import gs.TweenMax;
    in Photo.as to
        import com.greensock.TweenMax;
    it compiled and ran. So there were two problems:
    1. The Alternativa libraries are relying on a free Greensock library that you needed to also have. (This was probably explained somewhere on the Alternativa site.)
    2. The Greensock library that Alternativa is expecting appears to be out-of-sync with the one available on the Greensock site.
    Gordon Smith
    Adobe Flex SDK Team

  • TS2734 I left my iPod at a friends house. She doesnt have internet. So its not connencted to the internet. And i had never charged it so its been dead for about a week. Can I use iCloud while its turned off and not connected? Please help me!! I need to fi

    I left my ipod touch at a friends house. She doesnt have internet. So it's not connected to the internet. And I had never charged it so it's been dead for about a week now. Can I use iCloud while it's turned off and not connected? Like, will it show a message and ring if it's not connected to the internet and turned on? Please help me ): I really need to find it!!!

    " Can I use iCloud while it's turned off and not connected? "
    No.
    "Like, will it show a message and ring if it's not connected to the internet and turned on?"
    No.
    There is nothing you can do other than look for it,

Maybe you are looking for

  • Downloading Adobe Photoshop Lightroom 4 JRun Serlet Error

    I am trying to download Adobe Photoshop Lightroom 4, that I purchased back in 2012 for my windows laptop, to my new Mac laptop but when I click the download button all I get is JRun Serlet Error 413 Header length to Large. I have no idea what this me

  • Carriage returns in RTF export

    Hello, one of my clients is complaining that RTF output has carriage returns at the end of each line, making him unable to copy and paste the text somewhere else and continue to work with it further. Can this be turned off and what options are availa

  • Error while connecting to oracle 10g data base

    Following is the code we used to connect to oracle 10g data base using symbian 7.1 series 80 SDK int CTest_S80AppUi::SetupODBC(void) RETCODE rc; char *DataSource = OD_DATA_SOURCE; char UserId = "system", Password = "manager"; rc=SQLAllocEnv(&Henv); /

  • Cannot load iPhoto on ipad

    iphoto cannot be found while attempting to add to ipad

  • Doubt in exits for miro tcode

    Hi all,    I have to change the account posting no in MIRO transaction.For this an user exit LMR1M002 is used but this fn module doesn't hold the value for a/c details.So i checked with BADI INVOICE_UPDATE.But I am unable to find whether that BADI is