Re: Drop of a file on the App icon

Jean-Luc Arnaud <jean-luc-E/[email protected]> Tue, 27 Mar 2018 16:22:24 +0200
Newsgroups gmane.comp.lang.realbasic.user
Organization Centre Direct du Multimédia
Message-ID <[email protected]>
Thanks, Christian.

Ok, I got it.

Jean-Luc Arnaud

Le 27/03/2018 à 16:00, Christian Schmitz a écrit :
>> Am 27.03.2018 um 15:40 schrieb Jean-Luc Arnaud <jean-luc-E/[email protected]>:
>>
>> Hi all,
>>
>> I'd like to know if it's possible to code so that a file drop on the App icon launches the App and opens the file.
>
> see Application.OpenDocument event:
> http://docs.xojo.com/index.php/Application.OpenDocument_event
>
>
> and Application.AcceptFileTypes:
> http://docs.xojo.com/index.php/Application.AcceptFileTypes
>
>
> PS: You may get more answers on the Xojo forum.
>
> Sincerely
> Christian
>