[dabo-users] Having fun!

2016-05-06 Thread john
Hi everyone, I haven't really used Dabo for sometime - maybe 6 months or more. I started a new project - a python CRUD app. I had forgotten how much fun and a pleasure Dabo is to use! I don't know how many times I have said this - but it's not enough! THANK YOU ED AND PAUL for Dabo! :-)

Re: [dabo-users] Two column RadioList

2016-05-06 Thread john
I think I would subclass wx.RadioBox. Take a look at the wxPython demo. Also: http://www.tutorialspoint.com/wxpython/wx_radiobutton_radiobox.htm In the subclass I'd add self.RegID='somestr' so I can later use the value inside Dabo without much trouble. Every thing that is available in

Re: [dabo-users] Dabo and wxPython ("classic") 3.0

2016-05-06 Thread john
On 05/06/2016 07:43 AM, john wrote: On 05/05/2016 06:51 PM, john wrote: If I had to guess I would say that neither Sqlite or Postgres dbapi modules (sqlite3, psycopg) have a "__iter__" method. I'm sorry I misspoke in the above. What I mean is that I have not discovered a way to expose

Re: [dabo-users] Dabo and wxPython ("classic") 3.0

2016-05-06 Thread john
On 05/05/2016 06:51 PM, john wrote: If I had to guess I would say that neither Sqlite or Postgres dbapi modules (sqlite3, psycopg) have a "__iter__" method. I'm sorry I misspoke in the above. What I mean is that I have not discovered a way to expose the__iter__ method to allow my use. I