On Sep 28, 2005, at 3:20 PM, Paul McNett wrote:

Along the way I found out something I misunderstood about Python as well: if you have a property that links to a mutable attribute, say a dict, say dColumn.CustomEditors, when you say col.CustomEditors [1] = myEditor, the fset() doesn't get called.

I never thought of properties working that way. I see 'col.CustomEditors' invoking the getter, and then the '[1]' slicing the result to return an editor reference. Assigning to that value isn't the same as assigning to CustomEditors.

IAC, I see another problem: dropdown editors aren't working. I just updated from svn, and now the 'choice' properties, such as Halign, have empty dropdowns when you go to edit them.

And did you change the default font? It looks better on the Mac, IMO.


-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to