Is there a click event for TextEditor so that can trigger a "CallOutBox" shows?

i can’t find in the document,and texteditor just have a lostfocus event…

One option might be to derive your own class from TextEditor, and override mouseDown.

yes,i can do this ,but is not very convinene to do that using projucer UI design;

Projucer UI designer is a very simple tool, if you want to do more complex and robust things I would suggest moving away from it as soon as you can. Becoming comfortable creating your UI’s programmatically will allow you to be far more effective.

thanks …got.but ui designer is a good feature…