Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] SWT_AWT on Mac, first impressions

On Sep 26, 2009, at 3:17 PM, Christopher Deckers wrote:

> Scott,
>
> We have conducted some testing with SWT_AWT on Cocoa using our
> framework, and we do get the SWT components to work. Great job!
>
> There are a few things that do not behave as expected (focus issues
> mainly) but we need to investigate to see if these are issues in SWT.
> We will open bug reports if that is the case.

I suspect they are. SWT_AWT has a lot in common with the Browser  
implementation, and I don't transfer focus to the embedded shell's  
content when the shell gets 'focus'.

> The only problem we have identified is a problem when we dispose the
> embedded Shell. We have opened a bug along with a test case:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=290635

I'm working on this today. There are a few places where I'm not  
handling the case where 'window == null'. The view isn't being hidden/ 
shown, either.

Good to hear this is working out for you! Please keep filing bugs; I'm  
doing mainly SWT and integration work for the next month or two.

-- Scott K.



Back to the top