Re: Advice on copying and pasting in mobile

2017-07-03 Thread Jonathan Lynch via use-livecode
Oh - I will buy the licensed one. Can I get it now? Sent from my iPhone > On Jul 3, 2017, at 7:01 AM, Thierry Douez via use-livecode > wrote: > > 2017-07-02 14:54 GMT+02:00 Jonathan Lynch > > : > > Hello, >> >> I really need to be able to paste text in an LC field on mobile. >> >> I can do

Re: Advice on copying and pasting in mobile

2017-07-03 Thread Thierry Douez via use-livecode
2017-07-02 14:54 GMT+02:00 Jonathan Lynch ​ : Hello, > > I really need to be able to paste text in an LC field on mobile. > > I can do it for iOS with the sunny text to speech external, ​Great! ​ > but that external has an audio message that comes on when the app first > opens > ​... > This

Re: Advice on copying and pasting in mobile

2017-07-02 Thread Jonathan Lynch via use-livecode
Hi Hermann, It turns out we can have a div with editable content in html5. For version 1.1 or 1.2, I might figure out how to make a full content form in HTML, including an editable div, which accepts both text and images. For now, I created a special input in HTML5 to allow pasting into the con

Re: Advice on copying and pasting in mobile

2017-07-02 Thread Jonathan Lynch via use-livecode
I have been thinking a lot about that... I like having the ability to have images inside a field in LC, something that both HTML and native fields do not do readily. A user can enter text, add a picture, and enter more text. It is simple and intuitive this way. That said, with an HTML form I c

Re: Advice on copying and pasting in mobile

2017-07-02 Thread hh via use-livecode
@Jonathan. Why dont't you simply use one single server-side HTML5 page to get reports and upload images? Has moreover the advantage that you can update the page (incl. the method and targets used therein) without having to update your apps. >From that reason I would even prefer it to rawClipboard

Re: Advice on copying and pasting in mobile

2017-07-02 Thread Jonathan Lynch via use-livecode
Well, I don't need a special field, I just need access to the clipboard. Do you know of any other externals that allow that? I Sent from my iPhone > On Jul 2, 2017, at 10:46 AM, Richard Gaskin via use-livecode > wrote: > > jonathandlynch wrote: > > > I really need to be able to paste text i

Re: Advice on copying and pasting in mobile

2017-07-02 Thread Richard Gaskin via use-livecode
jonathandlynch wrote: > I really need to be able to paste text in an LC field on mobile. Funded and in development: -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the We

Advice on copying and pasting in mobile

2017-07-02 Thread Jonathan Lynch via use-livecode
Hello, I really need to be able to paste text in an LC field on mobile. I can do it for iOS with the sunny text to speech external, but that external has an audio message that comes on when the app first opens, which would be rather confusing for users. I have so far avoided LC builder because