![]() |
Problems with hildon.Entry (python)
I'm having some trouble using hildon.Entry with python. I can't find any information about password mode and disabling automatic capitalization. Could someone please give me example or link to more comprehensive documentation?
Hildon::Entry Class Reference Thanks. |
Re: Problems with hildon.Entry (python)
More python specific at least:
http://pymaemo.garage.maemo.org/pyth...cts.html#entry Look here for more docs: http://pymaemo.garage.maemo.org/docs.html |
Re: Problems with hildon.Entry (python)
also usefull: http://library.gnome.org/devel/pygtk/stable/
|
Re: Problems with hildon.Entry (python)
Thanks, I got the password-field working like this:
Code:
self.fields["password"].set_visibility(False) |
Re: Problems with hildon.Entry (python)
Quote:
alphanumeric only: Code:
entry = hildon.Entry(gtk.HILDON_SIZE_AUTO) Nicolai |
All times are GMT. The time now is 22:19. |
vBulletin® Version 3.8.8