APEXUTIL.Get_file... need to force a prompt to save, open or cancel

I'm a newbie to APEX and am using APEX_UTIL.Get_File to open static files (PDF documents).  The requirement specifies that the user must be prompted whether to save or open the file.  We have created a "popup" page with dynamic PS/SQL:
DECLARE
    l_file_id NUMBER;
BEGIN
        SELECT id INTO l_file_id FROM APEX_APPLICATION_FILES
WHERE filename = 'LDSNav.pdf';
        APEX_UTIL.GET_FILE(
              p_file_id   => l_file_id,
              p_inline    => 'NO'); 
END;
For some reason, the file is loaded into the new page (as if we had coded p_inline => 'YES')  rather than prompting the user to save or download when testing using IE and Chrome.   When testing in FireFox, it does not recognize the mime type and loads the file as it it were a text document.
Any ideas on how we can fix this?
Thanks.

In SQL Workshop, run this:
SELECT id, filename, mime_type
FROM APEX_APPLICATION_FILES
WHERE filename = 'LDSNav.pdf';
If mime_type is not 'application/pdf' (or something similar), that could cause problems.
Make sure you don't have any Branches per Documentation:
APEX_UTIL.GET_FILE()
MK

Similar Messages

  • Forcing the user to save before submit.

    Hi,
    I need to force the user to save the form before submit.
    How can I do that ? Please help.

    Hi,
    You can use the dirty flag. If your users have Acrobat/Reader 9.1 or above then you could also use the cancelAction method (however this is a bit flaky in I think version 10.0).
    For example, in the button's preSubmit event:
    if (event.target.dirty == true) {
         xfa.event.cancelAction = true;
    You would also want to include a beep and/or messageBox warning to the user.
    Hope that helps,
    Niall

  • Pages (5.2) won't quit on 27" iMac with OS 10.9.2. I need to force quit and then reopen. Fortunately the document is saved. Anyone else have this issue?

    In summary I purchased a new 27" iMac with Mavrickes, OS 10.9.2. When I try to close a Pages (v5.2) document   after saving the document the application freezes and I get the spinning rainbow ball. I then need to Force Quit Pages. When the Pages application is reopened the documents pop back up, with the data saved after the Force Quit, I am able to close the document. Any suggestions?
    I deleted Pages and then reinstalled a new downloaded copy of the application and the issue persists.

    If you migrated from an older Mac, Pages '08/'09 might still be in your Applications/iWork folder.
    Peter

  • Need Javascript to force reading mode on document open...

    Need Javascript to force reading mode on document open... Does anyone know how to do this? Acrobat 8 does not come with a custom action for opening a page in reading mode...
    Would also like the remove the page scroll bar from the document window. Can this also be applied using Javascript?

    This code will embed a script that will open the doc in Reading Mode:
    this.addScript("OpenInReadingMode","app.execMenuItem('ReadingMode');");
    You can't remove the toolbar from the document window, only in full screen mode it's invisible.

  • Mac needs to force restart too often

    My mac keeps giving me an image on the screen (http://cjmiscfiles.webs.com/20110124211705.jpg) which says I need to force restart my Mac. I got this message 2 times in a week, and I got it once before. I just got my Mid-2010 Mac when it was first out, and I'm concerned that it might be breaking already. Please help!

    Yeah I've been getting these force reboots as well, way too often, like 3 in the past 2 days actually, often within minutes of each other even after the reboot.
    here are my Panic logs
    Sat Jan 21 11:36:42 2012
    panic(cpu 1 caller 0x2abf6a): Kernel trap at 0x00279007, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0x00000000, CR3: 0x131cb000, CR4: 0x00000660
    EAX: 0x00000000, EBX: 0x00000000, ECX: 0x02330000, EDX: 0x00000000
    CR2: 0x00000000, EBP: 0x8224bcb8, ESI: 0x17fcb940, EDI: 0x00000000
    EFL: 0x00010286, EIP: 0x00279007, CS:  0x00000008, DS:  0x00000010
    Error code: 0x00000000
    Backtrace (CPU 1), Frame : Return Address (4 potential args on stack)
    0x8224bad8 : 0x21b837 (0x5dd7fc 0x8224bb0c 0x223ce1 0x0)
    0x8224bb28 : 0x2abf6a (0x59e3d0 0x279007 0xe 0x59e59a)
    0x8224bc08 : 0x2a1a78 (0x8224bc20 0xd11773a 0x8224bcb8 0x279007)
    0x8224bc18 : 0x279007 (0xe 0x48 0x7bf90010 0x10)
    0x8224bcb8 : 0x279067 (0x17fcb940 0x0 0x8224bcf8 0x26dd64)
    0x8224bcc8 : 0x26dd64 (0x0 0x246 0x8224bd58 0x2345f4)
    0x8224bcf8 : 0x26e022 (0x7bf91c18 0x7bf5d000 0x8224bd38 0x29ffbb)
    0x8224bd18 : 0x26ec52 (0x17fcb948 0x1 0x0 0xd0172b8)
    0x8224bd58 : 0x261954 (0x17fcb940 0xee4a318 0x1 0x583000)
    0x8224be88 : 0x261b4b (0x583000 0x1 0x0 0x0)
    0x8224bec8 : 0x283c4f (0xd980854 0x500000 0x1 0x583000)
    0x8224bf28 : 0x4d4007 (0xd980854 0x500000 0x1 0x83000)
    0x8224bf78 : 0x4f82fb (0xd99d000 0xefaa2a8 0xee13234 0x0)
    0x8224bfc8 : 0x2a251d (0xefaa2a4 0x1 0x10 0xd94f5e4)
    BSD process name corresponding to current thread: hidd
    Mac OS version:
    10K549
    Kernel version:
    Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
    System model name: MacBookPro7,1 (Mac-F222BEC8)
    System uptime in nanoseconds: 377866192353
    unloaded kexts:
    com.apple.driver.AppleMCP89RootPortPM          1.11 (addr 0x146a000, size 0x20480) - last unloaded 159381136314
    loaded kexts:
    com.parallels.kext.prl_vnic          6.0 11828.615184 - last loaded 43639154960
    com.parallels.kext.prl_netbridge          6.0 11828.615184
    com.parallels.kext.prl_usb_connect          6.0 11828.615184
    com.parallels.kext.prl_hid_hook          6.0 11828.615184
    com.parallels.kext.prl_hypervisor          6.0 11828.615184
    com.Cycling74.driver.Soundflower          1.5.2
    at.obdev.nke.LittleSnitch          2.3.09
    com.apple.driver.AppleHWSensor          1.9.3d0
    com.apple.driver.AGPM          100.12.31
    com.apple.filesystems.autofs          2.1.0
    com.apple.driver.AppleMikeyHIDDriver          1.2.0
    com.apple.driver.AppleHDA          2.0.5f14
    com.apple.driver.AppleUpstreamUserClient          3.5.7
    com.apple.driver.AppleMCCSControl          1.0.20
    com.apple.driver.AppleMikeyDriver          2.0.5f14
    com.apple.driver.AudioAUUC          1.57
    com.apple.kext.AppleSMCLMU          1.5.2d10
    com.apple.driver.SMCMotionSensor          3.0.1d2
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AudioIPCDriver          1.1.6
    com.apple.driver.AppleIntelPenrynProfile          17
    com.apple.driver.AppleLPC          1.5.1
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.7.0a1
    com.apple.GeForce          6.3.6
    com.apple.driver.AppleBacklight          170.0.46
    com.apple.driver.AppleUSBTCButtons          201.6
    com.apple.driver.AppleIRController          303.8
    com.apple.driver.AppleUSBTCKeyboard          201.6
    com.apple.driver.AppleUSBCardReader          2.6.1
    com.apple.iokit.SCSITaskUserClient          2.6.8
    com.apple.BootCache          31.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.iokit.IOAHCIBlockStorage          1.6.4
    com.apple.driver.AppleFWOHCI          4.7.3
    com.apple.driver.AppleHPET          1.5
    com.apple.iokit.AppleBCM5701Ethernet          3.0.5b8
    com.apple.driver.AirPortBrcm43224          428.42.4
    com.apple.driver.AppleAHCIPort          2.1.7
    com.apple.driver.AppleUSBHub          4.2.4
    com.apple.driver.AppleUSBEHCI          4.2.4
    com.apple.driver.AppleSmartBatteryManager          160.0.0
    com.apple.driver.AppleEFINVRAM          1.4.0
    com.apple.driver.AppleRTC          1.3.1
    com.apple.driver.AppleUSBOHCI          4.2.0
    com.apple.driver.AppleACPIButtons          1.3.6
    com.apple.driver.AppleSMBIOS          1.7
    com.apple.driver.AppleACPIEC          1.3.6
    com.apple.driver.AppleAPIC          1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient          142.6.0
    com.apple.security.sandbox          1
    com.apple.security.quarantine          0
    com.apple.nke.applicationfirewall          2.1.12
    com.apple.driver.AppleIntelCPUPowerManagement          142.6.0
    com.apple.driver.DspFuncLib          2.0.5f14
    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.10d0
    com.apple.nvidia.nv50hal          6.3.6
    com.apple.iokit.IOSurface          74.2
    com.apple.iokit.IOBluetoothSerialManager          2.4.5f3
    com.apple.iokit.IOSerialFamily          10.0.3
    com.apple.iokit.IOAudioFamily          1.8.3fc2
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.AppleHDAController          2.0.5f14
    com.apple.iokit.IOHDAFamily          2.0.5f14
    com.apple.iokit.AppleProfileFamily          41
    com.apple.driver.IOPlatformPluginFamily          4.7.0a1
    com.apple.NVDAResman          6.3.6
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleBacklightExpert          1.0.1
    com.apple.iokit.IONDRVSupport          2.2
    com.apple.iokit.IOGraphicsFamily          2.2
    com.apple.iokit.IOFireWireIP          2.0.3
    com.apple.driver.AppleSMC          3.1.0d5
    com.apple.driver.BroadcomUSBBluetoothHCIController          2.4.5f3
    com.apple.driver.AppleUSBBluetoothHCIController          2.4.5f3
    com.apple.iokit.IOBluetoothFamily          2.4.5f3
    com.apple.driver.AppleUSBMultitouch          207.7
    com.apple.iokit.IOUSBHIDDriver          4.2.0
    com.apple.iokit.IOSCSIBlockCommandsDevice          2.6.8
    com.apple.iokit.IOUSBMassStorageClass          2.6.7
    com.apple.driver.AppleUSBMergeNub          4.2.4
    com.apple.driver.AppleUSBComposite          3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          2.6.8
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.6
    com.apple.iokit.IOCDStorageFamily          1.6.1
    com.apple.driver.XsanFilter          402.1
    com.apple.iokit.IOAHCISerialATAPI          1.2.6
    com.apple.iokit.IOSCSIArchitectureModelFamily          2.6.8
    com.apple.iokit.IOFireWireFamily          4.2.6
    com.apple.iokit.IO80211Family          320.1
    com.apple.iokit.IONetworkingFamily          1.10
    com.apple.iokit.IOAHCIFamily          2.0.6
    com.apple.iokit.IOUSBUserClient          4.2.4
    com.apple.driver.NVSMU          2.2.7
    com.apple.driver.AppleEFIRuntime          1.4.0
    com.apple.iokit.IOUSBFamily          4.2.4
    com.apple.iokit.IOHIDFamily          1.6.6
    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.3
    com.apple.driver.AppleACPIPlatform          1.3.6
    com.apple.iokit.IOPCIFamily          2.6.5
    com.apple.iokit.IOACPIFamily          1.3.0
    Sat Jan 21 11:29:53 2012
    panic(cpu 0 caller 0x2951bf): "pmap_pv_remove(0xc85015c,0x1003e8000,0x100, 0x100000): pv not on hash, head: 0x84b7a0, 0x100000"@/SourceCache/xnu/xnu-1504.15.3/osfmk/i386/pmap_internal.h:742
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x7a38b2c8 : 0x21b837 (0x5dd7fc 0x7a38b2fc 0x223ce1 0x0)
    0x7a38b318 : 0x2951bf (0x59b28c 0xc85015c 0x3e8000 0x1)
    0x7a38b448 : 0x29555c (0xc85015c 0x300000 0x1 0x1481800)
    0x7a38b4b8 : 0x2615b0 (0xc85015c 0x300000 0x1 0x400000)
    0x7a38b5e8 : 0x261b4b (0xffe00000 0x7fff 0x0 0x0)
    0x7a38b628 : 0x22c8d2 (0xc7fcc2c 0x0 0x1 0xffe00000)
    0x7a38b658 : 0x4c9eb7 (0xdee99c4 0x0 0x0 0x475ce8)
    0x7a38b718 : 0x47e29b (0xdf0e804 0x7b703000 0xbf53b7c 0x0)
    0x7a38b9f8 : 0x47c923 (0xdf0e804 0xc89b848 0x7b703000 0x1000)
    0x7a38bbd8 : 0x47d5a0 (0xbf53b7c 0x0 0x0 0x0)
    0x7a38bf78 : 0x4f82fb (0xc66f000 0xd7d52e8 0xcd37cd4 0x1)
    0x7a38bfc8 : 0x2a251d (0xd7d52e4 0x0 0x10 0xc040b84)
    BSD process name corresponding to current thread: launchd
    Mac OS version:
    10K549
    Kernel version:
    Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
    System model name: MacBookPro7,1 (Mac-F222BEC8)
    System uptime in nanoseconds: 17816762202550
    2 pagetable corruption incident(s) detected, timeout: 1
    Incident 0x0, reason: 0x4, action: 0x0, time: 0x1a89f13999b
    Incident 0x0, reason: 0x4, action: 0x1, time: 0x103449c520ed
    unloaded kexts:
    com.apple.filesystems.msdosfs          1.6.3 (addr 0x81ec8000, size 0x53248) - last unloaded 5647158498072
    loaded kexts:
    com.parallels.kext.prl_vnic          6.0 11828.615184 - last loaded 5421833198597
    com.parallels.kext.prl_netbridge          6.0 11828.615184
    com.parallels.kext.prl_usb_connect          6.0 11828.615184
    com.parallels.kext.prl_hid_hook          6.0 11828.615184
    com.Cycling74.driver.Soundflower          1.5.2
    com.parallels.kext.prl_hypervisor          6.0 11828.615184
    at.obdev.nke.LittleSnitch          2.3.09
    com.apple.driver.AppleHWSensor          1.9.3d0
    com.apple.driver.AGPM          100.12.31
    com.apple.driver.AudioAUUC          1.57
    com.apple.driver.AppleMikeyHIDDriver          1.2.0
    com.apple.driver.AppleMikeyDriver          2.0.5f14
    com.apple.driver.AppleUpstreamUserClient          3.5.7
    com.apple.driver.AppleHDA          2.0.5f14
    com.apple.driver.AppleIntelPenrynProfile          17
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleMCCSControl          1.0.20
    com.apple.driver.AudioIPCDriver          1.1.6
    com.apple.driver.AppleLPC          1.5.1
    com.apple.driver.SMCMotionSensor          3.0.1d2
    com.apple.iokit.AppleBCM5701Ethernet          3.0.5b8
    com.apple.GeForce          6.3.6
    com.apple.driver.AirPortBrcm43224          428.42.4
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.7.0a1
    com.apple.kext.AppleSMCLMU          1.5.2d10
    com.apple.driver.AppleBacklight          170.0.46
    com.apple.filesystems.autofs          2.1.0
    com.apple.driver.AppleUSBTCButtons          201.6
    com.apple.driver.AppleIRController          303.8
    com.apple.driver.AppleUSBTCKeyboard          201.6
    com.apple.driver.AppleUSBCardReader          2.6.1
    com.apple.iokit.SCSITaskUserClient          2.6.8
    com.apple.iokit.IOAHCIBlockStorage          1.6.4
    com.apple.driver.AppleAHCIPort          2.1.7
    com.apple.driver.AppleFWOHCI          4.7.3
    com.apple.BootCache          31.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.driver.AppleEFINVRAM          1.4.0
    com.apple.driver.AppleUSBHub          4.2.4
    com.apple.driver.AppleUSBEHCI          4.2.4
    com.apple.driver.AppleUSBOHCI          4.2.0
    com.apple.driver.AppleRTC          1.3.1
    com.apple.driver.AppleHPET          1.5
    com.apple.driver.AppleSmartBatteryManager          160.0.0
    com.apple.driver.AppleACPIButtons          1.3.6
    com.apple.driver.AppleSMBIOS          1.7
    com.apple.driver.AppleACPIEC          1.3.6
    com.apple.driver.AppleAPIC          1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient          142.6.0
    com.apple.security.sandbox          1
    com.apple.security.quarantine          0
    com.apple.nke.applicationfirewall          2.1.12
    com.apple.driver.AppleIntelCPUPowerManagement          142.6.0
    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.iokit.IOSurface          74.2
    com.apple.iokit.IOBluetoothSerialManager          2.4.5f3
    com.apple.iokit.IOSerialFamily          10.0.3
    com.apple.driver.DspFuncLib          2.0.5f14
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.driver.AppleHDAController          2.0.5f14
    com.apple.iokit.IOHDAFamily          2.0.5f14
    com.apple.iokit.IOAudioFamily          1.8.3fc2
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.nvidia.nv50hal          6.3.6
    com.apple.iokit.IOFireWireIP          2.0.3
    com.apple.NVDAResman          6.3.6
    com.apple.iokit.IO80211Family          320.1
    com.apple.iokit.IONetworkingFamily          1.10
    com.apple.driver.NVSMU          2.2.7
    com.apple.driver.IOPlatformPluginFamily          4.7.0a1
    com.apple.driver.AppleSMC          3.1.0d5
    com.apple.driver.AppleBacklightExpert          1.0.1
    com.apple.iokit.IONDRVSupport          2.2
    com.apple.iokit.IOGraphicsFamily          2.2
    com.apple.iokit.AppleProfileFamily          41
    com.apple.driver.BroadcomUSBBluetoothHCIController          2.4.5f3
    com.apple.driver.AppleUSBBluetoothHCIController          2.4.5f3
    com.apple.iokit.IOBluetoothFamily          2.4.5f3
    com.apple.driver.AppleUSBMultitouch          207.7
    com.apple.iokit.IOUSBHIDDriver          4.2.0
    com.apple.iokit.IOUSBMassStorageClass          2.6.7
    com.apple.iokit.IOSCSIBlockCommandsDevice          2.6.8
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          2.6.8
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.6
    com.apple.iokit.IOCDStorageFamily          1.6.1
    com.apple.driver.AppleUSBMergeNub          4.2.4
    com.apple.driver.AppleUSBComposite          3.9.0
    com.apple.iokit.IOAHCISerialATAPI          1.2.6
    com.apple.iokit.IOSCSIArchitectureModelFamily          2.6.8
    com.apple.driver.XsanFilter          402.1
    com.apple.iokit.IOAHCIFamily          2.0.6
    com.apple.iokit.IOFireWireFamily          4.2.6
    com.apple.iokit.IOUSBUserClient          4.2.4
    com.apple.iokit.IOUSBFamily          4.2.4
    com.apple.driver.AppleEFIRuntime          1.4.0
    com.apple.iokit.IOHIDFamily          1.6.6
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.TMSafetyNet          6
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.driver.DiskImages          289
    com.apple.iokit.IOStorageFamily          1.6.3
    com.apple.driver.AppleACPIPlatform          1.3.6
    com.apple.iokit.IOPCIFamily          2.6.5
    com.apple.iokit.IOACPIFamily          1.3.0
    Fri Jan 20 15:40:46 2012
    panic(cpu 0 caller 0x293f8c): "pmap_pv_remove(0xc81d1d0,0x10071e000,0x80, 0x80000): pv not on hash, head: 0x84b7a0, 0xbb4e000"@/SourceCache/xnu/xnu-1504.15.3/osfmk/i386/pmap_internal.h:742
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x8125bb98 : 0x21b837 (0x5dd7fc 0x8125bbcc 0x223ce1 0x0)
    0x8125bbe8 : 0x293f8c (0x59b28c 0xc81d1d0 0x71e000 0x1)
    0x8125bd78 : 0x255994 (0xc81d1d0 0x71e000 0x1 0x39060)
    0x8125bde8 : 0x2589af (0x3c17bb4 0xc81d1d0 0x71e000 0x1)
    0x8125bf38 : 0x2ab83c (0xdf2f5c4 0x71e000 0x1 0x3)
    0x8125bfc8 : 0x2a18da (0xdf09a64 0x0 0x10 0x0)
    BSD process name corresponding to current thread: hidden
    Mac OS version:
    10K549
    Kernel version:
    Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
    System model name: MacBookPro7,1 (Mac-F222BEC8)
    System uptime in nanoseconds: 5665452406288
    2 pagetable corruption incident(s) detected, timeout: 1
    Incident 0x0, reason: 0x4, action: 0x0, time: 0x5271693e5d1
    Incident 0x0, reason: 0x4, action: 0x1, time: 0x5271744eef2
    unloaded kexts:
    com.apple.driver.AppleMCP89RootPortPM          1.11 (addr 0x8019b000, size 0x20480) - last unloaded 135794234610
    loaded kexts:
    com.parallels.kext.prl_vnic          6.0 11828.615184 - last loaded 42726855655
    com.parallels.kext.prl_netbridge          6.0 11828.615184
    com.parallels.kext.prl_usb_connect          6.0 11828.615184
    com.parallels.kext.prl_hid_hook          6.0 11828.615184
    com.Cycling74.driver.Soundflower          1.5.2
    com.parallels.kext.prl_hypervisor          6.0 11828.615184
    at.obdev.nke.LittleSnitch          2.3.09
    com.apple.driver.AppleHWSensor          1.9.3d0
    com.apple.driver.AGPM          100.12.31
    com.apple.driver.AudioAUUC          1.57
    com.apple.driver.AppleMikeyHIDDriver          1.2.0
    com.apple.driver.AppleUpstreamUserClient          3.5.7
    com.apple.driver.AppleIntelPenrynProfile          17
    com.apple.driver.AppleMikeyDriver          2.0.5f14
    com.apple.driver.AppleHDA          2.0.5f14
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleMCCSControl          1.0.20
    com.apple.driver.AudioIPCDriver          1.1.6
    com.apple.kext.AppleSMCLMU          1.5.2d10
    com.apple.driver.SMCMotionSensor          3.0.1d2
    com.apple.iokit.AppleBCM5701Ethernet          3.0.5b8
    com.apple.GeForce          6.3.6
    com.apple.driver.AirPortBrcm43224          428.42.4
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.7.0a1
    com.apple.driver.AppleLPC          1.5.1
    com.apple.driver.AppleBacklight          170.0.46
    com.apple.filesystems.autofs          2.1.0
    com.apple.driver.AppleUSBTCButtons          201.6
    com.apple.driver.AppleIRController          303.8
    com.apple.driver.AppleUSBTCKeyboard          201.6
    com.apple.driver.AppleUSBCardReader          2.6.1
    com.apple.iokit.SCSITaskUserClient          2.6.8
    com.apple.BootCache          31.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.driver.AppleFWOHCI          4.7.3
    com.apple.iokit.IOAHCIBlockStorage          1.6.4
    com.apple.driver.AppleUSBHub          4.2.4
    com.apple.driver.AppleUSBEHCI          4.2.4
    com.apple.driver.AppleUSBOHCI          4.2.0
    com.apple.driver.AppleAHCIPort          2.1.7
    com.apple.driver.AppleEFINVRAM          1.4.0
    com.apple.driver.AppleRTC          1.3.1
    com.apple.driver.AppleHPET          1.5
    com.apple.driver.AppleSmartBatteryManager          160.0.0
    com.apple.driver.AppleACPIButtons          1.3.6
    com.apple.driver.AppleSMBIOS          1.7
    com.apple.driver.AppleACPIEC          1.3.6
    com.apple.driver.AppleAPIC          1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient          142.6.0
    com.apple.security.sandbox          1
    com.apple.security.quarantine          0
    com.apple.nke.applicationfirewall          2.1.12
    com.apple.driver.AppleIntelCPUPowerManagement          142.6.0
    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.iokit.IOSurface          74.2
    com.apple.iokit.IOBluetoothSerialManager          2.4.5f3
    com.apple.iokit.IOSerialFamily          10.0.3
    com.apple.driver.DspFuncLib          2.0.5f14
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.driver.AppleHDAController          2.0.5f14
    com.apple.iokit.IOHDAFamily          2.0.5f14
    com.apple.iokit.IOAudioFamily          1.8.3fc2
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.nvidia.nv50hal          6.3.6
    com.apple.iokit.IOFireWireIP          2.0.3
    com.apple.NVDAResman          6.3.6
    com.apple.iokit.IO80211Family          320.1
    com.apple.iokit.IONetworkingFamily          1.10
    com.apple.driver.NVSMU          2.2.7
    com.apple.driver.AppleSMC          3.1.0d5
    com.apple.driver.IOPlatformPluginFamily          4.7.0a1
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleBacklightExpert          1.0.1
    com.apple.iokit.IONDRVSupport          2.2
    com.apple.iokit.IOGraphicsFamily          2.2
    com.apple.iokit.AppleProfileFamily          41
    com.apple.driver.BroadcomUSBBluetoothHCIController          2.4.5f3
    com.apple.driver.AppleUSBBluetoothHCIController          2.4.5f3
    com.apple.iokit.IOBluetoothFamily          2.4.5f3
    com.apple.driver.AppleUSBMultitouch          207.7
    com.apple.iokit.IOUSBHIDDriver          4.2.0
    com.apple.iokit.IOUSBMassStorageClass          2.6.7
    com.apple.iokit.IOSCSIBlockCommandsDevice          2.6.8
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          2.6.8
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.6
    com.apple.iokit.IOCDStorageFamily          1.6.1
    com.apple.driver.AppleUSBMergeNub          4.2.4
    com.apple.driver.AppleUSBComposite          3.9.0
    com.apple.driver.XsanFilter          402.1
    com.apple.iokit.IOAHCISerialATAPI          1.2.6
    com.apple.iokit.IOSCSIArchitectureModelFamily          2.6.8
    com.apple.iokit.IOFireWireFamily          4.2.6
    com.apple.iokit.IOUSBUserClient          4.2.4
    com.apple.iokit.IOUSBFamily          4.2.4
    com.apple.iokit.IOAHCIFamily          2.0.6
    com.apple.driver.AppleEFIRuntime          1.4.0
    com.apple.iokit.IOHIDFamily          1.6.6
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.TMSafetyNet          6
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.driver.DiskImages          289
    com.apple.iokit.IOStorageFamily          1.6.3
    com.apple.driver.AppleACPIPlatform          1.3.6
    com.apple.iokit.IOPCIFamily          2.6.5
    com.apple.iokit.IOACPIFamily          1.3.0

  • ValidateData.js - Need to Force Supporting Detail

    I am working on some custom JavaScript for a Hyperion Planning web input form where I need to force users to enter supporting detail. I understand how it's done in the SampleValidateData.js file, however that method will still allow a user to save non-supporting-detail values in a cell.
    I would like to cycle through all editable cells and check a property on the cell to see if it contains supporting detail. (ex. by checking the tooltip value)
    Does anyone know a specific property I can check on the cell (along with its corresponding value for supporting detail)?
    Thanks,
    - Jake

    Found it. currentDataGrid.isSupporting[r][c]

  • I am using iPhoto 11 and my library has 736.5mb on disk. I have problems with iPhoto stalling and needing to force quit. I have rebuilt my library. Can you suggest anything else?

    I am using iPhoto 11 and my library has 736.5mb on disk. I have problems with iPhoto stalling and needing to force quit. I have rebuilt my library. Can you suggest anything else? Thanks, Rose

    Make a temporary, backup copy (if you don't already have a backup copy) of the library and try the following:
    1 - delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your
         User/Home()/Library/ Preferences folder.
    2 - delete iPhoto's cache file, Cache.db, that is located in your
         User/Home()/Library/Caches/com.apple.iPhoto folder. 
    Click to view full size
    3 - launch iPhoto and try again.
    NOTE: If you're moved your library from its default location in your Home/Pictures folder you will have to point iPhoto to its new location when you next open iPhoto by holding down the Option key when launching iPhoto.  You'll also have to reset the iPhoto's various preferences.
    NOTE 2:  In Lion and Mountain Lion the Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    If that does'nt help log into another user account on your Mac and try iPhoto from there. 

  • I'm having trouble with My adobe Creative Suite 4 Design Standard programs opening. They will bounce to open but won't open up and eventually I will need to force quit as they aren't responding.  I'm thinking it may be a font issue but need some support A

    I'm having trouble with My adobe Creative Suite 4 Design Standard programs opening. They will bounce to open but won't open up and eventually I will need to force quit as they aren't responding.  I'm thinking it may be a font issue but need some support ASAP!

    Nobody can tell you anything without proper system info or other technical details like the crash logs.
    Mylenium

  • After effects gets stuck at 98% loading a file..... Needed to force quit over a dozen times

    I've been working color grading about a minute of footage in AE, and imported that comp into Premiere Pro.
    The color grading file was dealing with lots of different pieces of footage that make up the sequece. I need to open the AE file in order to render it, but it gets stuck at 98% loaded and freezes up. I've needed to force quit at least a dozen times. Is there a fix to this? Do I need to rebuild the file?
    I work on a macbook pro with 16GB of ram and an i7 3.6Ghz processor so I should have no problem with these files. In fact, I also do work with an animation studio, and we work with large 5k image sequences plus digital faces plus other elemets, and their files are much larger.
    Please help quickly! I'm on a deadline and can't proceed until this is fixed.
    Thanks,
    Bear
    Oh, and if it helps at all, I'm using the CS6 version.

    Does the AE project file open?  Render out the clips, then quit AE.  Import the clips into Premiere.  Deadline met.
    I'm on an HP Workstation with 24GB RAM and I wouldn't even think about trying to import an AE project file into PP for critical work.

  • I all of you , any time that i use my Itune by closing i need to force all my system , do you have a solution to propose ?

    This is my first time that i use apple support communities .. since a few months i got the same problem in my laptop .. any time that i use my Itune and i normally close it .. than i need to force totally the closing of my pc .. that s happend only when i use Itune !!! do you have any suggestion to solve the problem ??
    Thanksssss GB

    You can buy Microsoft Office for Mac, it includes Word, Excel and Powerpoint. Or you can download a free copy of LibreOffice which contains substitutes (good ones) for the Microsoft Office programs.
    Do not even think of using Boot Camp unless you have a complete and current TM backup or a clone to restore if it goes wrong. You will also need to buy Windows and Microsoft Office for it. And you MUST read the directions very carefully.

  • Lightroom 5.4 is getting stuck in full screen mode. I need to force-quit the app in order to re-start and use again. How can I fix this?

    Lightroom 5.4 is getting stuck in full screen mode. I need to force-quit the app in order to re-start and use again. How can I fix this?
    I am using Mac osX 10.9.2
    I can see that I am not the only one with this problem.

    LOL... this is what I just had to look up... it's not exactly clear or apparent, is it?
    When in Full screen mode.. just press Command-F. Voila!

  • I recently upgraded to Lion, and immediately started having consistent problems with Open Office 12 (would hang, and need a Force quit to recover). Has anybody else seen these problems? Any solutions other than going back to Snow Leopard? (I did).

    I recently upgraded to Lion, and immediately started having consistent problems with Open Office 12 (would hang, and need a Force quit to recover). Has anybody else seen these problems? Any solutions other than going back to Snow Leopard? (I did). But I'd like to use iCloud with iPad.

    Hi Pete. The repair of disk permissions can help resolve  any application crashing or misbehaving.
    As for Lion and the two camps, I think that is a reasonable observation. In my office we have about a dozen Mac's and about one third of those Mac's had problems after updating from 10.6 to 10.7. The main problem for these Mac's was a loss of wifi stability. But for the other two-thirds, Lion was a smooth transition.
    Personally, my Lion experience was fine. But I did get a new i7 MacBook Pro with Lion already installed and only had to migrate my user data from a 10.6.8 TM backup.
    So I think that is a key for Lion's operational success. A clean install of Lion on a new Mac would not cause too many operational issues. But an installation, or more correctly, an update to Lion from SL increased the chances of failure for some users - especially when old software & plugins resided on the Mac. And I would say that they were the people that you saw at the Apple store.
    As for the "latest release of Lion fixed my problems" statement, my experience with these and other forums is that people mostly only go there to complain about the problems they are having. If they are having no problems then they either keep it to themselves or they try to help the users who are experiencing trouble...

  • I Need Help Adjusting Command Prompt Directories

    I have the satellite L505D---S5983 and I need to change my prompt from C:\Users\Brandon>. I have tried every search I can think of but nothing is working for me. Please help. I need this to be fixed ASAP, I am a app developer for android and I need to get back up and running.

    Satellite L505D-S5983  
    I need to change my prompt from C:\Users\Brandon>.
    Brandon, make a shortcut to cmd (%systemroot%\system32\cmd.exe) and name it Command Prompt.
    Right-click the shortcut, click Properties, and put the folder you want (c:\, for instance) in the Start in: field on the Shortcut tab.
    I find it's a good idea to open command prompts in elevated mode. To do that, click the Advanced button on the same tab and set Run as administrator.
    -Jerry

  • Help need for force to signout All session ! how...

    hi
         help need for force to  signout All session !  how ??
    Solved!
    Go to Solution.

    Hi and welcome to the Skype Community,
    To force a signout of all instances your Skype is signed into please change your password: https://support.skype.com/en/faq/FA95/how-do-i-change-my-password
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

  • Mail doesn't shut down; need to Force Quit

    Hi
    Recently the Mail on my iMac has stopped shutting down (Alt-Q, or Mail/Quit, etc). To stop it, I need to Force Quit. Mail seems to go out to places I send to, and mail comes back in, but it won't shut down.
    Any ideas on how to fix this?
    thanks
    dc

    I've been having this problem for several months. In fact, I was experiencing it on my G5 tower, under 10.5.6, and I had hoped that replacing the entire computer with a new iMac, and a brand new operating system, would make it go away. No Joy. Apparently the MIgration Assistant helped the problem migrate to my new machine.
    But I'm posting this because I think it's significant that the problem exists independently of the operating system or hardware. I think there is some kind of plug-in or extension which can be transferred between machines and software versions.
    Specifics: I can't quit mail normally on the desktop which was migrated from my old machine. 'Quit' grays out in the menu, but the program doesn't stop running. I can compose, send, and retrieve email as if nothing is wrong. This problem does not appear when I create a new desktop account and log in on that one. Mail quits normally on that desktop. But on the migrated desktop, I can never quit normally. Force quit will work, though, which is an improvement over 10.5.6, when I had to do a hardware reset.

Maybe you are looking for