Computer shuts down while loading the progress-bar

SPECS:
MacBookPro 13-inch
Early-2011
I recently installed Yosemite in my computer, hours later while I was using the new OS X my computer freezed. I held the power button and it turned off. Now, I'm trying to power on the computer and when the progress bar is in 50% the computer turns off.
I need help ASAP

rthec wrote:
I've seen some of the threads regarding this but none of the fixes work for me.  I formatted my hard drive for reasons other than this so it has a fresh install of Windows XP Home Edition, the latest video drivers, and the latest Flash.  When my wife plays Cityville or Castleville, her computer shuts down.  I checked the system logs and nothing is there regarding the shutdown.  I tried changing the hardware exiliration setting and that didn't help.  We've tried the games on Firefox and IE 8 with the latest updates and it still doesn't work.  Any help will be appriciated.
The operating system, XP in this particular case, will shutdown the system to prevent damage to hardware if it encounters an instruction which can damage the system. It will usually logs an event which you can view by clicking Start, then in the Run field, type eventvwr.msc and click OK. Then open the both the "System" and "Application" submenus and look for events which are prefixed with a white X inside a red circle. The 6th column from the left will contain the Event ID which can be used to try and track down the source of the problem.

Similar Messages

  • HELP! Computer shutting down while loading FL studio Plugins! High CPU load?!

    Good day everyone. I am in dire need of some help concerning my Hp Pavilion p6-2330 . I am a producier and I use a programmed called FL studio.
    I've never had this problem before but now it happens almost everytime. When I open a project with a lot of VST plug-ins or a new VST plug-in it just immeadiatly prompts windows "shutting down". I am not sure if its exclusive to FL studio or a High CPU load in general.
    I've tried a lot. Replaced my PSU. Blow out the dust from my hardive throuroughly. I really doubt its a overheating problem because it only happens when opening a project with a lot of vst plugins or opening a new vst on top. and my CPU isnt hot
    Is there a crash report i can look at to see the reason its shutting down? What can i do?!

    Hi,
    The following link shows specs of your computer:
       http://h20564.www2.hp.com/hpsc/doc/public/display?docId=emr_na-c03499435
    given "only happens when opening a project with a lot of vst plugins or opening a new vst on top." I think the cheapest option now is to increase RAM from 6GB to say 16GB (using information from the above link). Before goinng out to buy more RAM, you may want to insrease system page file first (similar for Windows 8.1):
       http://windows.microsoft.com/en-au/windows/change-virtual-memory-size#1TC=windows-7
    or
       http://www.softwareok.com/?seite=faq-Windows-8&faq=133
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • I plugged my iphone in to my laptop to update it and the computer shut down right at the end. My phone now has the itunes symbol and an arrow asking me to plug my phone into itunes (I assume the laptop). It's frozen like that even when switched off

    I plugged my iphone in to my laptop to update it and the computer shut down right at the end. My phone now has the itunes symbol and an arrow asking me to plug my phone into itunes (I assume the laptop). It's frozen like that even when switched off. If I plug the connection into the laptop it's not recognising it now. HELP!

    Hello there, xkatiex255.
    The following Knowledge Base article should provide the steps for you to resolve your issue:
    iOS: Unable to update or restore
    http://support.apple.com/kb/HT1808
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • How to slow things down to see the progress bar?

    how to slow things down to let the progress bar to show its progress?
    everytime i run the program i can see only two scenario: 1. 0% 2. 100%
    i think the stuffs are too little to make any difference.
    what should i add in the codes so that i can see the progress?
    thanks!
    here is my codes:
    jProgressBar1.setValue(1);
    do some stuff here
    jProgressBar1.setValue(15);
    do some stuff
    jProgressBar1.setValue(31);
    do some stuff
    jProgressBar1.setValue(41);
    do some stuff
    jProgressBar1.setValue(61);
    do some stuff
    jProgressBar1.setValue(100);

    Hi!
    When you call update on the progress bar, the value of the progress bar is updated, but it won't be reflected on the screen until Swing has a chance to repaint. Swing can't repaint until your code is finished. So, what's happening is something like this:
    setValue(1), do stuff, setValue(15), do stuff, setValue(31), do stuff, Swing Repaint
    Also, not only does this block the progress bar from updating, but as long as your code here is running it blocks all of Swing (repainting, handling events, etc...).
    If your "stuff" isn't very time consuming, just remove the progress bar altogether. Otherwise, to make things work properly, you'll want to move it to another thread. Then, from that thread you can keep the progress bar up to date with:
    SwingUtilities.invokeLater(new Runnable() {
        public void run() {
            jProgressBar1.setValue(xxx);
    });Hope that helps!
    Shannon Hickey (Swing Team)

  • I have been edited a project for weeks. Today, a few minutes after opening the project to work on it again, my computer shut down abnormally. The timeline disappeared. All the media is still in the project but my edited timeline is gone. Please help!

    I have been edited a project for weeks. Today, a few minutes after opening the project to work on it again, my computer shut down abnormally. The timeline disappeared. All the media is still in the project but my edited timeline is gone. Please help!

    You have 10.6 on that machine, I suggest you stick with it for performance, third party hardware and software reasons as long as possible.
    Consider 10.8 (not 10.7) when it's released, because 10.7 and 10.8 will require a new investment in software and newer third party hardware as it requires newer drivers the old machines won't have. (forced upgrade because of software, really nice of them)
    http://roaringapps.com/apps:table
    Far as your Safari problem do these things until it's resolved:
    1: Software Update fully under the Apple menu.
    2: Check the status of your plug-ins and update (works for all browsers) also install Firefox and see if your problems continue. You should always have at least two browsers on the machine just in case one fails.
    https://www.mozilla.org/en-US/plugincheck/
    Flash install instructions/problem resolution here if you need it.
    How to install Flash, fix problems
    3: Install Safari again from Apple's web site
    https://www.apple.com/safari/
    4: Run through this list of fixes, stopping with #16 and report back before doing #17
    Step by Step to fix your Mac

  • HT1539 computer went down while loading digital copy.  It will not let me use the code again.  How do I get my copy?

    Compuer went down while loading a digital copy.  I tried to redeem the code again and it won't let me.  How do I get my movie?

    See this older post from another forum member Zevoneer covering the different methods and software available to assist you with the task of copying content from your iPod back to your PC and into iTunes.
    https://discussions.apple.com/thread/2452022?start=0&tstart=0
    B-rock

  • IMac starts, shuts down - gray screen w/ progress bar

    I have a 2007 iMac and it is now shutting down every time I try and restart it.  I see a gray screen with the apple logo, the spinning wheel and the progress bar upon every restart.  The progress bar never finishes and it shuts down.
    I have restarted with command-option-P-R - same result
    I have restarted with command-S - same result
    I have restarted with command-C - it kept spitting the disc out then it would shut down again
    I have restarted with command-V and it said something about incorrect block counts.  It also at the very end, just before shutting down again said "Disk Full Error" and "killing all processes done".  I had to snap a picture with my phone to see what it actually said since it happened so fast.  I knew the hard drive was almost full and was actually backing up to and external hard drive just before this issue began.
    Is there anyway for me to force the computer to stay on long enough for me to remove some items and free up space?  Like an override somehow?
    Thanks so much in advance for the help!
    Shayna

    What Mac OS X are you running?
    Have you tried this article: http://support.apple.com/kb/TS2570

  • Potential Args, Computer shutting down while playing a game

    I've only had this mac for 5 months, but it keeps shutting down while I'm playing StarCraft II. It should be able to handle the game, but it keeps telling me to restart and I have no idea what the error says or means. I'm not sure what (4 potential args on stack) means. I'm not sure if it is a frame rate issue and how to fix it or change the frame rate if needed. Any help would be much appreciated. The error is below:
    Interval Since Last Panic Report: 145971 sec
    Panics Since Last Report: 2
    Anonymous UUID: 1017C80F-D5F3-488B-91B6-01EB174E0122
    Mon Apr 11 21:51:18 2011
    panic(cpu 2 caller 0x2aab59): Kernel trap at 0x0097efb5, type 14=page fault, registers:
    CR0: 0x80010033, CR2: 0x0000003c, CR3: 0x00100000, CR4: 0x00000660
    EAX: 0x00000000, EBX: 0x00000000, ECX: 0x00000000, EDX: 0x5724a710
    CR2: 0x0000003c, EBP: 0x5724a658, ESI: 0x5724a710, EDI: 0x00000000
    EFL: 0x00010202, EIP: 0x0097efb5, CS: 0x00000008, DS: 0x00000010
    Error code: 0x00000000
    Backtrace (CPU 2), Frame : Return Address (4 potential args on stack)
    0x5724a448 : 0x21b510 (0x5d9514 0x5724a47c 0x223978 0x0)
    0x5724a498 : 0x2aab59 (0x59aeec 0x97efb5 0xe 0x59b0b6)
    0x5724a578 : 0x2a09b8 (0x5724a590 0x0 0x5724a658 0x97efb5)
    0x5724a588 : 0x97efb5 (0xe 0x48 0x10 0x10)
    0x5724a658 : 0x98180d (0xaed6000 0x0 0x0 0x2)
    0x5724a998 : 0x9825bd (0xaed6000 0x50d79590 0x7d0 0x2a9268)
    0x5724a9b8 : 0x985c8c (0xaed6000 0x50d79590 0x19 0x99e9b3)
    0x5724a9f8 : 0x985f04 (0xaed6000 0xaed6114 0xaed62c4 0x0)
    0x5724aa58 : 0x9549fb (0xaed6000 0x141f3c00 0x8ffa86f9 0xc1)
    0x5724ab08 : 0x951533 (0xaed6000 0x0 0x5724ab6c 0x5724ab68)
    0x5724ab88 : 0x56a738 (0xaed6000 0x0 0x5724addc 0x5724ac14)
    0x5724abd8 : 0x56afd7 (0xa4b880 0xaed6000 0x889bf88 0x1)
    0x5724ac28 : 0x56b88b (0xaed6000 0x10 0x5724ac70 0x0)
    0x5724ad48 : 0x285be0 (0xaed6000 0x10 0x889bf88 0x1)
    0x5724bdf8 : 0x21d8be (0x889bf60 0xaedf5a0 0x20ca0 0x4807)
    0x5724be38 : 0x210a3e (0x889bf00 0x0 0x9f91bd0 0x9f921f0)
    0x5724be98 : 0x216ca1 (0x889bf00 0x0 0x0 0x0)
    0x5724bf18 : 0x294e25 (0x5724bf44 0x0 0x0 0x0)
    0x5724bfc8 : 0x2a1028 (0x9b91280 0x0 0x10 0x9b93d40)
    Kernel Extensions in backtrace (with dependencies):
    com.apple.ATIRadeonX3000(6.2.6)@0x948000->0xb54fff
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x908000
    dependency: com.apple.iokit.IONDRVSupport(2.2)@0x93b000
    dependency: com.apple.iokit.IOGraphicsFamily(2.2)@0x919000
    BSD process name corresponding to current thread: SC2
    Mac OS version:
    10J869
    Kernel version:
    Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386
    System model name: iMac11,3 (Mac-F2238BAE)
    System uptime in nanoseconds: 1303791505121
    unloaded kexts:
    com.apple.driver.AppleUSBUHCI 4.1.5 (addr 0x1148000, size 0x65536) - last unloaded 128377333974
    loaded kexts:
    com.razer.naga.driver 2.0.0
    com.apple.driver.AGPM 100.12.19
    com.apple.driver.AppleHWSensor 1.9.3d0
    com.apple.driver.AppleMikeyHIDDriver 1.2.0
    com.apple.driver.AppleUpstreamUserClient 3.5.4
    com.apple.driver.AppleMCCSControl 1.0.17
    com.apple.driver.AppleHDA 1.9.9f12
    com.apple.kext.ATIFramebuffer 6.2.6
    com.apple.driver.AppleMikeyDriver 1.9.9f12
    com.apple.driver.AudioAUUC 1.54
    com.apple.ATIRadeonX3000 6.2.6
    com.apple.DontSteal_Mac_OSX 7.0.0
    com.apple.driver.AudioIPCDriver 1.1.6
    com.apple.driver.AirPort.Atheros21 424.14.5
    com.apple.driver.ACPISMCPlatformPlugin 4.5.0d5
    com.apple.driver.AppleLPC 1.4.12
    com.apple.driver.AppleBacklight 170.0.34
    com.apple.filesystems.autofs 2.1.0
    com.apple.driver.AppleIRController 303.8
    com.apple.driver.AppleUSBCardReader 2.5.8
    com.apple.BootCache 31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.iokit.SCSITaskUserClient 2.6.5
    com.apple.iokit.IOAHCIBlockStorage 1.6.3
    com.apple.driver.AppleUSBHub 4.1.7
    com.apple.driver.AppleFWOHCI 4.7.1
    com.apple.iokit.AppleBCM5701Ethernet 2.3.9b6
    com.apple.driver.AppleEFINVRAM 1.4.0
    com.apple.driver.AppleUSBEHCI 4.1.8
    com.apple.driver.AppleAHCIPort 2.1.5
    com.apple.driver.AppleACPIButtons 1.3.5
    com.apple.driver.AppleRTC 1.3.1
    com.apple.driver.AppleHPET 1.5
    com.apple.driver.AppleSMBIOS 1.6
    com.apple.driver.AppleACPIEC 1.3.5
    com.apple.driver.AppleAPIC 1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient 105.13.0
    com.apple.security.sandbox 1
    com.apple.security.quarantine 0
    com.apple.nke.applicationfirewall 2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement 105.13.0
    com.apple.driver.AppleBluetoothHIDKeyboard 141 - last loaded 37170530879
    com.apple.driver.IOBluetoothHIDDriver 2.4.0f1
    com.apple.driver.AppleHIDKeyboard 141
    com.apple.driver.DspFuncLib 1.9.9f12
    com.apple.driver.AppleProfileReadCounterAction 17
    com.apple.driver.AppleProfileTimestampAction 10
    com.apple.driver.AppleProfileThreadInfoAction 14
    com.apple.driver.AppleProfileRegisterStateAction 10
    com.apple.driver.AppleProfileKEventAction 10
    com.apple.driver.AppleProfileCallstackAction 20
    com.apple.driver.AppleSMBusController 1.0.8d0
    com.apple.kext.ATI5000Controller 6.2.6
    com.apple.kext.ATISupport 6.2.6
    com.apple.iokit.IOFireWireIP 2.0.3
    com.apple.iokit.IOSurface 74.2
    com.apple.iokit.IOBluetoothSerialManager 2.4.0f1
    com.apple.iokit.IOSerialFamily 10.0.3
    com.apple.iokit.IOAudioFamily 1.8.0fc1
    com.apple.kext.OSvKernDSPLib 1.3
    com.apple.driver.AppleHDAController 1.9.9f12
    com.apple.iokit.IOHDAFamily 1.9.9f12
    com.apple.iokit.IO80211Family 314.1.1
    com.apple.iokit.AppleProfileFamily 41
    com.apple.driver.AppleSMC 3.1.0d3
    com.apple.driver.IOPlatformPluginFamily 4.5.0d5
    com.apple.driver.AppleSMBusPCI 1.0.8d0
    com.apple.iokit.IONDRVSupport 2.2
    com.apple.iokit.IOGraphicsFamily 2.2
    com.apple.driver.BroadcomUSBBluetoothHCIController 2.4.0f1
    com.apple.driver.AppleUSBBluetoothHCIController 2.4.0f1
    com.apple.iokit.IOBluetoothFamily 2.4.0f1
    com.apple.iokit.IOUSBHIDDriver 4.1.5
    com.apple.iokit.IOSCSIBlockCommandsDevice 2.6.5
    com.apple.iokit.IOUSBMassStorageClass 2.6.5
    com.apple.driver.AppleUSBMergeNub 4.1.8
    com.apple.driver.AppleUSBComposite 3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 2.6.5
    com.apple.iokit.IOBDStorageFamily 1.6
    com.apple.iokit.IODVDStorageFamily 1.6
    com.apple.iokit.IOCDStorageFamily 1.6
    com.apple.driver.XsanFilter 402.1
    com.apple.iokit.IOAHCISerialATAPI 1.2.5
    com.apple.iokit.IOSCSIArchitectureModelFamily 2.6.5
    com.apple.iokit.IOUSBUserClient 4.1.5
    com.apple.iokit.IOFireWireFamily 4.2.6
    com.apple.iokit.IONetworkingFamily 1.10
    com.apple.iokit.IOUSBFamily 4.1.8
    com.apple.iokit.IOAHCIFamily 2.0.4
    com.apple.driver.AppleEFIRuntime 1.4.0
    com.apple.iokit.IOHIDFamily 1.6.5
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 6
    com.apple.driver.DiskImages 289
    com.apple.iokit.IOStorageFamily 1.6.2
    com.apple.driver.AppleACPIPlatform 1.3.5
    com.apple.iokit.IOPCIFamily 2.6
    com.apple.iokit.IOACPIFamily 1.3.0
    Model: iMac11,3, BootROM IM112.0057.B00, 2 processors, Intel Core i3, 3.2 GHz, 4 GB, SMC 1.59f2
    Graphics: ATI Radeon HD 5670, ATI Radeon HD 5670, PCIe, 512 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x8F), Atheros 9280: 2.1.14.5
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: SAMSUNG HD103SJ, 931.51 GB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfd100000
    USB Device: Razer Naga, 0x1532, 0x0015, 0xfd130000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0xfd120000
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd110000
    USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfa100000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8215, 0xfa111000
    USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0xfa120000

    You are only just beginning to feel the pain of Starcraft II on your Mac. Have you seen this List of problems?
    Blizzard created the junk, and it's up to them to properly patch it. The list of other well known and respected programs it's incompatible with (LittleSnitch, AppCleaner, FileVault, and PeerGuardian to name a few) doesn't give me a warm and fuzzy.
    The page also mentions that your CPU can overheat, for whatever reason, and that means total failure for a laptop or early component damage to a motherboard. Gee, that sounds like something that shouldn't be run on a regular basis.

  • Computer shuts down while importing

    This doesn’t happen with every song I try to import in iTunes, but let’s say with 2 out of 10 songs, while importing my computer simply shuts down. Just before it dies on me it says something like: Error, disk locked. I just can’t figure out what’s his problem.
    Hp Pavilion dv1000   Windows XP  

    Problem solved for me... I changed the place of my computer which seem to have helped. I think the problem was heat... too much heat and now I can import a full CD without my computer to shut down. If it is not heat, I read that it could be bad memory. if my computer shuts down again, I will check the memory of my computer.

  • Computer shuts down while updating Ipod?

    Hi
    I have a Video Ipod and an old laptop, my problem is that my computer shuts down 2 minutes after I open Itunes.
    My question is, whether the Ipod saves the little data that is transfered, when the transfer is abrubted by the computer shutting down?
    (If it saves it I can keep on updating tiny bits of my music libary, otherwise I will stop wasting my time restarting the upload proces over and over again)
    Thanks

    You might consider reposting this question in one of the iPod discussion forums here - which are for both Windows and Mac user problems.

  • Computer shuts down while playing Facebook games

    I've seen some of the threads regarding this but none of the fixes work for me.  I formatted my hard drive for reasons other than this so it has a fresh install of Windows XP Home Edition, the latest video drivers, and the latest Flash.  When my wife plays Cityville or Castleville, her computer shuts down.  I checked the system logs and nothing is there regarding the shutdown.  I tried changing the hardware exiliration setting and that didn't help.  We've tried the games on Firefox and IE 8 with the latest updates and it still doesn't work.  Any help will be appriciated.

    rthec wrote:
    I've seen some of the threads regarding this but none of the fixes work for me.  I formatted my hard drive for reasons other than this so it has a fresh install of Windows XP Home Edition, the latest video drivers, and the latest Flash.  When my wife plays Cityville or Castleville, her computer shuts down.  I checked the system logs and nothing is there regarding the shutdown.  I tried changing the hardware exiliration setting and that didn't help.  We've tried the games on Firefox and IE 8 with the latest updates and it still doesn't work.  Any help will be appriciated.
    The operating system, XP in this particular case, will shutdown the system to prevent damage to hardware if it encounters an instruction which can damage the system. It will usually logs an event which you can view by clicking Start, then in the Run field, type eventvwr.msc and click OK. Then open the both the "System" and "Application" submenus and look for events which are prefixed with a white X inside a red circle. The 6th column from the left will contain the Event ID which can be used to try and track down the source of the problem.

  • Computer shuts down while downloading Itunes

    Every time I start to download the new version of Itunes it shuts down my computer. No blue screen or error messages, and my computer starts back up just fine. It also freezes on the last step while syncing my Iphone. I've uninstalled and reinstalled Itunes numerous times and no changes. Please help this is becoming very anoying!

    In the course of your troubleshooting to date, have you worked through the following document?
    Apple software on Windows: May see performance issues and blank iTunes Store

  • Laptop shuts down while loading up

    have a satellite and when starting up it just shuts down. did show loading windows and small logo showing iy was starting to load but now that doesnt even show before it shuts down

    do you hear any noise coming from the computer? is it hot? is there a certain point where it shuts down?

  • Computer shuts down while importing audio cds?

    When I am on the 4th or 5th song, mu computer justs shuts down? Any ideas?
    Jenn

    are you getting any sort of blue screen, Jenn? if so, what numerical and text codes are you getting with it? (ie 0x[zeros/letters/numbers] CAPSANDUNDERSCORES)
    if the blue screen mentions a specific file, let us know what that is called too. (exact spelling, please.)
    here's a reference on the sorts of things i'm asking about:
    Troubleshooting Windows Stop Messages
    if you're not seeing a blue screen (or just a flash of one), we can use this technique to make hidden blue screens appear for us:
    1) Open your system control panel (Start->Control Panels->System).
    2) Select the "Advanced" tab.
    3) Click the "Startup and Recover" section's "Settings" button
    4) Verify that under "System Failure" the "Automatically restart" checkbox is not checked.

  • When using bootcamp computer shuts down when turning the screen down.

    Im using the latest version mac os x macbook retina 15display. When im running  Windows 8 through bootcamp I'm having problems when turning down the display the computer always have to reboot again. I have to start it and choose to boot from Windows 8. But when entering Windows8 again it will remeber its state from when turning the screen down. This also causes a problem that I can not use only a single external display because I always have to have my screen up because when turning down it will shut down and my usb devices as mouse or keyboard will no be able to detect the computer. This is not a problem on my Mac Os X partition.

    the behaviour of various things like closing the lid is something one controls in the control panel in windows under powersettings same as with all windows laptops

