Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Using UpdateLayeredWindow from SWT

WS_EX_LAYERED is set, but it didn't help. But, it's no longer an issue  
as I figured out a solution using SWT.NO_TRIM, SWT.TRANSPARENT, and  
Snippet219 that will work for our needs.

Thanks,
Scott K.

On Sep 3, 2009, at 6:54 PM, Silenio Quarti wrote:

>
> Make sure the window has the WS_EX_LAYERED style bit set. See  
> Shell.setAlpha().
>
> Silenio
>



Back to the top