Mouse click on OK is not recognised in JOptionPane.showMessageDialog

JOptionPane.showMessageDialog(frame, longMessage,
shortMessage,JOptionPane.ERROR_MESSAGE);
Strangely, when the above dialog pops up, I am unable to click OK using the mouse. But pressing enter / space on OK works. Also closing the window works. Could some one please tell me why click on OK doesn't work. I am JRE 1.4.1.02. This seems to have worked in JRE 1.3.1
Your help is much appreciated.

just try this buddy
hope it fits yr requirement
int result = JOptionPane.showConfirmDialog(null,
"Do you want to exit ",
"Exit ?",
JOptionPane.YES_NO_OPTION);
if (result == JOptionPane.YES_OPTION)
System.exit(0);
rgds
ASHWIN

Similar Messages

  • My 4th gen classic makes a continuous whirring and clicking noise and is not recognised on iTunes.  Any ideas?

    My 4th gen classic makes a continuous whirring and clicking noise and is not recognised on iTunes.  Any ideas?

    That could be a clear sign of a damaged hard disk.  Can you try and force the iPod into Disk Mode and then connect it to iTunes so you can attempt a restore or even a low level reformat of the iPod's HD/file system.
    Putting iPod into Disk Mode
    B-rock

  • COMMIT_FOARM IS NOT WORKING INSIDE THE  WHEN-MOUSE-CLICK

    Dear friends
    I have following script in when-mouse-click trigger
    BEGIN
    IF NOT Form_Success THEN
    Bell;
    RAISE Form_Trigger_Failure;
    END IF;
    IF :System.Form_Status = 'CHANGED' THEN
    IF :LOCK_FLAG = 1 THEN
    UPDATE PROJ.IM_REQUEST_HEADER
         SET LOCK_FLAG = 1
         WHERE DOC_CODE = :DOC_CODE ;
         SHOW_MESSAGE('DOCUMENT CODE -1'|| ' '||:DOC_CODE);
         SHOW_MESSAGE('LOCK FLAG -1'|| ' '||:LOCK_FLAG);
         Commit_Form;
         MESSAGE('The Record have been changed -1 ');
    ELSE
         UPDATE PROJ.IM_REQUEST_HEADER
         SET LOCK_FLAG = 0
         WHERE DOC_CODE = :DOC_CODE ;
         Commit_Form;
         MESSAGE('The Record have been changed - 2');
    END IF;
    ELSIF :System.Form_Status <> 'QUERY' THEN
    Message('An error prevented your changes from being
    committed.');
    Bell;
    RAISE Form_Trigger_Failure;
    END IF;
    END;
    Note :
    The above trigger is attached to this field LOCK_FLAG and the item type of LOCK_FLAG is check box in the form and the property of the LOCK_FLAG
    is site as the following :
    database item = NO , and the property of the blcok IM_REQUEST_HEADER is site as the following :
    database data block = NO
    and my problem is when i change the value of LOCK_FLAG is not executting the update statement .
    waiting for your valuable answer in details thank in advance for your cooperation.
    best regards
    jamil alshaibani

    Dear Wilfred
    Thank you very much for your cooperation, yes when I change the “Database data block “ property to no, it works, as I wanted to be.
    Notes about my application:
    In my program I provide the store keeper query screen, he can check the orders and lock the specific order by clicking on the LOCK_FLAG field, so after he locked the field the requester user can not change his order content if it is locked by the store keeper
    And the way I was trying to do it ,by query the data from      IM_REQUEST_HEADER Table which is the Order table which is the header table ,the form is displaying doc_code ,doc_date ,lock_flag,and the order store name ,and I provide him a report on the same form that he can see the details of the order items ,and all the field properties set to no, that is update allowed to no ,insert allowed set to no, but the field lock_flag property set as update allowed to yes and insert allowed set to yes
    and I would like to now how it was displaying this message
    ORA-01400 cannot insert NULL INTO “PROJ”.IM_REQUEST_HEADER”.DOC_CODE
    And I was not inserting, I was just updating the lock_flag by the above update statement.
    Best regards
    Jamil Alshaibani

  • Using CTRL+Mouse Click as Action

    I recorded a s/w simulation where I want the user to follow a sequence of keystrokes to ensure comprehension. I came across one sequence which I cannot get to work. I go into properties of the click box and select Actions>Shortcuts to record the key sequence CTRL + Left Mouse click but it does not record the CTRL key when combined with the mouse click. If I use CTRL plus some other keyboard key it works fine. Currently using the mouse click alone will allow the user to go to the next step but in the s/w this will not work so could be misleading.
    Does anyone know how to overcome this hurdle or if it is a s/w limitation do you have any suggestions to mitigate it? I was thinking of having the key sequence as a test question to ensure those taking the course absorbed the information.
    I found another thread a couple of years ago where it sounded like it was not possible but was curious if things have changed as I am using Captivate 5.
    Thanks
    Roshan

    Hi Roshan,
    The "CTRL+Mouse Click " can't be used as shortcut key for a click box in Captivate 5.
    Thanks,
    Subhransu

  • How to add an object on mouse click?

    i am trying to add an object on user's mouse click...but not getting how?
    can anyone help me?

    You could create the movieclip object and put it in the library with a linkage name, e.g. mcExample and then on the main _root. timeline add something like:
    this.onMouseDown = function(){
    mcExample = this.attachMovie("mcExample", "mcExample", 1);
    This attaches the movieclip from the library onto the stage when the left mouse button is pressed. You can then manipulate the movieclip like any other using its identifier: mcExample. If you want to change the name of the attached movieclip then change the second parameter of attachMovie

  • Type anywhere in JTextArea where mouse clicks

    Is it possible to start typing anywhere where the mouse clicks with a JtextArea ? I have an application that needs to allow users to start typing at the position where mouse clicks. Be default, JtextArea starts at (0,0).

    Well, this might not be the cleanest way, but you could create a mouselistener on the TextArea (or subclass it), and
    1) check to see if the clicked position refers to a valid offset in the textArea. If so, you don't really have to do anything, since the basic functionality of the thing should drop the caret in just where you want it. ModelToView() will help you figure out where in the document the mouse clicked.
    2) if not, figure out how many lines down/ tabs over need to be appended to the document to get the cursor where you want it, then insert them
    3) move the cursor to the end of the document.
    this might not be all that clean, especially since fonts vary in width. there are a number of ways you can find out how wide a string is in a given font, though.
    hope that helps

  • How can i open a link in new window (shift + Mouse Click) while not switching to the new window

    I want to open a new window (shift + Mouse Click) while not switching to the newly opened window. The focus should remain on the window from where i have opened the link.

    You can do that with tabs, but not with windows AFAIK.

  • Mouse clicks not recognized?

    I have a 20" iMac w/ the most recent updates. In the past couple of days I have a problem with mouse clicks not being recognized. It seems to happen when I begin to fill in a text field either in Safari or the Finder (like trying to enter username/password, to authenticate in the finder, etc) The wierd thing is that this only happens on one of the two user accounts on this computer. I have also created a new user account and it is fine. I've looked for applications that are different, but can't find any. I have repaired permissions and repaired the disk through disk utility.
    I am at the end of my rope! Please help!

    I somehow managed to fix it, for now. I think I ended up resetting the PRAM. I gave up trying software solutions and unplugged everything, including the iMac's power cable, and cleaned up the mess of cables behind my desk because I needed some time to think. After starting up the computer, everything seems to be fine. If the problem comes back, I'll post here again. Thanks for the suggestion!

  • Mouse clicks not detected on JTabbedPane

    Hi all,
    I have a JPanel placed inside a JTabbedPane. I want to double-click on the JPanel and bring up a JDialog. This works fine if the JPanel is not in a JTabbedPane, but if it is on a JTabbedPane, then the mouse clicks are not detected. I'd greatly appreciate any help you can give me.

    Here is a sample program that seems to work:
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.event.*;
    public class TestInternalFrame extends JFrame
         public TestInternalFrame()
              JDesktopPane desktop = new JDesktopPane();
              setContentPane( desktop );
              JInternalFrame internal = new JInternalFrame( "Internal Frame" );
              desktop.add( internal );
              internal.setLocation( 50, 50 );
              internal.setSize( 300, 300 );
              internal.setVisible( true );
              JTabbedPane tabbedPane = new JTabbedPane();
              internal.getContentPane().add(tabbedPane);
              tabbedPane.setPreferredSize( new Dimension(300, 200) );
              JPanel panel = new JPanel();
              tabbedPane.add( "Empty Panel", panel );
              panel.addMouseListener( new MouseAdapter()
                   public void mouseClicked(MouseEvent e)
                        System.out.println(e.getClickCount());
         public static void main(String args[])
    TestInternalFrame frame = new TestInternalFrame();
    frame.setDefaultCloseOperation( EXIT_ON_CLOSE );
    frame.setSize(400, 400);
    frame.setVisible(true);

  • Mouse clicks do not register

    Over the past few weeks for no apparent reason mouse clicks will stop working on my Mac Pro. Generally speaking, clicking will work in the dock, system menu bar and sometimes a click on a background window of another application will bring to to the front. At other times clicking anywhere has zero effect.
    The mouse moves around the screen fine otherwise. I generally use an Apple wireless trackpad but once this problem occurs it doesn't matter what input device I use - a wired mouse, my wireless Wacom tablet, etc. - the problem remains. I can tab around within an application, fill in text fields or open files using the keyboard. But even using screen share and taking control of the desktop from my laptop the problem remains: clicking of any kind does not work. So it's not the input devices or their connections.
    On occasion I will hit command-option escape and force quit all applications and restart the finder and that will work. Other times not.The system remains responsive - no spinning beachballs etc. In the end I'm forced to restart the computer and everything returns to normal.
    Whats-a-going-on? Any ideas?

    Sorry, missed that...
    My point remains the same: if your hard-wired devices are known good, then you have a intermittent problem that resides either in the OS or in hardware.  The nexts step are along the lines of reseating all the boards, running hardware tests, etc. to try to determine if it's hardware or software before re-installing the operating system.
    The other option is to take it to an Apple qualified service guy. If you do that, I'd look for a Mac Pro specialist (someone who works on pro video or audio systems, etc) since most Apple Stores are mostly for iPads, not serious hardware.
    Good luck

  • IMac mid 2010 not responding to mouse clicks for mac software

    I have a mid 2010 iMac 16 gb ram running 10.10.2.  My problem started a wk ago when the iMac wouldn't respond to the track pad's click.  I did change the trackpad which did not help. I also noted that this behavior was mostly w/ Mac software (with the obvious exception of safari.)  I can not retrieve email w/ the mail.app. Can not use pages to finish work that needs done.  I can open programs but once opened can't navigate.  I can scroll but mouse clicks either B/T or USB fail. I have restarted in SAFE mode - no joy - I ran disk warrior - told me all was just fine. I rest the SMC nothing.
    My hobby is photography and I use (and have been using) Photoshop 2014 (PS), Lightroom-5 (LR_5) w/o problemsI've pasted a report from Etrecheck (nice - helpful app).
    EtreCheck version: 2.1.8 (121)
    Report generated March 30, 2015 at 7:38:32 AM EDT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Click the [Adware! - Remove] links for help removing adware.
    Hardware Information: ℹ️
        iMac (21.5-inch, Mid 2010) (Technical Specifications)
        iMac - model: iMac11,2
        1 3.06 GHz Intel Core i3 CPU: 2-core
        16 GB RAM Upgradeable
            BANK 0/DIMM0
                4 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                4 GB DDR3 1333 MHz ok
            BANK 0/DIMM1
                4 GB DDR3 1333 MHz ok
            BANK 1/DIMM1
                4 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        ATI Radeon HD 4670 - VRAM: 256 MB
            iMac 1920 x 1080
    System Software: ℹ️
        OS X 10.10.2 (14C1514) - Time since boot: 7:50:1
    Disk Information: ℹ️
        ST3500418AS disk0 : (500.11 GB)
            EFI (disk0s1) <not mounted> : 210 MB
              (disk0s2) / : 499.25 GB (132.19 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        HL-DT-STDVDRW  GA32N
    USB Information: ℹ️
        X-Rite, Inc. ColorMunki Display
        Wacom Co.,Ltd. Intuos5 touch S
        Generic Mass Storage Device
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Internal Memory Card Reader 7.95 GB
            EFI (disk1s1) <not mounted> : 210 MB
            ssd (disk1s2) /Volumes/ssd : 7.60 GB (7.17 GB free)
        Western Digital My Book 500.11 GB
            SUPER_DUP (disk4s1) /Volumes/SUPER_DUP 1 : 500.11 GB (128.55 GB free)
        Western Digital My Book 1110 1.5 TB
            EFI (disk2s1) <not mounted> : 210 MB
            time_machine (disk2s2) /Volumes/time_machine : 1.50 TB (613.29 GB free)
        Apple Computer, Inc. IR Receiver
        Apple Inc. Built-in iSight
    Firewire Information: ℹ️
        Drobo Rev2 800mbit - 800mbit max
            EFI (disk5s1) <not mounted> : 210 MB
            Drobo (disk5s2) /Volumes/Drobo : 17.59 TB (16.17 TB free)
    Configuration files: ℹ️
        /etc/hosts - Count: 1
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Adware: ℹ️
        Geneio [Adware! - Remove]
    Kernel Extensions: ℹ️
            /Applications/Toast 10 Titanium/Toast Titanium.app
        [not loaded]    com.roxio.BluRaySupport (1.1.6) [Click for support]
            /DiskWarrior.app
        [not loaded]    com.alsoft.Preview (4.3) [Click for support]
            /Library/Extensions
        [loaded]    com.TrustedData.driver.VendorSpecificType00 (1.7.0 - SDK 10.7) [Click for support]
        [not loaded]    com.drobo.SCSI.ThunderBolt (1.1 [72278] - SDK 10.8) [Click for support]
        [loaded]    com.squirrels.airparrot.framebuffer (3 - SDK 10.8) [Click for support]
        [loaded]    com.squirrels.driver.AirParrotSpeakers (1.8 - SDK 10.8) [Click for support]
        [not loaded]    com.wacom.kext.ftdi (1 - SDK 10.10) [Click for support]
        [loaded]    org.virtualbox.kext.VBoxDrv (4.0.8) [Click for support]
        [not loaded]    org.virtualbox.kext.VBoxNetAdp (4.0.8) [Click for support]
        [not loaded]    org.virtualbox.kext.VBoxNetFlt (4.0.8) [Click for support]
        [loaded]    org.virtualbox.kext.VBoxUSB (4.0.8) [Click for support]
            /SafariDownloads/LCC Installer.app
        [not loaded]    com.Logitech.Control Center.HID Driver (2.4.0) [Click for support]
            /System/Library/Extensions
        [not loaded]    com.AmbrosiaSW.AudioSupport (4.1.2 - SDK 10.6) [Click for support]
        [loaded]    com.attotech.driver.ATTOiSCSI (3.4.1b1 - SDK 10.6) [Click for support]
        [not loaded]    com.paceap.kext.pacesupport.master (5.6.1) [Click for support]
        [not loaded]    com.palm.ClassicNotSeizeDriver (3.2.1) [Click for support]
        [not loaded]    com.wacom.kext.pentablet (5.3.6 - SDK 10.9) [Click for support]
        [not loaded]    com.wacom.kext.wacomtablet (6.3.11 - SDK 10.9) [Click for support]
        [not loaded]    tw.com.sitronix.driver.USBMassStorageClass (1.0.0) [Click for support]
            /System/Library/Extensions/PACESupportFamily.kext/Contents/PlugIns
        [not loaded]    com.paceap.kext.pacesupport.leopard (5.6.1) [Click for support]
        [not loaded]    com.paceap.kext.pacesupport.panther (5.6.1) [Click for support]
        [not loaded]    com.paceap.kext.pacesupport.tiger (5.6.1) [Click for support]
            /Users/[redacted]/Library/Services/ToastIt.service/Contents/MacOS
        [not loaded]    com.roxio.TDIXController (2.0) [Click for support]
    Startup Items: ℹ️
        PACESupport: Path: /Library/StartupItems/PACESupport
        ProTec6: Path: /Library/StartupItems/ProTec6
        ProTec6b: Path: /Library/StartupItems/ProTec6b
        RetroRun: Path: /Library/StartupItems/RetroRun
        VirtualBox: Path: /Library/StartupItems/VirtualBox
        Startup items are obsolete in OS X Yosemite
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [running]    com.adobe.AdobeCreativeCloud.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [running]    com.micromat.TechToolProAgent.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [running]    com.wacom.pentablet.plist [Click for support]
        [running]    com.wacom.wacomtablet.plist [Click for support]
        [loaded]    com.xrite.device.softwareupdate.plist [Click for support]
    Launch Daemons: ℹ️
        [running]    com.adobe.adobeupdatedaemon.plist [Click for support]
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.ambrosiasw.ambrosiaaudiosupporthelper.daemon.plist [Click for support]
        [not loaded]    com.attotech.iscsid.plist [Click for support]
        [loaded]    com.barebones.authd.plist [Click for support]
        [loaded]    com.barebones.bbedit.plist [Click for support]
        [loaded]    com.charlessoft.pacifist.helper.plist [Click for support]
        [running]    com.datarobotics.ddservice64d.plist [Click for support]
        [running]    com.freemacsoft.appcleanerdaemon.plist [Click for support]
        [failed]    com.google.GoogleML.plist [Click for support]
        [loaded]    com.google.keystone.daemon.plist [Click for support]
        [loaded]    com.micromat.TechToolProDaemon.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
        [loaded]    com.prosofteng.DriveGenius.locum.plist [Click for support]
        [not loaded]    com.squirrels.kextinstaller.plist [Click for support]
        [running]    com.starfield.backupservice.plist [Click for support]
        [running]    com.xrite.device.xrdd.plist [Click for support]
        [failed]    openbase.plist [Click for support]
        [failed]    PACESupport.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [failed]    com.adobe.ARM.[...].plist [Click for support]
        [running]    com.akamai.single-user-client.plist [Click for support]
        [running]    com.c-command.SpamSieve.LaunchAgent.plist [Click for support]
        [running]    com.prosofteng.DGMonitor.plist [Click for support]
        [loaded]    com.valvesoftware.steamclean.plist [Click for support]
        [running]    openlaunch.plist [Click for support]
        [not loaded]    org.virtualbox.vboxwebsrv.plist [Click for support]
        [running]    ws.agile.1PasswordAgent.plist [Click for support]
    User Login Items: ℹ️
        WBE Desktop Notifier.App    Application  (/Applications/WBE Desktop Notifier.App)
        WorkspaceUpdate    Application Hidden (/Applications/Workspace/WorkspaceUpdate.app)
        System Events    Application  (/System/Library/CoreServices/System Events.app)
        Dropbox    Application  (/Applications/Dropbox.app)
        ColorMunkiDisplayTray    Application  (/Library/Application Support/Colormunki/Display/Tools/ColorMunkiDisplayTray.app)
        AdobeResourceSynchronizer    Application Hidden (/Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
        500px Uploader    Application  (/Applications/500px Uploader.app)
        Caffeine    Application  (/Applications/Caffeine.app)
        AdobeResourceSynchronizer    Application Hidden (/Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
        NoteBookHelper    Application  (/Users/[redacted]/Library/Services/NoteBookHelper.service)
        EEventManager    Application Hidden (/Applications/Epson Software/Event Manager.app/Contents/Resources/Assistants/Event Manager/EEventManager.app)
        ConnectService    Application Hidden (/Library/Application Support/ArcSoft/Connect Service/ConnectService.app)
    Internet Plug-ins: ℹ️
        UploaderForCiG: Version: 1.1.3.10 [Click for support]
        Google Earth Web Plug-in: Version: 6.0 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        Flip4Mac WMV Plugin: Version: 2.3.1.2 [Click for support]
        RealPlayer Plugin: Version: Unknown
        AdobeAAMDetect: Version: AdobeAAMDetect 2.0.0.0 - SDK 10.7 [Click for support]
        FlashPlayer-10.6: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        AdobePDFViewerNPAPI: Version: 11.0.10 - SDK 10.6 [Click for support]
        Silverlight: Version: 5.1.10411.0 - SDK 10.6 [Click for support]
        Flash Player: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        iPhotoPhotocast: Version: 7.0 - SDK 10.8
        QuickTime Plugin: Version: 7.7.3
        WacomTabletPlugin: Version: WacomTabletPlugin 2.1.0.6 - SDK 10.9 [Click for support]
        AdobePDFViewer: Version: 11.0.10 - SDK 10.6 [Click for support]
        CANONiMAGEGATEWAYDL: Version: 3.1.0.2 [Click for support]
        EPPEX Plugin: Version: 10.0 [Click for support]
        JavaAppletPlugin: Version: Java 8 Update 40 Check version
    User internet Plug-ins: ℹ️
        WbeTools64_14: Version: 1.0.23.53 © 2013 - SDK 10.6 [Click for support]
        CitrixOnlineWebDeploymentPlugin: Version: 1.0.92 [Click for support]
        Google Earth Web Plug-in: Version: 7.1 [Click for support]
        fileEditTool64_15: Version: 1.0.35.65 © 2013 - SDK 10.6 [Click for support]
    Safari Extensions: ℹ️
        TinEye
        Firebug Lite for Safari
        Translate
        Validator
        WOT
        Twitter for Safari
        1Password
        Adblock Plus
        LittleSnapper
    3rd Party Preference Panes: ℹ️
        Akamai NetSession Preferences  [Click for support]
        RCDefaultApp
        Flash Player  [Click for support]
        Flip4Mac WMV  [Click for support]
        GeekTool  [Click for support]
        Growl  [Click for support]
        Java  [Click for support]
        MenuMeters  [Click for support]
        OpenBasePreferences  [Click for support]
        Shades Preferences  [Click for support]
        TechTool Protection  [Click for support]
        WacomTablet  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: YES
        Volumes being backed up:
             : Disk size: 499.25 GB Disk used: 367.05 GB
            ssd: Disk size: 7.60 GB Disk used: 432 MB
        Destinations:
            time_machine [Local]
            Total size: 1.50 TB
            Total number of backups: 82
            Oldest backup: 2014-02-17 10:31:54 +0000
            Last backup: 2015-03-30 11:33:00 +0000
            Size of backup disk: Adequate
                Backup size 1.50 TB > (Disk used 367.49 GB X 3)
    Top Processes by CPU: ℹ️
             3%    WindowServer
             1%    ConnectService
             0%    ColorMunkiDisplayTray
             0%    fontd
             0%    AppleSpell
    Top Processes by Memory: ℹ️
        447 MB    softwareupdated
        412 MB    mds_stores
        378 MB    Image Capture Extension
        206 MB    ColorMunkiDisplayTray
        103 MB    Spotlight
    Virtual Memory Information: ℹ️
        9.34 GB    Free RAM
        3.89 GB    Active RAM
        2.64 GB    Inactive RAM
        1.31 GB    Wired RAM
        6.21 GB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Mar 29, 2015, 11:48:47 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Finder_2015-03-29-234847_[reda cted].crash
        Mar 29, 2015, 11:46:30 PM    Self test - passed
        Mar 29, 2015, 05:20:10 PM    /Library/Logs/DiagnosticReports/Finder_2015-03-29-172010_[redacted].cpu_resourc e.diag [Click for details]
        Mar 29, 2015, 12:05:16 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/Finder_2015-03-29-000516_[reda cted].crash
        Mar 28, 2015, 10:18:05 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Adobe Photoshop CC 2014_2015-03-28-221805_[redacted].crash
    Any help appreciated
    Best regards
    Toni

    and the results!!
    Start time: 12:01:07 03/31/15
    Revision: 1309
    Model Identifier: iMac11,2
    System Version: OS X 10.10.2 (14C1514)
    Kernel Version: Darwin 14.1.0
    Time since boot: 1 day12:15
    UID: 501
    Memory
        BANK 0/DIMM0
          Size: 4 GB
          Speed: 1333 MHz
          Status: OK
          Manufacturer: 0x857F
        BANK 1/DIMM0
          Size: 4 GB
          Speed: 1333 MHz
          Status: OK
          Manufacturer: 0x857F
        BANK 0/DIMM1
          Size: 4 GB
          Speed: 1333 MHz
          Status: OK
          Manufacturer: 0x857F
        BANK 1/DIMM1
          Size: 4 GB
          Speed: 1333 MHz
          Status: OK
          Manufacturer: 0x857F
    SerialATA
        ST3500418AS                            
    FireWire
        Rev2 (Drobo)
    USB
        ColorMunki Display (X-Rite Incorporated)
        My Book (Western Digital Technologies, Inc.)
        My Book 1110 (Western Digital Technologies, Inc.)
    Bluetooth
        Apple Wireless Keyboard
        Apple Wireless Trackpad
    System errors (per sec)
        xrdd (UID 0, error 60): 240
    Memory (MB)
        kernel_task (UID 0): 1247
    Font issues: 54
    Firewall: On
    Listeners
        kdc: kerberos
        launchd: afpovertcp
        launchd: microsoft-ds
    System caches/logs
        1.9 GiB: /System/Library/Caches/com.apple.coresymbolicationd/data
    Diagnostic reports
        2015-03-02 2BUA8C4S2C.com.agilebits.onepassword4-helper crash
        2015-03-04 ColorMunkiDisplayTray crash
        2015-03-04 garcon crash
        2015-03-05 AdobeCrashDaemon crash
        2015-03-08 syspolicyd crash
        2015-03-10 Adobe Photoshop CC 2014 crash
        2015-03-11 2BUA8C4S2C.com.agilebits.onepassword4-helper crash
        2015-03-11 AdobeCrashDaemon crash
        2015-03-12 2BUA8C4S2C.com.agilebits.onepassword4-helper crash
        2015-03-12 ColorMunkiDisplayTray crash
        2015-03-15 2BUA8C4S2C.com.agilebits.onepassword4-helper crash
        2015-03-17 Preview crash
        2015-03-18 Adobe Photoshop CC 2014 crash
        2015-03-18 Mail crash
        2015-03-22 ColorMunkiDisplayTray crash
        2015-03-23 TextEdit crash
        2015-03-24 AdobeCrashDaemon crash
        2015-03-27 ColorMunkiDisplayTray crash
        2015-03-29 Adobe Photoshop CC 2014 crash
        2015-03-29 Finder crash
        2015-03-30 Finder crash
        2015-03-31 AdobeCrashDaemon crash x2
        2015-03-31 ColorMunkiDisplayTray crash
        2015-03-31 Core Sync crash
    HID errors: 6
    Kernel log
        Mar 25 13:29:35 PM notification timeout (pid 385, Creative Cloud)
        Mar 25 13:29:35 PM notification timeout (pid 488, Adobe CEF Helper)
        Mar 25 13:29:35 PM notification timeout (pid 489, Adobe CEF Helper)
        Mar 28 23:49:47 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x24, ASCQ = 0x00
        Mar 28 23:49:47 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x24, ASCQ = 0x00
        Mar 28 23:49:47 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x24, ASCQ = 0x00
        Mar 28 23:49:47 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x24, ASCQ = 0x00
        Mar 28 23:49:47 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x24, ASCQ = 0x00
        Mar 28 23:51:20 proc 452: load code signature error 4 for file "NoteBookHelper"
        Mar 28 23:59:40 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x24, ASCQ = 0x00
        Mar 28 23:59:40 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x24, ASCQ = 0x00
        Mar 28 23:59:40 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x24, ASCQ = 0x00
        Mar 28 23:59:40 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x24, ASCQ = 0x00
        Mar 28 23:59:40 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x24, ASCQ = 0x00
        Mar 29 00:00:43 utun_start: ifnet_disable_output returned error 12
        Mar 29 00:06:03 proc 502: load code signature error 4 for file "NoteBookHelper"
        Mar 30 21:15:22 proc 3070: load code signature error 4 for file "NoteBookHelper"
        Mar 30 21:40:19 proc 3781: load code signature error 4 for file "NoteBookHelper"
    System log
        Mar 31 11:26:16 revisiond: CKCreateStoredFile failed for "/Volumes/Drobo/.DocumentRevisions-V100/PerUID/501/9/com.apple.documentVersions /UUID.pages"
        Mar 31 11:26:16 revisiond: sqlite3_step failed: 11 database disk image is malformed
        Mar 31 11:26:16 revisiond: _CSInsertChunk failed, i:0, count:1
        Mar 31 11:26:16 revisiond: _CSStoreChunks failed, batchIndex:0, batchCount:1
        Mar 31 11:26:16 revisiond: CKCreateStoredFile failed for "/Volumes/Drobo/.DocumentRevisions-V100/PerUID/501/9/com.apple.documentVersions /UUID.pages"
        Mar 31 11:26:16 revisiond: sqlite3_step failed: 11 database disk image is malformed
        Mar 31 11:26:16 revisiond: _CSInsertChunk failed, i:0, count:1
        Mar 31 11:26:16 revisiond: _CSStoreChunks failed, batchIndex:0, batchCount:1
        Mar 31 11:26:16 revisiond: CKCreateStoredFile failed for "/Volumes/Drobo/.DocumentRevisions-V100/PerUID/501/9/com.apple.documentVersions /UUID.pages"
        Mar 31 11:26:16 revisiond: sqlite3_step failed: 11 database disk image is malformed
        Mar 31 11:26:16 revisiond: _CSInsertChunk failed, i:0, count:1
        Mar 31 11:26:16 revisiond: _CSStoreChunks failed, batchIndex:0, batchCount:1
        Mar 31 11:26:16 revisiond: CKCreateStoredFile failed for "/Volumes/Drobo/.DocumentRevisions-V100/PerUID/501/9/com.apple.documentVersions /UUID.pages"
        Mar 31 11:26:16 revisiond: sqlite3_step failed: 11 database disk image is malformed
        Mar 31 11:26:16 revisiond: _CSInsertChunk failed, i:0, count:1
        Mar 31 11:26:16 revisiond: _CSStoreChunks failed, batchIndex:0, batchCount:1
        Mar 31 11:26:16 revisiond: CKCreateStoredFile failed for "/Volumes/Drobo/.DocumentRevisions-V100/PerUID/501/9/com.apple.documentVersions /UUID.pages"
        Mar 31 11:27:20 WindowServer: WSGetSurfaceInWindow : Invalid surface 1029194250 for window 344
        Mar 31 11:27:20 WindowServer: WSGetSurfaceInWindow : Invalid surface 1029194250 for window 344
        Mar 31 11:27:20 WindowServer: WSGetSurfaceInWindow : Invalid surface 1029194250 for window 344
        Mar 31 11:29:19 WindowServer: WSGetSurfaceInWindow : Invalid surface 1006832658 for window 379
        Mar 31 11:29:19 WindowServer: WSGetSurfaceInWindow : Invalid surface 1006832658 for window 379
        Mar 31 11:29:50 fseventsd: Logging disabled completely for device:1: /Volumes/Recovery HD
        Mar 31 11:58:29 cloudd: Stream 0x7faea5920350 is sending an event before being opened
        Mar 31 11:59:26 WindowServer: WSBindSurface : Invalid surface 1037321041 for window 386
    launchd log
        Mar 29 17:23:12 com.apple.xpc.launchd.domain.user.loginwindow.77.4294967295: Could not import service from caller: caller = PenTabletDriver.228, service = com.wacom.TabletDriver.197412, error = 134: Service cannot load in requested session
        Mar 29 17:23:13 com.apple.xpc.launchd.domain.user.loginwindow.77.4294967295: Could not import service from caller: caller = WacomTabletDriv.229, service = com.wacom.TabletDriver.569168, error = 134: Service cannot load in requested session
        Mar 29 17:25:13 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.283, service = com.rockysandstudio.FreeMemory.FreeMemoryLaunchHelper, error = 119: Service is disabled
        Mar 29 17:25:13 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.283, service = com.freemacsoft.AppCleaner-Helper, error = 119: Service is disabled
        Mar 30 07:28:36 com.apple.xpc.launchd.domain.system: Could not import service from caller: caller = xrdd.65, service = com.xrite.device.X-Rite-Device-Services.136068.UUID, error = 134: Service cannot load in requested session
        Mar 30 09:26:10 com.adobe.ARM.UUID: Interval spawn of service failed: 139: Service cannot presently execute
        Mar 30 18:52:09 com.apple.xpc.launchd.domain.system: Could not import service from caller: caller = xrdd.65, service = com.xrite.device.X-Rite-Device-Services.136068.UUID, error = 134: Service cannot load in requested session
        Mar 30 21:12:51 com.apple.xpc.launchd.domain.user.loginwindow.2857.4294967295: Could not import service from caller: caller = PenTabletDriver.2871, service = com.wacom.ConsumerTouchDriver.197128, error = 134: Service cannot load in requested session
        Mar 30 21:12:57 com.apple.xpc.launchd.domain.user.loginwindow.2857.4294967295: Could not import service from caller: caller = PenTabletDriver.2871, service = com.wacom.TabletDriver.197412, error = 134: Service cannot load in requested session
        Mar 30 21:15:15 com.apple.xpc.launchd.user.501.100045.Aqua: Could not import service from caller: caller = otherbsd.2933, service = com.rockysandstudio.FreeMemory.FreeMemoryLaunchHelper, error = 119: Service is disabled
        Mar 30 21:15:15 com.apple.xpc.launchd.user.501.100045.Aqua: Could not import service from caller: caller = otherbsd.2933, service = com.freemacsoft.AppCleaner-Helper, error = 119: Service is disabled
        Mar 30 21:21:26 com.apple.xpc.launchd.domain.user.loginwindow.3240.4294967295: Could not import service from caller: caller = PenTabletDriver.3253, service = com.wacom.ConsumerTouchDriver.197128, error = 134: Service cannot load in requested session
        Mar 30 21:21:27 com.apple.xpc.launchd.domain.user.loginwindow.3240.4294967295: Could not import service from caller: caller = PenTabletDriver.3253, service = com.wacom.TabletDriver.197412, error = 134: Service cannot load in requested session
        Mar 30 21:22:07 com.apple.xpc.launchd.user.505.100055.Aqua: Could not read path: path = /Users/USER/Library/LaunchAgents, error = 2: No such file or directory
        Mar 30 21:22:07 com.apple.xpc.launchd.user.505.100055.Aqua: Could not import service from caller: caller = otherbsd.3307, service = com.rockysandstudio.FreeMemory.FreeMemoryLaunchHelper, error = 119: Service is disabled
        Mar 30 21:22:07 com.apple.xpc.launchd.user.505.100055.Aqua: Could not import service from caller: caller = otherbsd.3307, service = com.apple.photostream-agent, error = 119: Service is disabled
        Mar 30 21:22:07 com.apple.xpc.launchd.user.505.100055.Aqua: Could not import service from caller: caller = otherbsd.3307, service = com.rockysandstudio.Memory-Diag.Launch-Helper, error = 119: Service is disabled
        Mar 30 21:26:46 com.apple.internetaccounts: GUI session does not exist for service to join. It will be spawned without access to the GUI.
        Mar 30 21:39:35 com.apple.xpc.launchd.domain.user.loginwindow.3585.4294967295: Could not import service from caller: caller = PenTabletDriver.3603, service = com.wacom.ConsumerTouchDriver.197128, error = 134: Service cannot load in requested session
        Mar 30 21:39:37 com.apple.xpc.launchd.domain.user.loginwindow.3585.4294967295: Could not import service from caller: caller = PenTabletDriver.3603, service = com.wacom.TabletDriver.197412, error = 134: Service cannot load in requested session
        Mar 30 21:40:13 com.apple.xpc.launchd.user.501.100069.Aqua: Could not import service from caller: caller = otherbsd.3653, service = com.rockysandstudio.FreeMemory.FreeMemoryLaunchHelper, error = 119: Service is disabled
        Mar 30 21:40:13 com.apple.xpc.launchd.user.501.100069.Aqua: Could not import service from caller: caller = otherbsd.3653, service = com.freemacsoft.AppCleaner-Helper, error = 119: Service is disabled
        Mar 31 01:10:18 com.adobe.ARM.UUID: Interval spawn of service failed: 139: Service cannot presently execute
        Mar 31 11:26:11 com.apple.xpc.launchd.domain.system: Could not import service from caller: caller = xrdd.65, service = com.xrite.device.X-Rite-Device-Services.136068.UUID, error = 134: Service cannot load in requested session
        Mar 31 11:26:11 com.apple.xpc.launchd.domain.system: Attempt to spawn app in non-GUI domain: caller = xrdd.65, label = [0x0-0x1dd1dd].com.xrite.device.X-Rite-Device-Services
    Console log
        Mar 25 00:09:02 mdworker: Error loading /Applications/GarageBand.app/Contents/Library/Spotlight/GarageBandSpotlightImpo rter.mdimporter/Contents/MacOS/GarageBandSpotlightImporter:  dlopen(/Applications/GarageBand.app/Contents/Library/Spotlight/GarageBandSpotli ghtImporter.mdimporter/Contents/MacOS/GarageBandSpotlightImporter, 262): Library not loaded: @rpath/MAFiles.framework/Versions/A/MAFiles
         Referenced from: /Applications/GarageBand.app/Contents/Library/Spotlight/GarageBandSpotlightImpo rter.mdimporter/Contents/MacOS/GarageBandSpotlightImporter
         Reason: image not found
        Mar 29 13:30:43 fontd: Failed to open read-only database, regenerating DB
    Loaded kernel extensions
        com.TrustedData.driver.VendorSpecificType00 (1.7.0)
        com.attotech.driver.ATTOiSCSI (3.4.1b1)
        com.squirrels.airparrot.framebuffer (3)
        com.squirrels.driver.AirParrotSpeakers (1.8)
        org.virtualbox.kext.VBoxDrv (4.0.8)
        org.virtualbox.kext.VBoxUSB (4.0.8)
    System services loaded
        com.adobe.adobeupdatedaemon
        com.adobe.fpsaud
        com.ambrosiasw.ambrosiaaudiosupporthelper.daemon
        com.apple.Kerberos.kdc
        - status: 1
        com.apple.watchdogd
        com.barebones.authd
        com.barebones.bbedit
        com.charlessoft.pacifist.helper
        com.datarobotics.ddservice64d
        com.freemacsoft.appcleanerdaemon
        com.google.GoogleML
        - status: 1
        com.google.keystone.daemon
        com.micromat.TechToolProDaemon
        com.oracle.java.Helper-Tool
        com.oracle.java.JavaUpdateHelper
        com.paceap.pacesupport
        - status: 71
        com.prosofteng.DriveGenius.locum
        com.starfield.backupservice
        com.xrite.device.xrdd.plist
    System services disabled
        com.apple.xgridcontrollerd
        com.apple.distccd
        com.openssh.sshd
        org.samba.winbindd
        com.apple.mrt
        com.apple.xprotectupdater
        com.apple.dnbvolunteerd
        com.apple.dnbobserverd
        com.apple.xgridagentd
        com.apple.configureLocalKDC
        org.samba.nmbd
        com.symantec.deepsight-extractor
    Login services loaded
        2BUA8C4S2C.com.agilebits.onepassword4-helper
        com.adobe.AAM.Scheduler-1.0
        com.adobe.ARM.UUID
        com.adobe.ARM.UUID
        com.adobe.ARM.UUID
        - status: 78
        com.adobe.AdobeCreativeCloud
        com.akamai.single-user-client
        com.apple.mrt.uiagent
        com.c-command.SpamSieve.LaunchAgent
        com.google.keystone.system.agent
        com.micromat.TechToolProAgent
        com.openbase.com.openlaunch
        com.oracle.java.Java-Updater
        com.prosofteng.DGMonitor
        com.rockysandstudio.Memory-Diag.Launch-Helper
        com.valvesoftware.steamclean
        com.wacom.pentablet
        com.xrite.device.softwareupdate.plist
    Login services disabled
        com.rockysandstudio.FreeMemory.FreeMemoryLaunchHelper
    User services loaded
        com.apple.MailServiceAgent
        - status: -9
    User services disabled
        com.rockysandstudio.FreeMemory.FreeMemoryLaunchHelper
    Startup items
        /Library/StartupItems/PACESupport/PACESupport
        /Library/StartupItems/PACESupport/Resources/PACESupport.plist
        /Library/StartupItems/PACESupport/StartupParameters.plist
        /Library/StartupItems/ProTec6/DemoOver
        /Library/StartupItems/ProTec6/Nalpeirond6
        /Library/StartupItems/ProTec6/ProTec6
        /Library/StartupItems/ProTec6/StartupParameters.plist
        /Library/StartupItems/ProTec6b/DemoOver
        /Library/StartupItems/ProTec6b/Nalpeirond6b
        /Library/StartupItems/ProTec6b/ProTec6b
        /Library/StartupItems/ProTec6b/StartupParameters.plist
        /Library/StartupItems/RetroRun/RetroRun
        /Library/StartupItems/RetroRun/StartupParameters.plist
        /Library/StartupItems/VirtualBox/StartupParameters.plist
        /Library/StartupItems/VirtualBox/VirtualBox
    Global login items
        /Applications/Epson Software/Event Manager.app/Contents/Resources/Assistants/Event Manager/EEventManager.app
        /Library/Application Support/ArcSoft/Connect Service/ConnectService.app
    User login items
        WBE Desktop Notifier.App
        - /Applications/WBE Desktop Notifier.App
        WorkspaceUpdate
        - /Applications/Workspace/WorkspaceUpdate.app
        System Events
        - /System/Library/CoreServices/System Events.app
        Dropbox
        - /Applications/Dropbox.app
        ColorMunkiDisplayTray
        - /Library/Application Support/Colormunki/Display/Tools/ColorMunkiDisplayTray.app
        AdobeResourceSynchronizer
        - /Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app
        500px Uploader
        - /Applications/500px Uploader.app
        Caffeine
        - /Applications/Caffeine.app
        AdobeResourceSynchronizer
        - /Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app
        NoteBookHelper
        - /Users/USER/Library/Services/NoteBookHelper.service
        EEventManager
        - /Applications/Epson Software/Event Manager.app/Contents/Resources/Assistants/Event Manager/EEventManager.app
        ConnectService
        - /Library/Application Support/ArcSoft/Connect Service/ConnectService.app
    Safari extensions
        1Password
        - com.agilebits.onepassword4-safari
        Adblock Plus
        - org.adblockplus.adblockplussafari
        Amazon Shopping Assistant
        - com.spigot.safari.amazonshopassist
        Firebug Lite for Safari
        - com.slicefactory.firebug
        LittleSnapper
        - com.realmacsoftware.safari.littlesnapper
        TinEye
        - com.ideeinc.tineye
        Translate
        - com.sidetree.Translate
        Twitter for Safari
        - com.twitter.safari-extension
        Validator
        - be.grincheux.validator
        WOT
        - com.wotservicesoy.wot
    Firefox extensions
        Clipmarks
        StumbleUpon
        Pocket
        Live HTTP Headers
        United States English Spellchecker
        Adblock Plus
    Widgets
        NationalParksLodging
        PEMDAS
        iStock
    iCloud errors
        bird 318
        cloudd 36
        comapple.InputMethodKit.UserDictionary 1
        Activity Monitor 1
    Continuity errors
        sharingd 2
    Restricted files: 48762
    Lockfiles: 50
    Accessibility
        Cursor Magnification: On
        Keyboard Zoom: On
        Scroll Zoom: On
    Contents of /Library/LaunchAgents/com.micromat.TechToolProAgent.plist
        - mod date: Apr  5 07:41:53 2011
        - size (B): 476
        - checksum: 2018225105
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>RunAtLoad</key>
        <true/>
        <key>Label</key>
        <string>com.micromat.TechToolProAgent</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PreferencePanes/TechTool Protection.prefPane/Contents/PlugIns/TechToolProAgent.app/Contents/MacOS/TechTo olProAgent</string>
        </array>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/com.oracle.java.Java-Updater.plist
        - mod date: Sep  5 13:00:55 2013
        - size (B): 104
        - checksum: 2646026733
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.oracle.java.Java-Updater</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Resources/Java Updater.app/Contents/MacOS/Java Updater</string>
        <string>-bgcheck</string>
        </array>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        <key>StartCalendarInterval</key>
        <dict>
        <key>Hour</key>
        <integer>9</integer>
        <key>Minute</key>
        <integer>33</integer>
        <key>Weekday</key>
        <integer>5</integer>
        </dict>
        </dict>
        ...and 1 more line(s)
    Contents of /Library/LaunchAgents/com.wacom.pentablet.plist
        - mod date: Dec 23 15:59:49 2014
        - size (B): 708
        - checksum: 3556858023
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>EnvironmentVariables</key>
        <dict>
        <key>RUN_WITH_LAUNCHD</key>
        <string>1</string>
        </dict>
        <key>KeepAlive</key>
        <dict>
        <key>SuccessfulExit</key>
        <true/>
        </dict>
        <key>Label</key>
        <string>com.wacom.pentablet</string>
        <key>LimitLoadToSessionType</key>
        <array>
        <string>Aqua</string>
        <string>LoginWindow</string>
        </array>
        <key>Program</key>
        <string>/Library/Application Support/Tablet/PenTabletSpringboard</string>
        <key>RunAtLoad</key>
        <true/>
        ...and 4 more line(s)
    Contents of /Library/LaunchAgents/com.xrite.device.softwareupdate.plist
        - mod date: Oct 22 16:18:19 2013
        - size (B): 645
        - checksum: 3055576921
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.xrite.device.softwareupdate.plist</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/X-Rite/Frameworks/XRiteDevice.framework/Versions/B/Resources/XRD Software Update.app/Contents/MacOS/XRD Software Update</string>
        </array>
        <key>RunAtLoad</key>
        <false/>
        <key>StartCalendarInterval</key>
        <dict>
        <key>Hour</key>
        <integer>9</integer>
        <key>Minute</key>
        <integer>0</integer>
        </dict>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/PACESupport.plist
        - mod date: Feb 15 03:00:00 2008
        - size (B): 450
        - checksum: 1658798800
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
                 "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.paceap.pacesupport</string>
        <key>ProgramArguments</key>
        <array>
        <string>/System/Library/Extensions/PACESupportFamily.kext/Contents/Resources/pa ceload</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.ambrosiasw.ambrosiaaudiosupporthelper.daemon.plist
        - mod date: Dec 21 11:32:33 2012
        - size (B): 780
        - checksum: 1980407752
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.ambrosiasw.ambrosiaaudiosupporthelper.daemon</string>
        <key>ProgramArguments</key>
        <array>
        <string>/System/Library/Extensions/AmbrosiaAudioSupport.kext/Contents/MacOS/amb rosiaaudiosupporthelper</string>
        </array>
        <key>KeepAlive</key>
        <false/>
        <key>Disabled</key>
        <false/>
        <key>LaunchEvents</key>
        <dict>
        <key>com.apple.iokit.matching</key>
        <dict>
        <key>AmbrosiaAudioSupport</key>
        <dict>
        <key>IOMatchLaunchStream</key>
        <true/>
        <key>IOProviderClass</key>
        <string>com_AmbrosiaSW_AudioSupport</string>
        </dict>
        ...and 4 more line(s)
    Contents of /Library/LaunchDaemons/com.attotech.iscsid.plist
        - mod date: Mar 29 23:45:06 2015
        - size (B): 1108
        - checksum: 4278398742
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>GroupName</key>
        <string>wheel</string>
        <key>KeepAlive</key>
        <dict>
        <key>SuccessfulExit</key>
        <true/>
        </dict>
        <key>Label</key>
        <string>com.attotech.iscsid</string>
        <key>LaunchOnlyOnce</key>
        <true/>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/sbin/xtendsan/iscsid</string>
        <string>-d</string>
        <string>-J-Djava.security.policy=/usr/sbin/xtendsan/iscsid.sec</string>
        <string>-J-Dcom.attotech.iscsid.discovery.verbose=true</string>
        <string>--J-Dcom.attotech.iscsid.logLevel=VERBOSE</string>
        <string>--J-Dcom.attotech.iscsid.discovery.MaxRecvDataSegmentLength=512</string >
        ...and 12 more line(s)
    Contents of /Library/LaunchDaemons/com.barebones.authd.plist
        - mod date: Jan 23 12:23:21 2012
        - size (B): 634
        - checksum: 1995816654
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>EnableTransactions</key>
        <true/>
        <key>Label</key>
        <string>com.barebones.authd</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.barebones.authd</string>
        </array>
        <key>Sockets</key>
        <dict>
        <key>com.barebones.authd.socket</key>
        <dict>
        <key>SockPathMode</key>
        <integer>438</integer>
        <key>SockPathName</key>
        <string>/var/tmp/com.barebones.authd.socket</string>
        </dict>
        </dict>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.barebones.bbedit.plist
        - mod date: Aug 31 20:37:00 2009
        - size (B): 784
        - checksum: 3691224471
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Disabled</key>
        <true/>
        <key>Label</key>
        <string>com.barebones.bbedit</string>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.barebones.bbedit</string>
        </array>
        <key>ServiceIPC</key>
        <true/>
        <key>Sockets</key>
        <dict>
        <key>MasterSocket</key>
        <dict>
        <key>SockFamily</key>
        <string>Unix</string>
        <key>SockPathMode</key>
        <integer>438</integer>
        <key>SockPathName</key>
        ...and 7 more line(s)
    Contents of /Library/LaunchDaemons/com.charlessoft.pacifist.helper.plist
        - mod date: Nov 28 10:28:00 2014
        - size (B): 584
        - checksum: 3867330796
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.charlessoft.pacifist.helper</string>
        <key>MachServices</key>
        <dict>
        <key>com.charlessoft.pacifist.helper</key>
        <true/>
        </dict>
        <key>Program</key>
        <string>/Library/PrivilegedHelperTools/com.charlessoft.pacifist.helper</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.charlessoft.pacifist.helper</string>
        </array>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.datarobotics.ddservice64d.plist
        - mod date: Feb 11 19:08:14 2014
        - size (B): 488
        - checksum: 1751270588
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.datarobotics.ddservice64d</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/Data Robotics/Drobo Dashboard/DDService64d</string>
        </array>
        <key>ServiceIPC</key>
        <false/>
        <key>OnDemand</key>
        <false/>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.freemacsoft.appcleanerdaemon.plist
        - mod date: Aug 19 04:34:10 2008
        - size (B): 476
        - checksum: 3941055308
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Disabled</key>
        <false/>
        <key>Label</key>
        <string>com.freemacsoft.appcleanerdaemon</string>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/AppCleaner/AppCleaner Daemon</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.google.GoogleML.plist
        - mod date: Mar 10 13:19:30 2008
        - size (B): 684
        - checksum: 315725308
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.google.GoogleML</string>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Google/GoogleML/GoogleML.bundle/Contents/MacOS/googleml-modwat ch</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        <key>UserName</key>
        <string>root</string>
        <key>WatchPaths</key>
        <array>
        <string>/Library/Google/GoogleML/Modules</string>
        <string>/Library/Google/GoogleML</string>
        </array>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.micromat.TechToolProDaemon.plist
        - mod date: Apr  5 07:41:53 2011
        - size (B): 514
        - checksum: 771652093
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.micromat.TechToolProDaemon</string>
        <key>RunAtLoad</key>
        <true/>
        <key>LowPriorityIO</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PreferencePanes/TechTool Protection.prefPane/Contents/PlugIns/TechToolProDaemon.app/Contents/MacOS/TechT oolProDaemon</string>
        </array>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.prosofteng.DriveGenius.locum.plist
        - mod date: Aug 16 12:35:12 2012
        - size (B): 682
        - checksum: 757526819
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>EnvironmentVariables</key>
        <dict/>
        <key>GroupName</key>
        <string>wheel</string>
        <key>KeepAlive</key>
        <false/>
        <key>Label</key>
        <string>com.prosofteng.DriveGenius.locum</string>
        <key>MachServices</key>
        <dict>
        <key>com.prosofteng.DriveGenius.locum</key>
        <true/>
        </dict>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.prosofteng.DriveGenius.locum</string >
        </array>
        <key>RunAtLoad</key>
        <false/>
        <key>UserName</key>
        <string>root</string>
        ...and 2 more line(s)
    Contents of /Library/LaunchDaemons/com.squirrels.kextinstaller.plist
        - mod date: Jul 23 12:11:23 2012
        - size (B): 675
        - checksum: 1563409895
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>EnableTransactions</key>
        <true/>
        <key>Label</key>
        <string>com.squirrels.kextinstaller</string>
        <key>LaunchOnlyOnce</key>
        <false/>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.squirrels.kextinstaller</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>Sockets</key>
        <dict>
        <key>com.squirrels.kextinstaller.socket</key>
        <dict>
        <key>SockServiceName</key>
        <string>3209</string>
        </dict>
        ...and 3 more line(s)
    Contents of /Library/LaunchDaemons/com.starfield.backupservice.plist
        - mod date: Oct  1 19:08:04 2013
        - size (B): 465
        - checksum: 1966268484
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>KeepAlive</key>
        <true/>
        <key>Label</key>
        <string>com.starfield.backupservice</string>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Workspace/BackupService/offSyncService</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.xrite.device.xrdd.plist
        - mod date: Oct 22 16:18:19 2013
        - size (B): 618
        - checksum: 1464013229
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.xrite.device.xrdd.plist</string>
        <key>RunAtLoad</key>
        <true/>
        <!--
        <key>UserName</key>
        <string>com.xrite.device.user.xrd</string>
        <key>GroupName</key>
        <string>com.xrite.device.group.xrd</string>
        -->
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/X-Rite/Frameworks/XRiteDevice.framework/Versions/B/Resources/xrdd</stri ng>
        </array>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/openbase.plist
        - mod date: Jan  1 16:54:29 2011
        - size (B): 521
        - checksum: 1112937859
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//OpenBase International//DTD PLIST 1.0//EN"
         "http://www.openbase.com">
        <plist version="1.0">
        <dict>
        <key>GroupName</key>
        <string>admin</string>
        <key>Label</key>
        <string>com.openbase.com.openexec</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/OpenBase/bin/openmonitor</string>
        <string>-noexit</string>
        <string>YES</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>UserName</key>
        <string>openbase</string>
        </dict>
        </plist>
    Contents of /private/etc/hosts
        - mod date: Oct  1 19:08:01 2013
        - size (B): 255
        - checksum: 3555392180
        127.0.0.1 localhost
        255.255.255.255 broadcasthost
        ::1             localhost
        fe80::1%lo0 localhost
        127.0.0.1 DriveMap
    Contents of Library/LaunchAgents/com.adobe.ARM.UUID.plist
        - mod date: Jan 25 08:06:08 2013
        - size (B): 603
        - checksum: 394026997
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.adobe.ARM.UUID</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Adobe Reader.app/Contents/MacOS/Updater/Adobe Reader Updater Helper.app/Contents/MacOS/Adobe Reader Updater Helper</string>
        <string>semi-auto</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>12600</integer>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.adobe.ARM.UUID.plist
        - mod date: Feb 25 12:52:27 2014
        - size (B): 623
        - checksum: 1768810574
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.adobe.ARM.UUID</string>
        <key>ProgramArguments</key>
        <array>
        <string&gt

  • Mail does not respond to mouse clicks properly

    This bug in Mail started in Lion, and has continued (or possibly worsened in some instances) in Mountain Lion.  Has anybody heard of a fix?
    Basically Mail acts like it is freezing, but in fact is not handling mouse clicks properly.
    1) If Mail is "behind" another active app window, clicking in the content area of the Mail window will not activate the window until you click a SECOND time.
    2) Once you get Mail to respond by clicking it the second time, if you click back and forth between it and the window in front (e.g. between safari and mail, the clicks DO register, but Mail acts as if the click position is offset from where you actually click.  The offset seems to vary and I haven't found a consistent link between the offset and where I click in mail or the other window, or the relative positions of the two windows.
    3) When you try the 2) trick on elements that can scroll, you realise that as well as an offset, Mail is trying to "drag" instead of respond to a click, so the list of mail folders pulls and bounces back, or the list of mail scrolls, or sometimes if everything lines up, an image of an envelope appears and moves as if you are trying to drag an email from one place to another.
    4) Clicking on the title/button/toolbar of Mail ALWAYS brings it to the front...
    5) If you bring Mail to the front by repeatedly clicking on the content area (and yes, sometimes it takes more than one click...) and as the FIRST thing you do after activating the window, click one of the buttons in the toolbar (e.g. the trash or delete button), it will depress, and stay down, as if you have done a "press and hold" instead of a "click".  Clicking on the button again will complete the action, but clicking elsewhere in the title bar will release the button and the action will not occur, just as if you had held the mouse button down and dragged off the button before releasing, which is appropriate behaviour IF you had held the mouse button down in the first place...
    6) If you activate Mail by clicking in the content area, then clicking a second time in the content area, then continue to single click around the content, it behaves as if it is one step behind you, responding as if the LAST click is the click you just made.  Interestingly the "button down state" seems to persist, because for instance clicking on a succession of emails will highlight each email in turn, but the content of the email on the right will not update with each click, only updating when you "break out of the cycle" with a double click or a title bar click.
    These are all REPRODUCIBLE, even after a restart.
    They ONLY happen in Mail.
    I have tried mouse, track pad, turning off bluetooth, so I don't think these things are related.
    SO...
    I THINK that MAIL, since Lion, has an issue with its event handler, where MouseUp events are either lost or mishandled, so that clicks are being registered as drags, or the "button down" state is not updated or something...
    With the above description I feel the Mail programming team should be able to track down the bug in minutes and fix it.
    Apple - feel free to get in contact with me and I will let you access my machine via remote desktop or teamviewer or something to see the bug in action.
    It is time to fix this annoying behaviour.
    Message was edited by: jaffle
    Worked out that 2 and 6 are related - the offset isn't an offset at all - it is the thing you last clicked on!

    Okay, I tried deleting the Finder preferences first (along with a handful of other preference files that I knew were no longer needed), and it seemed to help--at first. But eventually, all the same problems started happening again, so I concluded that it was necessary to just start with a fresh (empty) preferences folder. As you know, this is a pain to deal with, but I limited my pain by moving all the old preferences files into a folder on the Desktop rather than simply deleting them. That way, I could just put back any missing preferences that were too hard to recreate. Restoring all of my preferences with new (uncorrupted) prefs files will be an ongoing process, but the good news is that this effort (so far) seems to have solved the problem. Mail is responding to all my clicks, even when I switch between different apps and different spaces.  :-)
    Now that things are working correctly, I notice that when I switch between apps and/or spaces, the selected app (or the frontmost app in the new space) will show an active state for its window, whereas before, the selected app didn't update to show that it was active--it kept the inactive state for its window. I'm no expert, but it seems to me that this might have something to do with the windowserver process, so it might make sense for the next person who stumbles on this thread to start by deleting any preferences files that begin with com.apple.windowserver. Just a hunch, but it's worth starting there before you do a complete flush of all your preferences.
    Thanks again for the help--hopefully this workaround will be persistent. Fingers crossed!

  • My iphone is not recognised on either my computer (windows 7) or in the latest itunes that i downloaded. It was recognised for a short time but windows media player asked to open my pictures and i clicked ok. I also started downloading the newest software

    My iphone 3gs is not recognised in either windows 7 or in the latest itunes. It was briefly but then Windows asked me if I wanted to open the camera with Windows media player and I clicked ok. I also tried to download the new software for the phone. Now nothing works. I also downloaded a programme which you supposedly need for iphone with windows 7
    Any help please

    The ONLY program you need for an iPhone on Windows 7 is iTunes. Remove whatever the other program is, then remove and re-install iTunes as diesel vdub recommends.

  • Open Form not working when called from When-Mouse-Click

    In our application to navigate to other forms we have created a feature where user selects the Forms from a LOV, the form id is returned to the text item and user needs to click the text item.....In the text item the Open form command is given
    This is not working
    The form builder throws an error
    Frm 92100 Connection interupted
    what could be the reason

    Code written in When-Mouse-click
    for item :boo_toolblk.nbt_nxtscr which contains the form id
    DECLARE
    p_name_id PARAMLIST;
    lv_param_name VARCHAR2(8):= :boo_toolblk.nbt_nxtscr;
    lf_next_form_id FORMMODULE;
    BEGIN
    Clear_Item;
    /*Create a parameter list named 'TEMPLT_PARAM'. First
    ** make sure the list does not already exist, then
    ** attempt to create a new list*/
    IF not Id_Null(Get_Parameter_List('TEMPLT_PARAM'))/*Returns a BOOLEAN value if the object ID is available*/
    THEN Destroy_Parameter_List('TEMPLT_PARAM');
    END IF;
    p_name_id:= Create_Parameter_List('TEMPLT_PARAM');
    /*Add a value parameter to an existing Parameter
    ** List */
    Add_Parameter(p_name_id,'templt_nxtscr',TEXT_PARAMETER,lv_param_name);
    Go_Block(Get_Form_Property(:system.current_form,FIRST_NAVIGATION_BLOCK));
    lf_next_form_id := FIND_FORM(lv_param_name);
    :PARAMETER.next_form := lv_param_name;
    IF lf_next_form_id.id is not null
    THEN
    Close_form(lf_next_form_id);
    END IF;
    Add_parameter(p_name_id,'previous_form',TEXT_PARAMETER,:SYSTEM.CURRENT_FORM);
    /* opens another form*/
    Open_Form(lv_param_name,ACTIVATE,NO_SESSION,SHARE_LIBRARY_DATA,p_name_id);
    EXCEPTION
    WHEN FORM_TRIGGER_FAILURE
    THEN RAISE FORM_TRIGGER_FAILURE;
    WHEN OTHERS
    THEN RAISE FORM_TRIGGER_FAILURE;
    END;
    Error :-
    Frm-92100 : Your Connection to the Server was Interrupted
    This may be the result of a networn error or a failure on the server.
    You will need to re-establish

  • HT1222 My mouse pointer in finder is not working by double clicking on the application.I have to double click and select open for opening the application.Can you suggest me some settings to fix this problem?

    My mouse pointer in finder is not working by double clicking on the application.I have to double click and select open for opening the application.Can you suggest me some settings to fix this problem?

    Hi,
    Try this ... reboot your Mac and see if double clicking works again.
    Also, you can just select the Application you like to open and hold down the Command+O to open.
    Also, did you check your setting for the mouse in system preferences.
    Dimaxum

Maybe you are looking for

  • How do I get rid of the linked cards that have appeared in my contacts?

    All on my contacts have now two linked cards at the bottom and I have no idea on how to stop this.  Any help of how to resolve this would be appreciated Thanks

  • OBIEE 11g installation over Oracle Express (XE)

    During OBIEE 11g installation we are required to cofigure connection string to DB. We installled Oracle Express (XE) on the same machine with default settings. What should be the connection string in the DB details form? Whether and if so, how should

  • RSNASTED - Functional Specifications

    Hi Experts, I would like to know if any document(s) is/are available on program RSNASTED that is used to generate EDI Invoices for Customers. I am looking for a document on how this program works, what data gets picked from where and such related inf

  • Unable to decompress large data with CL_ABAP_UNGZIP_BINARY_STREAM

    Hello all, i would like to stream the huge amount of XML data to the application server compressed. It seems that the class pair CL_ABAP_GZIP_BINARY_STREAM / CL_ABAP_UNGZIP_BINARY_STREAM should do this job. So far the compression works, because the c

  • Won't allow me to restore because of size

    I just up graded from 4s 32g to a 5 s 16g and during the process of restoring a message pops up saying that the new device does not have enough space. How can I fix this?