NEVERSLEEP
Programmer
hi
i was just wondering if any of u know how
to configure back a Entry widget 'show' ?
let me explain :
i have an entry box (no show option on declare)
then i 'protect' this field on user request
sub { $entry_widget->configure(-show => '*'); }
now all data entered in the $entry_widget are *
(but the value is 'retrivable' by ->get)
then i 'unprotect; this filed on user request
sub { $entry_widget->configure(-show => ...hummm??help?); }
does anyone know how to do this ? is it possible ?
how is there any other way to reach my goal ?
thanks a lot ---------------------------------------
someone knowledge ends where
someone else knowledge starts
i was just wondering if any of u know how
to configure back a Entry widget 'show' ?
let me explain :
i have an entry box (no show option on declare)
then i 'protect' this field on user request
sub { $entry_widget->configure(-show => '*'); }
now all data entered in the $entry_widget are *
(but the value is 'retrivable' by ->get)
then i 'unprotect; this filed on user request
sub { $entry_widget->configure(-show => ...hummm??help?); }
does anyone know how to do this ? is it possible ?
how is there any other way to reach my goal ?
thanks a lot ---------------------------------------

someone knowledge ends where
someone else knowledge starts