Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[[ Bug 22192 ]] Mention using textEncode/textDecode with the dragData…
…["private"]
  • Loading branch information
researchware authored Jun 18, 2019
commit 32dc488dcea7aaa0816113bf4fb0d5f794e8ba40
5 changes: 4 additions & 1 deletion docs/dictionary/property/dragData.lcdoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ The <dragData> is an <array> with one or more of the following
- private: An arbitrary application-defined string. This format will
only be visible within the same LiveCode process (i.e. when the
current application is acting as source and target for the current
drag-drop operation)
drag-drop operation). The private dragData array element holds binary
(single byte) data only. To place Unicode text in dragData["private"]
use <textEncoded> and <textDecode> as UTF-8. To place array data use
<arrayEncode> and <arrayDecode>

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