In Roku's library, to add a button to a spring board screen, you use the method (see doc):
AddButton(buttonID as Integer, title as String) as Boolean
If title
overflows the button width, it will automatically truncate the text and append "...". But is it possible to programmatically check whether there was an overflow or not?