Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion wxTextCtrl Autocomplete does not work
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Stefano Mtangoo (evstevemd)  
View profile  
 More options Nov 7 2012, 2:56 pm
From: "Stefano Mtangoo (evstevemd)" <mwinjili...@gmail.com>
Date: Wed, 7 Nov 2012 11:56:51 -0800 (PST)
Local: Wed, Nov 7 2012 2:56 pm
Subject: wxTextCtrl Autocomplete does not work
Hi,
I need to add Autocomplete of Web addresses on wxTextCtrl. Here is
what I have done
1. Create wxTextCtrl in single line mode

2. Connect it to function that catches url text as it is type
i.e m_url->Bind(wxEVT_COMMAND_TEXT_UPDATED,
&HBrowser::OnUrlAutocomplete, this);

3. Show Autocomplete list in the function i.e

void HBrowser::OnUrlAutocomplete(wxCommandEvent& e)
{
        m_url->AutoComplete(m_urlList);//urlList is wxArrayString

}

I have checked the array contain the strings but Autocomplete does not
show. Is there anything else am missing?

I use latest svn (Revision: 72920).


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.