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

ya..u r correct.. I am using perl/Tk to develop GUI.... I cant share my code bcos of some legal issues. Can anybody provide me an example to change the cursor from one entry widget to other with in a frame... Any small help will be greatly appreciated..

Replies are listed 'Best First'.
Re^3: How to change cursor position
by ch123 (Initiate) on Oct 08, 2009 at 10:15 UTC
    ya..u r correct.. I am using perl/Tk to develop GUI.... I cant share my code bcos of some legal issues. Can anybody provide me an example to change the cursor from one entry widget to other with in a frame... Any small help will be greatly appreciated.. I forgot to login before.... Regards, ch123
      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.
        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......