On Thu, Feb 21, 2008 at 11:01 AM, Ed Leafe <[EMAIL PROTECTED]> wrote: > On Feb 21, 2008, at 11:36 AM, Nate Lowrie wrote: > > > I have tried deleting the menu entries but I can still do this. I > > need to eliminate this feature. Ed, any clues as to how to turn it > > off? > > In all non-editor controls, removing the menus removes the key > bindings (dEditor has built-in bindings). Of course, you have to make > sure that you don't run the menus first and then try removing them.
Ok, this may explain some things. Where in dEditor can I find the bindings? I have already removed the menu entries... > > > > Also, I have an app that I am using preference keys in. However, is > > there anyway to tell the app not to store information for specific > > widgets (for example Width data in a dGrid column)? > > > 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()? Nate L. _______________________________________________ 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]
