Hello 🙂

i’m building a windows media center addin.
i’d like to use showonscreenkeyboard method to ask user to type search and then perform search.

In this way, i created a editabletext in the code, linked it to the typinghandler and then to the showonscreenkeyboard method

everything is ok excepted that i dont know how to catch event when user commit the text he typed (i mean when user click on done button)

I tried to use submitted event on editabletext but it is never fired
i tried to use several invokes in actions markup but method are executed at the same time
i tried to use a local to store showonscreenkeyboard method result but it returns void
i tried to use property changer event but it is fired each time user click on a char but not when user commit its changes

any idea ?

thanks in advance

Olivier

Leave a Reply