Ed Leafe wrote: > On Apr 23, 2007, at 7:24 PM, Carl Karsten wrote: > >>> First: have you even read http://dabodev.com/wiki/RegID? >> Yes. just read it again, and I don't see how it relates. >> >> "Used in Dabo to uniquely identify a control on a given form." I >> don't think I >> am trying to identify a control. > > Wasn't the whole point of this so that you could bind a textbox to > another object?
Originally I wanted to bind to an attribute and you said "Data binding only works with properties, not attributes" so now I am trying to bind to a property. I'm not even sure what you mean by 'bind to an object' given that everything in python is either an object or a reference to an object. my guess is: no, I am trying to bind to a property of an object. This is why I supplied a concrete example: so that terminology and semantics misunderstandings would be minimized. If you look at my original post: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED] Save the 2 files out as bd1.py and bd1.cdxml, run bd1.py, I think you will see what I am trying to do, and hopefully make a quick fix to make it work. Then you can svn add this to the demo dir as simple example that we can all look at. Or at least post it back to the list so I can see a working example. 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]
