In a graphic application (project), I use SaveAsDialog
to save an image build in a Canvas from two user selectable sources.
I have a SuggestedFileName
used as a Prefix, and I add specific data either using the Keyboard OR using Paste (cmd-V).
Cmd-V does not works when the Dialog
is open (nor Cut, Copy
).
There is no specific Class that traps the Edit Menu MenuItems, the project does not put any graphic into the CLipboard, etc.
Used OS X is El Capitan.
Used Xojo: 2015r1.
I tried my project with Xojo 2016r4 and have the same issue. (Xojo: 2016r41 is downloading, but I do not expect any change).
Nota: I know an Apple bug that is related to this one, but this is different. Explanation: cmd-s to save the data (not only image, all kind of data), drop a folder from the Finder into the SaveAsDialog (or SaveDialog), then try to Paste (Cut, Copy): this does not works.
The above behavior does not exists in other applications on my MacBook Pro.