Re: clipboardData on Mobile?

2021-01-28 Thread Trevor DeVore via use-livecode
This should be possible using LCB. Years ago I posted code for an external that copied to clipboard on iOS. I would guess that the APIs would be straightforward to wrap in LCB for someone motivated enough to do it. Here is the project: https://github.com/trevordevore/iosclipboard I don’t know abo

Re: clipboardData on Mobile?

2021-01-28 Thread Mark Smith via use-livecode
I could definitely use the same feature in my upcoming app. Does anyone know if a feature request has been logged? > On Jan 27, 2021, at 11:56 PM, Dan Friedman via use-livecode > wrote: > > Greetings! > > Is there a way to set the clipboardData a mobile device? (iOS and Android). > > Client

Re: clipboardData on Mobile?

2021-01-28 Thread matthias rebbe via use-livecode
> But i am afraid using a LC to copy/paste to/from Clipboard on mobile is > currently not possible. was meanto be But i am afraid using a LC script to copy/paste to/from clipboard on mobile is currently not possible. - Matthias Rebbe Life Is Too Short For Boring Code > Am 28.01.2021 um 09

Re: clipboardData on Mobile?

2021-01-28 Thread matthias rebbe via use-livecode
Hi Dan, The ClipboardData property is only supported on desktop operating systems. If using native fields, then you could let the mobile os copy/paste the clipboard data. But i am afraid using a LC to copy/paste to/from Clipboard on mobile is currently not possible. - Matthias Rebbe Life Is

Re: ClipboardData

2013-05-15 Thread J. Landman Gay
gt;> See the chars and their ASCII values in list form. Look for values of >32 >> where a space ought to be. If there is never any such value, then >something >> very strange is going on, since the space has to be there somewhere, >or it >> would not show in your other ve

Re: ClipboardData

2013-05-15 Thread Magicgate Software - Skip Kimpel
; very strange is going on, since the space has to be there somewhere, or it >> would not show in your other venues. >> >> >> Craig Newman >> >> >> -Original Message- >> From: Magicgate Software - Skip Kimpel >> To: How to use LiveCode

Re: ClipboardData

2013-05-15 Thread Magicgate Software - Skip Kimpel
uld not show in your other venues. > > > Craig Newman > > > -Original Message- > From: Magicgate Software - Skip Kimpel > To: How to use LiveCode > Sent: Wed, May 15, 2013 8:11 am > Subject: Re: ClipboardData > > > Craig, can you think of a good way

Re: ClipboardData

2013-05-15 Thread dunbarx
strange is going on, since the space has to be there somewhere, or it would not show in your other venues. Craig Newman -Original Message- From: Magicgate Software - Skip Kimpel To: How to use LiveCode Sent: Wed, May 15, 2013 8:11 am Subject: Re: ClipboardData Craig, can you think of a good

Re: ClipboardData

2013-05-15 Thread Magicgate Software - Skip Kimpel
> Can you find out what the 4th char in this string is? Is it a "t", or > ASCII 32? > > > Craig Newman > > > > -Original Message- > From: Magicgate Software - Skip Kimpel > To: How to use LiveCode > Sent: Tue, May 14, 2013 6:09 pm > Subject: R

Re: ClipboardData

2013-05-14 Thread dunbarx
te Software - Skip Kimpel To: How to use LiveCode Sent: Tue, May 14, 2013 6:09 pm Subject: Re: ClipboardData Phil, I tried your method and then took a look at _temp_ and the result was the same. Craig, If I paste my clipboard into Notepad or any other text based application, it translates ove

Re: ClipboardData

2013-05-14 Thread Magicgate Software - Skip Kimpel
Phil, I tried your method and then took a look at _temp_ and the result was the same. Craig, If I paste my clipboard into Notepad or any other text based application, it translates over properly... just not in LC. I am using 5.5.4 SKIP On Tue, May 14, 2013 at 4:00 PM, wrote: > Yipes. > > > C

Re: ClipboardData

2013-05-14 Thread Phil Davis
Hi Skip, If you're using LC 5.5 or better, have you considered processing the styledText of the field after the paste instead of the clipboardData before the paste? I found this makes it possible to do pretty much whatever you need to do. I recently created a field behavior script that allows

Re: ClipboardData

2013-05-14 Thread dunbarx
Yipes. Can you dig in and see if there is any char at all where the space ought to have been. In other words, is that "space" empty? Craig Newman -Original Message- From: Magicgate Software - Skip Kimpel To: How to use LiveCode Sent: Tue, May 14, 2013 3:05 pm Subject: ClipboardDat