[maemo-developers] Python + hildon.TouchSelector (with pixbufs)
From: Brent Chiodo bchiodo at gmail.comDate: Mon Aug 31 19:29:26 EEST 2009
- Previous message: Python + hildon.TouchSelector (with pixbufs)
- Next message: Python + hildon.TouchSelector (with pixbufs)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
@ Claudio I just tried it with a PickerButton and it does work quite nicely, so I think I'll switch to that. The only issue with the PickerButton is I can't get .set_image() to work with it -- no matter what I do it just appears this turquoise/blue-green color. I think it may have something to do with the first argument of the PickerButton. Right now I'm initiating the PickerButton like: button = hildon.PickerButton(40, hildon.BUTTON_ARRANGEMENT_VERTICAL) But, maybe it should be: self.select_button = hildon.PickerButton(hildon.SIZE_AUTO, hildon.BUTTON_ARRANGEMENT_VERTICAL) ...the problem is SIZE_AUTO doesn't exist. On Mon, Aug 31, 2009 at 9:07 AM, Anderson Lizardo < anderson.lizardo at openbossa.org> wrote: > On Mon, Aug 31, 2009 at 7:13 AM, Anderson > Lizardo<anderson.lizardo at openbossa.org> wrote: > > On Sun, Aug 30, 2009 at 12:20 PM, Brent Chiodo<bchiodo at gmail.com> wrote: > >> > >> selector = hildon.hildon_touch_selector_new_text() > > > > I still need to try out your example here (it would be nice if you > > could give a more complete , even minimal one, showing the problem). > > > > But one thing I can see is that you should use this instead of the line > above: > > > > selector = hildon.TouchSelector(text=True) > > > > Unfortunately, it seems that for some reason the "text" attribute was > > only added to the garage SVN (there should have been a 0.9.0-1maemo11 > > fixing this), I'll upload the updated version still today. > > Done. Brent, can you try the python-hildon 0.9.0-1maemo11 version ? > remembering to change the constructor call as described above. > > Regards, > -- > Anderson Lizardo > OpenBossa Labs - INdT > Manaus - Brazil > I upgraded python-hildon and tried using the method you suggested, but it still doesn't scroll. If you really need a working test-case to fix this then I'll write one. It's just that I came across the issue while deep in coding a Desktop Widget, and that is not exactly the ideal test-case. -- Best Regards, Brent Chiodo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maemo.org/pipermail/maemo-developers/attachments/20090831/65883159/attachment.htm
- Previous message: Python + hildon.TouchSelector (with pixbufs)
- Next message: Python + hildon.TouchSelector (with pixbufs)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]