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 encode
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,
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
t For Boring Code
>
> > Am 28.01.2021 um 09:32 schrieb matthias rebbe via use-livecode <
> use-livecode@lists.runrev.com>:
> >
> > Hi Dan,
> >
> > The ClipboardData property is only supported on desktop operating
> systems.
> >
> > If using nati
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?
1.2021 um 09:32 schrieb 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
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
Greetings!
Is there a way to set the clipboardData a mobile device? (iOS and Android).
Client want's a "copy" button so they can paste the text outside of the app (in
Notes, or a external document).
-Dan
___
use-livecode mailing li
On Fri, Aug 4, 2017 at 4:41 AM Tiemo Hollmann TB via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Hi Panos,
>
> you are right:
>
> MS Paint (old version): No
> Adobe Photoshop: No
> Adobe InDesign: No
> MS Paint 3D (new Windows 10): Yes (this was my first test)
> MS Word: Yes
> MS Excel:
;
>
>
> -Ursprüngliche Nachricht-
> Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im
> Auftrag von panagiotis merakos via use-livecode
> Gesendet: Freitag, 4. August 2017 12:19
> An: How to use LiveCode
> Cc: panagiotis merakos
> Betreff: Re: set the
...@lists.runrev.com] Im Auftrag von
panagiotis merakos via use-livecode
Gesendet: Freitag, 4. August 2017 12:19
An: How to use LiveCode
Cc: panagiotis merakos
Betreff: Re: set the clipboarddata["image"] not compatible with Adobe Photoshop
Thanks Tiemo.
Could you please double-check if your original
> von panagiotis merakos via use-livecode
> Gesendet: Freitag, 4. August 2017 11:31
> An: How to use LiveCode
> Cc: panagiotis merakos
> Betreff: Re: set the clipboarddata["image"] not compatible with Adobe
> Photoshop
>
> Hi Tiemo,
>
> What happens if you
Betreff: Re: set the clipboarddata["image"] not compatible with Adobe
Photoshop
Hi Tiemo,
What happens if you do:
export snapshot from grp "ScreenShot" to tScreenshot as JPEG lock the
clipboard set the fullclipboarddata["image"] to tScreenshot unlock the
clipboard
ecode <
use-livecode@lists.runrev.com> wrote:
> Hello,
>
> LC 8.1.5, Windows 10
>
> export snapshot from grp "ScreenShot" to tScreenshot as JPEG
>
> set the clipboarddata["image"] to tScreenshot
>
> The following paste command works in most programs, like
Hello,
LC 8.1.5, Windows 10
export snapshot from grp "ScreenShot" to tScreenshot as JPEG
set the clipboarddata["image"] to tScreenshot
The following paste command works in most programs, like MS Paint, MS Word,
but not with Adobe Photoshop. Here the past menu is greyed o
es, if I open a document in open office I can past the picture
But when I try to get the picture with clipboarddata["image"] it's empty in
case (2).
Additionally,
I selected the image I pasted into the document in case (2) and hit ctrl+c
to copy it to the clipboard, then pasted it into
And it was the discussions on this list that led me to update that
"clipboard explorer" stack to use that newer property. I'm not sure if I
built in backward compatibility to earlier versions than 7 or 8.
On Thu, Feb 2, 2017 at 11:34 AM, Richard Gaskin via use-livecode <
use-livecode@lists.runrev.
orums.livecode.com/viewtopic.php?f=7&t=28531&start=30#p150801>
...and included some queries about the differences between clipboardData
and fullClipboardData.
Mark, no need to reply:
I always recommend to newcomers that they take a little time to explore
new features to get a feel
Mark Waddingham wrote:
> On 2017-02-02 01:46, Richard Gaskin via use-livecode wrote:
>> What is the difference between "LiveCode HTML text" and "LiveCode
>> HTML format"?
>
> Nothing - they are the same format in that context (the
> clipboardData)
lly HTML
- rtf: Only present if the data on the clipboard is actually RTF
This is explained in more detail in the fullClipboardData entry.
I'd generally recommend not using 'the clipboardData' for new apps, and using
'the fullClipboardData' instead. It allows you to put mu
On 2017-02-02 01:46, Richard Gaskin via use-livecode wrote:
The Dictionary entry for clipboardData lists these among the array
keys:
- htmlText: LiveCode HTML text
- html: styled text in LiveCode HTML format
That dictionary entry could do with a little refinement :)
What is the difference
On Wed, Feb 1, 2017 at 7:33 PM, Richard Gaskin via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Thanks. Interestingly, it shows a key for "html" but not "htmlText".
>
> Do you know what the difference between those keys is?
>
no. The key list is derived from the clipboard array.
>
>
On 2/1/17 9:33 PM, Richard Gaskin via use-livecode wrote:
Interestingly, it shows a key for "html" but not "htmlText".
Do you know what the difference between those keys is?
Is this just a bug in the Dictionary and there is no "htmlText", with
the "html" key using LC's htmlText?
They appear t
Stephen Barncard wrote:
> On Wed, Feb 1, 2017 at 4:46 PM, Richard Gaskin wrote:
>
>> The Dictionary entry for clipboardData lists these among the array
>> keys:
>>
>> - htmlText: LiveCode HTML text
>> - html: styled text in LiveCode HTML format
>>
>&g
if you need it.
http://media.barncard.com/downloads/clipboardTest.livecode
On Wed, Feb 1, 2017 at 4:46 PM, Richard Gaskin via use-livecode <
use-livecode@lists.runrev.com> wrote:
> The Dictionary entry for clipboardData lists these among the array keys:
>
> - htmlText: Liv
The Dictionary entry for clipboardData lists these among the array keys:
- htmlText: LiveCode HTML text
- html: styled text in LiveCode HTML format
What is the difference between "LiveCode HTML text" and "LiveCode HTML
format"?
If there is no difference and they'r
gt;>
>>
>> Run this, maybe in a button and with your text already in the
>> clipBoardData:
>>
>>
>>
>> on mouseUp
>> repeat with y = 1 to 20 --there surely must be a few "spaces" in
>that
>> many chars
>> put char y of
32 there... just the next character.
>
> SKIP
>
>
> On Wed, May 15, 2013 at 8:58 AM, wrote:
>
>> Hi.
>>
>>
>> Run this, maybe in a button and with your text already in the
>> clipBoardData:
>>
>>
>>
>> on mouseUp
>>
Okay... ran that and no sign of ASCII 32 there... just the next character.
SKIP
On Wed, May 15, 2013 at 8:58 AM, wrote:
> Hi.
>
>
> Run this, maybe in a button and with your text already in the
> clipBoardData:
>
>
>
> on mouseUp
> repeat with y = 1 to 2
Hi.
Run this, maybe in a button and with your text already in the clipBoardData:
on mouseUp
repeat with y = 1 to 20 --there surely must be a few "spaces" in that many
chars
put char y of the clipBoardData & ":" && charToNum(char y of the
clipBoardData)
> 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
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
iveCode
> Sent: Tue, May 14, 2013 3:05 pm
> Subject: ClipboardData
>
>
> I have used clipboarddata for many project in the past. Today I was trying
> to process a clipboard selection that came from a Word 2003 document and it
> did not preserve any of the spaces. I have used th
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
pm
Subject: ClipboardData
I have used clipboarddata for many project in the past. Today I was trying
to process a clipboard selection that came from a Word 2003 document and it
did not preserve any of the spaces. I have used the format of "text",
"html", "rtf".
I have used clipboarddata for many project in the past. Today I was trying
to process a clipboard selection that came from a Word 2003 document and it
did not preserve any of the spaces. I have used the format of "text",
"html", "rtf". actually tried all the a
36 matches
Mail list logo