Code: Select all
BindGadgetEvent(#StrSearchAll, @CreateM4(), #PB_EventType_Focus)
Perhaps I should have hidden the WebGadget and shown the ListViewGadget in its place, then vice versa.
I did an export of all the words from the help file and got 11,000 words. I'll keep the list down to 1000 words. Next, when I enter 2 letters, I would like to display possible words for auto-completion and perform a search.
Used ListViewGadget(), works fine.