[squeak-dev] headful evaluation of script, supplied on the command line, with Squeak 6

Jakob Reschke jakres+squeak at gmail.com
Sun Jul 24 07:36:01 UTC 2022


Am Sa., 23. Juli 2022 um 19:17 Uhr schrieb tim Rowledge <tim at rowledge.org>:

> [...] somebody somewhere is making a drop event on Windows (it is Windows,
> yes? ) and that might well the the OS trying to be 'helpful'.
>

Nope, this is not Windows's doing. It is the VM:

https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/41e16daa6bde22ca494f1a9935f8d1f345036323/platforms/win32/vm/sqWin32Main.c#L1597
https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/cd1ecfe3ab7cb01e435ef36d7d325efa8a063fd3/platforms/win32/vm/sqWin32Window.c#L313
https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/cd1ecfe3ab7cb01e435ef36d7d325efa8a063fd3/platforms/win32/vm/sqWin32Window.c#L2878
https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/d494240736f7c0309e3e819784feb1d53ed0985a/platforms/win32/plugins/DropPlugin/sqWin32Drop.c#L737

But this particular flow seems to require that RunSingleApp=1 be set in the
squeak.ini file.

Other maybe related thread:
http://lists.squeakfoundation.org/pipermail/squeak-dev/2020-October/thread.html#212572
https://lists.squeakfoundation.org/pipermail/squeak-dev/2020-November/thread.html#212805
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220724/eded5554/attachment.html>


More information about the Squeak-dev mailing list