in reply to Re^3: How to change cursor position
in thread How to change cursor position

I have two small pieces of help I can offer:
  1. Learn how things are named in Perl/Tk. (There's an excellent book out there that can help you). In Tk "cursor" is often used as a synonym for "mouse pointer". Is taht really what you want to position? Or do you want to change the focus instead?
  2. Use a search engine to profit from the wealth of wisdom found on the internet.
Perl 6 - links to (nearly) everything that is Perl 6.

Replies are listed 'Best First'.
Re^5: How to change cursor position
by ch123 (Initiate) on Oct 08, 2009 at 10:34 UTC
    Thanks for your suggestions. What i want is : if a button is clicked, my cursor( or mouse pointer) should point to a particular entry widget. Please provide me an example if any......
      Eeew.

      I hate it when apps try to take control of my mouse.
      Why do you feel the need to do that anyways?