I add the filetypegroup Any
I add the Opening AcceptFileDrop Any
I add the DropObject portion?
No error but nothing happens when I drag and drop file from explorer either? Is this a case of something changed but Xojo didn’t update the Doc? (since it happened before with database object).
agree this filetype any to nothing in Xojo 2025r1.1 and Windows 11.
you could add text or image mime types (by your need) in the FileTypeGroup1 and use Me.AcceptFileDrop(FileTypeGroup1.All)
Thanks to all, I guess it is bugs or room for improvements. I wish I can mark multiple as solutions.
On Windows, adding Any should automatically add the asterik, because there is no case where there must be specific filename but extension can be anything. And the tutorial I linked should also mentioned that All can be used too because following it directly no longer works, as of now.