Brendan Barnwell wrote: > I joined this list a long time ago when Dabo was first starting but > then left > because I stopped using Dabo, but now I'm taking another shot. > > I'm having sort of the same problem I had before, which is that I can't > find > any information on how to set up simple GUI apps that DON'T require a > database > or a large collection of "records", but just involve a set of GUI widgets > that > interact with one another.
Here is a little sample of just a UI working with a custom object. http://leafe.com/archives/showMsg/349197 I could never figure out how to have UI events call my methods directly, which is why there is cdxml2objDemo1-code.py self.Form.update() is probably overkill, but that's another place I never figured out a better way. Carl K _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
