Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tk Entry set cursor

Status
Not open for further replies.

zackiv31

Programmer
May 25, 2006
148
US
I want a popup with an entry to appear... I put the cwd in the entry, and i want the cursor to be at the end of this Entry.

$entry -> icursor('end');

does not work for me

NOTE: using perl Tk, but just wondering how you guys place the cursor where you want it in the entry...
 
pathName icursor index
Arrange for the insertion cursor to be displayed just before the character given by index. Returns an empty string.

_________________
Bob Rashkin
 
I wish that helped... but that doesn't work for me.
 
must be a Perl thing.

_________________
Bob Rashkin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top