On Tue, Sep 7, 2010 at 1:48 AM, Chunlin Zhang <zhangchun...@gmail.com> wrote: > I want to make the program act similar as gmail.In detail,when you compose a > new > mail in gmail,and type a character in "To:" input box,you will get a popup > contacts list of search result according your input,and the "To:" input still > have focus,and you can input more character.
You can also simulate this using a wxListBox shown below the wxTextCtrl/wxComboBox, but as with your menu you will need to call wxWindow::SetFocus() to return the focus to the wxTextCtrl. The development/next version > 2.9.x of wxWidgets has a function to do this for you. Regards, John ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ wxlua-users mailing list wxlua-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxlua-users