Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] SWT running with AWT/Swing


Matt,
        This mailing list is for people who are *implementing* SWT rather than for user questions. You're likely to get a wider readership, and probably more feedback if you post to the eclipse.tools newsgroup at news.eclipse.org.  If you have a (simple) test case which shows your problem, a good place to post it would be as a comment on 4417.

McQ.



"Di Iorio, Matthew (ISS Atlanta)" <MDiIorio@xxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

04/15/2002 01:05 PM
Please respond to platform-swt-dev

       
        To:        "'platform-swt-dev@xxxxxxxxxxx'" <platform-swt-dev@xxxxxxxxxxx>
        cc:        
        Subject:        [platform-swt-dev] SWT running with AWT/Swing


We are attempting to integrate SWT with an existing Swing application.
Specifically we are trying to embed an IE browser control inside our
application (isn't everyone? :).  We have successfully added the browser
component to the panel, but we are having focus problems.  Sometimes the
browser doesn't want to give up focus to the Swing components.

I noticed bug #4417, "AWT/Swing Interop Example", especially the part where
it refers to the "light widget focus issue".  I was wondering if there was
any word on this issue?  Are there any known workarounds for the focus
problem?

We have tried a number of methods to track mouse clicks and focus events
between AWT and SWT and keep them synchronized, but none of it has fixed the
problem.  I can post the source to our "BrowserPanel" component if anyone is
interested.

Thanks,

--
Matt Di Iorio                Software Engineer
mdiiorio@xxxxxxx         Phone: (404) 236-2748
Internet Security Systems (http://www.iss.net)

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



Back to the top