Is Eagle something else to install, or do you distribute it with your app, or what?<br><br><div><span class="gmail_quote">On 9/14/07, <b class="gmail_sendername">Gustavo Sverzut Barbieri</b> &lt;<a href="mailto:barbieri@gmail.com">
barbieri@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On 9/13/07, Chris Mcnally &lt;<a href="mailto:expectspam2@pobox.com">
expectspam2@pobox.com</a>&gt; wrote:<br>&gt; I&#39;m writing a program for the N800 using Python and Eagle. I&#39;m new to<br>&gt; Python so Eagle has been very helpful for getting something up and<br>&gt; running really quickly. I already have a functional program with tabs, a
<br>&gt; table, buttons, spin controls etc.<br>&gt;<br>&gt; Eagle is a toolkit for python on top of GTK written by gustavo Barbieri:<br>&gt;<br>&gt; <a href="http://www.gustavobarbieri.com.br/eagle/docs/eagle.html">http://www.gustavobarbieri.com.br/eagle/docs/eagle.html
</a><br>&gt;<br>&gt; If others are using Eagle, I would like to share example programs.<br>&gt; Gustavo has supplied many examples already which are very helpful.<br>&gt;<br>&gt; I have a few questions for Eagle developers/users:
<br>&gt;<br>&gt; Anyone else using Eagle? care to share your thoughts?<br><br>I&#39;d like to be informed of new users too :-)<br><br><br>&gt; I have three questions or enhancement requests, though I am happy if<br>&gt; someone has a workaround:
<br>&gt; a) how do I clear a table? there does not seem to be a method to reset<br>&gt; or remove all rows in a table.<br><br>It support python list API, so just do like regular lists:<br><br>&nbsp;&nbsp; del my_table[:]<br><br><br>
&gt; b) how can I know that a tab has been clicked? The tab page itself does<br>&gt; not have an event, but is there another way to be notified?<br><br>You already submitted this to our issue tracker, I&#39;ll try to implement
<br>it this weekend.<br><br><br>&gt; c) is there any way I can create a slider control such as would be used<br>&gt; in a media streaming app to change position in a stream?<br><br>Probably after this weekend :-)<br><br><br>
--<br>Gustavo Sverzut Barbieri<br>--------------------------------------<br>Jabber: <a href="mailto:barbieri@gmail.com">barbieri@gmail.com</a><br>&nbsp;&nbsp; MSN: <a href="mailto:barbieri@gmail.com">barbieri@gmail.com</a><br>&nbsp;&nbsp;ICQ#: 17249123
<br> Skype: gsbarbieri<br>Mobile: +55 (81) 9927 0010<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">
https://lists.maemo.org/mailman/listinfo/maemo-developers</a><br></blockquote></div><br><br clear="all"><br>-- <br>Tony Maro<br><a href="http://www.maro.net/ossramblings.php">http://www.maro.net/ossramblings.php</a>