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> <<a href="mailto:barbieri@gmail.com">
barbieri@gmail.com</a>> 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 <<a href="mailto:expectspam2@pobox.com">
expectspam2@pobox.com</a>> wrote:<br>> I'm writing a program for the N800 using Python and Eagle. I'm new to<br>> Python so Eagle has been very helpful for getting something up and<br>> running really quickly. I already have a functional program with tabs, a
<br>> table, buttons, spin controls etc.<br>><br>> Eagle is a toolkit for python on top of GTK written by gustavo Barbieri:<br>><br>> <a href="http://www.gustavobarbieri.com.br/eagle/docs/eagle.html">http://www.gustavobarbieri.com.br/eagle/docs/eagle.html
</a><br>><br>> If others are using Eagle, I would like to share example programs.<br>> Gustavo has supplied many examples already which are very helpful.<br>><br>> I have a few questions for Eagle developers/users:
<br>><br>> Anyone else using Eagle? care to share your thoughts?<br><br>I'd like to be informed of new users too :-)<br><br><br>> I have three questions or enhancement requests, though I am happy if<br>> someone has a workaround:
<br>> a) how do I clear a table? there does not seem to be a method to reset<br>> or remove all rows in a table.<br><br>It support python list API, so just do like regular lists:<br><br> del my_table[:]<br><br><br>
> b) how can I know that a tab has been clicked? The tab page itself does<br>> not have an event, but is there another way to be notified?<br><br>You already submitted this to our issue tracker, I'll try to implement
<br>it this weekend.<br><br><br>> c) is there any way I can create a slider control such as would be used<br>> 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> MSN: <a href="mailto:barbieri@gmail.com">barbieri@gmail.com</a><br> 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>