Thanks, I got the password-field working like this: Code: self.fields["password"].set_visibility(False) But I cant find any information concerning automatic capitalization.
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)