On Feb 21, 2008, at 3:39 PM, Nate Lowrie wrote:

> Ok, this may explain some things.  Where in dEditor can I find the
> bindings?  I have already removed the menu entries...

        It's in the stc class itself; it's not anything that we've added.

>>        The only way I can think of is to override dColumn._persist().
>> Otherwise, you'd have to create your own UserSettingProvider class
>> that filters out the settings you don't want to persist.
>
> If I want nothing to persist can I set the UserSettingProvider class
> to None?  If so, would I do this before running app.start()?

        I don't know; I've never tried that. Let me know what happens when  
you do!

        What I have done is create a subclass of dUserSettingProvider that  
overrode setUserSetting/getUserSetting to intercept values that I  
wanted to either ignore or modify; the rest were passed on to the  
superclass call.

-- Ed Leafe





_______________________________________________
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]

Reply via email to