Hi there,
Assume I drag an alert and drag a button.
Set button text : Hello World
When button click to show an alert and set alert text to from button get text
The first click : nothing happen ( empty )
The second click : Is work ( Shown Hello World )
Is it a bug?I want to tell this issue before.
Thanks.
Regard,
BlueWhaleYT
1 Like
Hi,
Sometimes I noticed that the Alert dialog on Android does not display data the first time. But it was a long time ago. Can you show your blocks?
Ok,check out pm
The message text in Alert must be set before it is called. You get it this way: first you display Alert, and then change the text in it. Therefore, the dialogue is empty at first.
1 Like