11-22-2022 07:02 AM
I'm using a promptpopup and I am waiting for a scan entry which is actually working. But the user can also press the confirm button to close the window and I have no answer then...
Is there a solution to suppress or mask/hide or disable the confirm button ?
11-23-2022 02:31 AM
I know no way to hide the confirm button on PromptPopup window. I can see two alternatives:
Whichever is your solution, you should already be validating the response buffer in case the operator writes down anything and dismisses the window.
11-23-2022 04:35 AM
Thank you for the answer.
That's what I thought...
It's a pity that the prompt popup doesn't have attributes to set like the position, the size of the windows, the fonts, ...and obviously : valide confirm button or not 😜
11-23-2022 05:22 AM
...well, you can easily set up your own popup panel, define the number and position and text ... of all the buttons needed by building panel and buttons programmatically
11-23-2022 10:00 AM
As Wolfgang said, you can find several examples of custom popups here.