On Jan 17, 2006, at 6:58 AM, Adi J. Sieker wrote:

The Find/Replace dialog is Dabo standard. I think it fires for all text like control. So I think it tries to find in the control that was active when calling the dialog.
I don't know I'll have to check into it.

Yes, that's how it works; see dabo.ui.uiwx.uiApp.py onEditFind (). Right now it is a single method that determines the search target, but it could easily be separated into two: the event handler that determines the active control, and then the code that does the find/replace, which would accept a control or even possibly a list of controls to be used for the search.

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




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

Reply via email to