GUIDialogYesNo and other code / eventhandler (1 Viewer)

nuggie

Portal Member
June 12, 2009
12
0
Hi there,

is there any possibilty to close the dialog via program code?

For my skype-plugin I want something like this:

If there is an incoming call, I want the user to select, if he/she wants to accept the call with "yes" or "no", but I also want, that the dialog can close itself, too, if the skype-eventhandler sends the message, that the call is over.

But it seems like, the GUIDialogYesNo block every other code/eventhandler until the user clicks "yes" or "no".

Am I right or do I have any chance letting the eventhandler closing the dialog window?
 

nuggie

Portal Member
June 12, 2009
12
0
Is there no solution to show the YesNoDialog and continue executing code in the background?

I tried a thread, but didn't worked, too.

Please help :)
 

Users who are viewing this thread

Top Bottom