Re: What to set the clipboardData to for exchanging styled text with a 3rd party app

2023-11-13 Thread Bob Sneidar via use-livecode
Couldn’t you choose door number 2? Using just the clipBoardData without a parameter is something I never do anymore. Bob S > On Nov 13, 2023, at 11:24 AM, Craig Newman via use-livecode > wrote: > > Hi. > > I always use the “htmlText”. > > Of course this encodes the original text with

Re: What to set the clipboardData to for exchanging styled text with a 3rd party app

2023-11-13 Thread Craig Newman via use-livecode
Hi. I always use the “htmlText”. Of course this encodes the original text with HTML tags, so you cannot just: set the clipBoardData to the htmlText of fld 1 set the text of fld 2 to the clipBoardData you have to: set the htmltext of fld 2 to the clipBoardData Craig > On Nov 13, 2023, at

What to set the clipboardData to for exchanging styled text with a 3rd party app

2023-11-13 Thread Paul Dupuis via use-livecode
Hivemind, Recommendation as to what is best to set the clipboardData property to, when you want to copy styled text from a field to the clipboard for exchange with a 3rd party (any 3rd party) application that supports some form of styled text, that can include text in multiple languages (i.e.