Dec. 11, 2018
3:53 p.m.
Hi All, I'm replacing a deprecated call by this: UIManager default chooseExistingFileReference:extensions:path:preview:. The returned fileRefence does not point the actual file selected by the user (if the file was chosen navigating to other directories than the default). For example: UIManager default chooseExistingFileReference:'Title' extensions:#('pdf') path: './' preview: nil [image: image.png] Inspect the result: [image: image.png] It seems to be a bug, or maybe there is any other way to call the dialog. Any pointer is welcome. TIA