Cursor moving problem

Hi guys!
I face a problem with my flash movie and I will like to ask
for help. My movie consists of a map (jpg) and numerous buttons
(with the shape of umbrellas) . I have created the movie in
thefollowing way: when you place the cursor over the button an
image of a beach appears in the upper right side of the screen.
When you press the button you navigate in the dedicated web page.
If you move the cursor away from the button (without pressing it)
you stop seeing the image. My problem is the following: if I move
the cursor very fast in the screen sometimes the movie appears to
stuck and the image remains in the upper right side of the screen
even when I have remove the cursor from the button. I am thinking a
possible overlap between the in-buttons movie clips but i am not
sure.
Any suggestions? Also this is the first time i use a forum.
Where can i see the answer. Will you send it by mail or i have to
check on the site?
Thanx in adnvance for your attention.
Best regards,
YannisKm

Hello,
I think this is a duplicate thread - careful about those   Here's the other:
http://forums.ni.com/ni/board/message?board.id=170&message.id=180084
Best Regards,
JLS
Best,
JLS
Sixclear

Similar Messages

  • I have to keep my cursor moving in order for firefox to process.

    If I stop moving my cursor, firefox stops processing. There is a new icon beside the tab title, that is a circle with a dot that travels around the circle and then circle turns green and rotates. Both these will stop moving IF I have stopped moving my cursor/mouse. I dont' have this problem in explorer but I prefer firefox. This just started the second day after I upgraded to newest version. This happens on every page, even logging into email or facebook, I have to keep the cursor moving in order for firefox to process and progress to the next page.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * [[Troubleshooting extensions and themes]]
    In Firefox 4 you can use one of these to start in <u>[[Safe mode]]</u>:
    * Help > Restart with Add-ons Disabled
    * Hold down the Shift key while double clicking the Firefox desktop shortcut (Windows)

  • Jdbc not support cursor moving,how to locate cursor?

    my Driver doesnot support cursor moving:
    statement = con.createStatement (ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CONCUR_READ_ONLY);
    how to locate cursor?

    Use a driver which supports cursor.
    What exactly are you trying to do?

  • Getting ORA-01000 : maximum open cursors exceeded  problem

    I am getting ORA-01000 : maximum open cursors exceeded problem in my piece of java code when the
    load is high .Open cursors is set to 1000 still getting the same problem .
    Basically i have to select some rows from a table which i am doing in A() function and process it and insert into
    another table which i do it in another function B() there is a update statement also in this fun.
    There is a particular business logic for which i need to call B() from the A() function
    which happens to be in the select result set like below
    A()
    query ="Select * from temp";
    while(rs.next)
    B();
    All the result sets are properly being closed that too in finally block.
    I dont see any other problem with code .Still I am gettin this cursor problem.
    Is some thing wrong with the design like calling a
    insert from a result set while loop or the update statement

    The code below is deleting fine. Check your $id is valid. I wonder if ADOdb has some quirks with binding and variable creation/destruction, similar to #1 in http://www.oracle.com/technology/tech/php/htdocs/php_troubleshooting_faq.html#bindvars
    <?php
    See ADOdb Tutorial for Oracle: http://phplens.com/lens/adodb/docs-oracle.htm
    drop table mytab;
    create table mytab (city varchar2(20), country_id varchar2(20));
    insert into mytab values ('SF', 'US');
    insert into mytab values ('Sydney', 'AU');
    insert into mytab values ('London', 'UK');
    commit;
    require_once("/home/cjones/public_html/php/adodb5/adodb.inc.php");
    $db = ADONewConnection("oci8");
    $db->Connect("//localhost/XE", "hr", "hrpwd");
    echo "Before:\n";
    $rs = $db->Execute("select city from mytab");
    while ($arr = $rs->FetchRow()) {
        echo $arr['CITY'] . "\n";
    $s = $db->Prepare("delete from mytab where country_id = :ci");
    $db->Parameter($s, $ci, 'ci');
    foreach (array('US', 'AU') as $ci) {
         $db->Execute($s);
    echo "After:\n";
    $rs = $db->Execute("select city from mytab");
    while ($arr = $rs->FetchRow()) {
        echo $arr['CITY'] . "\n";
    ?>There's another sample in the ADOdb OCI8 driver:
              Usage:
                   $stmt = $DB->Prepare("insert into table (col0, col1, col2) values (:0, :1, :2)");
                   $DB->Bind($stmt, $p1);
                   $DB->Bind($stmt, $p2);
                   $DB->Bind($stmt, $p3);
                   for ($i = 0; $i < $max; $i++) {     
                        $p1 = ?; $p2 = ?; $p3 = ?;
                        $DB->Execute($stmt);
                   }For queries I know this works. I haven't seen any examples that prepare once.
    $rs = $db->Execute("select city from mytab where country_id = :ci", array('ci' => 'UK'));
    while ($arr = $rs->FetchRow()) {
        echo $arr['CITY'] . "<br>\n";
    }

  • Stop Cursor moving on Return?

    How can I stop the cursor moving when pressing Return on a completed cell in a simple Spreadsheet. I fill a cell up, then press return and the cell below comes alive. How can I stop this from happening as default system or indeed as a system peculiar to a particular Spreadsheet?
    Thanks
    altv
    PS: It is Numbers 09, V2.1 and iMac with OSX lion 10.7.4.

    select the table you want to change this behavior for, then open the table inspector and uncheck the "Return Key moves to the next cell" check box:

  • I have purchased Mountain Lion to correct the gray cursor square problem, and I cannot get Mountain lion to download

    I purchased Mountain Lion from 10.7.5 on my Imac to correct the gray cursor square problem, now Mountain Lion will not fully download. Any recommendations?

    Upgrading to a newer OS X does not often correct pre existing problems. MIght be a disk space issue, or the startup disk needs repairing.
    Make sure there's enough free space on the startup disk.
    Control click the MacintoshHD icon on your Desktop then click Get Info.
    In the Get Info pane you will see:  Capacity & Available
    Make sure there's at least 15% available disk space.
    For the gray cursor issuee, startup your Mac in Safe Mode
    A Safe Mode boot takes longer then a normal boot so be patient. Once you are in Safe Mode, click Restart from the Apple menu.
    If that didn't help the cursor issue, launch Disk Utility located in HD > Applications > Utilities
    Select the startup disk on the left then select the First Aid tab.
    Click:  Verify Disk
    If Disk Utility reports errors, since v10.7 Lion is the currently installed OS, restart your Mac while holding down the Command + R keys so you can access OS X: About OS X Recovery.
    From there you can access the built in utilities to repair the startup disk.
    message edited by:  cs

  • Another weird Icebook cursor-freeze problem

    I recently asked about a full cursor-lockup problem here:
    http://discussions.apple.com/thread.jspa?threadID=440688
    Problems started after updating this machine to OS 10.3.9.
    Anyway, I've been able to improve matters to when the cursor freezes, I can
    unlock it by unplugging the phone line to the (internal) modem. Only locks up when I'm online (dialup). Weird, huh? And down to nuisance level, though I'd still like to cure it.
    Details: 2002 Icebook G3/600 running OS 10.3.9
    Ran fsck, repaired permissions, cleaned & reseated RAM (tests
    OK with Memtest)
    Any other ideas?
    TIA & Cheers -- Pete Tillman
    "There is no known substitute for scrith."
    --Dr. John Stockton, rass
    Icebook   Mac OS X (10.3.9)   384 MB RAM

    I've had that problem since I purchased my MacBook about 2 years ago. I've even flatten and installed new OSs over this time, no change. The behavior I have is the cursor sticking after just about any input which requires the computer to do some processing (ie: copying and pasting text, performing edits a photo, renaming a folder, etc...). It's very distracting when you're working hard on a document or drawing and constantly waiting for the cursor to unstick. Believe it or not, I've actually gotten used to it. Good news is, I'm buying a MacBook Pro soon, and giving this computer to my wife. I'll freak if the new Pros do it too. No......!
    --Robb

  • Firefox will not continue to load unless I keep my cursor moving. How do I fix this?

    Firefox will not continue to load any request I have unless I keep my cursor moving. If I stop moving my cursor, it will stop loading my request until I move the cursor again. How do I fix please?

    i think the best option at the moment is to use the firefox 31 esr version: https://www.mozilla.org/en-US/firefox/organizations/all/

  • Firefox in Windows. When I click on a link, Firefox will hang up with a rotating cursor. Problem goes away by moving mouse. This does not happen with IE.

    Using Firefox 27.0, when I click on any link, a rotating cursor appears and continues to rotate. Moving the cursor will solve the problem. I have had this problem for several versions of Firefox, and I use auto updates.

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * On Windows you can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac you can open Firefox 4.0+ in Safe Mode by holding the '''option''' key while starting Firefox.
    * On Linux you can open Firefox 4.0+ in Safe Mode by quitting Firefox and then going to your Terminal and running: firefox -safe-mode (you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    [[Image:FirefoxSafeMode|width=520]]
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • IMac Cursor moving to lower right of screen.

    iMac 2.8GHz Intel Core i7
    Was working ok.  Today, Cursor started moving to lower right portion of screen.  Could not move it out of a 4x3" area without it reverting back to that area.
    Currently operating computer in Safe Mode.  Mouse and Cursor are working okay in safe mode.
    In normal mode.  Have already tried changing the batteries on the wireless mouse.   Have already tried changing the batteries on the wireless keyboard.
    Any ideas as to what is going wrong?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of this test is to determine whether the problem is localized to your user account. Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your documents or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this behavior; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault in OS X 10.7 or later, then you can’t enable the Guest account. The "Guest User" login created by "Find My Mac" is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.

  • Mouse cursor moving on its own

    My mouse cursor keeps moving by itself; it darts quickly across the page, usually on a diagonal. Has this happened to anyone before? I don't download much, expect for torrents for my music...and I stream videos. Other than that I just check email, facebook, etc. I don't have shared internet connections or anything. Could it be the mouse, a hardware problem versus a software problem or virus??
    Thanks for the help!

    Could you possibly have your keyboard mouse movements turned on in your Universal Access, under the Mouse tab, in System Preferences, and maybe have something pressing down one of the diagonal cursor movement keys on your keyboard?
    If so, the keys j, l (L), 7, 9 keys are the diagonal cursor movement keys.
    That's one possibility... Just throwin' that out there..

  • Maximum Open Cursors Exceeded problem in XSQL

    Hi,
    We are processing an XSQL page by calling XSQLRequest.process() programatically within our application. Within the XSQL page there are several queries which involve multiple nested CURSOR expressions... when the query returns enough rows we are running into the error "ORA-00604: error occurred at recursive SQL level 1 ORA-01000: maximum open cursors exceeded".
    When searching this forum I have seen many (old) postings regarding this error and a bug in the XDK... seems like it was some time ago, but while we set about improving the structure of our XSQL page (or increasing the max open cursor init parameter currently at 500 or both) can anyone confirm that this bug no longer exists?
    Also, any general suggestions on working around this limit rather than increasing it? We have considered splitting up our queries into smaller queries (and merging the results via XSLT) and closing cursors during the session explicitly by issuing commits within the XSQL page... but any better ideas?
    Thanks,
    Bob

    I have found this max open cursors problem to be related to Statement object not being closed. This presents a problem for the use of PreparedStatements, because they are only useful if you can keep them open and resuse them. However, in doing so, each iteration through the PreparedStatement creates another open cursor in the databse rather than reusing the previous one. A work around I discovered by reading about REF CURSORS and I use in JDBC is as follows:
    Assuming a previously prepared PreparedStatement pstmt and a ResultSet rset-
    while (rset.next()) {
    rset.close();
    // This line closes the cursor in the database
    // but does not require you to re-prepare the
    // PreparedStatement. Don't ask me why--ask the
    // Oracle API guys.
    rset.getStatement().close();
    // make ready for GC
    rset = null;

  • Maximum open cursors exceeded problem

    hi,
    I am connecting to Oracle 8i (8.1.6 ) using JDBC2.0. I have a
    block of code which does the following:
    Open connection to database, create a Statement object say stat
    and a Prepared Statement object say pStat
    pStat.execute()
    while(condition)
    stat.executeUpdate(string);
    pStat.close();
    stat.close()
    Close connection
    Multiple execution of the block gives ORA-01000 error. I use
    select user_name, count(*) num from sys.v_$open_cursor group by
    user_name;
    to check for open cursors and find that no open cursors result
    from block. The maximum # of open cursors is set to 100.
    Please help!
    Regards,
    Pratibha

    If that were true, then connection pooling would never work. I
    think the problem is:
    while(condition){
    stat.executeUpdate(string);
    Oracle is creating a new process (cursor) for each call to
    executeUpdate, which is never being released throught the whole
    looping process. What would be better is:
    while(condition){
    stat = conn.createStatement();
    int result = stat.executeUpdate(string);
    stat.close();
    conn.commit();
    You have to destroy the connection, not just close it.
    rgds, APC

  • Lenovo g550 cursor moving Please help

    Im struggling on here really....lol....
    Im having trouble with my G550.......when im typing ....if im not watching the screen when typing, I find the cursor has moved into the middle of another word after pressing the space bar......also, after pressing the return key, the cursor has moved uptosomewhere bizarre and not where I want it to be.....
    Its driving me mad and wastes so much time correcting sentences........
    Im not a pc wizz but can get by !!!!
    Please help.........
    Thankyou
    Moderator edit: Matched subject to content.

    http://forum.lenovo.com/t5/Lenovo-3000-and-Essential/Pointer-skips-around-while-typing-on-G550/ta-p/...

  • Netscape cursor/text problem after Software Updates

    A friend of mine recently ran Software Update (3) updates and ended up with a reasonably serious issue with Netscape which he uses for e-mail. Here's his description...
    "I did a routine Apple update the other day:
    Mac OS X Update (Power PC) 10.4.6
    QuickTime 7.1.1
    J2SE 5.) Release 4 4.0
    Since restarting after that update, the screen display of text in my
    Netscape email program has been damaged. Trying it a second time with
    the update combo did not help.
    The main complaint is that I cannot see the current or previous
    characters being typed, nor the cursor itself, nor the end of the line
    after an automatic return. Ends of lines are replicated for some reason,
    cluttering up the typing window.
    A couple of indications of how screwed up it looks: notice the font
    gibberish below the text, every touch of the return key yields an
    apostrophe, and then there's the other clutter that appears below and
    around the signature.
    When I do spellcheck, some (but not all) of the stuff disappears.
    The spellcheck itself doesn't catch many errors anymore. .
    All the best,
    ph"
    Here's a screenshot of the issue...
    http://homepage.mac.com/wellesgoodrich/grrrr.jpg
    Does anyone have any guesses what might be wrong? I had him run the 10.4.6 Combo Updater as occasionally the combo fixes issues with Software Update versions. It made no difference. Unfortunately, even though I've preached having an external backup prior to any system upgrade, he has not yet done so. His computer is the 17" Flat Panel iMac 800 mhz.
    Thanks!
    G4 1.5GHZ, Rev.A iMac, Mac IIsi, Mac Plus   Mac OS X (10.4.6)  

    Did your friend check his hard drive for any directory problems with Disk First Aid repair via Disk Utility when booted from the Tiger install disc before installing the 10.4.6 Update and other updates and were all running applications quit before the install - namely Netscape?
    As a first step, I suggest Resolving Disk, Permission, and Cache Corruption for system troubleshooting procedures and when doing so, follow all steps/instructions in the order provided including using a system and user cache cleaning utility.

Maybe you are looking for