OnDropFile with Plananarama
Posted: Wed May 27, 2020 3:56 pm
Now that there seems to be some life with Plananarama development, could it be made to support OnDropFile?
Because this doesn't seem to work:
Because this doesn't seem to work:
Code: Select all
@REQUIRE "plananarama"
@DISPLAY {Width=200, Height=100}
InstallEventHandler({OnDropFile=ConsolePrint})
EscapeQuit(True)
Repeat
WaitEvent
Forever