Translate metadata to field content

J. Landman Gay jacque at hyperactivesw.com
Sat Feb 22 13:17:04 EST 2020


Actually I did start with a browser widget but there were too many things I 
need to do which aren't easy there. I need to get the clickchunk, color 
multiple sentences differently in the same field, get user-hilited text, 
etc. But the primary reason for switching to a LC field is that I need to 
display other controls on top of it.

--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On February 22, 2020 7:42:32 AM hh via use-livecode 
<use-livecode at lists.runrev.com> wrote:

> This is possibly your problem if I understand correctly what
> you are doing (Browser source -> LC htmltext -> LC styledText).
>
> You try to work, using one LC method (styledText), around
> problems that another LC method (htmltext) has generated.
>
> One way to solve this could be to avoid LC's htmltext at all.
> Instead apply JavaScript with its powerful regular expression
> methods or, even better, the regex external "sunnYrex" of
> Thierry Douez to your input-source from the browser.
>
> That is: Browser source -> REGEX -> LC-styledText
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your 
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode







More information about the use-livecode mailing list