Made snow, now it works wierd. Help needed.

Ok, here's the code:
import java.awt.*;
import javax.swing.*;
public class Blarg
     public static void main(String[] args) throws Exception
          JFrame frame = new JFrame("Blargity");
          APanel panel = new APanel();
          frame.add(panel);
          frame.setSize(250,250);
          frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
          frame.setResizable(false);
          frame.setVisible(true);
          while(true)
               panel.repaint();
               Thread.sleep(100);
import java.awt.*;
import javax.swing.*;
import java.util.Random;
public class APanel extends JPanel
     private Random rand;
     private Font myfont;
     private Color ground,thesky,black,white,blue,star;
     private int[] snow = new int[40];
     private int[] snow2 = new int[40];
     private int[] starsx = new int[10];
     private int[] starsy = new int[10];
     private int num,num2,num3,ycoord,num4,yco2,sub3;
     public APanel()
          rand = new Random();
          myfont = new Font("arial",Font.BOLD|Font.ITALIC,20);
          ground = new Color(0,0,0);
          thesky = new Color(0,0,0);
          black = new Color(0,0,0);
          white = new Color(250,250,250);
          blue = new Color(0,0,255);
          star = new Color(239,252,1);
          //num = 5;
          num2 = 0;
          num3 = 254;
          ycoord = 125;
          num4 = 254;
          yco2 = 124;
          //sub3 = rand.nextInt(250);
          for(int i = 0;i < snow.length;i++)
               snow[i] = rand.nextInt(250);
          for(int i = 0;i < snow2.length;i++)
               snow2[i] = rand.nextInt(250);
          for(int i = 0;i < starsx.length;i++)
               starsx[i] = rand.nextInt(250);
          for(int i = 0;i < starsy.length;i++)
               starsy[i] = rand.nextInt(40);
     public void paint(Graphics g)
          //**-- VARIABLES --**//
          int x = 0;
          int y = 0;
          //**-- SKY --**//
          do
               thesky = new Color(0,0,num3);
               g.setColor(thesky);
               g.drawLine(0,ycoord,250,ycoord);
               ycoord--;
               if(num3 > 0)
                    num3-=2;
          }while(ycoord >= 0);
          //**-- STARS --**//
          g.setColor(star);
          do
               g.drawString("*",starsx[y],starsy[y]);
               y++;
          }while(y < 10);
          //**-- GROUND --**//
          do
               ground = new Color(num4,num4,num4);
               g.setColor(ground);
               g.drawLine(0,yco2,250,yco2);
               yco2++;
               if(num4 > 0)
                    num4-=2;
          }while(yco2 <= 250);
          //**-- SNOWFLAKES --**//
          g.setColor(white);
          do
               if ((snow[x] + num2 > 280) || (snow2[x] + num2 > 280))
                    num2 = 0;
               g.drawOval(snow[x] + num2,snow2[x] + num2,1,1);
               x++;
          }while(x < 40);
          num2+=3;
}Before I made the ground and sky that changed colors, the snow worked, but now it just makes streaks. Why is this so, and how do I fix it?

Clear the graphics context and repaint when you change any color or the position of anything on the screen.
You're seeing the effects of a thread doing automatic repaint commands.

