question about intellipromptmemberlist: can not select item

SyntaxEditor for Windows Forms Forum

Posted 18 years ago by Dong JIA
Avatar
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.

Comments (1)

Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
I'm not able to duplicate the problem where the member list is closing when clicked. Email us if you can duplicate that in a small project.

As for the switching applications, there are certain instances where the popup should be close and does not appear to be. We are trying to track down and resolve that. It's an item on the bug list.

We will remove the topmost though for the next maintenance release so that it won't be as obvious when it does stay open.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.