Winston
Junior Contributor
Ok this may sound weird
ok well im making a task schedular application
and once type of task is
quick message
which i use a message box to show the message
it works fine
so this is the rought idea of the code
it works fine
but when i add like 5 quick messages to test if it will all run
only one of them run
what do i need to do to make it all run
and the only message box that runs is the last quick message task on the list
thanks guys for the help
ok well im making a task schedular application
and once type of task is
quick message
which i use a message box to show the message
it works fine
so this is the rought idea of the code
PHP:
case task_quickmsg
msgbox(task_message,msgboxstyle.information+msgboxstyle.okonly,task_messagetitle)
it works fine
but when i add like 5 quick messages to test if it will all run
only one of them run
what do i need to do to make it all run
and the only message box that runs is the last quick message task on the list
thanks guys for the help