@ Claudio<br><br>I just tried it with a PickerButton and it does work quite nicely, so I think I&#39;ll switch to that. The only issue with the PickerButton is I can&#39;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&#39;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&#39;t exist.<br>
<br><div class="gmail_quote">On Mon, Aug 31, 2009 at 9:07 AM, Anderson Lizardo <span dir="ltr">&lt;<a href="mailto:anderson.lizardo@openbossa.org">anderson.lizardo@openbossa.org</a>&gt;</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&lt;<a href="mailto:anderson.lizardo@openbossa.org">anderson.lizardo@openbossa.org</a>&gt; wrote:<br>
&gt; On Sun, Aug 30, 2009 at 12:20 PM, Brent Chiodo&lt;<a href="mailto:bchiodo@gmail.com">bchiodo@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
</div><div class="im">&gt;&gt;       selector = hildon.hildon_touch_selector_new_text()<br>
&gt;<br>
&gt; I still need to try out your example here (it would be nice if you<br>
&gt; could give a more complete , even minimal one, showing the problem).<br>
&gt;<br>
&gt; But one thing I can see is that you should use this instead of the line above:<br>
&gt;<br>
&gt; selector = hildon.TouchSelector(text=True)<br>
&gt;<br>
&gt; Unfortunately, it seems that for some reason the &quot;text&quot; attribute was<br>
&gt; only added to the garage SVN (there should have been a 0.9.0-1maemo11<br>
&gt; fixing this), I&#39;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&#39;t scroll. If you really need a working test-case to fix this then I&#39;ll write one. It&#39;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>