![]() |
2010-10-08
, 13:28
|
Posts: 144 |
Thanked: 134 times |
Joined on Jan 2010
@ Hamburg
|
#2
|
![]() |
2010-10-08
, 13:30
|
Posts: 144 |
Thanked: 134 times |
Joined on Jan 2010
@ Hamburg
|
#3
|
The Following User Says Thank You to mbo For This Useful Post: | ||
![]() |
2010-10-08
, 16:29
|
|
Posts: 565 |
Thanked: 618 times |
Joined on Jun 2010
@ Finland
|
#4
|
self.fields["password"].set_visibility(False)
![]() |
2010-10-08
, 23:53
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#5
|
Thanks, I got the password-field working like this:
But I cant find any information concerning automatic capitalization.Code:self.fields["password"].set_visibility(False)
entry = hildon.Entry(gtk.HILDON_SIZE_AUTO) entry.set_input_mode(gtk.HILDON_GTK_INPUT_MODE_ALPHA | gtk.HILDON_GTK_INPUT_MODE_NUMERIC)
The Following User Says Thank You to nicolai For This Useful Post: | ||
Hildon::Entry Class Reference
Thanks.