combo with auto-complete?

Vadim Zeitlin vadim at wxwidgets.org
Thu May 15 10:02:35 PDT 2008


On Thu, 15 May 2008 18:56:13 +0200 Armel <armelasselin at hotmail.com> wrote:

A> One of my own concern (but for which you have probably already given a 
A> response) is that I need asynchronous auto-completion, i.e., the things in 
A> the list may come very slowly (tens of seconds or being totally stalled). In 
A> my understanding, the idea with the interface that you are designing is 
A> that, when pressing keys I would run a thread of my own to get my data (up 
A> to there totally disconnected from auto-completion), then when I have my 
A> data at hand, i call AutoComplete(choices)...

 Yes, exactly. And there is undoubtedly a way to have higher level API to
make this easier to do but I haven't had time to implement it (or even to
think about it) yet. And I didn't have time to write a sample neither and
if you can contribute one, it would be welcome.

 Regards,
VZ

-- 
TT-Solutions: wxWidgets consultancy and technical support
               http://www.tt-solutions.com/



More information about the wx-users mailing list