Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 32dc488

Browse files
authored
[[ Bug 22192 ]] Mention using textEncode/textDecode with the dragData["private"]
1 parent ba425f0 commit 32dc488

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/dictionary/property/dragData.lcdoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ The <dragData> is an <array> with one or more of the following
3939
- private: An arbitrary application-defined string. This format will
4040
only be visible within the same LiveCode process (i.e. when the
4141
current application is acting as source and target for the current
42-
drag-drop operation)
42+
drag-drop operation). The private dragData array element holds binary
43+
(single byte) data only. To place Unicode text in dragData["private"]
44+
use <textEncoded> and <textDecode> as UTF-8. To place array data use
45+
<arrayEncode> and <arrayDecode>
4346

4447
Description:
4548
Use the <dragData> <property> to find out what is being dragged or to

0 commit comments

Comments
 (0)