Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: FW: [albireo-dev] Old SAS code interaction with Albireo project code

Hi,

Jon Goering wrote:
> when a SWT dialog is open, how is the
> blocking of any embedded Swing components (the AWT event queue) within,
> a view for example, being handled?  Is this already part of RCP; does
> the SWT_AWT bridge already handle this or is this being done by the
> SWT/Swing Integration code?

I believe this is done at the native window system level: The SWT dialog
is realized as a modal dialog in the underlying window system, and therefore
blocks all windows of the same application, regardless whether they were
constructed by SWT or by AWT.

In the opposite direction it's different because modal AWT dialogs are normal
(non-modal) windows at the native window level.

At least that's my understanding.

Bruno


Back to the top