PtText / Pt_PASSWORD

Hi,

Is it possible to add a Pt_PASSWORD to the Pt_ARG_TEXT_FLAGS or
a PtTEXT widget, this Pt_PASSWORD would make PtText echo “*” for
each char, that would be very usefull for password fields.

The only way I found right now is to use the Pt_CB_MODIFY_VERIFY
to replace each input char by a “*” and keep an internal buffer of
real chars.

Regards.

Good luck I have been asking for this for years…

“jhroyer” <nospam28@joher.com> wrote in message
news:Voyager.001006063905.5304362A@ip10.joher.com

Hi,

Is it possible to add a Pt_PASSWORD to the Pt_ARG_TEXT_FLAGS or
a PtTEXT widget, this Pt_PASSWORD would make PtText echo “*” for
each char, that would be very usefull for password fields.

The only way I found right now is to use the Pt_CB_MODIFY_VERIFY
to replace each input char by a “*” and keep an internal buffer of
real chars.

Regards.