Emme Developer Well-Known Member Licensed User Longtime User Jul 27, 2017 #1 As write in title, that's be good a MsgBox that use Attributed String instead String. Can be also useful a MsgBoxAsync like B4a
As write in title, that's be good a MsgBox that use Attributed String instead String. Can be also useful a MsgBoxAsync like B4a
Erel B4X founder Staff member Licensed User Longtime User Jul 27, 2017 #2 Note that B4i Msgbox behaves like B4A MsgboxAsync. I plan to add a Dialogs library with more options (UIAlertView which is the base for Msgbox doesn't support attributed strings).
Note that B4i Msgbox behaves like B4A MsgboxAsync. I plan to add a Dialogs library with more options (UIAlertView which is the base for Msgbox doesn't support attributed strings).
Emme Developer Well-Known Member Licensed User Longtime User Jul 27, 2017 #3 Erel said: Note that B4i Msgbox behaves like B4A MsgboxAsync. I plan to add a Dialogs library with more options (UIAlertView which is the base for Msgbox doesn't support attributed strings). Click to expand... Sorry Erel, i mean a MsgBox that blocks code, as we can await tap on it. Thanks
Erel said: Note that B4i Msgbox behaves like B4A MsgboxAsync. I plan to add a Dialogs library with more options (UIAlertView which is the base for Msgbox doesn't support attributed strings). Click to expand... Sorry Erel, i mean a MsgBox that blocks code, as we can await tap on it. Thanks
Erel B4X founder Staff member Licensed User Longtime User Jul 27, 2017 #4 There will never be a modal dialog. iOS doesn't support it. You can use Wait For to wait for the click.
There will never be a modal dialog. iOS doesn't support it. You can use Wait For to wait for the click.