/ Forums / Advansys Formativ / Creating Solutions with Formativ / Applet which acts like spell checking?!

  • Creator
    Topic
  • #4326
    dfischer
    Participant

      Hello!

      I am about to create an applet which makes it possible to format / change the input text of an email somehow automatically while the text is beeing typed. It shall trim lines after a specific length and replace line breaks in some way but that´s not really relevant now.

      The problem I have to handle is to find a way to execute this applet automatically while the user is typing in the emails body text window, like spell checking works for example and turns a word into red and underlined if it is not spelled correctly. Is there any way to get an applet to run this way, for example each time a specific key is pressed, e.g. space or enter? I would really appreciate some help Smile

    • Author
      Replies
    • #7832
      Support 3
      Participant

        Unfortunately no GroupWise events (e.g OnKeyPress) available to the 3rd party developer for the email body text window. You can try the OnSend event. Alternatively, you can write a custom application to monitor the key stroke of the email body.

        Regards,
        Advansys Support

      Viewing 1 replies (of 1 total)
      • You must be logged in to reply to this topic.