I am a newbie so bear with me.
I am writing an app that will capture a users selection as a text field. I ultimately want the user to be able to save the screen shot. I realize that display.captureScreen won’t save native display objects. However, I’ve tried to ‘finesse’ a solution using display.save, display.capture, or display.captureBounds and have been unsucessful. All the saved screen shots do not capture the text fields. I would like to save it to the photo library.
Any suggestions?