Hi Claudio,<br><br>Thanks for the response.<br><br>The reason I&#39;m creating the dialog by hand is because I want complete control over it&#39;s look and feel. In addition, hildon.PickerButton.set-image() is not working here so i thought it&#39;s probably best to use plain old GTK.<br>
<br>Concerning the rest of the problems, I&#39;m going to chalk it up to a bug in the bindings because I seem to be doing everything properly. All of the (working) examples I could found online are using Windows to hold the Selector and not Dialogs, so maybe this is the source of the issue.<br>
<br>I&#39;m going to work more today creating a Selector with pixbufs and hope that the scrolling problem will get resolved at some point (I&#39;ll file a bug).<br><br>Of course, a resonse from one of the Python Devs is always welcome ;)<br>
<br><br>P.S. I&#39;m not doing this in C because i don&#39;t know how to program in C, only Python.<br><br><br><div class="gmail_quote">On Sun, Aug 30, 2009 at 12:49 PM, Claudio Saavedra <span dir="ltr">&lt;<a href="mailto:csaavedra@igalia.com">csaavedra@igalia.com</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;">El dom, 30-08-2009 a las 12:20 -0400, Brent Chiodo escribió:<br>
<div class="im">&gt; I&#39;m trying to create a simple dialog that opens when you tap a button.<br>
&gt; In this dialog, I want to place in it a hildon.TouchSelector that has<br>
&gt; a single column comprised of pixbufs (logos of websites).<br>
<br>
</div>For this use case, I&#39;d recommend you using directly a HildonPickerButton<br>
instead of creating a button, a dialog, and all the logic by hand. Check<br>
the docs for HildonPickerbutton.<br>
<div><div></div><div class="h5"><br>
&gt; Just to see if I could get a TouchSelector working, I created a simple<br>
&gt; one that just uses text labels instead of pixbufs. Here is the<br>
&gt; pertinent part of the code:<br>
&gt;<br>
&gt;<br>
&gt; # This part is the button that opens the dialog<br>
&gt;<br>
&gt;       self.select_button = gtk.Button()<br>
&gt;       self.select_icon =<br>
&gt; gtk.gdk.pixbuf_new_from_file_at_size(&quot;/usr/share/touchsearch/select_search_engine.png&quot;, 40, 40)<br>
&gt;       self.select_image = gtk.Image()<br>
&gt;       self.select_image.set_from_pixbuf(self.select_icon)<br>
&gt;       self.select_image.set_padding(settings[&#39;padding&#39;],<br>
&gt; settings[&#39;padding&#39;])<br>
&gt;       self.select_button.set_image(self.select_image)<br>
&gt;       self.select_button.connect(&quot;clicked&quot;, self.select_engine_dialog)<br>
&gt;       self.select_button.show_all()<br>
&gt;<br>
&gt; ...<br>
&gt;<br>
&gt; # And this is the dialog with the Touchselector in it<br>
&gt;<br>
&gt;    def select_engine_dialog(self, widget):<br>
&gt;       dialog = gtk.Dialog(&quot;Select A Site To Search&quot;, None,<br>
&gt; gtk.DIALOG_DESTROY_WITH_PARENT | gtk.DIALOG_NO_SEPARATOR)<br>
&gt;       close_button = dialog.add_button(gtk.STOCK_CLOSE,<br>
&gt; gtk.RESPONSE_CLOSE)<br>
&gt;<br>
&gt;       selector = hildon.hildon_touch_selector_new_text()<br>
&gt;       searches = [&quot;Google&quot;, &quot;eBay&quot;, &quot;Amazon&quot;, &quot;Merriam-Webster&quot;,<br>
&gt; &quot;Google Maps&quot;, &quot;Google Images&quot;, &quot;<a href="http://maemo.org" target="_blank">maemo.org</a>&quot;]<br>
&gt;       for i in searches:<br>
&gt;          selector.append_text(i)<br>
&gt;<br>
&gt;       dialog.vbox.add(selector)<br>
&gt;       dialog.show_all()<br>
&gt;       response = dialog.run()<br>
&gt;       dialog.destroy()<br>
&gt;<br>
&gt;<br>
&gt; When I run this example I get exactly what I expected except the<br>
&gt; TouchSelector doesn&#39;t scroll -- when I drag it in either direction it<br>
&gt; shows me the indicator of where the focus is, but it doesn&#39;t move.<br>
&gt;<br>
&gt; Errors from traceback are:<br>
&gt;<br>
&gt; /usr/lib/hildon-desktop/touchsearch.py:68: Warning: cannot register<br>
&gt; existing type `HildonPannableAreaMode&#39;<br>
&gt;   selector = hildon.hildon_touch_selector_new_text()<br>
&gt; /usr/lib/hildon-desktop/touchsearch.py:68: Warning: g_param_spec_enum:<br>
&gt; assertion `G_TYPE_IS_ENUM (enum_type)&#39; failed<br>
&gt;   selector = hildon.hildon_touch_selector_new_text()<br>
&gt; /usr/lib/hildon-desktop/touchsearch.py:68: Warning:<br>
&gt; g_object_class_install_property: assertion `G_IS_PARAM_SPEC (pspec)&#39;<br>
&gt; failed<br>
&gt;   selector = hildon.hildon_touch_selector_new_text()<br>
&gt; /usr/lib/hildon-desktop/touchsearch.py:68: Warning: cannot register<br>
&gt; existing type `HildonMovementMode&#39;<br>
&gt;   selector = hildon.hildon_touch_selector_new_text()<br>
&gt; /usr/lib/hildon-desktop/touchsearch.py:68: Warning:<br>
&gt; g_param_spec_flags: assertion `G_TYPE_IS_FLAGS (flags_type)&#39; failed<br>
&gt;   selector = hildon.hildon_touch_selector_new_text()<br>
&gt; /usr/lib/hildon-desktop/touchsearch.py:68: Warning: cannot register<br>
&gt; existing type `HildonSizeRequestPolicy&#39;<br>
<br>
</div></div>I am not familiar with the python bindings, so I have not much to say<br>
about these errors other than it seems that the registration of some of<br>
the types fail, which is strange..<br>
<div class="im"><br>
&gt;<br>
&gt;<br>
&gt; In addition to that, once I get that working how would I go about<br>
&gt; getting pixbufs in there instead of just text? I&#39;m familiar with how<br>
&gt; to create a gtk.TreeView,<br>
<br>
</div>HildonTouchSelector uses HildonTouchSelectorColumn for each of its<br>
columns. Since you want one single column, you need to create one and<br>
use the GtkCellLayout interface in the same way you would do for<br>
GtkTreeViewColumn.<br>
<div class="im"><br>
<br>
&gt; but don&#39;t know how to apply this knowledge to a Touchelector e.g. the<br>
&gt; example found here:<br>
&gt;<br>
&gt; <a href="http://pymaemo.garage.maemo.org/documentation/python_hildon_tutorial/html/ch-Selectors.html#example-of-a-selector-with-a-custom-column" target="_blank">http://pymaemo.garage.maemo.org/documentation/python_hildon_tutorial/html/ch-Selectors.html#example-of-a-selector-with-a-custom-column</a><br>

&gt;<br>
&gt; ...doesn&#39;t work.<br>
<br>
</div>Maybe the python bindings are not fully working? Did you try with C<br>
instead?<br>
<br>
Claudio<br>
<br>
<br>
_______________________________________________<br>
maemo-developers mailing list<br>
<a href="mailto:maemo-developers@maemo.org">maemo-developers@maemo.org</a><br>
<a href="https://lists.maemo.org/mailman/listinfo/maemo-developers" target="_blank">https://lists.maemo.org/mailman/listinfo/maemo-developers</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Best Regards,<br><br>Brent Chiodo<br>