Re: Copy/Paste in LC & iOS.

2012-06-24 Thread Guglielmo Braguglia
te: Rick... You cite an example stack that was put together by Bernd Niggeman... whew! a long time ago it seems. It does not use a 'native' iOS field so you are unable to use the iOS 'cut,copy,paste,select, select all' routines Have you tried using a multiline input

Re: Copy/Paste in LC & iOS.

2012-06-24 Thread Rick Harrison
ther by Bernd >>> Niggeman... whew! a long time ago it seems. It does not use a 'native' iOS >>> field so you are unable to use the iOS 'cut,copy,paste,select, select all' >>> routines Have you tried using a multiline input control UITe

RE: Copy/Paste in LC & iOS.

2012-06-24 Thread John Dixon
was put together by Bernd > > Niggeman... whew! a long time ago it seems. It does not use a 'native' iOS > > field so you are unable to use the iOS 'cut,copy,paste,select, select all' > > routines Have you tried using a multiline input control UITextvie

Re: Copy/Paste in LC & iOS.

2012-06-24 Thread Rick Harrison
Have you tried using a multiline input control UITextview ? > > Dixie > >> Subject: Re: Copy/Paste in LC & iOS. >> From: harri...@all-auctions.com >> Date: Sun, 24 Jun 2012 14:11:00 -0400 >> To: use-livecode@lists.runrev.com >> >> Hi again Guglielmo, >

RE: Copy/Paste in LC & iOS.

2012-06-24 Thread John Dixon
t control UITextview ? Dixie > Subject: Re: Copy/Paste in LC & iOS. > From: harri...@all-auctions.com > Date: Sun, 24 Jun 2012 14:11:00 -0400 > To: use-livecode@lists.runrev.com > > Hi again Guglielmo, > > Here is an example stack I was trying to work with: > > htt

Re: Copy/Paste in LC & iOS.

2012-06-24 Thread Rick Harrison
Hi again Guglielmo, Here is an example stack I was trying to work with: http://forums.runrev.com/phpBB2/viewtopic.php?f=49&t=6876 Make the field focusable and unlock the text so it can be selected and changed. (So I'm trying to use a list of scrolling text that bounces and can be edited.) Then

Re: Copy/Paste in LC & iOS.

2012-06-24 Thread Guglielmo Braguglia
Hi Rick, but ... what you try to do ? Because ... when I say that work fine, I means that, if the user touch and maintain the finger on a "native" field, the standard iOS black popup appear asking to "select/select all" or to "cut/copy", NOT that you can use the clipboard functions of Livecode

Re: Copy/Paste in LC & iOS.

2012-06-24 Thread Rick Harrison
Hi Guglielmo, That's what I'm trying to do, use native iOS controls! So far it doesn't work. Do you have an example that works? Thanks, Rick On Jun 24, 2012, at 12:30 PM, Guglielmo Braguglia wrote: > Hi Rick, > if you use the "native" iOS controls, the standard iOS cut/copy/paste work > fine

Re: Copy/Paste in LC & iOS.

2012-06-24 Thread Guglielmo Braguglia
Hi Rick, if you use the "native" iOS controls, the standard iOS cut/copy/paste work fine ;-) Guglielmo On 24.06.2012 18:05, Rick Harrison wrote: Hi there, I was wanting to do a simple copy and paste using Livecode and iOS and couldn't figure out how to get it done. I consulted the document