Application:Run() - enter key (new line) is suppressed in ed

Posted by joey eisma on 11-Oct-2018 10:14

Hi,

Create a window in AB, use WAIT-FOR Application:Run() in MAIN-BLOCK.

Drop an editor widget.

Run the .w non-persistent. Hit enter in the editor widget, it doesn't wrap to next line.

Any thoughts why? And how to go around it without coding for the enter key?

TIA!

Posted by Matt Gilarde on 11-Oct-2018 10:29

Setting the editor's RETURN-INSERTED attribute to TRUE should resolve the issue.

All Replies

Posted by Matt Gilarde on 11-Oct-2018 10:29

Setting the editor's RETURN-INSERTED attribute to TRUE should resolve the issue.

This thread is closed