Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] MessageBox blocks display thread on linux


Please enter a bug report with a stand alone snippet that shows the problem.  Thanks!



Rainer.Stransky@xxxxxxxxxx
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

09/26/2006 05:00 AM

Please respond to
"Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>

To
platform-swt-dev@xxxxxxxxxxx
cc
Subject
[platform-swt-dev] MessageBox blocks display thread on linux





A call to MessageBox.open() behaves different on Linux and Windows.
On Linux the display thread is completely blocked and no asycnExec -events
are handled. So the parent shell of the MessageBox is not updated.

On Windows the parent shell can be updated while the MessageBox.open()
call.

I think this is the expected behaviour. The modal MessageBox should only
block user events, but should not block the whole display thread.


Is there a workaround on Linux-GTK for this ?


Rainer


_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top