Page 2 of 2

Re: PureBasic Event Binding: A Quick Tutorial

Posted: Wed Aug 27, 2025 7:38 pm
by TI-994A
juror wrote: Wed Aug 27, 2025 3:14 amI get an uninterruptible scrolling editorGadget...
You're absolutely right! :shock:

I'd prepared the tutorial on MacOS and forgot that each O/S handles events differently. This recursive messaging by the editor gadget occurs only on Windows, and not on MacOS or Linux.

Nonetheless, I've edited the example to ignore the editor's change events.

Thank you for pointing that out, @juror. :D