I coudln't find doc for this but I did figure it out looking at code I found. <br><br>With "Entires" the name of my table in Glade the trick is to leave a cell EMPTY and then fill it in the program, depending on whether running on the table or not.<br><br> if HILDON: <br> self.edDate = hildon.DateEditor()<br> self.entries.attach(self.edDate, 1, 2, 5, 6, gtk.EXPAND, gtk.EXPAND)<br> else:<br> self.enDate = gtk.Entry()<br> self.entries.attach(self.enDate, 1, 2, 5, 6, gtk.EXPAND, gtk.EXPAND)<br>
<div>
</div>
<BR>
--
<div> Want an e-mail address like mine? </b><br>
Get a <b>free e-mail </b>account today at <a href="http://www.mail.com/Product.aspx" target="_blank">www.mail.com</a>!</div>