Would it be a good idea to override the wxStyledtextCtrl in the same way you did with wxTextCtrl hence creating a class dStyledTextBox?
__ Freagel > From: [EMAIL PROTECTED] > To: [email protected] > Date: Wed, 30 Jul 2008 07:00:19 -0500 > Subject: Re: [dabo-users] On the fly auto-complete linked to database > > On Jul 30, 2008, at 6:49 AM, fv sdfsaer wrote: > > > I was wondering whether there exists a dabo-component which is > > capable of auto-completing by performing a search through the > > database in the same way code-autocompletion happens. The closest I > > could find was the dEditor component but it seems not completely > > suitable for this task. Any recommendations? > > There isn't anything built-in for auto-completing in textboxes and > such, if that's what you're looking for. I'd probably add a method to > the business object to retrieve the eligible terms, and then have the > textbox respond to ValueChanged events to display the potential > matches. But a lot would depend on the size of the pool of potential > matches and how often the database would need to be hit. > > > -- Ed Leafe > > > > > [excessive quoting removed by server] _______________________________________________ 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/[EMAIL PROTECTED]
