Skip to content

Commit 675b801

Browse files
author
livecodesam
authored
Update unicodeTooltip.lcdoc
1 parent c0998a1 commit 675b801

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

docs/dictionary/property/unicodeTooltip.lcdoc

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,7 @@ Introduced: 5.5
1515
Deprecated:
1616
In LiveCode 7.0 the language was changed to handle unicode
1717
transparently. This means that language functionality which previously
18-
aided unicode text manipulation is no longer required. This property
19-
should not be used in new code; simply set the tooltip as normal.
20-
Assigning values other than those returned from uniEncode to this
21-
property will not produce the desired results.The following are now
22-
equivalent:
23-
24-
set the unicodeTooltip of button 1 to tText
25-
set the tooltip of button 1 to textDecode(tText, "UTF16")
18+
aided unicode text manipulation is no longer required.
2619

2720
OS: mac, windows, linux, ios, android
2821

@@ -66,6 +59,14 @@ about what a control does.
6659

6760
Tooltips appear only when the Browse tool is selected.
6861

62+
> As this property is now deprecated, it should not be used in new code;
63+
> simply set the tooltip as normal. Assigning values other than those
64+
> returned from uniEncode to this property will not produce the desired
65+
> results. The following are now equivalent:
66+
67+
set the unicodeTooltip of button 1 to tText
68+
set the tooltip of button 1 to textDecode(tText, "UTF16")
69+
6970
References: tooltip (property), encoding (property), label (property)
7071

7172
Tags: ui

0 commit comments

Comments
 (0)