S
sujeet kumar
Hi
I want to take some data( given by user from) from TkEntry . But I
also want data to be not seen by other. So i want whatever he types in
TkEntry, some echo character like " * " prints instead of original
letters. And program can use that data.
What should I do?=20
I tried to use "echo" function of Ruby gem's highline , it worked for
console input using "data =3D ask("Question ") { |q| q.echo =3D "*"}".
But i don't know how to use the same for TkEntry.
Is there any other approach? How to do this?
regards
sujeet
I want to take some data( given by user from) from TkEntry . But I
also want data to be not seen by other. So i want whatever he types in
TkEntry, some echo character like " * " prints instead of original
letters. And program can use that data.
What should I do?=20
I tried to use "echo" function of Ruby gem's highline , it worked for
console input using "data =3D ask("Question ") { |q| q.echo =3D "*"}".
But i don't know how to use the same for TkEntry.
Is there any other approach? How to do this?
regards
sujeet