Android Question ToastMessageShow() displays ellipses...

hmotiwala

Member
Licensed User
Longtime User
Noticed that ToastMessageShow() displays only the first line of text and ellipses (...) for multiline large text messages.
This is after updating to B4A v11 and Target sdk 30.
Any ideas on how to resolve this?
 

Mahares

Expert
Licensed User
Longtime User
Any ideas on how to resolve this?
I use BCToast (requires BCToast lib). It works for me if you are willing to try it, barring any valid reason you cannot use it.
B4X:
Dim bct As BCToast
    bct.Initialize(Root)
    bct.Show("........
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…