search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

How to hide the Message Bar on Scheduler Control without clicking the X

Asked by Anthony
12 years ago.

Within a callback I use dp.UpdateWithMessage("Test"), and it displays the Message as expected.

I can remove the message by clicking the cross but I want it to auto hide itself. Solutions such as

1, Allow configurable timeout for it to hide itself, say 1 second,
2, Access to the MessageBox using Javascript on afterrender
3, Have any subsequent callbacks reset the Message,
4, Server code to force hide on callback, for example dp.HideMessage() or simular.

Answer posted by Dan Letecky [DayPilot]
12 years ago.

You can call dps.hideMessage() using JavaScript.

The message will be more configurable in one of the future releases. It will be possible to customize the appearance and timeout, both globally and individually in UpdateWithMessage().

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.