@ Claudio<br><br>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:<br>
<br>button = hildon.PickerButton(40, hildon.BUTTON_ARRANGEMENT_VERTICAL)<br><br>But, maybe it should be:<br><br>self.select_button = hildon.PickerButton(hildon.SIZE_AUTO, hildon.BUTTON_ARRANGEMENT_VERTICAL)<br><br>...the problem is SIZE_AUTO doesn't exist.<br>
<br><div class="gmail_quote">On Mon, Aug 31, 2009 at 9:07 AM, Anderson Lizardo <span dir="ltr"><<a href="mailto:anderson.lizardo@openbossa.org">anderson.lizardo@openbossa.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Mon, Aug 31, 2009 at 7:13 AM, Anderson<br>
Lizardo<<a href="mailto:anderson.lizardo@openbossa.org">anderson.lizardo@openbossa.org</a>> wrote:<br>
> On Sun, Aug 30, 2009 at 12:20 PM, Brent Chiodo<<a href="mailto:bchiodo@gmail.com">bchiodo@gmail.com</a>> wrote:<br>
>><br>
</div><div class="im">>> selector = hildon.hildon_touch_selector_new_text()<br>
><br>
> I still need to try out your example here (it would be nice if you<br>
> could give a more complete , even minimal one, showing the problem).<br>
><br>
> But one thing I can see is that you should use this instead of the line above:<br>
><br>
> selector = hildon.TouchSelector(text=True)<br>
><br>
> Unfortunately, it seems that for some reason the "text" attribute was<br>
> only added to the garage SVN (there should have been a 0.9.0-1maemo11<br>
> fixing this), I'll upload the updated version still today.<br>
<br>
</div>Done. Brent, can you try the python-hildon 0.9.0-1maemo11 version ?<br>
remembering to change the constructor call as described above.<br>
<br>
Regards,<br>
<div><div></div><div class="h5">--<br>
Anderson Lizardo<br>
OpenBossa Labs - INdT<br>
Manaus - Brazil<br>
</div></div></blockquote></div><br><br>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.<br clear="all">
<br>-- <br>Best Regards,<br><br>Brent Chiodo<br>