Still I cannot sort out whether or not (or under what conditions) this is meant (can be expected) to work.
I am unable to get \n to generate a new line on Button Text as it does on Label Text.
Is there a parameter that can be set via an extension? Evidently, if Text Input Type "is set to TYPE_TEXT_VARIATION_PERSON_NAME then it does not allow multiline support". (from referenced post).
Is there some other type of extension that will solve this? such as a Button extension?
Any comments or help in pointing me in the right direction will be greatly appreciated!
Don't use multiple line Buttons. Inability to use multiple lines might be a bug specific to your device so use a different way to display using a different component; put text in an image and display that in the Button; use a Label or a ListView etc.
Did you change other Button Properties? For instance Shape. Or set Height to other than Automatic?
... AND even if it is not (a device specific bug), based on what I am reading from you and the other post, it COULD be. And if I expect the app to work on other devices then (as you suggested in line 1), I should not depend on multi-line Button text.
A label is what I WAS using ... I need the multi-function button-display to conserve real estate - image & ListView - good ideas!
I may try that, but I fear that any success could be a device-specific workaround
I am hopeful that your diagnosis and good ideas will get me there.
Thanks,
Randal
[Addendum]
I was naively expecting to find in the builtin blocks the needed conversion of "text to image" or "label to image".
Did I overlook it or does this require an extension or something else?