> whenever in a thread frontend::Alert could send a signal that would be > caught by GuiView in the main thread. Once sent the thread would sleep > up until it receives a signal from GuiView. Upon reception of the > signal, GuiView would execute the required Alert dialog and send a > signal when done. Should be doable without much work... > > Abdel.
I added a helper class to ensure a function (atm no-member only) is called in the gui-thread. Peter