Hi,

I use TextArea and want to listen to the inserted text (simply by using keyboard). I do it using ParagraphListener. Every time new character is typed a listener's method textInserted(Paragraph paragraph, int index, int count) is invoked. Everything works fine till I press ENTER. In that case textInserted method is invoked with "count" parameter set to 0. Does it make any sense? Why it's implemented that way?

Regards,
Rafal

Reply via email to