I may be asking an odd question.
I am trying to get some information after dragging and dropping an icon of another application onto the icon of an application built with Xojo and launching it.
I have successfully dragged and dropped the .app onto the icon to launch the application.
This was possible by adding “special/folder” to the file type group.
However, OpenDocument was never called after the .app was dragged and dropped and launched.
Normal folders and folders with different extensions, such as “test.abc”, called OpenDocument, but a folder named “test.app” did not.
I have done the following, are there any other steps that are missing?
-Add “special/folder” (extension “*”) to Custom File Group.
-Add “OpenDocument” to App (only display the path of the item in a dialog)
6 posts - 3 participants