Posted 20 years ago
by Steven Liu
I would like to use CRTL-SPACE to bring up memberlist. Since I could not find a way to define trigger with control characters, I resort to KeyDown event. However, I am not be able to show the member list.
In order to exclude coding mistakes, I defined a trigger with printable char, then copied the same code to the Trigger event handler. That works.
Debugging reveals that if memberlist is shown from KeyDown, e.Cancel = True in IntelliPromptMemberListClosing event. Maybe that caused the memberlist to close?
Steven
In order to exclude coding mistakes, I defined a trigger with printable char, then copied the same code to the Trigger event handler. That works.
Debugging reveals that if memberlist is shown from KeyDown, e.Cancel = True in IntelliPromptMemberListClosing event. Maybe that caused the memberlist to close?
Steven