Make a dialog box with JSL, click "ok" to confirm, how can you also achieve confirmation by pressing the Enter key, without clicking "OK"?
Thanks!
dt = Current Data Table();
ex = New Window( "",
<<modal,
Border Box( "", teb = Text Edit Box( "", <<Set Width( 500 ) ) ),
Panel Box( "", H List Box( Button Box( "OK", ng = teb << get text ) ) )
);