Re: Stylized Text on Mobile

2023-07-12 Thread Dan Friedman via use-livecode
Jacque, Yes, I know that. But that’s kinda a hack… looking to use the native copy/paste and text editing features that we have all come to expect in even the most basic and simplistic apps. -Dan From: use-livecode on behalf of J. Landman Gay via use-livecode Date: Wednesday, July 12, 2023

Field highlited

2023-07-12 Thread Paul Dupuis via use-livecode
I have a LC9 field object - just a scrolling field (not a list field) with a lot of text. The user selects some text and then click a button near the field. I want the selection to remain highlighted, but when you click outside the field the highlight goes away. Any simple solutions to this. S

Re: Stylized Text on Mobile

2023-07-12 Thread J. Landman Gay via use-livecode
On 7/12/23 1:19 PM, Dan Friedman via use-livecode wrote: Just want to make sure I’m not missing something… there is no method to enter, display or edit stylized text in a native mobile text control (or the widget). Is this true? If so, has anyone got a workaround? You can use a regular LC

Stylized Text on Mobile

2023-07-12 Thread Dan Friedman via use-livecode
Just want to make sure I’m not missing something… there is no method to enter, display or edit stylized text in a native mobile text control (or the widget). Is this true? If so, has anyone got a workaround? Kinda hard to believe that this is the case?! Then again, LC doesn’t have justifie

Re: [OT ish] Visual Code Editor and Line Endings

2023-07-12 Thread Ben Rubinstein via use-livecode
I agree that the behaviour of the editors is very annoying. But LC is also needs to get with the program. On the positive side, it interprets any combination of LF, CR, CRLF as a line break when reading a file as text. But it persists in writing text files with a platform dependent encoding o