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 | [reply] |
I have two small pieces of help I can offer:
- 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?
- 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.
| [reply] |
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......
| [reply] |