Posted 18 years ago
by Dong JIA
When user change the cursor, I want to bold the current parameter in InfoTip.
So I construct the informations in OnSelectionChanged. In order to reflect the information into infoTips, I call IntelliPrompt.InfoTip.Show().
The problem is:
The performance of show seems low.
if user pressing leftarrow, user can not see the cursor until keyup.
Could somebody give me some advices to avoid it?
So I construct the informations in OnSelectionChanged. In order to reflect the information into infoTips, I call IntelliPrompt.InfoTip.Show().
The problem is:
The performance of show seems low.
if user pressing leftarrow, user can not see the cursor until keyup.
Could somebody give me some advices to avoid it?