in reply to How to change cursor position

I assume you use a GUI toolkit - which one? What's your code?
Perl 6 - links to (nearly) everything that is Perl 6.

Replies are listed 'Best First'.
Re^2: How to change cursor position
by Anonymous Monk on Oct 08, 2009 at 10:11 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..
      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.