Posted 18 years ago
by Dong JIA
Hi all,
I can not select the item of IntelliPromptMemberList. memberlist can appear. But when I want to choice one item by mouse(keyboard is OK), it disappears.
I guess when I select the item, the editor itself lost focus and close the memberlist.
I check it with sample project. It works well! :(
Now I do a work around like this:
in editor.OnLostFocus:
if (memberlist.visible)
return; // force not to lost focus
But it bring another issue: When I switch between windows applicaitons, memberlist will on the top and show.
Could anybody give me some advice?
Thanks in advance.
I can not select the item of IntelliPromptMemberList. memberlist can appear. But when I want to choice one item by mouse(keyboard is OK), it disappears.
I guess when I select the item, the editor itself lost focus and close the memberlist.
I check it with sample project. It works well! :(
Now I do a work around like this:
in editor.OnLostFocus:
if (memberlist.visible)
return; // force not to lost focus
But it bring another issue: When I switch between windows applicaitons, memberlist will on the top and show.
Could anybody give me some advice?
Thanks in advance.