Show notifer custom dialog message after 20 seconds

hello guyz i am making app so i am confused in some blocks so please read carefully and tell me the solution.
If i click on Button1 then i want to show notifer custom dialog message after 20 seconds i tried so many times but not work so can you help me with this. please guyzz

Show us your blocks. What have you tried so far.

1 Like

make sure you are giving time in milliseconds

I put 5000 for 5 sec

Ok wait 2 mins

I changed your topic title. Next time you make a topic please make a topic title that reflects your question.

1 Like

Your block is totally wrong.

  1. When button 1 click
    Set clock timer enabled to true

  2. When clock timer
    {Use some label to show decreasing number from 20 to 0.}
    If label text =0
    Then show notifier dialog
    Set clock timer enabled to false

Do not use the block when screen1 initialise

Try this and see if it works for you

image

image

ok will try thnx…

thnx buddy i will try this now ok

finally i got solution see my blocks how i solved this :smiley: