H hmotiwala Member Licensed User Longtime User Dec 3, 2021 #1 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?
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?
M Mahares Expert Licensed User Longtime User Dec 3, 2021 #2 hmotiwala said: Any ideas on how to resolve this? Click to expand... 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
hmotiwala said: Any ideas on how to resolve this? Click to expand... 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("........