OnDropFile with Plananarama

Discuss about plugins that don't have a dedicated forum
Post Reply
User avatar
jPV
Posts: 600
Joined: Sat Mar 26, 2016 10:44 am
Location: RNO
Contact:

OnDropFile with Plananarama

Post by jPV »

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:

Code: Select all

@REQUIRE "plananarama"
@DISPLAY {Width=200, Height=100}
InstallEventHandler({OnDropFile=ConsolePrint})
EscapeQuit(True)
Repeat
    WaitEvent
Forever
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: OnDropFile with Plananarama

Post by airsoftsoftwair »

Code: Select all

- New: Added support for Hollywood's "OnDropFile" event handler; this feature requires at least Hollywood 7
Post Reply