@@ -15,14 +15,7 @@ Introduced: 5.5
1515Deprecated:
1616In LiveCode 7.0 the language was changed to handle unicode
1717transparently. 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
2720OS: mac, windows, linux, ios, android
2821
@@ -66,6 +59,14 @@ about what a control does.
6659
6760Tooltips 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+
6970References: tooltip (property), encoding (property), label (property)
7071
7172Tags: ui
0 commit comments