argwallace Posted January 30, 2013 Posted January 30, 2013 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
Wim Decorte Posted February 2, 2013 Posted February 2, 2013 If they are just pictures why not just spawn a new window and show the container picture there?
argwallace Posted February 3, 2013 Author Posted February 3, 2013 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.
Recommended Posts
This topic is 4381 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now