|
<< Click to Display Table of Contents >> Navigation: Telegram > 2022 > 08 > 23 > Telegram_2022-08-23T07 |
2022-08-23T07:02:10
just add the text to the caption property
2022-08-23T07:02:35
and ensure RawText property is false
2022-08-23T07:28:39
If I add the same text as hint also, during run time the label is not showing correct trxt
2022-08-23T07:33:45
this is because by adding that same text to the hint it essentially is going into the the title property of the HTML which also has double quote
2022-08-23T07:34:48
Is it possible to have a workaround solution
2022-08-23T07:34:55
yes
2022-08-23T07:35:22
u can use rawtext
2022-08-23T07:39:12
Rawtext property should be set to true?
2022-08-23T07:43:28
yes
2022-08-23T07:44:00
but you need to change the caption to the full HTML and replace the tags that should not be parsed
2022-08-23T07:44:52
Can you give an example
2022-08-23T07:50:53
Put this is your caption
2022-08-23T07:50:56
testing <\sample\>
2022-08-23T07:51:19
set RawText to true
2022-08-23T07:51:44
and remove the hint
2022-08-23T07:59:03
< is <
2022-08-23T07:59:17
> is >
2022-08-23T07:59:28
" is \