Maybe you are looking for

  • Mid 2010 Macbook pro - Mini DisplayPort to Hdmi issues

    Hi there! I'm having some issues connecting my mid 2010 Macbook pro to my 32" Toshiba LED TV. I'm running OS X Version 10.8.2 , as mentioned before, on the mid 2010 Macbook pro. The issue which I have, is that when I connect my Hdmi cable to my minid

  • Tool to make easy code for making pictures in java

    e.g. g.drawLine(10,10,50,100) Is there a simple tool where I can draw a line on a screen and that that tool gives me then the right coordinates to put it in the java code? Of course this simple line is just an example. I want to use this to create ad

  • [iPhone] Targetting iPod Touch

    Is there any obvious reason why a simple iPhone app that doesn't use any of the iPhone-specific features doesn't work on the iPod Touch? My app was built using the iPhone SDK (v 9m2199a) for iPhone OS 2.0, utilizing standard UIKit with CFSockStream f

  • How to find affected tables in the database

    Hi Friends, Is there any way to find the tables affected in the database when book a trade in the Application in Oracle. Please help me to find the affected tables. Thanks, ragu. Edited by: user533548 on Apr 3, 2009 5:08 AM Edited by: user533548 on A

  • Change the reverse document type for RE.

    Hi, We want to change the reverse document type for document type RE, can any one sugget the possible negative impact.