Android Question B4A B4XProgressDialog.

Dey

Active Member
Licensed User
Longtime User
ProgressDialog.ShowDialog($"LINE 1...
LINE 2..."$)

Isn't this supported?
Thanks for your reply.
 
Solution
ProgressDialog.ShowDialog($"LINE 1...
LINE 2..."$)

Isn't this supported?
Thanks for your reply.

You can set the internal label to multi-line.

B4X:
Dim pd As B4XProgressDialog
pd.Initialize(Root)
pd.Label1.As(Label).SingleLine = False
pd.ShowDialog($"LINE 1...
LINE 2..."$)

aeric

Expert
Licensed User
Longtime User
ProgressDialog.ShowDialog($"LINE 1...
LINE 2..."$)

Isn't this supported?
Thanks for your reply.

You can set the internal label to multi-line.

B4X:
Dim pd As B4XProgressDialog
pd.Initialize(Root)
pd.Label1.As(Label).SingleLine = False
pd.ShowDialog($"LINE 1...
LINE 2..."$)
 
Last edited:
Upvote 0
Solution

aeric

Expert
Licensed User
Longtime User
You can mark my post as answer.
 
Upvote 1

aeric

Expert
Licensed User
Longtime User
Actually you should mark the previous post (post #2) above but never mind.
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
Thanks Erel for marking the answer as solution.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…