Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Good Morning! I am having failures in the Chr(10) and Chr(13) functions in the titles or descriptions in the tooltip options, below my code and attached print demonstrating the failure.
='Subtitles for Meta GP:'
&chr(10)&chr(13)&'Green: 100% or more.'
&chr(10)&chr(13)&'Yellow: Between 60% to 99%'
&chr(10)&chr(13)&'Red: Below 60%'
Thanks in advance!
I'm not sure if this is a real failure or rather working as designed by removing/ignoring line-breaks within various UI places in regard of the wanted responsive behaviour of all objects in regard to the screen and/or the object-sizing. AFAIK similar things happens also by using multiple spaces or tab - chr(32) + chr(9) - by attempts to apply a custom aligning to any content.
Should I have right with my assumption it might be bypassed by using other chars from the utf8 area and/or replacing it with a html-syntax like <br /> and/or using a specialized extension.
- Marcus