January 30, 201312 yr Hello, I am currently working on converting over to an external container secure storage for my solution. In my current solution the container's content are images. I have a script that opens the image in Preview for Mac when the user selects to do so. My question is how can I accomplish this same use case with the new secure storage? Ideally, I would like the user to click the button "View Image" and it would open up. I know I can export the contents, let's say to the desktop, but I would like to make this as straight forward for the user as possible. One thought I had was to export it to a temp location and then open it. Thoughts? Thanks, Stephen
February 2, 201312 yr If they are just pictures why not just spawn a new window and show the container picture there?
February 3, 201312 yr Author If they are just pictures why not just spawn a new window and show the container picture there? I am trying to have the actual image open up in the default Mac program "Preview". I was abel to do this by using the temporary path method. Wasn't sure if there was a another to access the images from the secure storage area without first exporting it.
Create an account or sign in to comment