Hand Cursor stuck again

I thought my problem was solved, however, the hand cursor is stuck again when I go to Kohl's Website and try to order anything. When I click on "add to bag" that is when the cursor won't move.

This issue can be caused by corrupted cookies or cookies that are blocked.
*check the permissions on the about:permissions page and in "Tools > Page Info > Permissions"
*https://support.mozilla.org/kb/fix-login-issues-on-websites-require-passwords
Clear the cache and remove cookies only from websites that cause problems.
"Clear the Cache":
*Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
"Remove Cookies" from sites causing problems:
*Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"
If clearing cookies didn't help then it is possible that the cookies.sqlite file that stores the cookies got corrupted.
*Rename (or delete) <b>cookies.sqlite</b> (cookies.sqlite.old) and delete other present cookies files like <b>cookies.sqlite-journal</b> in the Firefox profile folder in case the file cookies.sqlite got corrupted.
*http://kb.mozillazine.org/Cookies
*https://support.mozilla.org/kb/Deleting+cookies

Similar Messages

  • Stuck on Hand Cursor

    Hi,
    Since yesterday, almost every time I open Fireworks, I get
    the hand cursor, and cannot select any other tool.
    I tried deleting my preferences, to no avail.
    Any ideas?

    Hi, I've had this problem along with a few others who have
    posted it here,
    for some time now. I am at a complete loss as to why it
    happens. It is very
    annoying and I have lost a considerable amount of time trying
    to find a
    solution, to no avail.
    However If I shut down my machine completely and restart it,
    thankfully the
    problem goes away, for me at least. So I recommend you try
    that.
    Win XP - CS3 web premium
    Peter
    "buzz1919" <[email protected]> wrote in
    message
    news:ge9nea$19d$[email protected]..
    | Hi,
    |
    | Since yesterday, almost every time I open Fireworks, I get
    the hand
    cursor, and cannot select any other tool.
    |
    | I tried deleting my preferences, to no avail.
    |
    | Any ideas?

  • Is it possible to set a hand cursor on an image in the JTableHeader?

    I want to change the mouse cursor to a hand when the user rolls over a sort button image that is contained within the table header.
    I have customized (quite heavily) the JTableHeader so that I can activate a filter popup and a sort action by clicking in the JTableHeader for any given column.
    I know that the JTableHeader renderer is basically a snap shot of the components that are defined within the renderer, but there must be some way to capture the mouse rolling over the sort icon, and give the user a hand cursor to let them know they can click in that area.
    My header is defined as JPanel. Within the JPanel, I have one icon to indicate whether the column is required, another one to indicate whether it is a look up value, another icon to let the user sort, and another icon to let the user filter. Also, I have a JLabel to hold text (for the label).

    I've spent a few hours now trying to figure this out and nothing is working.
    One of the things I tried was adding a component listener to the component returned by getTableCellRendererComponent. My hope was that component must be sized before it is painted into the header. If I was able to capture the size of the component, I could store the coordinates of the individual components...However, I wasn't able to capture any of these events.
    Also, I tried to override the paint method in the UI class and retrieve the coordinates of the sub components as they are painted into the header. This resulted in some odd painting behavior.
    As I started thinking more and more about it, I was wondering if it is possible to rework the header so that it does not employ renderers and headers. I understand that the components are "painted" into the header instead of added to the header, because performance would suffer otherwise. However, this is just a header.
    It would be so much better if I could stick some components in each column header and interact with these components in the normal manner. I looked at the JHeaderTable code and the associated UI class and don't know where to start.
    Again, is it possible to subclass JTableHeader and make it so that I can add components to each component header so that I can interact with it, instead of having this non-interactive picture of a component at the top of the header?

  • I can't see the hand-cursor to controlled slides from a Quicktime Interact.

    Suddenly, my hand-cursor disappeared to controlled Hyperlinks from presentations in Quicktimes Interactives, make with Keynote.
    How can I get it again?
    I search in preferences, but I don't know how to appeared it.
    Thanks

    Ok, that didn't work and only closed out this window in discussions. After it closed this one I tried again doing the same but nothing. Makes sense though because if it closed this one out it would close everything else out on my desktop too. This is like a giant screen saver. All my other .jpg icons are still on my desktop over the top of this big pic. Is it possible this is what it is, just a screensaver? I did the same with another pic from the same website and it didn't do this. I clicked on my mouse to save a pic to the desktop and this monstrous thing appeared.  My dock is still there and the top bar that has the apple, Safari, edit, etc., but not anything else that you would normally click on to close a window. 

  • Can't seem to get hand cursor happening.

    To whom it may concern;
    I have been struggling to get a hand cursor over my MC's for pic4_mc, pic14_mc and pic1_mc. They are photos turned into MC's with as3 function to act like a btn. Perhaps I am putting the script:
    (myMC).buttonMode = true;
    (myMC).useHandCursor = true;
    in the wrong place...
    Below is my script for a website I am doing...It may not be the correct way of doing script but the functionality seems to work (apart for the hand cursor) so please forgive me if it seems all over the place.
    stop();
    //Cleaning services pic
    pic4_mc.addEventListener(MouseEvent.MOUSE_OUT, fl_MouseOutHandler_5);
    function fl_MouseOutHandler_5(event:MouseEvent):void
              pic4_mc.alpha = 0.5;
              trace("Moused out");
    pic4_mc.addEventListener(MouseEvent.MOUSE_OVER, fl_MouseOverHandler_5);
    function fl_MouseOverHandler_5(event:MouseEvent):void
              pic4_mc.alpha = 1.0;
              trace("Moused over");
    //Garden maintenance pic
    pic14_mc.addEventListener(MouseEvent.MOUSE_OUT, fl_MouseOutHandler_6);
    function fl_MouseOutHandler_6(event:MouseEvent):void
              pic14_mc.alpha = 0.5;
              trace("Moused out");
    pic14_mc.addEventListener(MouseEvent.MOUSE_OVER, fl_MouseOverHandler_6);
    function fl_MouseOverHandler_6(event:MouseEvent):void
              pic14_mc.alpha = 1.0;
              trace("Moused over");
    //Handyman picture
    pic1_mc.addEventListener(MouseEvent.MOUSE_OUT, fl_MouseOutHandler_7);
    function fl_MouseOutHandler_7(event:MouseEvent):void
              pic1_mc.alpha = 0.5;
              trace("Moused out");
    pic1_mc.addEventListener(MouseEvent.MOUSE_OVER, fl_MouseOverHandler_7);
    function fl_MouseOverHandler_7(event:MouseEvent):void
              pic1_mc.alpha = 1.0;
              trace("Moused over");
    //home btn function
    home_btn.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_9);
    function fl_ClickToGoToAndStopAtFrame_9(event:MouseEvent):void
              gotoAndStop(1);
    // Cleaning Services btn function
    pic4_mc.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_6);
    function fl_ClickToGoToAndStopAtFrame_6(event:MouseEvent):void
              gotoAndStop(2);
    //Garden Maintenance btn function
    pic14_mc.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_7);
    function fl_ClickToGoToAndStopAtFrame_7(event:MouseEvent):void
              gotoAndStop(3);
    //Handyman btn function
    pic1_mc.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_8);
    function fl_ClickToGoToAndStopAtFrame_8(event:MouseEvent):void
              gotoAndStop(4);
    quote_btn.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_10);
    function fl_ClickToGoToAndStopAtFrame_10(event:MouseEvent):void
              gotoAndStop(5);
    gallery_btn.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_11);
    function fl_ClickToGoToAndStopAtFrame_11(event:MouseEvent):void
              gotoAndStop(6);
    contact_btn.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_12);
    function fl_ClickToGoToAndStopAtFrame_12(event:MouseEvent):void
              gotoAndStop(7);
    QUOTE FORM
    sendbtn.buttonMode = true;
    sendbtn.addEventListener(MouseEvent.CLICK, submit);
    resetbtn.buttonMode = true;
    resetbtn.addEventListener(MouseEvent.CLICK, reset);
    init();
    button behaviour
    Variables needed
    var timer:Timer;
    var varLoad:URLLoader = new URLLoader;
    var urlRequest:URLRequest = new URLRequest( "mail.php" );
    urlRequest.method = URLRequestMethod.POST;
    Functions
    function init():void{
              //Set all fields to empty
              yourName.text = "";
              fromEmail.text = "";
              yourSubject.text = "";
              YourMsg.text = "";
    function submit(e:MouseEvent):void{
              //Check to see if any of the fields are empty
              if( yourName.text == "" || fromEmail.text == "" ||
            yourSubject.text == "" || YourMsg.text == "" )
            valid.text = "All fields need to be filled.";
              //Check if you're using a valid email address
              else if( !checkEmail(fromEmail.text) )
            valid.text = "Enter a valid email address";
               else
            valid.text = "Sending over the internet...";
            var emailData:String = "name=" + yourName.text
                           + "&from=" + fromEmail.text
                           + "&subject=" + yourSubject.text
                           + "&msg=" + YourMsg.text;
            var urlVars:URLVariables = new URLVariables(emailData);
            urlVars.dataFormat = URLLoaderDataFormat.TEXT;
            urlRequest.data = urlVars;
                        varLoad.load( urlRequest );
                        varLoad.addEventListener(Event.COMPLETE, thankYou );
    function reset(e:MouseEvent):void{
              init(); //call the initial clear function
    function checkEmail(s:String):Boolean
              //This tests for correct email address
       var p:RegExp = /(\w|[_.\-])+@((\w|-)+\.)+\w{2,4}+/;
              var r:Object = p.exec(s);
              if( r == null )
                        return false;
              return true;
    function thankYou(e:Event):void
        var loader:URLLoader = URLLoader(e.target);
        var sent = new URLVariables(loader.data).sentStatus;
        if( sent == "yes" )
            valid.text = "Thanks for your email!";
                        timer = new Timer(500);
                        timer.addEventListener(TimerEvent.TIMER, msgSent);
                        timer.start();
        else
            valid.text = "Oh no! Something is wrong! Try again...";
    function msgSent(te:TimerEvent):void
              if( timer.currentCount >= 10 )
                        init();
                        timer.removeEventListener(TimerEvent.TIMER, msgSent);
    Regards,
    Dean

    Hi Mocca,
    Thank you for your swift reply. I changed the MOUSE_OVER to ROLL_OVER etc... I have tried adding the buttonMode but nothing still happens. There are no errors when I test the .fla regarding the additional script but no hand cursor is seen. I have also tried it without pic4_mc.useHandCursor = true;.... Below is the amended script:
    stop();
    pic4_mc.buttonMode = true;
    pic4_mc.useHandCursor = true;
    pic14_mc.buttonMode = true;
    pic14_mc.useHandCursor = true;
    pic1_mc.buttonMode = true;
    pic1_mc.useHandCursor = true;
    //Cleaning services pic
    pic4_mc.addEventListener(MouseEvent.ROLL_OUT, fl_MouseOutHandler_5);
    function fl_MouseOutHandler_5(event:MouseEvent):void
              pic4_mc.alpha = 0.5;
              trace("Moused out");
    pic4_mc.addEventListener(MouseEvent.ROLL_OVER, fl_MouseOverHandler_5);
    function fl_MouseOverHandler_5(event:MouseEvent):void
              pic4_mc.alpha = 1.0;
              trace("Moused over");
    //Garden maintenance pic
    pic14_mc.addEventListener(MouseEvent.ROLL_OUT, fl_MouseOutHandler_6);
    function fl_MouseOutHandler_6(event:MouseEvent):void
              pic14_mc.alpha = 0.5;
              trace("Moused out");
    pic14_mc.addEventListener(MouseEvent.ROLL_OVER, fl_MouseOverHandler_6);
    function fl_MouseOverHandler_6(event:MouseEvent):void
              pic14_mc.alpha = 1.0;
              trace("Moused over");
    //Handyman picture
    pic1_mc.addEventListener(MouseEvent.ROLL_OUT, fl_MouseOutHandler_7);
    function fl_MouseOutHandler_7(event:MouseEvent):void
              pic1_mc.alpha = 0.5;
              trace("Moused out");
    pic1_mc.addEventListener(MouseEvent.ROLL_OVER, fl_MouseOverHandler_7);
    function fl_MouseOverHandler_7(event:MouseEvent):void
              pic1_mc.alpha = 1.0;
              trace("Moused over");
    //home btn function
    home_btn.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_9);
    function fl_ClickToGoToAndStopAtFrame_9(event:MouseEvent):void
              gotoAndStop(1);
    // Cleaning Services btn function
    pic4_mc.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_6);
    function fl_ClickToGoToAndStopAtFrame_6(event:MouseEvent):void
              gotoAndStop(2);
    //Garden Maintenance btn function
    pic14_mc.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_7);
    function fl_ClickToGoToAndStopAtFrame_7(event:MouseEvent):void
              gotoAndStop(3);
    //Handyman btn function
    pic1_mc.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_8);
    function fl_ClickToGoToAndStopAtFrame_8(event:MouseEvent):void
              gotoAndStop(4);
    /* Click to Go to Frame and Stop
    Clicking on the specified symbol instance moves the playhead to the specified frame in the timeline and stops the movie.
    Can be used on the main timeline or on movie clip timelines.
    Instructions:
    1. Replace the number 5 in the code below with the frame number you would like the playhead to move to when the symbol instance is clicked.
    quote_btn.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_10);
    function fl_ClickToGoToAndStopAtFrame_10(event:MouseEvent):void
              gotoAndStop(5);
    /* Click to Go to Frame and Stop
    Clicking on the specified symbol instance moves the playhead to the specified frame in the timeline and stops the movie.
    Can be used on the main timeline or on movie clip timelines.
    Instructions:
    1. Replace the number 5 in the code below with the frame number you would like the playhead to move to when the symbol instance is clicked.
    gallery_btn.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_11);
    function fl_ClickToGoToAndStopAtFrame_11(event:MouseEvent):void
              gotoAndStop(6);
    /* Click to Go to Frame and Stop
    Clicking on the specified symbol instance moves the playhead to the specified frame in the timeline and stops the movie.
    Can be used on the main timeline or on movie clip timelines.
    Instructions:
    1. Replace the number 5 in the code below with the frame number you would like the playhead to move to when the symbol instance is clicked.
    contact_btn.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_12);
    function fl_ClickToGoToAndStopAtFrame_12(event:MouseEvent):void
              gotoAndStop(7);

  • BRAS profile stuck AGAIN =(

    Very close to my exchange and regulary get near full 8Mbps from a very stable connection.
    Looks like this weekend has seen my bRAS profile stuck AGAIN! =(
    Speedtest results
    Now the last time, took an age for the first line of BT tech "help" - so I thought I'd see if there was a less stressful way to get it fixed.
    Any suggestions from the community?
    Solved!
    Go to Solution.

    profile will only change if you have problems with connection and connection drops.  the reason for the 3+ days connection is to ensure that line is now stable to avoid the same thing happening next again day and the automatic system should correct the profile in that timescale.  normally if you drop connection and connects back at lower speed profile will drop almost immediately to correct value for current speed but when speed reverts back to 'normal' the profile on adslmax 20CN can take 3/5 days to increase.
    the mods are the certain way to get profile fixed but you can try others
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Open and closed hand cursors

    I have a drag image application and I wanted to use the open and closed hand cursors to move the image about. It seems there is no easy way of accessing these in Java. After searching for cursor names etc.. I decided to hard code the cursors from the .gif image. Also I didn't want the .GIFs as files as this adds to loading problems so I ended up using arrays of pixels that took a little while to enter.
    I'm giving you the code if you ever need to use it as I typed it in and wouldn't want anyone else to have to do the same.
    int curWidth=32;
                   int curHeight=32;
                   int curCol;
                   Image img;
                   int x,y;
                   int closed_black[] = { 6,5,7,5,9,5,10,5,12,5,13,5,5,6,8,6,11,6,14,6,
                             15,6,5,7,14,7,16,7,6,8,16,8,5,9,6,9,16,9,4,10,
                             16,10,4,11,16,11,4,12,15,12,5,13,15,13,6,14,14,14,
                             7,15,14,15,7,16,14,16,0};
                   int closed_white[] = { 6,4,7,4,9,4,10,4,12,4,13,4,5,5,8,5,11,5,14,5,15,5,
                             4,6,6,6,7,6,9,6,10,6,12,6,13,6,16,6,4,7,15,7,17,7,
                             5,8,17,8,4,9,17,9,3,10,5,10,15,10,17,10,3,11,17,11,
                             3,12,16,12,4,13,16,13,5,14,15,14,6,15,15,15,6,16,
                             15,16,7,17,14,17,0};
                   int closed_whiteruns[] = {6,13,7,15,7,15,5,15,5,15,5,14,6,14,7,13,8,13,8,13,0};
                   int open_black[] = { 10,3,11,3,6,4,7,4,9,4,12,4,13,4,14,4,5,5,8,5,9,5,12,5,
                             15,5,5,6,8,6,9,6,12,6,15,6,17,6,6,7,9,7,12,7,15,7,16,7,18,7,
                             6,8,9,8,12,8,15,8,18,8,4,9,5,9,7,9,15,9,18,9,3,10,6,10,7,10,
                             18,10,3,11,7,11,17,11,4,12,17,12,5,13,17,13,5,14,16,14,6,15,
                             16,15,7,16,15,16,8,17,15,17,8,18,15,18,0};
                   int open_white[] = {10,2,11,2,6,3,7,3,9,3,12,3,13,3,5,4,8,4,10,4,11,4,15,4,
                             4,5,6,5,7,5,10,5,11,5,13,5,14,5,16,5,17,5,4,6,6,6,7,6,10,6,
                             11,6,13,6,14,6,16,6,18,6,5,7,7,7,8,7,10,7,11,7,13,7,14,7,17,7,
                             19,7,4,8,5,8,7,8,8,8,10,8,11,8,13,8,14,8,16,8,17,7,19,8,3,9,6,9,
                             16,9,17,9,19,9,2,10,4,10,5,10,19,10,2,11,18,11,3,12,18,12,4,13,
                             18,13,4,14,17,14,5,15,17,15,6,16,16,16,7,17,18,17,7,18,16,18,
                             8,19,15,19,0};
                   int open_whiteruns[] = {9,14,8,17,4,16,5,16,6,16,6,15,7,15,8,14,9,14,9,14,0};                    
                   int pix[] = new int[curWidth*curHeight];
                   for(y=0; y<=curHeight; y++) for(x=0; x<=curWidth; x++) pix[y+x]=0; // all points transparent
                   // black pixels
                   curCol=Color.black.getRGB();
                   int n=0;
                   while(closed_black[n]!=0)
                        pix[closed_black[n++]+closed_black[n++]*curWidth]=curCol;
                   // white pixels
                   curCol=Color.white.getRGB();
                   n=0;
                   while(closed_white[n]!=0)
                        pix[closed_white[n++]+closed_white[n++]*curWidth]=curCol;
                   // white pixel runs
                   n=0;
                   y=7;
                   while(closed_whiteruns[n]!=0) {
                        for(x=closed_whiteruns[n++];x<closed_whiteruns[n];x++)
                             pix[x+y*curWidth]=curCol;
                        n++; y++;
                   img = createImage(new MemoryImageSource(curWidth,curHeight,pix,0,curWidth));
                   closedhandCursor = Toolkit.getDefaultToolkit().createCustomCursor(img,new Point(5,5),"closedhand");
                   for(y=0; y<=curHeight; y++) for(x=0; x<=curWidth; x++) pix[y+x]=0; // all points transparent
                   // black pixels
                   curCol=Color.black.getRGB();
                   n=0;
                   while(open_black[n]!=0)
                        pix[open_black[n++]+open_black[n++]*curWidth]=curCol;
                   // white pixels
                   curCol=Color.white.getRGB();
                   n=0;
                   while(open_white[n]!=0)
                        pix[open_white[n++]+open_white[n++]*curWidth]=curCol;
                   // white pixel runs
                   n=0;
                   y=9;
                   while(open_whiteruns[n]!=0) {
                        for(x=open_whiteruns[n++];x<open_whiteruns[n];x++)
                             pix[x+y*curWidth]=curCol;
                        n++; y++;
                   img = createImage(new MemoryImageSource(curWidth,curHeight,pix,0,curWidth));
                   openhandCursor = Toolkit.getDefaultToolkit().createCustomCursor(img,new Point(5,5),"openhand");
                   setCursor(openhandCursor);you need to define openhandCursor and closedhandCursor with your other cursor definitions (I made them default to start with) and then just use setcursor as normal. There must be an easier way to do this!
    p.s. thanks to Martin Zvarik for the original code here: http://www.jguru.com/faq/view.jsp?EID=9958

    Hi,
    you can use the same query...Also check the new code after the select..
    SELECT BUKRS BELNR GJAHR <b>BSTAT</b>
    FROM BKPF
    INTO TABLE T_BKPF
    WHERE BUKRS = P_BUKRS
    AND BSTAT IN ( ' ' , 'A' ) " ' ' - Normal document, A - Parked doc
    AND BLART = P_BLART
    AND CPUDT IN SO_CPUDT " Selection screen input.
    IF NOT T_BKPF[] IS INITIAL.
    SELECT BUKRS BELNR GJAHR BUZEI EBELN AUGBL AUGBT
    INTO TABLE T_BSEG
    FOR ALL ENTRIES IN T_BKPF
    WHERE BUKRS = T_BKPF-BUKRS
    AND BELNR = T_BKPF-BELNR
    AND GJAHR = T_BKPF-GJAHR
    AND EBELN IN SO_EBELN " selection-screen input
    ENDIF.
    LOOP AT T_BKPF.
    Parked
      IF T_BKPF-BSTAT = 'A'.
        WRITE: / T_BKPF-BELNR , ' - Parked'.
    process the next record.
        CONTINUE.
      ENDIF.
    Check for Open / Closed.
      LOOP AT T_BSEG WHERE BELNR = T_BKPF-BELNR
                                   AND      BUKRS = T_BKPF-BUKRS
                                   AND      GJAHR = T_BKPF-GJAHR
                                   AND      AUGBL <> ' '.
        EXIT.
      ENDLOOP.
    If the return code is 0 then the document is cleared..
      IF sy-subrc = 0.
        WRITE: / T_BKPF-BELNR , ' - Closed'.
    Else the document is not cleared.
      ELSE.
        WRITE: / T_BKPF-BELNR , ' - Open'.
      ENDIF.
    ENDLOOP.
    Thanks,
    Naren

  • Dear all, I have a MacBook Pro bought in April 2011. Last April, it got stuck while the wheel was spinning and I had to force it shut. That cost me my hard drive. Now, it's stuck again. I tried esc, cmd tab, moving the trackpad on the apple, but no. HELP!

    Dear all, I have a MacBook Pro bought in April 2011. Last April, it got stuck while the wheel was spinning and I had to force it shut. That cost me my hard drive. Now, it's stuck again. I tried esc, cmd+tab, moving the trackpad on the apple, but no. HELP!

    Dear John,
    thank you for your prompt reply. After I sent the email, I left the wheel spinning to see if it would eventually stop. It didn't, but after a while the screen turned blue, so I decided to switch everything off with a forced shut-down. I could not restart with the OS DVDs because I am currently away from home, but fortunately everything was more or less fine after restarting. It then got stuck again, I forced it shut again, restarted again, and now it seem to work but I won't overdo it and will switch off smoothly after writing this (unless it gets stuck again). Last April I have replaced the HD, so it's now just under 6 months old. And, of course, since the crash occurred when I was abroad and had backed up just before I left, I have lost only a few days' work. Still, and I know this will make me hugely unpopular here, with my 5 previous laptops running on MS Windows I never had a problem. Which does not mean I loved the OS, or I would not have switched to Mac.
    Anyway, and this is the main reason for this message, thank you very much again for your speedy intervention.
    Claudia

  • Lion 10.7.4 cursor stuck to files will not drop

    so is it just me if i try and move a file or pull a file from the down loads the oniy way to get the cursor to release a file or folder is to it( esc+left click) other than that file /folder will just stick to cursor all ove the desk top and any where else the cursor go
    Thanks in advance for any help

    WoW...... you say tomato and I say tomato
    I have a cursor stuck to files and someone else Desktop icons that stick to the cursor
    Thank God for the (more Like This) section
    Putting to sleep vs restarting your Mac who would have guessed it
    putting to Sleep >>Worked<<

  • Mousing-over links doesn't change to a hand cursor

    I just upgraded to 3.6.15 after FF installed 3.6.14, but now when I mouseover links, I do not get the hand cursor to indicate it's a link. Any solutions?

    Here's a screenshot to see what I mean ....

  • Hand cursor not showing on Drag and Drop interaction Submit button

    Does anyone know why the hand cursor doesn't show when I hover over the submit button on a drag and drop interaction slide created in CP7 and published as HTML5?
    Many thanks.

    Thanks @rickhumpries86. What I did was I narrowed the problem down to a text animation. I only left 2 elements on the stage:
    1) A button
    2) A text animation (a plus sign)
    In this first picture of the stage, the problem exists. The frame of the + is indicated but is not overlapping the button.
    How I corrected it was I had to move the text animation up about 9 times (Ctrl + up arrow) to the position indicated in this next screen shot. Then there was no interference from the + text animation. For the animation I used the Disperse effect. To get the + sign that large, I used Arial size 72 font. So I'm not sure if this is considered a bug, or there is something else that I'm not understanding about the interaction of the text animation and its affect on the stage to other elements.

  • Issue when Kinect Hand Cursor Leaves the Application Screen

    Hi Everyone 
    i have an application in v2. i have implemented the hand cursor and when the cursor leaves the application or when the user stop using hands the sensor takes time to detect the sensor back and sometimes it does not come back. 
    We updated the VGA Driver to the latest and still we have an issue.  we followed the standard by assigning the Kinect to the Kinect region as we did in V1 sdk 1.8. 
    Our Kinect instance is in a Static Variable so we ca reuse it in other Windows that we created below is my MainPage 
    this.InitializeComponent();
    Generics.Generics.FullScreen(this);
    // only one sensor is currently supported
    KinectGeneric.kinectSensor = KinectSensor.GetDefault();
    // open the sensor
    KinectGeneric.kinectSensor.Open();
    // set IsAvailableChanged event notifier
    KinectGeneric.kinectSensor.IsAvailableChanged += Sensor_IsAvailableChanged;
    // set the status text
    this.Status.Content = KinectGeneric.kinectSensor.IsAvailable ? Properties.Resources.RunningStatusText
    : Properties.Resources.NoSensorStatusText;
    // open the reader for the body frames
    this.bodyFrameReader = KinectGeneric.kinectSensor.BodyFrameSource.OpenReader();
    // set the BodyFramedArrived event notifier
    this.bodyFrameReader.FrameArrived += bodyFrameReader_FrameArrived;
    // initialize the BodyViewer object for displaying tracked bodies in the UI
    this.kinectBodyView = new KinectBodyView(KinectGeneric.kinectSensor);
    // initialize the gesture detection objects for our gestures
    // KinectGeneric.gestureDetectorList = new List<GestureDetector>();
    //set the Region
    KinectRegion.SetKinectRegion(this, kinectRegion);
    kinectRegion.KinectSensor = KinectGeneric.kinectSensor;
    App app = ((App)Application.Current);
    app.KinectRegion = kinectRegion;
    and we have a viewbox that covers the grid and the Kinect region as detected below 
    <Viewbox Margin="0,0,-0.2,0" VerticalAlignment="Top">
    <Grid x:Name="LayoutRoot" Height="1367">
    <k:KinectRegion x:Name="kinectRegion" Margin="0,138,-8.4,10">
    we use the view box to adjust our UI automatically on different sizes of the screen. We also have Navigation services which is inside the above grid as depicted below 
    <DockPanel Margin="551,-57,668,177">
    <Frame x:Name="_home" NavigationUIVisibility="Hidden" HorizontalAlignment="Stretch" Source="Default.xaml" Width="1460" Margin="0,12,0,0" />
    </DockPanel>
    On all other Pages that get navigated to,  we dont have Kinect Region because it will inherit from the Frame Pages else we get ourselves with two hand cursors. 
    If there is anything i have missed please point it out for me
    Thanks
    Vuyiswa Maseko

    Hi Carmine 
    Thanks for the reply 
    you said "we dont have Kinect Region because" how does this differ from how we implement
    multi-pages in Controls-Basics? Are you creating new windows?
    Yes you are right it does not Differ, we used this Navigation Part in our V1 Application and the it worked nicely. i have pages not window and i just navigate to those pages , because they are hosted in the Frame when the hand is active it can move from
    the Parent window and the Child .
    we have borrowed the client the sensor i cant actually reproduce that until they finish testing and we can attend to the issue, they just called us and explained, when i was there i was able to do it nicely i think they just need to put the sensor in the
    right place. 
    Carmine if i can just squeeze this other question , 
    In V1 from SDK 1.7 ,1.8 we had the push to press that was in the Toolkit which showed a nice purple looking hand , why was that not added in 2.0 SDK ? 
    Thanks 
    Vuyiswa Maseko

  • Hand cursor in Firefox 4 on Mac

    Hi,
    I just updated to Firefox version 4.0.1 on my Mac and suddenly no hand cursors are showing up on my application. Has anyone else come across this, and know any workarounds?
    Cheers
    Eric

    Update to Firefox 13 .  Firefox 3 and 4  do not show hand cursors properly in the Flash player.

  • I am stuck again, really tried hard, to no avail

    Dear applescript genius,
    I have had help, came a long way, but got stuck again.
    I am still facing a lot of problems, but this one is now top 1 prio for me.
    I am trying to automate creating a new event in facebook.
    When you click Create Event on your facebook page, a new form pops up where you can fill in data of the event you want to create.
    I am trying to build an applescript to automate this proces.
    I have learned from this forum how to find the pointers to the form elements.
    I can use the following code to fill in a form element :
      tell Details_Pointer
      set focused of Details_Pointer to true
      delay delay_time
      keystroke "a" using command down
      keystroke "Details of the event"
      delay delay_time
      keystroke (ASCII character (9))
      end tell
    Where Details_Pointer is the UI Element of the form element "Details"
    But this code is not robuust and needs delays between filling in the diferent elements.
    So, i have been trying this code:
      tell process Details_Pointer
      activate
                                  set value of Details_Pointer to "Details of this event"
      end tell
    But when you use this code to fill in the elements of the form and then you click Create on the form, non of the data filled in on the form is takn over!.
    Could some please show what to do to fil in the form elements so that the information is actually "taken over" in the form?
    Ths is the code i use.
    LocateElementsTFTA() is to locate the UI Elements
    find_new_event_pointers() is to extract the UI Elements of the form.
    And then the last lines of code
    tell application "Safari"
      activate
      tell application "System Events"
      keystroke "Title of this event"
      end tell
    end tell
    Is used to fill in the form elements.
    What happens s that when yu run this code the form elements seem te have taken over the data. However when you click on create non of the info is "taken over" (except for the first element where the Keystroke command is used)
    Can someone please help me to make a next step in this code?
    Thanks
    jschaafsma
    set pointers to {}
    global Details_Pointer
    global name_Pointer
    global where_Pointer
    global when_Pointer
    global start_time_Pointer
    on LocateElementsTFTA()
      script o
      property mindepth : 2
      property maxdepth : 8
                        property uu : {}
                        tell application "System Events"
      tell application process "Safari"
                                            set d to 1
      set uuref to a reference to window 1's UI elements
                                            repeat while (count uuref) > 0
                                                      if d < mindepth then
                                                      else
      repeat with u in (uuref whose (class = text field or class = text area))
      --set end of my uu to {d, u's contents} -- for test
                                                                          set end of my uu to u's contents
      end repeat
                                                      end if
                                                      set d to d + 1
      if d > maxdepth then exit repeat
      set uuref to a reference to uuref's UI elements
      end repeat
      end tell
      end tell
      return uu's contents
      end script
      tell o to run
    end LocateElementsTFTA
    on find_new_event_pointers()
      set pointerlijst to LocateElementsTFTA()
      set process_error to 5
              tell application "System Events"
      tell application process "Safari"
      repeat with deze_pointer in pointerlijst
      set veldwaarde to (title of deze_pointer as string) & "  " & (value of deze_pointer as string)
                                            if veldwaarde contains "Add more info" then
      set Details_Pointer to deze_pointer
      set process_error to process_error - 1
                                            end if
                                            if veldwaarde contains "Birthday" then
      set name_Pointer to deze_pointer
      set process_error to process_error - 1
                                            end if
                                            if veldwaarde contains "Add a place" then
      set where_Pointer to deze_pointer
      set process_error to process_error - 1
                                            end if
                                            if veldwaarde contains "Expected format" then
      set when_Pointer to deze_pointer
      set process_error to process_error - 1
                                            end if
                                            if veldwaarde contains "Add a time" then
      set start_time_Pointer to deze_pointer
      set process_error to process_error - 1
                                            end if
      end repeat
      end tell
      end tell
      return process_error
    end find_new_event_pointers
    my find_new_event_pointers()
    tell application "Safari"
      activate
              tell application "System Events"
                        keystroke "Title of this event"
      keystroke (ASCII character (9))
      tell process where_Pointer
      activate
                                  set value of where_Pointer to "Where the event takes place"
      end tell
      tell process Details_Pointer
      activate
                                  set value of Details_Pointer to "Details of this event"
      end tell
      tell process when_Pointer
      activate
                                  set value of when_Pointer to "7/5/2012"
      end tell
      tell process start_time_Pointer
      activate
                                  set value of start_time_Pointer to "06:20 am"
      end tell
      end tell
    end tell

    Try deleting and then App Store > Updates > Purchased and then find your apps again.

  • Tab Navigator Tabs show Hand Cursor

    Can anyone tell me how to get the hand cursor to show up when
    rolling over the tabs on a tab navigator? Button mode works, but
    also shows hand cursor over everything, not just the tab.
    Thanks

    To use the below code you need to get a hand icon from a
    yahoo image search, or create your own. Maybe there is a way to
    access the system hand icon, that would be best:
    <?xml version="1.0"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml">
    <mx:Script>
    <![CDATA[
    import flash.utils.*;
    import mx.managers.CursorManager;
    private var cursorID:Number = 0;
    private function setHandCursor(event:MouseEvent):void {
    var classInfo:XML = describeType(event.target);
    var cn:String = [email protected]();
    if(cn == "mx.controls.tabBarClasses::Tab") {
    [Embed(source="assets/images/cursor_hand.gif")]
    var handCursorSymbol:Class;
    cursorID = CursorManager.setCursor(handCursorSymbol);
    private function removeHandCursor(event:MouseEvent):void {
    var classInfo:XML = describeType(event.target);
    var cn:String = [email protected]();
    if(cn == "mx.controls.tabBarClasses::Tab") {
    CursorManager.removeCursor(cursorID);
    ]]>
    </mx:Script>
    <mx:WipeLeft id="myWL"/>
    <mx:TabNavigator id="tabNav"
    mouseOver="setHandCursor(event)"
    mouseOut="removeHandCursor(event)">
    <mx:VBox label="Accounts"
    width="300"
    height="150"
    showEffect="{myWL}">
    <!-- Accounts view goes here. -->
    </mx:VBox>
    <mx:VBox label="Stocks"
    width="300"
    height="150"
    showEffect="{myWL}">
    <!-- Stocks view goes here. -->
    </mx:VBox>
    <mx:VBox label="Futures"
    width="300"
    height="150"
    showEffect="{myWL}">
    <!-- Futures view goes here. -->
    </mx:VBox>
    </mx:TabNavigator>
    </mx:Application>

Maybe you are looking for