Copy and Pasting Text via clipboard, but keeping formating

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

wolfkillshepard
Posts: 44
Joined: Tue Jul 12, 2011 7:43 pm

Re: Copy and Pasting Text via clipboard, but keeping formati

Post by wolfkillshepard » Fri Aug 03, 2012 1:09 am

I looks like the livecode pdf print function wont print the contents of the UIwebview, so that method is out the window.

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7389
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Copy and Pasting Text via clipboard, but keeping formati

Post by jacque » Fri Aug 03, 2012 1:54 am

Copy paste is supported if you use native input fields. I don't think it supports rtf. Probably you'd need to put the text into aLC field, do the conversion to get styling, and put that into the native control. Not at my Mac right now so I can't test but that's the idea.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Post Reply