I don't think there is a timeout parameter. The help information just displays the Dialog functions from the Inkview API that are called inside the program. Neither takes a timeout argument because dialogs require an answer of some kind, so they will wait forever until they get one.
If you want to display a message and go away after a timeout, I think you will have write your own program that calls the Inkview API Message() function. I glanced through the programs on my Colour, and I don't see anything that obviously does that already.
|