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...
$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...