Mouse Pointer Position Hotkeys

I wall start by saying, as far as all this scripting goes. I only know that it's called scripting.
That being said. Here is what I need : A way to toggle the ability to snap my mouse pointer to predefined coordinates on the screen by pressing a button. At least up to 8 positions. Use of the Num pad would be optimal. 
If anyone can point me in the right direction or, if i'm lucky, just hook me up. I'd be greatful.
Thank you in advance...   TheEnemy  (It's just a name)

Snipping is not part of scripting as are snooping or sniping.
What you are asking is something that aged programmers have been trying to accommplish for decades.  It is the holey-canoli grail of computing.  Ever since the first mouse was invented we have been trying to acommplish that feat.  Unfortunately
the lowly mouse is way too wild and undisciplined to get him to behave in such  a way.
I would recommend hiring what we call a "mouse butler".  This fellow will place your mouse wherever you like and do so very cautiously.
Short of that, what you ask cannot be done.
============
=============
Seriously now, this is a forum for technicians who use scripting to administer computers.  There is no need to move mouses on the screen. Windows does not let us operate the mouse remotely or from a batch file.  What you are asking is technically
impossible with a script without special external software.
If you are looking to automate a game then I recommend posting in a gaming forum as some gamers have some pretty cool tools.
¯\_(ツ)_/¯

Similar Messages

  • Mouse pointer position at start up

    I know this may seem beyond lazy but...
    Is there any way to change the mouse pointer position at startup? I would much prefer it to be in the middle of the screen rather than way in the topleft corner.
    One other question: I still think window minimize/maximize/close buttons (not sure what you would call them) that are on top left for apple and top right for PC are more conveniently located on the right side (and there really aren't many things I could honestly say I prefer about PC). May be it's just me but my pointer spends most of its time on the bottom and right side of the screen. Is there a way to change the position of the buttons?
    Sorry if this has been addressed before but I couldn't find it.

    The short answer to both of your questions is no.
    However, you may be able to use some sort of theme software that will allow you to change the position of the buttons by changing the appearance of the windows. There are, from what I understand, hundreds of themes that you can try. Maybe one of them will put the buttons on the other side of the window. You might check out Shape Shifter.
    http://www.unsanity.com/haxies/shapeshifter
    One caveat, Shape shifter is a system hack and as such may add some instability to the system.
    As for the position of the cursor I don't really know unless you can find some sort of third party program that will do it. You might take a look at Version Tracker and see if there is something there.

  • Mouse pointer position while using PPR

    Hello All,
    I have a PPR section in a custom page and what happens in the PPR region is, there is with a button click new Search Fields are added dynamically. The requirement is to highlight the mouse pointer in newly added Search Text fields. I am not that familiar with OAF so any help is very much appreciated.
    Thanks

    on PPR event, set the cursor on newly added field using below code:
    import oracle.apps.fnd.framework.webui.beans.OABodyBean;
    OABodyBean oabean = (OABodyBean)pageContext.getRootWebBean();
    oabean.setInitialFocusId("<itemId>");
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Setting the position of the mouse pointer

    Hi,
    I want to explicitly set the mouse pointer to an definded location, e.g. when a window is opened.
    Is there a method I can invoke or a work around to set the mouse pointer to, say, posx = 100 and posy = 150?
    Are there any other manipulating methods such as pressing the mouse button?
    thanx,
    SirRuberth

    yes.
    You can do all that and much more with the java.awt.Robot class
    (new in java 1.3)
    void mouseMove(int x, int y)
    Moves mouse pointer to given screen coordinates.
    void mousePress(int buttons)
    Presses one or more mouse buttons.
    void mouseRelease(int buttons)
    Releases one or more mouse buttons.
    Ragnvald Barth
    Software engineer

  • How can I get mouse pressed and mouse released positions on the desktop whi

    Hello All,
    I am generating a Frame using Swing API. My requirement is I need to capture the mouse pressed and mouse released positions, whenever user drags the mouse on desktop region (i.e. outside of the Frame). I require these points to find the rectangle region user has generated starting from mouse pressed to mouse released position. I need to pass that rectangle to Robot class in order to capture that desktop region.
    Can anybody help me out how can I achieve this using java on MAC, Linux and Windows platforms?
    Thanks in advance.
    Regards,
    VPKVL

    VPKVL wrote:
    DarrylBurke wrote:
    Can't be done in Java.I don't think that there is something which can't be done using java. When searched over net, found few applications which are using java for implementing this feature but not free, asking for license fee. I checked by downloading the demo version.
    Just want to know the hint how it can be achieved so that I can move further on that lines.
    Your thoughts ?They use JNI with the OS API.

  • Focus on mouse pointer on click- WPF

    hi,
    I want to focus the position of the mouse pointer when the user clicks.
    Exactly like the focus we get on clicking the ctrl key to locate mouse pointer after enabling it here.
     Can anyone help me with this.
    Thanks,
    Shaleen
    TheHexLord

    Hi TheShaleen,
    >>I want to focus the position of the mouse pointer when the user clicks
    It's hard to accomplish your requirement, I've tried to find API to enable this setting, but as far as I know, there is no official API to enable this programmatically.
    If you just want to make this work on some control, like Canvas, you could get the coordinate of Mouse Pointer and draw shap on this Canvas, please refer to this article:
    http://msdn.microsoft.com/en-us/library/ms747393(v=vs.110).aspx
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Disable the mouse pointer icon!

    As in the title, is there a way to disable the mouse pointer
    icon, ie when you rollover the button it changes to the "finger". I
    dont want to see the "finger" I just want it to remain as the
    "arrow"

    quote:
    Originally posted by:
    Newsgroup User
    I guess you never noticed how your OS works??? The pointer
    stays a pointer
    over all buttons. I find the finger pointer rather useless as
    well.
    Well, I must by now reply to all of you.
    First, "urami" made a good point when referring to kiosk
    interfaces. It makes sense to have no roll over in this case and I
    fully agree with this statement.
    But in the case of the interfaces we commonly create in Flash
    we need the finger icon to indicate that there is a photo-button or
    a drawing-button or a clickable text here and, if we want to "hide"
    it or if we do not want the user click it, we can with simple
    functions (related to _x and _y mouse position) disable or enable
    depending the circumstances the hot spot when the pointer rolls
    over it.
    The quoted remark of "DMennenoh" is not relevant.
    Why? Simply because in the OS all buttons are clearly
    designed as... buttons! There is no need to change the pointer icon
    as we perfectly know what we are going to do and where we must move
    the pointer to do the action: Open, Save, etc. And it is not only
    the case for buttons, it's also the case for the menu bar...
    In the interfaces we design, it is not always the case.
    In all my interfaces, I always have in mind these:
    How shall I react if I see this interface for the first time?
    What can I do and where?
    I suppose you'll agree with me if I say that some interfaces
    are so bad that it is very helpful to have the finger icon just to
    indicate that the area under the pointer is clearly a hot spot...
    I think this discussion is far from ending...

  • Drag and dropping an address from address book to the desktop, the address file does not go where my mouse is positioned.

    If I drag and drop an address from address book to the desktop, the address file does not go where my mouse is positioned. It winds up somewhere in the middle of my screen. Any way to have the address file land and stay where my mouse pointer is?

    You have to assign the favicon yourself to the desktop shortcut (right-click the shortcut: Properties) after you have dragged the link to the desktop.
    You can usually find the favicon in Tools >Page Info > Media and save the icon there.
    Otherwise use the main domain of the website and add favicon.ico (e.g. mozilla.com/favicon.ico ) to display the favicon in a tab and save that image to a folder.

  • Buggy mouse cursor position (Jumps around to random spot on mouse click)

    I've only noticed this annoying quirk in photoshop CS4. This only happens when using the tools in photoshop, and not in any other programs.
    When using the tools in photoshop, every so often, some times more often then others, the tools will jump to a random place on (and many times FARE off) screen on mouse click. As in the tool is no longer where my mouse is, but is registering elsewheer.
    A few examples. Working with the pen tool to line something, click a control point to set it, go to click to set another one and that point is now being dragged around well off my screen even though the mouse pointer is on screen.
    Using the brush tool to color something in and click and the brush is coloring fare above my curser.
    Select something and the selection is jumping here and there each time, go to crop? Click and drag and the grabed part jumps off screen.
    It is random as to when it wants to jump, and where it wants to jump. Some times it happens all the time, others every so often, or times not at all,.
    No settings are ever changed reguarding the mouse, it's just random and ONLY in photoshop with using it's tools. My mouse it's self is not jumping, just where the tool is drawing/putting down whatever is.
    This jumping also seems to be a rather common thing, as I stream my drawing live at times and when it starts doing this I've had many people comment and remark that their copy also does the same thing. Posting a journal entry about it also resaulted in a lot of replies with people facing the same thing.
    Is this a bug in CS4? People have told me to check my mouse settings under the control panel but that shouldn't have anything to do with it when every other program I use does not do this yet photoshop does. Flash don't, dreamweaver don't, illustrator don't. Painter, bryce, max, etc etc none of them do it. Only photoshop and only when I am using a tool. It's effects are still random.

    Hi,
    I have the same problem as well. I don't think it's related to the mouse hardware at all- on mine the mouse curser stays in the same position but Photoshop registeres is elsewhere! If I let go (of holding the mouse button), the mouse is still where I left it. I've had this problem since Photoshop CS4 x64 but the problem still happens on Photoshop CS5 x64 (it was fine at first but after about a month of use now CS5 has started having the same problem).
    I've had the problem for a while (almost a year now) and is really annoying! I dont have any tablets, and I've changed my mouse a few times. I am using a laptop with Windows Ultimate x64. It only happens in photoshop, it's fine in Adobe InDesign.
    Hopefully someone might come up with a solution!
    Thanks to anyone who can help me/us

  • Mouse Pointer freezing all the time

    Mouse pointer freezing constantly
    Hi!
    My mouse pointer is regularly freezing after about 20 seconds or so. It is released by clicking. I have installed Parallels, and the Windows window says (on the lower left frame) "Click inside OS Window to capture mouse". This has not earlier been necessary even for the Windows window, but has now spread to the Mac side.
    I find this utterly annoying and potentially harmful. If I have left the pointer in any place I am not aware of and want to retrieve it, I normally move it to find it. Now I have to click before I can move it, meaning I have to click the mouse in a position I do not know. I can see myself making purchases which ruin me, and the like...
    I have recently installed Norton Antivirus on the Mac side and Norman Antivirus on the Windows side. Could that have anything to do with it?
    Thank you for any information that can lead to capturing the culprit, dead or alive!
    Hening.

    Hi BDAqua
    thank you for your fast reply. I followed yor advice, then booted from my backup disk, repaired the primary disk (no repairs needed) and repaired permissions again, and turned off Norton Auto-protection - altogether to no avail.
    Disk Space on primary drive:
    Capacity of drive 74.53 GB
    Mac partition: Capacity: 59.97 GB; Available: 15.68 GB
    Windows Partition (Bootcamp, accessed via Parallels):
    Capacity: 14.24 GB, Available: 6.84 GB
    This seems to mean that I have only 1.44 GB free space on my Mac volume.
    Could this be the reason? Tomorrow, I'll move some large files to a backup medium.
    Any more ideas?
    Kind regards - Hening.

  • Weird mouse pointer behaviour

    Since this morning OSX won't register the position of my mouse pointer. All the hover triggered events (link highlights, Expose Hot Corners) won't work. OnClick events do work correctly, but it is kind of annoying not being able to use hot corners.
    Any ideas on how to fix this?

    Something is up with the 10.5.6 update. Bluetooth mice pointer is erratic, but buttons all work fine. Mouse is fine (Great: ROCKETFISH) on all other Macs. Mail.app, SyncServer and other non desrcript and arcane named processes are sucking the goodness out my MacBook 2.16 Mid 2007. Fans are going much more than it ever did...battery is being drained by processes I never evoke. Crashes from BAD_ACCESS plagued me on 10.4.11 so I took the plunge....bought Leopard....and spent days trouble shooting all the messes it casued...had to search for Mail.app update....never showed up in the software updater process....that is not acceptable....I have bought new hard drives, thinking it was a faulty drive...not enough free space.....nope. Spotlight was eratic at one point. I run Disk Utility and ONyx regularly and often the permissions are wrong on a big scale....run it again and the same ones are wrong again....run it off the Installer Disk....Get everything apparently tickety boo....then the Bad Access thing reals its ugly head again....I am tired of being a beta tester...this is not my bling thing toy...it is my living and I spend more time doing trouble shooting than work....Genius guys are a misnomer....Apple is starting to drop from the top of the tree and is looking rather fetid mixed with the compositing leaves....enough CRAPPLE give me the good Mac stuff once again....System/Finder 3.7 wasn't this bad. Who needs a million bells and whistles if you can't the 'trailer hitch' to work? Tech tool shows all is well.

  • How to get  the mouse clicked positions on a movie

    I am doing a project on Objects tracking
    I am capturing the video data using webcamera and playing it using processor in JMF
    my problem is , if i click on the movie that is being played currently, i have to display the co-ordinates of the mouse clicked position.
    can anyone help me?
    Thanks in advance
    Sudha

    hello
    i have attache my coding here
    see to it
    import java.io.*;
    import java.io.IOException;
    import java.net.*;
    import java.net.URL;
    import java.awt.*;
    import java.awt.image.*;
    import java.awt.event.*;
    import java.awt.event.MouseEvent;
    import java.awt.event.MouseMotionListener;
    import javax.swing.*;
    import javax.media.*;
    import javax.media.util.*;
    import javax.media.Buffer.*;
    import javax.media.format.*;
    import javax.media.Format;
    import javax.media.protocol.*;
    import javax.media.control.*;
    import javax.media.rtp.*;
    import javax.media.protocol.DataSource;
    import com.sun.media.ui.*;
    import javax.media.format.YUVFormat;
    import java.util.*;
    import java.util.Vector;
    import javax.imageio.*;
    import javax.imageio.stream.*;
    class capturing1 extends JInternalFrame implements ActionListener,MouseListener,MouseMotionListener,ControllerListener
    * The entry point of the example
    * @param args The command line arguments
         int mark_flg=0;
         int xpos=0,ypos=0;
         mdetect mde=new mdetect();
         protected boolean transitionOK;
         protected Object synchronizer;
         protected Processor processor;
         JButton mark;
         JButton track;
    capturing1(String fname)
    {     super(fname, true, true, true, true);
         getContentPane().setLayout( new BorderLayout() );
         setSize(320, 10);
         setLocation(50, 50);
         setVisible(true);
         processor = null;
    synchronizer = new Object();
    transitionOK = true;
         mark=new JButton("mark");
         track=new JButton("track");
         mark.setSize(25,25);
         track.setSize(25,25);
         mark.addActionListener(this);
         track.addActionListener(this);
         getContentPane().add("East", mark);
         //getContentPane().add("West", track);
         try {
         UIManager.setLookAndFeel("javax.swing.plaf.metal.MetalLookAndFeel");
         } catch (Exception e) {
         System.err.println("Could not initialize java.awt Metal lnf");
         Manager.setHint(Manager.LIGHTWEIGHT_RENDERER, new Boolean(true));
         addMouseListener(this);
         addMouseMotionListener(this);
         loadAndStart(fname);
    public void loadAndStart(String fn)
    boolean status;
    status = loadFile(fn);
    if (status) status = configure();
         TrackControl tc[] = processor.getTrackControls();
         if (tc == null) {
                   System.err.println("Failed to obtain track controls from the processor.");
                   System.exit(0);
              // Search for the track control for the video track.
              TrackControl videoTrack = null;
              for (int i = 0; i < tc.length; i++) {
                   if (tc.getFormat() instanceof VideoFormat) {
                   videoTrack = tc[i];
                   break;
              if (videoTrack == null) {
                   System.err.println("The input media does not contain a video track.");
                   System.exit(0);
         try {
         Codec codec[] = {mde};
         videoTrack.setCodecChain(codec);
         } catch (UnsupportedPlugInException e) {
         System.err.println("The processor does not support effects.");
    if (status) status = realize();
    public boolean loadFile(String fn)
    boolean status;
    URL url;
         status = false;
         /*Vector v = CaptureDeviceManager.getDeviceList(new VideoFormat(
    VideoFormat.YUV));
    System.out.println(((CaptureDeviceInfo) v.get(0)).getName());
    try{
         MediaLocator ml = ((CaptureDeviceInfo) v.get(0)).getLocator();
    System.out.println(ml.toString());
         processor = Manager.createProcessor(ml);processor.addControllerListener(this);status = true;
    }catch(Exception e){
    System.err.println("Exception occured\n");
    e.printStackTrace();
         System.exit(0);
    try {
    url = new URL("file:"+
    System.getProperty("user.dir")+
    "/"+fn);
    if (url != null) {
    processor = Manager.createProcessor(url);
         processor.addControllerListener(this);
    status = true;
    } catch (NoProcessorException npe) {
    System.out.println("Unable to create a processor!");
    } catch (IOException ioe) {
    System.out.println("Unable to connect to source!");
    return status;
    public boolean configure()
    boolean status;
    status = false;
    // Put the Processor into the configured state
    processor.configure();
    if (waitFor(processor.Configured)) {               
    // Set the content descriptor to null so that the
    // processor can be used as a player
    processor.setContentDescriptor(null);
    status = true;
    } else {
    System.out.println("Unable to configure the processor!");
    return status;
    public boolean realize()
    boolean status;
    Component c;
    status = false;
    // Put the Processor into the realized state
    processor.prefetch();
    if (waitFor(processor.Prefetched)) {               
    // The Processor has been realized so the
    // components can be layed out
    c = processor.getVisualComponent();
    getContentPane().add("Center", c);
    c = processor.getControlPanelComponent();
    if (c != null)
              getContentPane().add("South", c);
    System.out.println("button added");
    // Start the Processor
              validate();System.out.println("button added");
    processor.start();
    status = true;
    } else {
    System.out.println("Unable to realize the processor!");
    return status;
    protected boolean waitFor(int state)
    // Make this block synchronized
    synchronized(synchronizer) {
    try {
    while ((processor.getState() != state) &&
    (transitionOK)) {
    synchronizer.wait();
    } catch (InterruptedException ie) {
    // Ignore it
    return transitionOK;
    public synchronized void controllerUpdate(ControllerEvent evt)
    if ( (evt instanceof ConfigureCompleteEvent) ||
    (evt instanceof RealizeCompleteEvent) ||
    (evt instanceof PrefetchCompleteEvent) ) {
    // Synchronize this block
    synchronized(synchronizer) {
    transitionOK = true;
    synchronizer.notifyAll();
    } else if (evt instanceof ResourceUnavailableEvent) {
    // Synchronize this block
    synchronized(synchronizer) {
    transitionOK = false;
    synchronizer.notifyAll();
    public void mouseMoved(MouseEvent e) {
    //saySomething("Mouse moved", e);
    public void mouseDragged(MouseEvent e) {
    saySomething("Mouse dragged", e);
    public void mousePressed(MouseEvent e) {
    //saySomething("Mouse pressed; # of clicks: "
    // + e.getClickCount(), e);
    public void mouseReleased(MouseEvent e) {
    //saySomething("Mouse released; # of clicks: "
    // + e.getClickCount(), e);
    public void mouseEntered(MouseEvent e) {
    //saySomething("Mouse entered", e);
    public void mouseExited(MouseEvent e) {
    //saySomething("Mouse exited", e);
    public void mouseClicked(MouseEvent e) {
    saySomething("Mouse clicked (# of clicks: "
    + e.getClickCount() + ")", e);
         xpos=e.getX(); ypos=e.getY();
    void saySomething(String eventDescription, MouseEvent e) {
         System.out.println("The Object is at the point "+"x ,"+e.getX()+ "y" + e.getY());
         if(mark_flg==1){
         mdetect.markObject(xpos,ypos);
         //mark_flg=0;
    public void actionPerformed(ActionEvent e)
         if(e.getSource()==track)
              System.out.println("track pressed");
              processor.start();
         if(e.getSource()==mark)
              mark_flg=1;//processor.stop();
              System.out.println("mark pressed");
    public class track extends Frame
    {     JDesktopPane desktop;
    public track(String f)
         setLayout( new BorderLayout() );
         desktop = new JDesktopPane();
         desktop.setDoubleBuffered(true);
         add("Center", desktop);
         setSize(640, 480);
         capturing1 cap1=new capturing1(f);
         desktop.add(cap1);
         setVisible(true);
    public static void main(String args[])
    new track(args[0]);
    /****************************** mdetect class**********************************************/
    class mdetect implements Effect
         //Processor processor;
    static boolean marked=true; static int mark_flg=0; int a=1;
    static int xpos=0,ypos=0;
    private Format inputFormat;
    private Format outputFormat;
    private Format[] inputFormats;
    private Format[] outputFormats;
    private int[] bwPixels;
    private byte[] bwData;
    private RGBFormat vfIn = null;
    private static int imageWidth = 0;
    private int imageHeight = 0;
    private int imageArea = 0;
    static int[] p1;
    mdetect()
    System.out.println("mdetect called");
    inputFormats = new Format[] {
    new RGBFormat(null,
    Format.NOT_SPECIFIED,
    Format.byteArray,
    Format.NOT_SPECIFIED,
                                  24,
    3, 2, 1,
    3, Format.NOT_SPECIFIED,
    Format.TRUE,
    Format.NOT_SPECIFIED)
    outputFormats = new Format[] {
    new RGBFormat(null,
    Format.NOT_SPECIFIED,
    Format.byteArray,
    Format.NOT_SPECIFIED,
                                  24,
    3, 2, 1,
    3, Format.NOT_SPECIFIED,
    Format.TRUE,
    Format.NOT_SPECIFIED)
         public Format[] getSupportedInputFormats() {
    return inputFormats;
         public Format [] getSupportedOutputFormats(Format input) {
    if (input == null) {
    return outputFormats;
    if (matches(input, inputFormats) != null) {
    return new Format[] { outputFormats[0].intersects(input) };
    } else {
    return new Format[0];
         public Format setInputFormat(Format input) {
    inputFormat = input;
         return input;
         public Format setOutputFormat(Format output) {
    if (output == null || matches(output, outputFormats) == null)
    return null;
    RGBFormat incoming = (RGBFormat) output;
    Dimension size = incoming.getSize();
    int maxDataLength = incoming.getMaxDataLength();
    int lineStride = incoming.getLineStride();
    float frameRate = incoming.getFrameRate();
    int flipped = incoming.getFlipped();
    int endian = incoming.getEndian();
    if (size == null)
    return null;
    if (maxDataLength < size.width * size.height * 3)
    maxDataLength = size.width * size.height * 3;
    if (lineStride < size.width * 3)
    lineStride = size.width * 3;
    if (flipped != Format.FALSE)
    flipped = Format.FALSE;
    outputFormat = outputFormats[0].intersects(new RGBFormat(size,
    maxDataLength,
    null,
    frameRate,
    Format.NOT_SPECIFIED,
    Format.NOT_SPECIFIED,
    Format.NOT_SPECIFIED,
    Format.NOT_SPECIFIED,
    Format.NOT_SPECIFIED,
    lineStride,
    Format.NOT_SPECIFIED,
    Format.NOT_SPECIFIED));
    return outputFormat;
    public synchronized int process(Buffer inBuffer, Buffer outBuffer) {
         int i=0;
         a++;
              //System.out.println("discard buffer"+inBuffer.isEOM());
              //System.out.println("w n h");
              //System.out.println("w"+size.width+"h"+size.height);
              //System.out.println("format"+inBuffer.getFormat());
              //System.out.println("RGB"+outImage.getRGB(3,3));
              //Graphics og = outImage.getGraphics();
              //og.drawImage(stopImage, 0, 0, size.width, size.height, null);
              vfIn = (RGBFormat) inBuffer.getFormat();
         Dimension size = vfIn.getSize();
              if(inBuffer.isEOM()==false)
              BufferToImage stopBuffer = new BufferToImage((VideoFormat) inBuffer.getFormat());
              Image stopImage = stopBuffer.createImage( inBuffer);
              BufferedImage outImage = new BufferedImage(size.width, size.height, BufferedImage.TYPE_INT_RGB);
              if(a==6)
              PictureButton.but(stopImage);
              System.out.println("stop image called");
              //cut
    /*if(a<0)
         for(int rr=0;rr<MAXROWS;rr++)
              for(int cc=0;cc<MAXCOLS;cc++)
                   System.out.print(PixelArray[rr][cc]+" ");
         System.out.println("@");
    a=0;
         int outputDataLength = ((VideoFormat)outputFormat).getMaxDataLength();
    validateByteArraySize(outBuffer, outputDataLength);
    outBuffer.setLength(outputDataLength);
    outBuffer.setFormat(outputFormat);
    outBuffer.setFlags(inBuffer.getFlags());
         byte [] inData = (byte[]) inBuffer.getData();
    byte [] outData =(byte[]) outBuffer.getData();
         Object data = inBuffer.getData();
    int pixStrideIn = vfIn.getPixelStride();
    int lineStrideIn = vfIn.getLineStride();
         imageWidth = (vfIn.getLineStride())/3; //Divide by 3 since each pixel has 3 colours.
         imageHeight = ((vfIn.getMaxDataLength())/3)/imageWidth;
         imageArea = imageWidth*imageHeight;
    int r=0,g=0,b = 0; //Red, green and blue values.
         System.arraycopy(inData,0,outData,0,outData.length);
         bwPixels = new int[outputDataLength/3] ;
         p1=new int[outputDataLength/3];int[] p=new int[outputDataLength/3];
         for (int ip = 0; ip < inData.length; ip+=3) {
              int bw = 0;
                   r = (int) inData[ip] ;
                   g = (int) inData[ip+1] ;
                   b = (int) inData[ip+2];
    bw = (int) ((r + b + g)/ (double) 3);
              p1[ip/3]=bw;
         return BUFFER_PROCESSED_OK;
         public String getName() {
    return "Motion Detection Codec";
    public void open() {
    public void close() {
    public void reset() {
         public Format matches(Format in, Format outs[]) {
         for (int i = 0; i < outs.length; i++) {
         if (in.matches(outs[i]))
              return outs[i];
         return null;
    public Object getControl(String controlType) {
    System.out.println(controlType);
         return null;
    public Object[] getControls() {
    return null;
    byte[] validateByteArraySize(Buffer buffer,int newSize) {
    Object objectArray=buffer.getData();
    byte[] typedArray;
    if (objectArray instanceof byte[]) {     // Has correct type and is not null
    typedArray=(byte[])objectArray;
    if (typedArray.length >= newSize ) { // Has sufficient capacity
    return typedArray;
    byte[] tempArray=new byte[newSize]; // Reallocate array
    System.arraycopy(typedArray,0,tempArray,0,typedArray.length);
    typedArray = tempArray;
    } else {
    typedArray = new byte[newSize];
    buffer.setData(typedArray);
    return typedArray;
    public static void markObject(int x,int y)
    marked=true;
    xpos=x; ypos=y;
    /* int j =0, m=0,n=0;
    int total = p1.length; int col = imageWidth; //int row = imageHeight;
    int[][] twodim = new int[total/col][col];
    System.out.println("p1 arr"+p1.length+","+twodim.length+"col"+col);
    for(j=0;j<total;j++)
    twodim[n][m] = p1[j];
    System.out.print( twodim[n][m]+" ");
    m++;
    if( m ==col)
    m=0; n++;
    System.out.println("@"+n);
    System.out.println("m"+m+"n"+n);*/
    public int markObject()
    //System.out.println("boolean mark called");
    mark_flg=1;
    return mark_flg;
    /*****************************************end of mdetect class*****************************************************/
    /*********************************** Image Icon class ****************************************************************/
    class PictureButton extends JFrame implements MouseMotionListener,MouseListener{
    static Image image;Icon icon2;JButton button2=new JButton("hi"); int[] pixels; Container content;
    public PictureButton(Image img ) {
    super("PictureButton v1.0");
    setSize(200, 200);
    setLocation(200, 200);
    Icon icon = new ImageIcon(img);
    JButton button = new JButton(icon);
         button.addMouseMotionListener(this);
         button.addMouseListener(this);
    button.addActionListener(new ActionListener( ) {
    public void actionPerformed(ActionEvent ae) {
    System.out.println("Urp!");
    content = getContentPane( );
    content.setLayout(new FlowLayout( ));
    content.add(button);
         //content.add(button2);
    public static void but(Image im) {
         image=im;
    JFrame f = new PictureButton(im );
    f.addWindowListener(new WindowAdapter( ) {
    public void windowClosing(WindowEvent we) { System.exit(0); }
    f.setVisible(true);
    public void mouseMoved(MouseEvent e) {
    //saySomething("Mouse moved", e);
    public void mouseDragged(MouseEvent e) {
    saySomething("Mouse dragged", e);
    public void mousePressed(MouseEvent e) {
    //saySomething("Mouse pressed; # of clicks: "
    // + e.getClickCount(), e);
    public void mouseReleased(MouseEvent e) {
    //saySomething("Mouse released; # of clicks: "
    // + e.getClickCount(), e);
    public void mouseEntered(MouseEvent e) {
    //saySomething("Mouse entered", e);
    public void mouseExited(MouseEvent e) {
    //saySomething("Mouse exited", e);
    public void mouseClicked(MouseEvent e) {
    saySomething("Mouse clicked (# of clicks: "
    + e.getClickCount() + ")", e);
    void saySomething(String eventDescription, MouseEvent e) {
    int w=0;int ind=0;
         System.out.println("The Object is at the point "+"x ,"+e.getX()+ "y" + e.getY());
         int[][][] imagePixels = imageIO.loadImage(image);
              final int MAXROWS = imagePixels.length;
              final int MAXCOLS = imagePixels[0].length;
              int[][] PixelArray = new int[MAXROWS][MAXCOLS];
              pixels=new int[MAXROWS*MAXCOLS];
              int cnt=0;
              int pix=0,pix1=0;
    for(int row=0; row<imagePixels.length; row++) {
    for(int col=0; col<imagePixels[0].length; col++) {
    for(int rgbo=0; rgbo<4; rgbo++) {
                   if((cnt<3)&&(rgbo<3))
    w++;
                   pix=pix+imagePixels[row][col][rgbo];
                   cnt++;
                   else
                   {cnt=0;}
    } // for rgbo
    pix1 = pix/3;
    pix = 0;
                   /*if(col<97)
                   {pix1=(byte)192;}*/
    PixelArray[row][col] = pix1;
                   System.out.print(pix1+" ");
    } // for col
                   System.out.println("@");
    } // for row
         System.out.println("pix arr"+PixelArray.length);
         for(int ww=0;ww<MAXROWS;ww++)
         for(int hh=0;hh<MAXCOLS;hh++)
         pixels[ind++]=PixelArray[ww][hh];
         image = createImage (new MemoryImageSource( MAXROWS,MAXCOLS, pixels, 0, MAXROWS));
         System.out.println(" img added");
    /********************************* end of Image Icon class**********************************************************/
    this program will capture the video n play
    if u click on the mark button processor will be stopped
    u can click on the image and get the mouse co-ordinates
    i have also got the pixel values of the current frame at which u had clicked the mark button..do some manipulation on the pixels to get ur stuff work
    hope this will help u in some way
    regards
    sudha

  • Cannot access beginning Mouse point

    I see the 4 red dot beginning mouse point access area but on
    slide two there is no way to orginate the mouse movement other than
    where it ended up in slide 1.
    This is a big hassle and waste of time.
    How can I fix this QUICKLY!
    Doug

    No fix, that's how Captivate works. The cursor moves from one
    slide to
    the next, always starting from it's last position on the
    previous slide.
    Why would you want the cursor to start from a position on one
    slide
    different from where it was on the previous slide? The mouse
    is here,
    then it's suddenly over there...the cursor doesn't jump
    around like that
    normally. I'd think that would be a little disconcerting.
    If you REALLY need to do that, you can put in a slide that
    does not have
    any cursor showing (don't show the cursor), then on the next
    slide you
    can place the cursor where you want it to reappear...
    Erik
    dougfresh wrote:
    > I see the 4 red dot beginning mouse point access area
    but on slide two there is
    > no way to orginate the mouse movement other than where
    it ended up in slide 1.
    Erik Lord
    http://www.capemedia.net
    Adobe Community Expert - eLearning
    http://www.adobe.com/communities/experts/
    http://www.awaretips.net -
    Authorware Tips!

  • Modal dialog limiting the mouse pointer and blocking all application

    I wanted to create a modal dialog that blocks all application in my desktop. Only password field be present and exits only if correct password is typed. I also wanted to limit the mouse pointer within the window of the modal dialog. Will that be possible? i have read modality feature of Mustang(beta) and notes there that system modality is not included. Can anybody there give me an idea how to do tricks on blocking all applications of the desktop? I will be much grateful to anybody who could solve this problem. Thnx in advance...

    tnx Sarcommand ..i give up on that, i understand the risk if that feature is included..
    all i wanted is to make an internet cafe client/server that blocks the client's pc interaction if log time is reached.blocking only the keyboard and mouse.
    i have seen so many softwares sets the cursor position within the dialog bounding box only with user and password there. though my other application runs the mouse is still captured on the dialog even the dialog lost focus.
    if that would not be possible I'll just send notification to the client, a dialog that does not block any application.
    now, im going to try if the client can do som action whenever the server sends alert if the client java app is not the focus. i will post next time what hapens.but if you tried already, if u dont mind posting it so others could know it also..
    tnx so much Sarcommand..

  • Safari won't open and wheel (mouse pointer) keeps spinning

    Hi guys.
    I'm going crazy here as everything I've read and tried doesn't work?
    I've deleted cache files, history, plug-ins etc etc and every time I try and launch Safari, I keep getting the spinning wheel/beach ball/mouse pointer and safari doesn't open?
    I've received the following long error message and it may as well be in Arabic as I haven't got a clue what it means?
    Any techies out there who could shed some light "Error message for dummies' style please?
    This is the report error.
    Cheers,
    Marc
    Date/Time:     
    2014-06-20 15:35:13 +0400
    OS Version:    
    10.7.5 (Build 11G63)
    Architecture:  
    x86_64
    Report Version:  9
    Command:       
    Safari
    Path:          
    /Applications/Safari.app/Contents/MacOS/Safari
    Version:         6.0.2
    (7536.26.17)
    Build Version:   2
    Project Name:  
    WebBrowser
    Source Version:
    7536026017000000
    Parent:        
    launchd [124]
    PID:             216
    Event:           hang
    Duration:        1.61s
    Steps:           17
    (100ms sampling interval)
    Pageins:         24
    Pageouts:        0
    Process:       
    Safari [216]
    Path:          
    /Applications/Safari.app/Contents/MacOS/Safari
    Architecture:  
    x86_64
    UID:             501
      Thread 0x62e        DispatchQueue 1
      User stack:
        17 ??? (in Safari)
    [0x1033dff2c]
          17 SafariMain +
    166 (in Safari) [0x1035f735a]
            17
    NSApplicationMain + 867 (in AppKit) [0x7fff8b723eac]
              17
    -[NSApplication run] + 470 (in AppKit) [0x7fff8b4a79b9]
                17
    -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 162 (in
    Safari) [0x10343234f]
                  17
    -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 (in
    AppKit) [0x7fff8b4ab07d]
                    17
    _DPSNextEvent + 1247 (in AppKit) [0x7fff8b4ab9c5]
                      17
    AEProcessAppleEvent + 102 (in HIToolbox) [0x7fff8f178b69]
                        17
    aeProcessAppleEvent + 250 (in AE) [0x7fff8f4bb9f7]
    17 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 38 (in AE)
    [0x7fff8f4bbb03]
    17 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned
    char*) + 200 (in AE) [0x7fff8f4bbc25]
    17 _NSAppleEventManagerGenericHandler + 105 (in Foundation)
    [0x7fff8995a5dc]
    17 -[NSAppleEventManager
    dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 283 (in Foundation)
    [0x7fff8995a74e]
    17 __-[NSAppleEventManager
    setEventHandler:andSelector:forEventClass:andEventID:]_block_invoke_1 + 101 (in
    Foundation) [0x7fff8995b7c7]
                                    17 -[NSObject
    performSelector:withObject:withObject:] + 65 (in CoreFoundation)
    [0x7fff84183541]
                                      17
    -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 330
    (in AppKit) [0x7fff8b4ae5b9]
                                        17
    -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 227 (in AppKit)
    [0x7fff8b4ae849]
                                          17
    -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:]
    + 180 (in AppKit) [0x7fff8b4ae9ec]
                                            17
    -[NSPersistentUIManager promptToIgnorePersistentState] + 178 (in AppKit)
    [0x7fff8b4da234]
                                              17 -[NSApplication
    _suppressFinishLaunchingFromEventHandlersWhilePerformingBlock:] + 31 (in
    AppKit) [0x7fff8b758782]
                                                17
    __-[NSPersistentUIManager promptToIgnorePersistentState]_block_invoke_1 + 798
    (in AppKit) [0x7fff8b4da58a]
    17 +[NSAlert
    alertWithMessageText:defaultButton:alternateButton:otherButton:informativeTextWi thFormat:]
    + 117 (in AppKit) [0x7fff8b74de4d]
    17 -[NSAlert init] + 105 (in AppKit) [0x7fff8b7532f0]
    17 _NXLoadNib + 190 (in AppKit) [0x7fff8b6f0116]
    17 +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] +
    110 (in AppKit) [0x7fff8b4b2cb4]
    17 +[NSBundle bundleForClass:] + 78 (in Foundation) [0x7fff8993ca1e]
    17 -[NSRecursiveLock lock] + 25 (in Foundation) [0x7fff89927df9]
    17 __psynch_mutexwait + 10 (in libsystem_kernel.dylib) [0x7fff8a13dbf2]
      Kernel stack:
        17
    psynch_mtxcontinue + 0 (in mach_kernel) [0xffffff800059eb20]
      Thread 0x633        DispatchQueue 2
      User stack:
        17
    _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8b036316]
          17 kevent + 10
    (in libsystem_kernel.dylib) [0x7fff8a13e7e6]
      Kernel stack:
        17 kqueue_scan +
    416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x636      
      User stack:
        17 thread_start +
    13 (in libsystem_c.dylib) [0x7fff8751ab75]
          17
    _pthread_start + 335 (in libsystem_c.dylib) [0x7fff875178bf]
            17
    _ZN3WTFL19wtfThreadEntryPointEPv + 15 (in JavaScriptCore) [0x103de638f]
              17
    WebCore::IconDatabase::iconDatabaseSyncThread() + 500 (in WebCore)
    [0x1044a56b4]
                17
    WebCore::IconDatabase::syncThreadMainLoop() + 107 (in WebCore) [0x1044a7b9b]
                  17
    __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8a13dbca]
      Kernel stack:
        17
    psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Thread 0x638      
      User stack:
        17 thread_start +
    13 (in libsystem_c.dylib) [0x7fff8751ab75]
          17
    _pthread_start + 335 (in libsystem_c.dylib) [0x7fff875178bf]
            17 thread_fun
    + 24 (in QuartzCore) [0x7fff83401d35]
              17
    CA::Render::Server::server_thread(void*) + 184 (in QuartzCore) [0x7fff83401df5]
                17
    mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13c67a]
      Kernel stack:
        17
    ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x64a      
      User stack:
        17 thread_start +
    13 (in libsystem_c.dylib) [0x7fff8751ab75]
          17
    _pthread_start + 335 (in libsystem_c.dylib) [0x7fff875178bf]
            17
    __NSThread__main__ + 1575 (in Foundation) [0x7fff8997c6a2]
              17
    -[NSThread main] + 68 (in Foundation) [0x7fff8997c72a]
                17
    +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335 (in
    Foundation) [0x7fff89987fd7]
                  17
    CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff84125486]
                    17
    __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff84125c74]
                      17 __CFRunLoopServiceMachPort
    + 188 (in CoreFoundation) [0x7fff8411d50c]
                        17
    mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13c67a]
      Kernel stack:
        17
    ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x64d      
      User stack:
        17 thread_start +
    13 (in libsystem_c.dylib) [0x7fff8751ab75]
          17 ??? (in
    Safari) [0xdeadbeef]
            17 dlopen +
    540 (in dyld) [0x7fff62fe8657]
              17
    dyld::runInitializers(ImageLoader*) + 97 (in dyld) [0x7fff62fe21b9]
                17
    ImageLoader::runInitializers(ImageLoader::LinkContext const&,
    ImageLoader::InitializerTimingList&) + 59 (in dyld) [0x7fff62fed0b7]
                  17
    ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&,
    unsigned int, ImageLoader::InitializerTimingList&) + 237 (in dyld)
    [0x7fff62fec2cd]
                    17
    _ZN4dyldL12notifySingleE17dyld_image_statesPK11ImageLoader + 226 (in dyld)
    [0x7fff62fe0973]
                      17
    load_images + 233 (in libobjc.A.dylib) [0x7fff8331c36b]
                        17
    call_load_methods + 161 (in libobjc.A.dylib) [0x7fff8331c6ca]
    17 +[VSearchLib load] + 92 (in libVSearchLoader.dylib) [0x1097ccbf4]
    17 -[NSBundle principalClass] + 41 (in Foundation) [0x7fff8997bd84]
    17 -[NSBundle load] + 18 (in Foundation) [0x7fff899843f8]
    17 objc_msgSend_vtable3 + 24 (in libobjc.A.dylib) [0x7fff8331e0d8]
      Kernel stack:
        17 hndl_alltraps +
    225 (in mach_kernel) [0xffffff80002da481]
          17 user_trap +
    711 (in mach_kernel) [0xffffff80002c4017]
            17
    exception_triage + 149 (in mach_kernel) [0xffffff8000220e15]
              17
    exception_deliver + 766 (in mach_kernel) [0xffffff8000220c1e]
                17
    exception_raise_state_identity + 325 (in mach_kernel) [0xffffff8000249c75]
                  17
    mach_msg_rpc_from_kernel_body + 277 (in mach_kernel) [0xffffff80002239d5]
                    17
    ipc_mqueue_receive + 70 (in mach_kernel) [0xffffff8000215886]
                      17
    thread_block_reason + 299 (in mach_kernel) [0xffffff800022f42b]
                        17
    thread_continue + 1661 (in mach_kernel) [0xffffff800022f1ad]
    17 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c2939]
      Binary Images:
             0x1033df000
    -        0x1033dffff  com.apple.Safari 6.0.2 (7536.26.17)
    <712FC0E4-1F7C-3C6F-A65F-8F9EDE304463> /Applications/Safari.app/Contents/MacOS/Safari
             0x1033e5000
    -        0x103887fff  com.apple.Safari.framework 7536 (7536.26.17)
    <8C9589AE-EA24-3360-812B-DBAE560FBE7F>
    /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
             0x103ba8000
    -        0x103e42ff7  com.apple.JavaScriptCore 7536 (7536.26.15)
    <DE475475-D66E-3BF3-9AA6-422601989CF6>
    /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/JavaScriptCore
             0x1044a1000
    -        0x105447ff7  com.apple.WebCore 7536 (7536.26.15)
    <BB07086A-227A-3817-BFED-4DF34E04CD56> /System/Library/StagedFrameworks/Safari/WebCore.framework/WebCore
             0x1097cc000
    -        0x1097cdfff  libVSearchLoader.dylib ??? (???)
    <2DF78468-AB4B-363E-A838-D4CE14679E8B> /System/Library/Frameworks/VSearch.framework/Versions/A/Libraries/libVSearchLoa der.dylib
          0x7fff62fdf000
    -     0x7fff63013baf  dyld ??? (???)
    <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
          0x7fff83313000
    -     0x7fff833f7e5f  libobjc.A.dylib ??? (???)
    <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
          0x7fff833ff000
    -     0x7fff8359fff7  com.apple.QuartzCore 1.7 (270.5)
    <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04>
    /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
          0x7fff840ed000
    -     0x7fff842c1ff7  com.apple.CoreFoundation 6.7.2 (635.21)
    <62A3402E-A4E7-391F-AD20-1EF20236CE1B>
    /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff874c9000
    -     0x7fff875a6fef  libsystem_c.dylib ??? (???)
    <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
          0x7fff89922000 -     0x7fff89c3bfff  com.apple.Foundation 6.7.2 (833.25)
    <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B>
    /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8a127000
    -     0x7fff8a147fff  libsystem_kernel.dylib ??? (???)
    <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351>
    /usr/lib/system/libsystem_kernel.dylib
          0x7fff8b034000
    -     0x7fff8b042fff  libdispatch.dylib ??? (???)
    <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff8b4a3000
    -     0x7fff8c0a9fff  com.apple.AppKit 6.7.5 (1138.51)
    <44417D02-6123-3FC3-A119-CE51BB4C3006>
    /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff8f168000
    -     0x7fff8f494fff  com.apple.HIToolbox 1.9 (???)
    <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
          0x7fff8f4b8000
    -     0x7fff8f4f7fff  com.apple.AE 527.7 (527.7)
    <B82F7ABC-AC8B-3507-B029-969DD5CA813D>
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.frame work/Versions/A/AE
    Process:       
    AppleSpell [212]
    Path:          
    /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    Architecture:  
    x86_64
    UID:             501
      Thread 0x5fd        DispatchQueue 1
      User stack:
        17 ??? (in
    AppleSpell) [0x109383a7c]
          17 ??? (in
    AppleSpell) [0x109383d2e]
            17
    -[NSSpellServer run] + 74 (in Foundation) [0x7fff89a7ec76]
              17
    CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8413519f]
                17
    CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff84125486]
                  17
    __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff84125c74]
                    17
    __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8411d50c]
                      17
    mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13c67a]
      Kernel stack:
        17
    ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x604        DispatchQueue 2
      User stack:
        17
    _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8b036316]
          17 kevent + 10
    (in libsystem_kernel.dylib) [0x7fff8a13e7e6]
      Kernel stack:
        17 kqueue_scan +
    416 (in mach_kernel) [0xffffff800053b4d0]
      Binary Images:
             0x109382000
    -        0x10943eff7  com.apple.AppleSpell 1.7.1 (131.1)
    <A994D9F1-C4D8-3361-B0F4-112A7BAED8BD> /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
          0x7fff840ed000
    -     0x7fff842c1ff7  com.apple.CoreFoundation 6.7.2 (635.21)
    <62A3402E-A4E7-391F-AD20-1EF20236CE1B>
    /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff89922000
    -     0x7fff89c3bfff  com.apple.Foundation 6.7.2 (833.25)
    <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8a127000
    -     0x7fff8a147fff  libsystem_kernel.dylib ??? (???)
    <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8b034000
    -     0x7fff8b042fff  libdispatch.dylib ??? (???)
    <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
    Process:       
    autofsd [62]
    Path:          
    /usr/libexec/autofsd
    Architecture:  
    x86_64
    UID:             0
      Thread 0x233        DispatchQueue 2
      User stack:
        17
    _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8b036316]
          17 kevent + 10
    (in libsystem_kernel.dylib) [0x7fff8a13e7e6]
      Kernel stack:
        17 kqueue_scan +
    416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x234        DispatchQueue 6
      User stack:
        17
    _dispatch_sig_thread + 45 (in libdispatch.dylib) [0x7fff8b038b1c]
          17
    __sigsuspend_nocancel + 10 (in libsystem_kernel.dylib) [0x7fff8a13e022]
      Kernel stack:
        17 wakeup + 992
    (in mach_kernel) [0xffffff8000555e90]
      Binary Images:
             0x10dafe000
    -        0x10dafffff  autofsd ??? (???)
    <A02D5E70-1BB1-30ED-A699-375CB0CCE901> /usr/libexec/autofsd
          0x7fff8a127000
    -     0x7fff8a147fff  libsystem_kernel.dylib ??? (???)
    <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8b034000
    -     0x7fff8b042fff  libdispatch.dylib ??? (???)
    <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
    Process:         blued
    [21]
    Path:          
    /usr/sbin/blued
    Architecture:  
    x86_64
    UID:             0
      Thread 0x12d        DispatchQueue 1
      User stack:
        17 ??? (in blued)
    [0x1033889a4]
          17 ??? (in
    blued) [0x1033bf4bf]
            17
    -[NSRunLoop(NSRunLoop) run] + 62 (in Foundation) [0x7fff8992de67]
              17 -[NSRunLoop(NSRunLoop) runMode:beforeDate:]
    + 267 (in Foundation) [0x7fff8992df7b]
                17
    CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff84125486]
                  17
    __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff84125c74]
                    17 __CFRunLoopServiceMachPort + 188 (in
    CoreFoundation) [0x7fff8411d50c]
                      17
    mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13c67a]
      Kernel stack:
        17
    ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x138        DispatchQueue 2
      User stack:
        17
    _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8b036316]
          17 kevent + 10
    (in libsystem_kernel.dylib) [0x7fff8a13e7e6]
      Kernel stack:
        17 kqueue_scan +
    416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x1a5      
      User stack:
        17 thread_start +
    13 (in libsystem_c.dylib) [0x7fff8751ab75]
          17
    _pthread_start + 335 (in libsystem_c.dylib) [0x7fff875178bf]
            17 __select +
    10 (in libsystem_kernel.dylib) [0x7fff8a13ddf2]
      Kernel stack:
        17 wakeup + 992
    (in mach_kernel) [0xffffff8000555e90]
      Binary Images:
             0x103387000
    -        0x103440fff  blued ??? (???)
    <FE392F89-6D67-3015-A6AD-BA96C1FB5EFF> /usr/sbin/blued
          0x7fff840ed000
    -     0x7fff842c1ff7  com.apple.CoreFoundation 6.7.2 (635.21)
    <62A3402E-A4E7-391F-AD20-1EF20236CE1B>
    /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff874c9000
    -     0x7fff875a6fef  libsystem_c.dylib ??? (???)
    <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
          0x7fff89922000
    -     0x7fff89c3bfff  com.apple.Foundation 6.7.2 (833.25)
    <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8a127000
    -     0x7fff8a147fff  libsystem_kernel.dylib ??? (???)
    <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351>
    /usr/lib/system/libsystem_kernel.dylib
          0x7fff8b034000
    -     0x7fff8b042fff  libdispatch.dylib ??? (???)
    <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
    Process:         Canon
    CMFP BackGrounder [164]
    Path:          
    /Library/Printers/Canon/CUPSCMFP/BackGrounder/Canon CMFP
    BackGrounder.app/Contents/MacOS/Canon CMFP BackGrounder
    Architecture:    i386
    UID:             501
    Process:         Canon
    PS2 BackGrounder [163]
    Path:          
    /Library/Printers/Canon/CUPSPS2/BackGrounder/Canon PS2
    BackGrounder.app/Contents/MacOS/Canon PS2 BackGrounder
    Architecture:    i386
    UID:             501
    Process:       
    com.apple.dock.extra [184]
    Path:            /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra .xpc/Contents/MacOS/com.apple.dock.extra
    Architecture:  
    x86_64
    UID:             501
      Thread 0x4da        DispatchQueue 1
      User stack:
        17 ??? (in
    com.apple.dock.extra) [0x1003df474]
          17
    xpc_service_main + 448 (in XPCService) [0x7fff8a46c5ed]
            17
    NSApplicationMain + 867 (in AppKit) [0x7fff8b723eac]
              17
    -[NSApplication run] + 470 (in AppKit) [0x7fff8b4a79b9]
                17
    -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 (in
    AppKit) [0x7fff8b4ab07d]
                  17
    _DPSNextEvent + 659 (in AppKit) [0x7fff8b4ab779]
                    17
    BlockUntilNextEventMatchingListInMode + 62 (in HIToolbox) [0x7fff8f1713fa]
                      17
    ReceiveNextEventCommon + 355 (in HIToolbox) [0x7fff8f17156d]
                        17
    RunCurrentEventLoopInMode + 277 (in HIToolbox) [0x7fff8f16a2bf]
    17 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff84125486]
                            17 __CFRunLoopRun + 1204 (in CoreFoundation)
    [0x7fff84125c74]
    17 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8411d50c]
    17 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13c67a]
      Kernel stack:
        17
    ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x4e4        DispatchQueue 2
      User stack:
        17
    _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8b036316]
          17 kevent + 10
    (in libsystem_kernel.dylib) [0x7fff8a13e7e6]
      Kernel stack:
        17 kqueue_scan +
    416 (in mach_kernel) [0xffffff800053b4d0]
      Binary Images:
             0x1003de000
    -        0x1003e2ff7  com.apple.dock.extra 1.0 (1)
    <13C8211B-0B1D-302A-8EF9-740BA3BD69C0>
    /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra. xpc/Contents/MacOS/com.apple.dock.extra
          0x7fff840ed000
    -     0x7fff842c1ff7  com.apple.CoreFoundation 6.7.2 (635.21)
    <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a127000
    -     0x7fff8a147fff  libsystem_kernel.dylib ??? (???)
    <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8a46a000
    -     0x7fff8a471ff7  com.apple.XPCService 1.3 (1)
    <68C4DBC9-18C3-3053-96D5-1858B905EAE0>
    /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
          0x7fff8b034000
    -     0x7fff8b042fff  libdispatch.dylib ??? (???)
    <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff8b4a3000
    -     0x7fff8c0a9fff  com.apple.AppKit 6.7.5 (1138.51)
    <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff8f168000
    -     0x7fff8f494fff  com.apple.HIToolbox 1.9 (???)
    <CCB32DEA-D0CA-35D1-8019-E599C8007AB6>
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fram ework/Versions/A/HIToolbox

    You installed the "DownLite" trojan, perhaps under a different name. Remove it as follows.
    Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    /Library/LaunchAgents/com.vsearch.agent.plist
    Right-click or control-click the line and select
    Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item named "VSearch" selected. Drag the selected item to the Trash. You may be prompted for your administrator login password.
    Repeat with each of these lines:
    /Library/LaunchDaemons/com.vsearch.daemon.plist
    /Library/LaunchDaemons/com.vsearch.helper.plist
    /Library/LaunchDaemons/Jack.plist
    Restart the computer and empty the Trash. Then delete the following items in the same way:
    /Library/Application Support/VSearch
    /Library/PrivilegedHelperTools/Jack
    /System/Library/Frameworks/VSearch.framework
    Some of these items may be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including any that have the word "Spigot" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    This trojan is distributed on illegal websites that traffic in pirated movies. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect much worse to happen in the future.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that the DownLite developer has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. This failure of oversight is inexcusable and has compromised both Gatekeeper and the Developer ID program. You can't rely on Gatekeeper alone to protect you from harmful software.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination command-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

Maybe you are looking for

  • Mac won't open pdfs from web links.

    I am running Mac OS  v 10.5.8 and it suddenly stopped displaying PDFs that are opened via web links.  All I see is a grey screen with the file title.pdf at the top, no error message.  Has anyone experienced this or aware of a fix?  Soooooo frustratin

  • How do I get iTunes to scan my media folder and add missing files?

    Hi All!! I recently copied my iTunes library from my macbook to set up iTunes Server on my Sinology NAS. I did this by changing my iTunes Media Folder Location in the Advanced Settings tab, and then consolidating my library. I then changed my Media F

  • How do I make a form close when the little X in the corner is pressed???

    This is probably something really basic, but for the life of me I can't remember. Thanks in advance.

  • FCP to QT shimmers

    Posted this as an iDVD problem but narrowed it to this: When I try to save a FCP file to Quicktime, it comes out with shimmering noise in high contrast areas, one scene has chairs that seem to move back and forth within the image. Tried Streamclip fr

  • Get photos from CF card / Camera

    I would like to copy files from my Nikon D700 (CFcard/USB) and send them with mail on my iphone. Can that kind of tansfere be done? What I realy, realy want is a iphone application that crops and does minor adjustments to NEFs and then mailes a jpg o