[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Trying to create a FileDialog on Mac OS X using SWT.ON_TOP
|
- From: ash@xxxxxxxxxxxxxx (Ash Maurya)
- Date: Fri, 30 Nov 2007 17:23:20 +0000 (UTC)
- Newsgroups: eclipse.platform.rcp
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Hi -
We've been struggling with getting a FileDialog on Mac OS X to appear on
top of all other windows. We're creating a FileDialog using a shell with
the SWT.ON_TOP bit set. This code is invoked from a browser using
Javascript and the resulting FileDialog opens behind the browser window
which is very confusing for the user - as it appears as if nothing
happened.
The same code works fine on Windows.
Any pointers or help would be greatly appreciated...
Ash