TAdvMemo and Autocompletion

Hi,


When i want to use the TadvMemo with autocompletion it works fine when i use ctrl+space.

Problem: I want the autocompletion popup automatic, without pressing ctrl+space. 
Autocompletion.Active = True
Autocompletion.AutoDisplay = True
Autocompletion.Delay = 500

So i've checked the Demo1 for TAdvMemo and the same issue occurs.

Using Delphi7
Installed today the latest version of tms-vcl-componentpack.

Is there a known problem or have i forgot something?


greetings
Ansgar


Hello again,


you can close this post. I didn't understand, how the autocompletion works and now i have an suitable solution using the OnGetAutoCompletionList. 


Thanks for informing