SC input() multiline, OK button is cancelling

Things you’d like to miss in the future...
Post Reply
jupe
Posts: 2800
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

SC input() multiline, OK button is cancelling

Post by jupe »

Using v19.60.0008, there seems to be a recent issue that causes the input() multi-line to not continue the script when OK is pressed, instead scripts are aborted at that point, input() single line seems unaffected though.

eg. script to reproduce:

Code: Select all

msg input(,,'test','m');
results in no message box being shown. The issue is also present where you have used the same control natively within XY, eg. Edit toolbar button dialog left/right click action multi-line etc.

admin
Site Admin
Posts: 60602
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: SC input() multiline, OK button is cancelling

Post by admin »

Ah yes, a side-effect of yesterday's bug-fixing craze... Fix on the way.

Post Reply