Skip to main content
heyo
Associate III
December 2, 2022
Solved

How to get text of wildcard?

  • December 2, 2022
  • 3 replies
  • 875 views

..

This topic has been closed for replies.
Best answer by Romain DIELEMAN

In that case you can have a look at Juliette's Keypad custom widget which strips the text written by the user to put it in the text area under "Your saved text is" as shown in her screenshot.

/Romain

3 replies

Romain DIELEMAN
ST Employee
December 6, 2022

Hello,

Could you elaborate a bit more on what you mean ? You could maybe have a look at the UI examples "Flex Button Example" or Juliette's custom keyboards which use wildcards to display numbers and texts. Or is it more a C++ related question on how to handle text/strings ?

/Romain

heyo
heyoAuthor
Associate III
December 6, 2022

I have text area "--" like this

0693W00000WKJIRQA5.pngWhen I click on dropdown and select what I want

0693W00000WKJIgQAP.pngI need to get content of text area which changed and save it to model because I use this text area in next screen.

Romain DIELEMAN
Romain DIELEMANBest answer
ST Employee
December 7, 2022

In that case you can have a look at Juliette's Keypad custom widget which strips the text written by the user to put it in the text area under "Your saved text is" as shown in her screenshot.

/Romain