Page 2 of 2
Re: Copy and Pasting Text via clipboard, but keeping formati
Posted: Fri Aug 03, 2012 1:09 am
by wolfkillshepard
I looks like the livecode pdf print function wont print the contents of the UIwebview, so that method is out the window.
Re: Copy and Pasting Text via clipboard, but keeping formati
Posted: Fri Aug 03, 2012 1:54 am
by jacque
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.