![]() |
|
#1
|
|||
|
|||
|
viz.info message delay
Hi, everyone
I have a question. I define a function in which, a dll file was called, but before calling dll, i would like to display a message on screen. The code structure is like this: Code:
status_field=vizinfo.add('Ready')
def foo():
status_field.message("Dll Called")
ans = load_dll.calculate()
foo()
Can anyone give me an idea how can I solve this problem? Thanks |
|
#2
|
|||
|
|||
|
You could create a small delay between the message being displayed and the dll call. Either use a timer function or place your code within a task function and use viztask.waitTime.
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Limit vizinfo message to only one window? | hotspur1 | Vizard | 1 | 05-07-2010 02:13 PM |
| Timed changing message on screen | Saz | Vizard | 3 | 06-17-2009 03:14 AM |
| character limit in viz.input message | moooh | Vizard | 3 | 04-15-2009 05:27 PM |
| Error Message | Jerhy | Vizard | 1 | 02-28-2006 01:59 PM |
| error message | vrlab | Vizard | 1 | 07-26-2004 01:56 PM |