On 2020-06-07 20:06, ToddAndMargo via perl6-users wrote:
On 2020-06-07 19:47, ToddAndMargo via perl6-users wrote:
Hi Richard,

How do I stretch the box out so it will show
the entire title?

-T


Figured out what is going wrong with the :timer

$data = inform( '<span color="red" weight="bold">Something cleaver here </span>',
                 :timer(5),
                 # :buttons( [ :OK("OK Maybe") ] ),
                 :title("5 second Countdown test"),
                 # :entries( [verbage => 'Write me something'] ),
                 :show-countdown(True)
               );

:buttons and :entries have to both be commented out
for the timer to work.

Is this suppose to happen?


Am I am still in the dark as to what :show-countdown does.
I was thinking the pop up would have a time showing remain
seconds to dismiss.

Reply via email to