InfoTip doesn't go away on ENTER

SyntaxEditor for Windows Forms Forum

Posted 18 years ago by Karl Grambow
Avatar
Hi,

I noticed that InfoTip's don't go away when I hit ENTER.

I saw a thread pointing to the same problem, dating to last year and in it the problem was apparently fixed with a maintenance release.

Is this the same problem?

http://www.actiprosoftware.com/Support/Forums/ViewForumTopic.aspx?ForumTopicID=126#220

Thanks

Comments (2)

Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
I believe in VS.NET they don't close automatically when ENTER is pressed. However you can add that functionality now by handling the SyntaxEditor.KeyTyping event and if an ENTER key is pressed, hide the info tip there.


Actipro Software Support

Posted 18 years ago by Karl Grambow
Avatar
Thanks.

I ended up handling the SelectionChanged event. That way the InfoTip also disappears when I click on another line.

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

Add Comment

Please log in to a validated account to post comments.