Re: message popups from worker thread

2013-09-05 Thread Giuseppe Penone
Hi, in one application I used the terminal command notify-send which sends those black bubbles on top right of the desktop. http://manpages.ubuntu.com/manpages/hardy/man1/notify-send.1.html Cheers, Giuseppe. On Wed, Sep 4, 2013 at 10:35 PM, Alan Mazer alan.s.ma...@jpl.nasa.govwrote: Hi. I need

message popups from worker thread

2013-09-04 Thread Alan Mazer
Hi. I need some advice because I think I might be missing something simple! I have an app with a worker thread. The app is doing real-time image display and plotting with data from an attached science instrument. Occasionally the worker thread will detect an error which the user needs to

RE: message popups from worker thread

2013-09-04 Thread Gavin Lambert
Quoth Alan Mazer: What's the best way to approach this? I'd like image display and plotting to continue which messages are up, and I especially need a way to pop up an indefinite number of message dialogs, not from the worker thread, without the app freezing. Having the potential to pop up