How to center the TrackPad pointer on startup

Hi guys (and ladies)!
New on this forum, I confess I didn't have much time to prowl it in search for an answer to the question in the tittle of this post. I apologize for this, but the question itself is pretty straightforward: I'd like my TrackPad pointer to appear in the center of the screen on startup, the way it does on... err, um, you know, the OS from Redmond... You know?
I find it a hassle to have to dislodge it from its upper left corner every time I boot up my MBP, especially considering it takes several attempts to move it, with the Apple menu usually appearing when all I need is to click on a Dock icon...
I read somewhere that an AppleScript could be devised that would remedy to my problem, but I'm not fluent in AppleScript, so if you guys suggest something along this route, please make it understandable for the newbie that I am!
Thanks in advance...

OK, that's one way to put it, but I already have a PC with Windoze installed (I happen to beta-test Seven like a half-dozen billion other people...), so if I wanted to run Windoze, I'd do it on my other computer.
No, seriously, doesn't anyone know of a script that would center the pointer on the screen of my MBP when it boots up? Like giving it new spacial coordinates (e.g. x=720, y=450 for my 1440x900px display)?
OK, I'll make it simple (???): how do you instruct the pointer to act the way I've just described via AppleScript?

Similar Messages

  • How to center the text displayed in a JList

    Hi,
    The width of the JList display area is wider than the text displayed. I tried to center the text displayed to make it look nicer. I had tried using "setAlignmentX(Component.CENTER_ALIGNMENT)" in my own ListCellRenderer class but did not work. Any idea how to center the text?
    Fai.

    Yes, I am using JLabels in my renderer and the following is the code:
    public class MyCellRenderer extends JLabel implements ListCellRenderer {
         private static final Color HIGHLIGHT_COLOR = new Color(0, 0, 128);
         public MyCellRenderer() {
              setOpaque(true);
              setIconTextGap(12);
         public Component getListCellRendererComponent(
              JList list,
              Object value,
              int index,
              boolean isSelected,
              boolean cellHasFocus)
              String entry = (String)value;
              setText(entry);
              setFont(new Font("Ariel", Font.BOLD, 18));
              setAlignmentX(Component.CENTER_ALIGNMENT);
              if(isSelected) {
                   setBackground(HIGHLIGHT_COLOR);
                   setForeground(Color.white);
              } else {
                   setBackground(Color.white);
                   setForeground(Color.black);
              return this;
    Can you point out where to implement the centering logic?
    Thanks,
    Fai.

  • Please let me know how to do the trackpad test

    please let me know how to do the trackpad test

    What model year is it? If older than a 2011 model, and even some early 2011 models, you will need the original install discs that came with it.
    If older than a 2011 model then you use the Online Internet Recovery system to erase the drive, format it Mac Extended and then reinstall OS X.
    To access that online recovery system at startup hold down the Command + Option/Alt + r key and keep them held down until you see a globe on the screen.

  • How do i stop trackpad pointer freezing?

    How do I stop trackpad pointer freezing?

    I have this same problem. I press the sleep button twice (once to sleep, once to awaken), and I can work again. Freezes on multi-finger scroll/swipes (somtimes on two fingers, always on three). I have tried changing multi-finger option in the trackpad config, to no avail.
    iMac (mid 2010), Intel Core i3, OS X 10.9

  • How to set the out point beyond 9.95 seconds???

    how to set the out point  in Motion 5 beyond 9.95 seconds???

    First you need to make sure your project is long enough then you can adjust the play range (in/out). To make sure the project is long enough:
    1. From the project properties (command-J) go to the Duration field and enter a new duration.
    2. Click on the down arrow icon to the right of the current time, there is an option to show the project duration. Once set to this you can double click the number and type in a new project duration. I'd recommend setting it back to show current time when done.
    3. Of course you can also change the duration of a project when it is first created, in the project browser.
    Once you're sure you have a long enough project you can adjust the in and out range.  You then use the zoom controls in the bottom of the timeline to show more of the timeline and adjust the play range as needed. There's lots more about project and play range duration adjustments in the documentation: http://help.apple.com/motion/mac/5.1/

  • How to determine the mount point for directory /tmp ?

    Folks,
    Hello. I am installing Oracle 11gR2 RAC using 2 Virtual Machines (rac1 and rac2 whose OS are Oracle Linux 5.6) in VMPlayer and according to the tutorial
    http://appsdbaworkshop.blogspot.com/2011/10/11gr2-rac-on-linux-56-using-vmware.html
    I am installing Grid infrastructure. I am on step 7 of 10 (verify Grid installation enviroment) and get this error:
    "Free Space: Rac2: /tmp"
    Cause: Could not determine mount point for location specified.
    Action: Ensure location specified is available.
    Expected value: n/a
    Actual value: n/a
    I have checked the free space using the command:
    [root@Rac2 /]# df -k /tmp
    Output:
    Filesystem     1k-blocks     used     Available     Use%     Mounted on
    /dev/sda1     30470144     7826952     21070432     28%     /
    As you see above, the free space is enough, but could not determine mount point for /tmp.
    Do any folk understand how to determine the mount point for directory /tmp ?
    Thanks.

    I have just checked "/home/oracle/.bash_profile". But in my computer, there is no "oracle" under /home directory.Is this your first time Linux and Oracle installation? I had a brief look at your referenced link. The reason why you do not find a "oracle" user is because the instructions use "ora11g" instead, which, btw, is not standard. The directories of your installation and your installation source can be somewhat different from known standards and you will have to adjust it to your system.
    My best guess is that you have either missed something in the instructions or you need to ask the author of the blog what is wrong. The chance to find someone here who has experience with these custom instructions is probably unlikely.
    I suggest you try to locate the cluster verification tool, which should be in the bin directory of your grid installation. Alternatively you might want to check the RAC, ASM & Clusterware Installation forum: RAC, ASM & Clusterware Installation

  • How big is the trackpad on the newest 13 inch macbook pro with retina display (In MM's)?!

    how big is the trackpad on the newest 13 inch macbook pro with retina display (In MM's)?!

    According to this site 104.4 x 75.4 mm.
    http://store.moshimonde.com/trackguard-trackpad-protector-macbook-pro.html

  • How to get the entry point in the ActiveX/COM adaptor

    below is the description of the Demo of using the ActiveX/COM to call new seq . 
    API Demo
    1. Manually add a Message Popup step to the MainSequence of a
    new sequence file. Save the sequence file as launch.seq.
    2. Create another sequence file and save the file as caller.seq.
    3. In the MainSequence of the caller.seq file, add Action steps
    using the ActiveX/COM Adapter to call into the TestStand API and
    launch the launch.seq file in a new execution.You might need the
    following two methods to complete this step.
    . Engine.GetSequenceFileEx
    . Engine.NewExecution
    so the question as follows:
    1.i call the method of get sequencefileEx
    2. call the method of getmodlesequenceFile
    3.call the method of evalEntryPointNameExpression
    4.call the method of NewExecution.
    but at the step of 3. i haven't get the entry point.
    so how to solve this issue? thanks
    Attachments:
    QQ图片20140115200924.jpg ‏58 KB
    QQ图片20140115201708.jpg ‏100 KB

    This is a duplicate post of this:
    http://forums.ni.com/t5/NI-TestStand/How-to-get-the-entry-point-in-the-ActiveX-COM-adaptor/m-p/27005...

  • How to center the content in crystal report viewer?

    open crystal report viewer in winform, default at the left top
    after maxmium the winform window, content become at the center
    another odd thing is that i set window winform size 1208*1024 and crystal report view is fill
    then tried, content is not center any more
    How to center the content in crystal report viewer in code?
    Edited by: Mathew_666 on Oct 6, 2011 5:20 AM

    Since there is no control for center you'll need to do the math on your own. This is just a rough draft, but you'll get the idea.
    One of the things you'll need to figure out is your buffer to help you give a centered feel. We'll say that value is 50 in this case.
    Height
    int buffer = 50;
    int formHeight = 1000; // we'll assume a height of 1000 in this case
    int crystalTop = buffer;
    int crystalViewerHeight = formHeight - (buffer * 2); // buffer is at the top and bottom
    Width
    int formWidth = 1000; // we'll assume a width of 1000 in this case
    int crystalLeft = buffer;
    int crystalViewerWidth = formWidth - (buffer * 2); // buffer is at the top and bottom

  • How to operate the trackpad

    I have just purchased a new MacBookPro with retina display. I am still learning how to use the trackpad because prior to buying this laptop I always used a mouse with my iMac. I have looked at the Systems Preferences and see that I should be able to Zoom by pinching with finger and thum or alternatively double tapping with two fingers.However this does not happen, neither can I rotate the pages as suggested. I have all the boxes checked so is there something else I should be doing?
    Also can anyone tell me if I install iCloud will it automatically transfer data from my iMac on which I don't have iCloud. I would like to be able to sync things like mail, but I don't want to transfer every single file and application.
    This laptop is offering to install iCloud but I am not sure I want to if it is going to transfer all.
    Many thanks

    Are you using any hand lotion. I have heard this can confuse the trackpad because of the oils in the lotion. You could try cleaning the trackpad and washing your hands to see if these gestures become available.
    Have no real knowledge of how icloud works but for it to work at all the mac must be able to use icloud. So it would need to be installed on a mac for it to work on that system. If your version of os x is older and does not have icloud then there is no way for you to sign on to it from that mac.

  • How to disable the trackpad button function?

    My trackpad botton goes mad, it's seems like hold you mouse's left button and you can click the right button, just can't open the file, my usb mouse works great only in Snow Leopard, in Leopard I can use none of mouse or trackpad.
    I think my trackpad button has broken, I want to disable this button, but I don't know how, can you give me some advise?
    I'm using Snow leopard( 10.6.2 ) now, how to disable the trackpad button in SL?

    I'm using Snow leopard( 10.6.2 ) now, how to disable the trackpad button in SL and keep my trackpad available, I prefer using touchpad, I think I can disable the button and still use touchpad?
    I apologies for my poor english.

  • How to disable the trackpad while typing on mbp without mouse ?

    how to disable the trackpad while typing on mbp without mouse ?

    Like Kappysaid :
    Kappy wrote:
    Open Universal Access preferences. Under either the Keyboard or Mouse tab should be a checkbox option to prevent accidental input when typing. If you don't find it there then check in the Trackpad preferences.
    or find the apple instructions here http://support.apple.com/kb/HT3608
    Good luck

  • Bis repetita... How to center the pointer on Tiger's startup...?

    Hi all!
    This is becoming a gipsy post, since it's the second time around I've had to relocate it... (Smile)
    As Alan advised me to ("Hi Didier Calzergues; I have no ideas of how to solve your problem but I am going to suggest you repost here. Where I am sending you is the Automator section of Tiger since that it the operating system you are using. Allan"), I'm relocating my original subject here. Goes like this:
    Following someone's advice (S.U. wrote: "I have no idea myself, but if you don't get an answer here, you might try your question in the Leopard forum which is where there might be more software experts. Good luck!"), I decided to relocate my previous post on "How to use your MacBook Pro", which goes as follows:
    Hi guys (and ladies)!
    New on this forum, I confess I didn't have much time to prowl it in search for an answer to the question in the tittle of this post. I apologize for this, but the question itself is pretty straightforward: I'd like my TrackPad pointer to appear in the center of the screen on startup, the way it does on... err, um, you know, the OS from Redmond... You know?
    I find it a hassle to have to dislodge it from its upper left corner every time I boot up my MBP, especially considering it takes several attempts to move it, with the Apple menu usually appearing when all I need is to click on a Dock icon...
    I read somewhere that an AppleScript could be devised that would remedy to my problem, but I'm not fluent in AppleScript, so if you guys suggest something along this route, please make it understandable for the newbie that I am!
    Thanks in advance...
    PS: I'm on Tiger, but I gather an AppleScript's an AppleScript, right...?

    An AppleScript is usually an AppleScript, but the AppleScript forum is actually here. Automator is a different animal, with both TIger and Leopard versions (or mutations, depending on your point of view).
    Anyway, you can do what you want with some scripting. First, there is the XTools scripting addition, which will give AppleScript the ability to move the mouse. Once the scripting addition is copied to either the /Library/ScriptingAdditions or ~/Library/ScriptingAdditions folders, you can use it's commands. Next, you will need to place a script application into your login items (System Preferences > Accounts > Login Items) that will move the mouse when you log in:
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px;
    color: #000000;
    background-color: #FFEE80;
    overflow: auto;"
    title="this text can be pasted into the Script Editor">
    do shell script "/usr/sbin/system_profiler SPDisplaysDataType | grep 'Resolution'" -- get info
    tell the result to set {DisplayWidth, DisplayHeight} to {word 2, word 4} -- get resolution
    move mouse {DisplayWidth div 2, DisplayHeight div 2} -- center mouse
    </pre>

  • How to Center loadMovie Registration Point

    Hello Flash Tech's,
    I really having trouble figuring this one out.
    I'm trying to use Zoom transition for my photo Gallery which
    I'm using loadMovie "jpg" from Xml file.
    Now the problem is here.
    The Registration Point is set to the top upper left corner
    and I would like it to be in the center of my loadMovie.
    The Zoom transition only zoom from left corner and need to be
    center equal sides.
    How do I do this. My image size is "width 400px height 240px
    Thanks....

    This is how I'm loading the image in
    loadMovie(Pic1, _root.artpics_mc.pic1_mc);
    Pic1 is the jpg var..
    Now I see your code and did this
    //example
    this.createEmptyMovieClip("imageHolder",this.getNextHighestDepth());
    //position imageHolder
    imageHolder._x=Stage.width/2
    imageHolder._y=Stage.height/2;
    var innerJpegTarget=
    imageHolder.createEmptyMovieClip("jpgHolder",imageHolder.getNextHighestDepth());
    var mcl:MovieClipLoader = new MovieClipLoader();
    var mclListener:Object=new Object();
    mclListener.onLoadInit=function(targ){
    //centre it
    targ._x=-targ._width/2;
    targ._y=-targ._height/2;
    mcl.addListener(mclListener);
    mcl.loadClip("Pic1",innerJpegTarget);
    Does that above look correct?
    Now when I appear the Zoom Transition.
    import mx.transitions.*;
    import mx.transitions.easing.*;
    function tweenBall() {
    easeType = mx.transitions.easing.Regular.easeOut;
    var begin = 300;
    var end = 100;
    var time = 3;
    var position = startPoint=5;
    var mc = _root.artpics_mc.pic1_mc;
    Pic1 = new mx.transitions.Tween(mc, "_yscale", easeType,
    begin, end, time, true);
    Pic1 = new mx.transitions.Tween(mc, "_xscale", easeType,
    begin, end, time, true);
    tweenBall();
    It is still zooming in the top left corner. What am i'm doing
    wrong?
    Everything is in the second frame together.
    I'm confused. Is it a easier way of doing this?
    I seen this code in another forum:
    var container:MovieClip = _root.createEmptyMovieClip
    ("container", 1);
    container._x = 200;
    container._y = 200;
    var holder:MovieClip = _root.container.createEmptyMovieClip
    ("holder", 1);
    holder.loadMovie ("movie.swf");
    container.onEnterFrame = function ()
    holder._x = (-this._width / 2);
    holder._y = (-this._height / 2);
    this._rotation += 10;
    };

  • How to delete the Data Points label with a crosstab layout

    Hi, just a question.
    I created a report which uses a crosstab layout; so...I have the Company Name on the left, Status Code above and the Count(tickets) as Data Points.
    As soon as I put the Count(tickets) inside the report, the label "Data Points: Incident Id Count appears above just at the bottom of the Status Code
    Is there a way to avoid this tedious label ?
    As workaround, I changed the Data Points' format heading (text and background) in such a way to see only a Grey space...but this is not so useful (from the customer side...)
    I also looked for inside the crosstab layout properties...but I didn't found nothing.....
    Any help will be appreciate
    Alex

    Well, I think you are out of luck. You are basically saying you want to control when you have a column heading and when you don't want to have a column heading. Most of us users do want column headings in our reports. In fact I have a hard time trying to figure out why you don't want a column heading. How are the report users going to know what the numbers in the column mean if you don't have a heading on the column? Maybe the initial users of the report know, but what happens when they leave and someone else takes over their duties? I would suggest putting in an enhancement request for Discoverer to give you the option to not display a column heading, if you really want something like this. This needs to be at the workbook level, I am thinking.
    John Dickey

Maybe you are looking for

  • Erase a document or email from ipad search

    I have an email that I sent to my tax accountant.  I want to delete it from my Ipad Search history.  I have deleted it from my email but when I search the ipad it still comes up.  How do I delete this so that it cannot be searched on my ipad? 

  • Embedded QT loading behavior (brief question)

    I've got several embedded QT players loading mp3 files on one page of my blog. Does anyone know how to prevent the file from loading until the viewer has hit the play button? The accumulation of loading files not good for most bandwidths. I DO want m

  • Upgrade from CS4 to CS5 question

    Does anyone know whether PS CS4 purchased in North America can be upgraded with CS5 upgrade purchased in Europe ? Does not plan to come back to US anytime soon and would rather find any potential problems out before spending 200 euros on the upgrade.

  • Transport of total table contents iso only the changes within that table

    Dear experts, Due to some errors i'm now stuck in a situation where in DTAP clients a custom built table is not consistant any more. e.g. In T(est) client some entries exist that are not present in D(evelopment) any more. Modifications of entries in

  • [SOLVED] Can't get systemd to mount nfs on boot

    I have "/usr/lib/systemd/system/mnt-shared.mount" with [Unit] Description=/mnt/shared Wants=rpc-statd.service After=network.target rpc-statd.service [Mount] What=10.0.0.3:/home/shared Where=/mnt/shared Type=nfs but when I reboot the mount never occur