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?

Reply via email to