Wanted: #PB_InputRequester_SelectText
Posted: Fri May 24, 2019 8:36 am
For implementing a search function I used the InputRequester().
As default text I used the last search text. But if the user simply starts to type a new search text,
it was appended to the old one. To avoid this it would be nice if we can 'select' the default text.
For that an additional Flag would be nice:
#PB_InputRequester_SelectText
I implemented this in an own InputRequester:
viewtopic.php?f=12&t=72874&p=536959#p536959
Bernd
As default text I used the last search text. But if the user simply starts to type a new search text,
it was appended to the old one. To avoid this it would be nice if we can 'select' the default text.
For that an additional Flag would be nice:
#PB_InputRequester_SelectText
I implemented this in an own InputRequester:
viewtopic.php?f=12&t=72874&p=536959#p536959
Bernd