display.captureScreen and text

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?

I did this in an app by having a display.text off screen, when I clicked to save the screenshot, it was moved on screen, populated with the text from the native text field, screenshots taken, display.text is moved offscreen again. It all happens so quick the user doesn’t see it.

I did this in an app by having a display.text off screen, when I clicked to save the screenshot, it was moved on screen, populated with the text from the native text field, screenshots taken, display.text is moved offscreen again. It all happens so quick the user doesn’t see it.