Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Looking for Shell embedding examples

On Sep 18, 2009, at 10:23 AM, Christopher Deckers wrote:

> Hi Scott,
>
>> I have some good news -- SWT_AWT.new_Shell is working in Cocoa!
>
> This is great news indeed!
>
>> I have a
>> simple test with a Button that works, but it's definitely going to  
>> need a
>> lot more testing than that.
>
> As Silenio pointed out, the most important component to test is the
> Browser. Then you may try opening a modal dialog and see how that
> behaves (freeze? Is it modal?)
>
> Once simple things work, I can get a nightly build and try it out
> using more complex examples (as part of a framework that currently
> works only one Windows and Linux).
> Is your implementation in CVS?

No, it's not ready for checkin.  For example, I just tried adding a  
Safari widget, and it crashes because WebKit does NOT like being used  
from the anywhere other than the main thread.

I have a longer list of issues to bring up that will need some  
assistance, but I will send that out separately.

- Scott


Back to the top