Similar Messages

  • I downgrade my hp envy 15 from windows 8 to windows 7 now nothing works please help

    I downgraded from windows 8 To windows 7. now nothing want to work.I knew I shouldn't but i like windows 7 more.it logs into Windows 7 but from there i can't do anything it doesn't want to respond to a mouse a usb or a portable dvd rom.and the worst of all I can't access the Internet it seems like the windows 7 has noadapter drivers so i know that i have to install intel drivers but i can't access anything so i don't know how to do this please help
    This question was solved.
    View Solution.

    Hi:
    Below is the link to the driver page for your model.
    http://h10025.www1.hp.com/ewfrf/wc/softwareCategor​y?os=4063&lc=en&cc=us&dlc=en&sw_lang=&product=6894​...
    To get the graphics to work correctly you need to install these drivers in this order and reboot after each installation.
    1.
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloa​dIndex?softwareitem=ob-127793-1&cc=us&dlc=en&lc=en​...
    2.
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloa​dIndex?softwareitem=ob-128860-1&cc=us&dlc=en&lc=en​...
    3.
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloa​dIndex?softwareitem=ob-127811-1&cc=us&dlc=en&lc=en​...
    Next, intall the audio driver and reboot.
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloa​dIndex?softwareitem=ob-127790-1&cc=us&dlc=en&lc=en​...
    Ethernet:
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloa​dIndex?softwareitem=ob-127816-1&cc=us&dlc=en&lc=en​...
    Card reader:
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloa​dIndex?softwareitem=ob-127815-1&cc=us&dlc=en&lc=en​...
    3D driveguard:
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloa​dIndex?softwareitem=ob-131788-1&cc=us&dlc=en&lc=en​...
    Webcam:
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloa​dIndex?softwareitem=ob-141615-1&cc=us&dlc=en&lc=en​...

  • Had Apple do a migration, now PS Elements doesn't work. Help needed. Thanks

    I took my old iMac (mid-2007) into Apple to do a migration to my new iMac (late-2012). When I got it back, some third party programs no longer worked correctly. In particular, Photoshop Elements. It pops up a message stating that PSE is missing a plug-in and will not work. What are my options since my new iMac no longer has an optical drive and my PSE is a disc. Maybe an appointment to the Genius Bar (since they have the optical drive peripheral)? Any other suggestions or thoughts? Thanks in advance.

    What version of PSE are you running?
    Allan

  • K8N Neo 2 Platinum Computer just...stopped working! Help needed please.

    Hey all. About hmm, a month ago I built myself a new PC (first time I'd done it from scratch and got some useful help here) Specs were:
    MSI K8N Neo 2 Platinum, A64 3200+ Venice, 1GB DDR Corsair Value, Radeon 9800 Pro 128mb, 40GB Hard Disk IDE, 80GB Hard Disk IDE, CD R/RW Drive and a Tagan 420W (23A 12V+) PSU.
    Ok, it worked the day I built it just fine and has NO hick-ups or any indication of a problem for the past month. Running temperature was very cool etc. Now, I last turned it on about 24 hrs ago, downloaded some PDF files, shut it down. All was fine. Woke up this morning. Pressed the power button: ABSOLUTELY NOTHING. ZIp. No hum, fan movement, anything.
    Now, considering it seems to have broken whilst being turned off. What could be the problem? So far I've tried:
        * Using a different power socket
        * Using a different plug
        * Reconnecting the power switch and motherboard power connectors
    None of those worked. There wasn't a thunderstorm or anything so I don't think any kind of surge would have been the problem. I havn't tried manually shorting the power switch connectors. What's a safe way to do that? Any other suggestions? How can I test my PSU is infact doing something?
    Thanks

    Quote from: go_for on 01-September-05, 21:47:40
    Try the easy way first, disconnect every cable from the back of the computer. Do a CMOS clear/normal as instructed in the manual. Connect the display(with power off), keyboard and power cable. Turn on PSU, press power switch, if it fires up, press and go into bios and do your settings, save and exit. Power off and connect the rest of your external stuff. Power up.
    >
    No luck :( Is it likely that my PSU has fused/broken in some way since I'm getting no response or fan movement?

  • Doesn't work - basic help needed

    I click on Preview and then nothing happens its just loading and loading in browser and then reports error it can't connect to: staging.browserlab.adobe.com
    Is this service not working now or ?
    I logged directly to browserlab website and tried from there to enter a URL of a website, its just loading and it won't open any link, i get an error that.. there was a problem connecting to screenshot service...
    I guess this service is not working at all.
    If anyone can tell me when it will be back online...

    Hi mari8899,
    Thanks for your interest in BrowserLab!  I'm sorry you experienced a problem with the service.  Please try again.  If the problem persists, please check for updates in Dreamweaver using "Help -> Updates..." to make sure you are up to date.
    Regards,
    Josh

  • Apple trailers not working,.. help needed...

    So i have a Sony Vaio with windows 7 and was recently trying to watch trailers apple.com. I have itunes and quicktime on my computer and both work fine. BUT when tried viewing trailer it says i need to have quicktime loaded to see the trailer. Have tried uninstalling and reinstalling quicktime, had no problems, but still says i need quicktime and will not load trailers.
    I have tried leaving it alone for a few days, but still same problem. I've tried loading the page through quicktime, and going through apple, but no trailers will load. any suggestions?

    http://www.apple.com/support/icloud/systemstatus/

  • Guided Procedures Life & Work Events Help Needed

    Our HR Department recently saw an SAP demo of the ESS Life and Work Events, which uses Guided Procedures.  We are now struggling with the decision to use Guided Procedures for the On-Boarding or if this same type of functionality can be delivered with HCM Processes and Forms.  The biggest draw for the Guided Procedures is the u201Cchecklistu201D type delivery.  Does anyone know if it would be possible to use HCMPF and have a similar u201Cchecklistu201D that the new hire can work through.  I heard somewhere that SAP is moving away from recommending the use of Guided Procedures and is instead recommending using HCMPF.

    did you follow this http://wiki.scn.sap.com/wiki/display/ERPHCM/Reusing+ESS+Java+applications+in+ESS+ABAP+Role?original_fqdn=wiki.sdn.sap.com As such work events are not delivered as such in new releases, you can reuse it however,check above.

  • Work Book Help needed

    Hi Guys
           I changed the query to add a new field in the rows...now I transported the role and the respective query to production ..But the users are executing the workbook and they said nothing has been changed...when I check that work book iam also not able to see my changes....So I executed the same work book in Dev and it is also not showing my changes (work book is saved by my co worker)...But If I execute the query by analyzer , i can able see my changes...so I wanted to save that workbook to overwrite my coworker's workbook ...But its giving me error...(A critical error)..
    please advice me how to save the workbook (replace the workbook ?)..
    regards

    Hi thanks
    It makes sense...But when I open the work book and right click on a field I can not see interaction tab ...I can able to see Properties and Query Properties (in addition to Back , Backto start, convert to formula ,keep filter, select filter,exchange, revmove dirlldown, swap axes...)
    Please tell me where I can find this..even i searched in global settings too
    regards

  • Serial Number does not work. Help needed!

    Hello! I am attempting to reinstall CS4 on my machine at work. Initially I experienced error 147:20 a few weeks ago, and I ran their LicenseRecovery.exe tool, and that did not clear anything up. So, then I ran the Adobe CS Cleaner Tool and uninstalled CS4, and then reinstalled it on my machine. When I get to the serial number screen, I am unable to use the serial number provided by Adobe.
    If anyone can be of any assistance, it would be MUCH appreciated!

    ...I swear, the Adobe support team must be an absolute joke. I contacted them three or four times about this issue, and the last person I talked to gave me the URL to this forum.
    Sjpt, thanks; I guess I will move my question over there. Wish me luck in an effort to find a solution to this wretched problem!

  • SAP NW AS ABAP 7.01 SP03 Installer does not work. Help needed.

    Hello community,
    I am trying to install SAP NW AS ABAP 7.01 SP03 on a laptop WinXP SP3 with 2GB RAM and JRE 1.4.2.19.
    When executed the sapinst.exe, the software delivery tool GUI comes up and the five steps frame is displayed below that the text "SAP - Software delivery tools GUI " is displayed and below that there is a frame (Where the central instance has to be choosed) but it is totally BLANK  very strange (:.
    In the bottom it says starting handshake...
    And nothing happens for a while and suddenly it is killed automatically.
    the program starter log shows like this...
    Apr 15, 2009 4:51:58 PM [Info]: *************************
    Apr 15, 2009 4:51:58 PM [Info]: Starting Server
    Apr 15, 2009 4:51:58 PM [Info]: Reading server configuration.
    Apr 15, 2009 4:51:58 PM [Info]: Reading service configuration SAPinstService.
    Apr 15, 2009 4:51:58 PM [Info]: Configuring LogManager ...
    Apr 15, 2009 4:51:58 PM [Info]: *************************************************
    Apr 15, 2009 4:51:58 PM [Info]: Starting SL Controller ...
    Apr 15, 2009 4:51:58 PM [Info]: StorageService switched off.
    Apr 15, 2009 4:51:58 PM [Info]: Initializing SecurityManager ...
    Apr 15, 2009 4:51:58 PM [Info]: Key Store management switched off.
    Apr 15, 2009 4:51:59 PM [Info]: Configuring HTTPManager ...
    Apr 15, 2009 4:51:59 PM [Info]: WebstartService switched off.
    Apr 15, 2009 4:51:59 PM [Info]: RoleService switched off.
    Apr 15, 2009 4:51:59 PM [Info]: AlertService switched off.
    Apr 15, 2009 4:51:59 PM [Info]: NotesService switched off.
    Apr 15, 2009 4:51:59 PM [Info]: ProcessService switched off.
    Apr 15, 2009 4:51:59 PM [Info]: Starting MIDService ...
    Apr 15, 2009 4:51:59 PM [Info]: Starting FileService ...
    Apr 15, 2009 4:51:59 PM [Info]: LogService switched off.
    Apr 15, 2009 4:51:59 PM [Info]: MailService switched off.
    Apr 15, 2009 4:51:59 PM [Info]: Starting services ...
    Apr 15, 2009 4:51:59 PM [Info]: Starting service "SAPinstService" ...
    Apr 15, 2009 4:51:59 PM [Info]: Service "SAPinstService" started
    Apr 15, 2009 4:51:59 PM [Info]: Services started.
    Apr 15, 2009 4:51:59 PM [Info]: Starting HTTP server listening on port 4239 ...
    Apr 15, 2009 4:51:59 PM [Info]: HTTP server started.
    Apr 15, 2009 4:51:59 PM [Info]: SL Controller started.
    Apr 15, 2009 4:51:59 PM [Info]: Starting GUI ...
    Apr 15, 2009 4:52:02 PM [Info]: GUI started.
    here it is waiting for a while
    Apr 15, 2009 4:55:10 PM [Info]: Stopping services ...
    Apr 15, 2009 4:55:10 PM [Info]: Stopping service "SAPinstService" ...
    Apr 15, 2009 4:55:10 PM [Info]: Service "SAPinstService" stopped.
    Apr 15, 2009 4:55:10 PM [Info]: Services stopped.
    Apr 15, 2009 4:55:10 PM [Info]: Server shutdown by SAPinstService
    here the installer is killed.
    Any suggestions or solutions?
    Thanks in advance.
    Tried the previous version  of the trial again the same result.
    Regards,
    Thamu.

    Hello community,
    I am trying to install SAP NW AS ABAP 7.01 SP03 on a laptop WinXP SP3 with 2GB RAM and JRE 1.4.2.19.
    When executed the sapinst.exe, the software delivery tool GUI comes up and the five steps frame is displayed below that the text "SAP - Software delivery tools GUI " is displayed and below that there is a frame (Where the central instance has to be choosed) but it is totally BLANK  very strange (:.
    In the bottom it says starting handshake...
    And nothing happens for a while and suddenly it is killed automatically.
    the program starter log shows like this...
    Apr 15, 2009 4:51:58 PM [Info]: *************************
    Apr 15, 2009 4:51:58 PM [Info]: Starting Server
    Apr 15, 2009 4:51:58 PM [Info]: Reading server configuration.
    Apr 15, 2009 4:51:58 PM [Info]: Reading service configuration SAPinstService.
    Apr 15, 2009 4:51:58 PM [Info]: Configuring LogManager ...
    Apr 15, 2009 4:51:58 PM [Info]: *************************************************
    Apr 15, 2009 4:51:58 PM [Info]: Starting SL Controller ...
    Apr 15, 2009 4:51:58 PM [Info]: StorageService switched off.
    Apr 15, 2009 4:51:58 PM [Info]: Initializing SecurityManager ...
    Apr 15, 2009 4:51:58 PM [Info]: Key Store management switched off.
    Apr 15, 2009 4:51:59 PM [Info]: Configuring HTTPManager ...
    Apr 15, 2009 4:51:59 PM [Info]: WebstartService switched off.
    Apr 15, 2009 4:51:59 PM [Info]: RoleService switched off.
    Apr 15, 2009 4:51:59 PM [Info]: AlertService switched off.
    Apr 15, 2009 4:51:59 PM [Info]: NotesService switched off.
    Apr 15, 2009 4:51:59 PM [Info]: ProcessService switched off.
    Apr 15, 2009 4:51:59 PM [Info]: Starting MIDService ...
    Apr 15, 2009 4:51:59 PM [Info]: Starting FileService ...
    Apr 15, 2009 4:51:59 PM [Info]: LogService switched off.
    Apr 15, 2009 4:51:59 PM [Info]: MailService switched off.
    Apr 15, 2009 4:51:59 PM [Info]: Starting services ...
    Apr 15, 2009 4:51:59 PM [Info]: Starting service "SAPinstService" ...
    Apr 15, 2009 4:51:59 PM [Info]: Service "SAPinstService" started
    Apr 15, 2009 4:51:59 PM [Info]: Services started.
    Apr 15, 2009 4:51:59 PM [Info]: Starting HTTP server listening on port 4239 ...
    Apr 15, 2009 4:51:59 PM [Info]: HTTP server started.
    Apr 15, 2009 4:51:59 PM [Info]: SL Controller started.
    Apr 15, 2009 4:51:59 PM [Info]: Starting GUI ...
    Apr 15, 2009 4:52:02 PM [Info]: GUI started.
    here it is waiting for a while
    Apr 15, 2009 4:55:10 PM [Info]: Stopping services ...
    Apr 15, 2009 4:55:10 PM [Info]: Stopping service "SAPinstService" ...
    Apr 15, 2009 4:55:10 PM [Info]: Service "SAPinstService" stopped.
    Apr 15, 2009 4:55:10 PM [Info]: Services stopped.
    Apr 15, 2009 4:55:10 PM [Info]: Server shutdown by SAPinstService
    here the installer is killed.
    Any suggestions or solutions?
    Thanks in advance.
    Tried the previous version  of the trial again the same result.
    Regards,
    Thamu.

  • On board sound not working. Help needed.

    I flashed my  Bios to 1.3 and installed the latest updates for my 845 Pro board.
    The onboard is listed in the system device manager but in multi media properties it says than no prferred devices are installed.
    I have tried removing and reinstalling the old drivers but still no sound :(
    Any suggestions.

    A similar thing happened to a buddy of mine, but he was overclocking his 875p Neo2. When he locked the AGP/PCI bus speeds at 66/33 mhz his sound came back. But his wasn't even listed in Device manager.
    I would agree with NovJoe, it sounds like flashing to BIOS V1.3 disabled the onboard sound. Mine did that with BIOS 1.5 for the 875. Just re-enable it in the BIOS settings.
    oglsmm

  • Help needed I updated my ipad2 with iOS5 but few of my dashbaords are not working now can any one let me know how to downgrade the OS

    Help needed I updated my ipad2 with iOS5 but few of my dashbaords (HTML5) are not working now ,can any one let me know how to downgrade the OS as we have a meeting coming up .. its urgent

    Downgrading the iOS is not supported. If you are using Safari this try clearing its cache via Settings > Safari.
    If that doesn't work then try closing Safari completely and then re-open it : from the home screen (i.e. not with Safari 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Safari app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    A third option is a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • My phone 5s did the new update and will not come back on. I already tried hard reboot still won't work. Been over a hour now. Please someone help I need my phone.

    My phone 5s 16gb gold did the new update and will not come back on. I already tried hard reboot still won't work. Been over a hour now. Please someone help I need my phone.   This phone is not even 6 months old been in case no scratches. This is driving me crazy.

    Connect your phone to a computer and restore your software using iTunes.

  • I am working on a MacBook Pro (13-inch, Mid 2009) with boot camp running Windows 7 pro 64-bit.  Windows crashes quite often now-a-days and I need to get this fixed. I heard that updating boot camp can help.  Currently I am running Version 3.0.4 (322).

    I need to know which update(s) I can apply to help stabalize the system.

    Typing the body of the thread message in the title, huh? -)
    I am working on a MacBook Pro (13-inch, Mid 2009) with boot camp running Windows 7 pro 64-bit.  Windows crashes quite often now-a-days and I need to get this fixed. I heard that updating boot camp can help.  Currently I am running Version 3.0.4 (322).
    Only Apple could hamstring and tie Mac OS to Windows. There isn't any other than whether you can download the drivers into Windows (you can) but Apple puts a block on the installer setup even if your mac does not support it.
    Windows 7 needs at least Boot Camp 3.1 and 3.3 is what you should already have. And you are not getting security updates if you don't have at least 10.6.8 as was pointed out.  --- you arent using Software Update as you should. And you should backup and clone Mac (and Windows) as well.
    You need Mountain Lion to use Boot Camp 5.x which supports Windows 7 & 8 and 64-bit.
    I would upgrade to Lion if you can realizing that Rosetta and PowerPC are no longer supported though.
    Mac 101: Using Windows on your Mac via Boot Camp
    https://support.apple.com/kb/HT1461
    http://www.apple.com/support/bootcamp/
    Helpful Apple Support Resources (Forum Overview)
    Boot Camp Support 
    Boot Camp Manuals
    Boot Camp 5.0 Drivers
    http://support.apple.com/kb/DL1638
    Frequently asked question
    http://support.apple.com/kb/HT4818
    http://manuals.info.apple.com/en_US/boot_camp_install-setup_10.7.pdf
    http://manuals.info.apple.com/en/Boot_Camp_Install-Setup_10.6.pdf
    http://manuals.info.apple.com/en/Boot_Camp_Install-Setup_10.6.pdfcreate a Windows support software (drivers) CD or USB storage media
    http://support.apple.com/kb/HT4407
    The Boot Camp Assistant can burn Boot Camp software (drivers) to a DVD or copy it to a USB storage device, such as a flash drive or hard drive. These are the only media you can use to install Boot Camp software.
    https://support.apple.com/kb/HT4569
    http://manuals.info.apple.com/en_US/boot_camp_install-setup_10.8.pdf
    Instructions for all features and settings.
    Boot Camp 4.0 FAQ Get answers to commonly asked Boot Camp questions.
    Windows 7 FAQ Answers to commonly asked Windows 7 questions.
    http://www.apple.com/support/bootcamp/
    Is there a download of the Boot Camp 5 Support Software if I'm not using OS X Mountain Lion v10.8.3?
    Yes, you can download the Boot Camp 5 Support Software here.
    http://support.apple.com/kb/DL1638
    How do I use the Boot Camp 5 Support Software I downloaded from the web page?
    The download file is a .zip file. Double click it to uncompress it.
    Double-click the Boot Camp disk image.
    Copy the Boot Camp and "$WinPEDriver$" folders to the root level of a USB flash drive or hard drive that is formatted with the FAT file system (see question below for steps on how to format).
    Install Windows, leaving the flash or hard drive attached to the USB port of your Mac.
    Installation of the drivers can take a few minutes. Don't interrupt the installation process. A completion dialog box will appear when everything is installed. Click Finish when the dialog appears.
    When your system restarts your Windows 8 installation is done.
    Note: If the flash drive or hard drive was not attached when you installed Windows and was inserted after restarting into Windows 8, double-click the Boot Camp folder, then locate and double click the "setup.exe" file to start the installation of the Boot Camp 5 Support Software.
    How do I format USB media to the FAT file system?
    Use Disk Utility to format a disk to use with a Windows computer. Here's how:
    Important: Formatting a disk erases all the files on it. Copy any files you want to save to another disk before formatting the disk.
    Open Disk Utility.
    Select the disk you want to format for use with Windows computers.
    Click Erase, and choose one of the following from the Format pop-up menu:
    If the size of the disk is 32 GB or less, choose MS-DOS (FAT).
    If the size of the disk is over 32 GB, choose ExFAT.
    Type a name for the disk. The maximum length is 11 characters.
    Click the Erase button and then click Erase again.
    Which versions of Windows are supported with Boot Camp 5?
    64-bit versions of Windows 8 and Windows 7 are supported using the Boot Camp 5 Support Software. If you need to use a 32-bit version, you need to use Boot Camp 4 Support Software, and you must use Windows 7. 32-bit versions of Windows 8 are not supported via Boot Camp. For a complete list of Windows OS support, click here.

  • Just bought a mac air with OS X v.10.7 Lion, for work I need to read and write NTFS drives, I install MacFuse and NTFS-3G, but it can not mount (recognize?) External HDD, in my MBP with Snow Lepard it work just perfectly... help please.

    Just bought a mac air with OS X v.10.7 Lion, for work I need to read and write NTFS drives, I install MacFuse and NTFS-3G, but it can not mount (recognize?) External HDD, in my MBP with Snow lepard it work just perfectly... help please.

    Reinstall MacFuse with the one from http://www.tuxera.com/mac/macfuse-core-10.5-2.1.9.dmg. If that doesn't work, you can use Paragon NTFS for Mac 9.0 which has been designed to work with Lion.

Maybe you are looking for

  • Instantiating a PDF-file that is present as an attachmeent in a SOFM object

    Hi all, I have a workflow that processes incoming customer request that come in via e-mail. For each e-mail a workflow is triggered using transaction SO28. This results in a workflow with a SOFM attachment. If the incoming e-mail contains an attachme

  • Time machine cannot complete backups - please help

    I hope somebody can help me - my Time Machine has been unable to complete backups for about six weeks or so. Having read some useful information on the support forums yesterday, I verified both my internal HD and my external disk. The external disk a

  • MacPro in Canada Needs More Ram...

    Yes, I'm here in Canada. I'm wanting to add more memory to the stock 1GB that came with my MP. There arent alot of options for shopping, therefore I've turned to two sites. OWC and Ramjet. Which in your opinion is the better of the two? They both see

  • Safari can't launch.

    Suddenly Safari can't launch. (I'm using Firefox now) What can I do to make Safari responsive again?

  • Data deletion in DB table

    Hi, I have given maintenance allowed as a setting in delivery & maintenace of DB table. But still i couldn't delete data from the table. what will be the reason? should i change some other settings of DB table?