Is there any easy way to move the cursor in a plot by just a mouse click?

Right now I have to click at the cursor and drag it to the right position. I was wondering if there is an easy way to just do the mouse click to change the cursor (not dragging the cursor). I have only one cursor in the graph.

Assuming that if you click the cursor that you want it to always move to the same position, I think that you could do what you want by calling the cursor's SetPosition method in the graph's CursorMouseDown event.
- Elton

Similar Messages

  • Is there an easy way to locate the cursor on a page?

    sometimes I have trouble locating the cursor. It gets lost in the page content.

    You can change the system-wide color of your cursor to something more easily findable (like a large black cursor). [http://www.ehow.com/how_6122649_change-cursor-color-windows-xp.html http://www.ehow.com/how_6122649_change-cursor-color-windows-xp.html]. Or you can read [http://www.askdavetaylor.com/how_to_make_cursor_more_visible_windows_xp_winxp.html http://www.askdavetaylor.com/how_to_make_cursor_more_visible_windows_xp_winxp.html], and tell the computer than when you it the Control key, it will automatically show you where the cursor is.
    Also, you should update to Firefox 11 to receive all the most recent security updates.

  • Is there any easier way to edit imovie files that have been exported as mov file then added to FCE 4?? As every move I make has to be rendered and takes forever??? Also my recording is going out of focus without me touching the camera, why has this happen

    Is there any easier way to edit imovie files that have been exported as mov file then added to FCE 4?? As every move I make has to be rendered and takes forever??? Also my recording is going out of focus without me touching the camera, why has this happened any idea what causes this??
    iMovie '08, Mac OS X (10.5.8), FCE 4

    My daughter has had her Razr for about 9 months now.  About two weeks ago she picked up her phone in the morning on her way to school when she noticed two cracks, both starting at the camera lens. One goes completely to the bottom and the other goes sharply to the side. She has never dropped it and me and my husband went over it with a fine tooth comb. We looked under a magnifying glass and could no find any reason for the glass to crack. Not one ding, scratch or bang. Our daughter really takes good care of her stuff, but we still wanted to make sure before we sent it in for repairs. Well we did and we got a reply from Motorola with a picture of the cracks saying this was customer abuse and that it is not covered under warranty. Even though they did not find any physical damage to back it up. Well I e-mailed them back and told them I did a little research and found pages of people having the same problems. Well I did not hear from them until I received a notice from Fed Ex that they were sending the phone back. NOT FIXED!!! I went to look up why and guess what there is no case open any more for the phone. It has been wiped clean. I put in the RMA # it comes back not found, I put in the ID #, the SN# and all comes back not found. Yet a day earlier all the info was there. I know there is a lot more people like me and all of you, but they just don't want to be bothered so they pay to have it fix, just to have it do it again. Unless they have found the problem and only fixing it on a customer pay only set up. I am furious and will not be recommending this phone to anyone. And to think I was considering this phone for my next up grade! NOT!!!!

  • Is there an easy way to move photos from iPhone to computer? Seems like the file sharing available to some apps would make it easier than having to email photos to yourself.

    Is ther a easy way to move photos and movies from my iPhone to a computer? Seems like the file sharing available with some apps would make it a lot easier than having to email them.

    And don't post the same message twice.

  • I am receiving excel files, which I need to convert with my macbook pro...I did this with export, but the file I got didnt show graphs as it should...can you help...do I need to buy excel for Apple computer, or is there any easier way of dealing with it..

    I am receiving excel files, which I need to convert with my macbook pro...I did this with export, but the file I got didnt show graphs as it should...can you help...do I need to buy excel for Apple computer, or is there any easier way of dealing with it..does App  "Numbers" help here?

    Numbers should be able to read Excel files without any problems.    If Numbers does not read the graphics properly then you can try Excel Online. https://office.live.com/start/Excel.aspx

  • I allocated too much space on the Windows side when using bootcamp and want to take some space back for the Mac side is there any easy way to do this?

    I allocated too much space on the Windows side when using bootcamp and want to take some space back for the Mac side is there any easy way to do this?

    Purchase and use Paragon Camp Tune

  • Is there any other way to  limit the data a user can see

    We are using Discoverer 10.2.xxx
    We are running it against an Oracle applications database but we do not have Discoverer integrated with the apps. I have created database users for discoverer and granted access to the data at the db level.
    We have about 40 salesreps and we only want each rep to see their own data. We have a high turn over with the reps
    For now, I have created the row level security in that folder in my eul. If the username = XXXX then Salesrep = XXXXX
    OR
    If username = YYYY then DSM = YYYY
    etc.. This goes on for about 40 users We have 3 levels of "users" - Salesrep, DSM or RSM (District or Region sales manager)
    These users are setup in my apps and I can write a database procedure to select their salesrep name based on their username.
    Is there any other way to limit the data that the salesreps can see ?
    Possibly with a stored procedure some way?
    Thanks
    Angie

    At a previous client's, I had created a system not too unlike what you're describing.
    Basically, I created an Oracle table that stored information concerning the salesperson as in Oracle Apps the data was not reliable for what they were doing (ie: with adding Apps modules, sometimes salesperson data was there, but with say, CRM, it was in another place, etc.).
    So, since this table was going to be used for driving everything about a salesperson (commissions, who they report to, when they started, territory, when / if they moved territories and/or manager, etc, etc.) I put lots of good stuff in it that would make life easier for them.
    The end user in charge of all this had was given a Form to add, edit, delete all this good stuff and they were happy.
    When it came time for security, it worked like a charm in that I used the concept of the BIS views where a user has an apps id associated to them and all data was filtered by that id. All I really had to do was to create this view that simply filtered data to that user's id. Then whenever I had a Discoverer report for salespeople, managers, etc. I just made sure the folder used had a join to this filtering view and I chose an item from the filtering view and all worked fine. All Discoverer reports only returned row level information for the salesperson who ran it.
    Likewise, the same Oracle table was queried by another security view that only brought back the same IDs for the salespeople associated to each manager. When this simple view was joined to any sales Discoverer folder (and used in Disco), it limited all data to the salespeople the manager was responsible for.
    Obviously this is just an overview and would take pages to explain, but essentially, if you can associate some kind of unique ID to each salesperson (I used the one returned in BIS views when someone logs into Apps, but you could just assign a different in your case), then you can create a view that filters to that id. Then when that view is brought into the EUL and joined to any other folder in the sales area (and you choose a column from the security view), you'll have what you're referring to - row level security for all salespeople and managers.
    When it works - it sure does look impressive.
    Russ

  • Is there any easy way to send free invoice via email without my credit info

    Is there any easy way to send free invoice via email without my credit info?

    Depends upon what you mean by 'it failed'. If it's that you are getting a message to contact iTunes Support then no, you will have to contact them (the 48 hours should be the maximum time that it takes for them to reply).

  • Is there any (easy) way to use Pages to edit documents imported via iFiles?

    Is there any (easy) way to use Pages to edit documents imported via iFiles?

    That is a question better answered by the developer:
    http://www.ifilesapp.com/
    Peter

  • I have a MacPro 1,1. Is there an easy way to move my applications to a new iMac?

    I have a MacPro 1,1. Is there an easy way to move my applications to a new iMac?

    You'll be given the option to migrate them and your other data when setting up the new iMac.
    (101589)

  • HT1766 On an iPhone 5, Is there an easy way to move app icons as a group? instead of one by one?

    On an iPhone 5, Is there an easy way to move app icons as a group? instead of one by one?

    If you have a bunch of apps on one screen yunwantnto move to another as a group, create a folder by holding your finger on ne app until all the icons start shaking and show and "x" in the top left corner of the icon. Press again and don't lift your finger; move that icon with your finger over one of the other icons you want to add to the folder, which will create a folder. Then you can move the other apps you want to move into that folder. When you have all the apps you want to move into that folder, close the folder by tapping on the screen outside the folder. The icons should still be shaking. Then press on the folder you want to move and slide it to the edge of the screen, left or right, until the folder moves to the next screen. Once you get it to the screen of choice, you can leave the apps in that folder or move them out by the same process. When you are done moving things around, press the Home button and the icons will stop shaking. Now they will stay put.
    Alternatively,my can sync your device with iTunes and move the icons around in the Apps windows in iTunes, then re-sync your device after you're finished. That will rearrange your icons on the device.
    Good luck!

  • Is there an easy way to move contacts and calander from my office microsoft outlook to personal imac?

    is there an easy way to move contacts and calander from my office microsoft outlook to my personal imac?

    You can import the clips in the order you want them to play, which would be the quickest.
    Or you can put them all in the timeline, then zoom out on the timeline (two finger squeeze).
    That makes it easier to hold the clip, and drag it to the start.
    http://help.apple.com/imovie/ipad/1.2/index.html

  • Is there any easy way to compare LIKE Addresses from one table, which contains 3rd party data, to another table, our database source

    We have a 3rd party that is supplying us data and we need to compare the addressing between the 3rd party data to our source database addressing. I'd like to make it somewhat flexible meaning I'd like to somehow use the LIKE comparison rather than comparing
    the exact address values. (I have noticed that the 3rd party addressing sometime has a leading <space> at the beginning of the address...why I'd prefer to use LIKE)
    Is there any easy way to do this? Or does this dictate using a CURSOR and processing through the CURSOR of 3rd party data and plugging in the address LIKE as dynamic SQL?
    Please let me know your thoughts on this and I appreciate your review and am hopeful for a reply.

    Yes, it's possible and there are a variety of options but it's may not be for the faint of heart.
    The last time I did it, I ended up taking several passes at the data.
    1st pass was a straight up comparison with no modifications or functions.
    2nd pass was the same but with all special characters removed.
    3rd pass involved splitting the numeric portion of address and comparing just the street numbers and used a double meta-phone function (kind of like a soundex on steroids) to compare the street names.
    Jason Long

  • If I've downloaded my music to an itunes library from an external hard drive and I have several duplicate songs, is there an easy way to delete the duplicate songs? Or, do I have to go through my entire library song by song to delete duplicates?

    If I've downloaded my music to an itunes library from an external hard drive and I have several duplicate songs, is there an easy way to delete the duplicate songs? Or, do I have to go through my entire library song by song to delete duplicates?

    In iTunes, File>Display Duplicates

  • Is there any possible ways to get the MAC address?

    Hi guys:
    I am writing servlets on the server side. Is there any possible ways to get the MAC address when a HTTP request come in? Thank you very much for any helps.
    all the best!

    It is usually impossible to get the MAC address of the maker of a HTTP request in any programming language or system.
    At best, you can get the MAC of the closest intervening router, firewall, whatever.
    Are you sure you mean the MAC address? MAC looks like this: 8:ab:f0:0:71:bb:90 (Ethernet), or 01-23-45-67-89-ab (Token Ring), etc, depending on your network type.
    In contrast, an IP address looks like this: 209.249.116.195. If you want the IP address, check out the javadoc for HttpServletRequest and ServletRequest. Caveat: load balancers, web caches, proxy servers, etc will mask the "true" peer's address. Don't do anything silly like try to use the IP address for security or authentication.

Maybe you are looking for

  • How can you unlock a iphone4s sprint for a family member in russia?

    How can you unlock a iphone4s sprint for a family member in russia? i sold it to them but when they took it back to russia is locked them out as if someone has stolen the phone.

  • IMessage No Longer Private

    I have a iPhone 5. I set both my daughters' ipod 4 up on my apple account. Since the recent update, iOS 7.0.3, my daughters can now see my iMessage to other ppl. Please help!!!

  • ITunes 10 reopen

    iTunes 10 always reopens immediately upon quitting. Only happens once, as in doesn't reopen after quitting the second time

  • Does apple care cover macbook air cracked screen

    ddoes apple care cover macbook air crack screen

  • Install Error 1303

    Getting error 1303 so Adobe Reader never finishes install. Using Windows 7 and Microsoft Security Essentials. My account is the admin but for some reason the Reader 11 file shows "unable to display current owner," and when I go to change it, it says