How can I take programatic screen shots of the IOS Browser?

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
erikbleifieldBUSpxdS
Posts: 7
Joined: Sun Jan 06, 2013 3:20 am

How can I take programatic screen shots of the IOS Browser?

Post by erikbleifieldBUSpxdS » Tue Apr 23, 2013 6:24 pm

I am trying to do some screen captures of the IOS Native Browser control inside an iPad application using the IMPORT command.

import snapshot from rectangle 0,0,1024,768

This command seems to work for other objects on the card, but not for the IOS Browser control - all I get is a blank rectangle.

Does anyone have the proper code to make this work??

Thanks,

----Erik

endernafi
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 296
Joined: Wed May 02, 2012 12:23 pm
Contact:

Re: How can I take programatic screen shots of the IOS Brows

Post by endernafi » Tue Apr 23, 2013 8:24 pm

Hi Erik,

Well, the command works fine.
Maybe there's another glitch in your code.
Check this stack out:
browserScreenshot.zip
(1.43 KiB) Downloaded 266 times
Best,

~ Ender Nafi
~... together, we're smarter ...~
__________________________________________

macOS Sierra • LiveCode 7 & xCode 8

Post Reply