Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » ErrorDialog and IStatus
ErrorDialog and IStatus [message #465373] Sun, 11 December 2005 21:59 Go to next message
Eclipse UserFriend
Originally posted by: rango.belgacom.net

I wanted to use [org.eclipse.jface.dialogs.ErrorDialog] in my app but it
uses [org.eclipse.core.runtime.IStatus], which is not part of SWT package
but eclipse distribution itself. Any idea why ? Oversight or what ? .... A
bit confusing ....

greetings
Re: ErrorDialog and IStatus [message #465376 is a reply to message #465373] Mon, 12 December 2005 02:54 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sunil_kamath.nohotspammail.com

r@ngo <rango@belgacom.net> wrote:
> I wanted to use [org.eclipse.jface.dialogs.ErrorDialog] in my app but
> it uses [org.eclipse.core.runtime.IStatus], which is not part of SWT
> package but eclipse distribution itself. Any idea why ? Oversight or
> what ? .... A bit confusing ....
>
JFace is not SWT.
So why the confusion?

--
Sunil
Re: ErrorDialog and IStatus [message #465377 is a reply to message #465373] Mon, 12 December 2005 03:04 Go to previous messageGo to next message
Billy Biggs is currently offline Billy BiggsFriend
Messages: 94
Registered: July 2009
Member
r@ngo wrote:
> I wanted to use [org.eclipse.jface.dialogs.ErrorDialog] in my app but it
> uses [org.eclipse.core.runtime.IStatus], which is not part of SWT package
> but eclipse distribution itself. Any idea why ? Oversight or what ? .... A
> bit confusing ....

Parts of JFace use interfaces from the Eclipse runtime jar. You can
include this jar with your application, or simply remove those parts
from JFace which you don't need.

To make this easier for applications, the Eclipse runtime has recently
been split up more so that now the parts of the runtime that JFace
depends on are in their own separate, and much smaller (like < 80k), jar
file in the Eclipse distribution.

For more information, you can try asking about this on the
eclipse.platform newsgroup, or just poke through a recent integration
build of Eclipse 3.2.

-Billy
Re: ErrorDialog and IStatus [message #465421 is a reply to message #465377] Tue, 13 December 2005 00:03 Go to previous message
Eclipse UserFriend
Originally posted by: rango.belgacom.net

Tx for the answer(s) Billy !

You were right - everything is explained at
https://bugs.eclipse.org/bugs/show_bug.cgi?id=49497

Greetings

"Billy Biggs" <bbiggs@ca.ibm.com> wrote in message
news:dnipc3$n1$1@news.eclipse.org...
> r@ngo wrote:
>> I wanted to use [org.eclipse.jface.dialogs.ErrorDialog] in my app but it
>> uses [org.eclipse.core.runtime.IStatus], which is not part of SWT package
>> but eclipse distribution itself. Any idea why ? Oversight or what ? ....
>> A bit confusing ....
>
> Parts of JFace use interfaces from the Eclipse runtime jar. You can
> include this jar with your application, or simply remove those parts
> from JFace which you don't need.
>
> To make this easier for applications, the Eclipse runtime has recently
> been split up more so that now the parts of the runtime that JFace
> depends on are in their own separate, and much smaller (like < 80k), jar
> file in the Eclipse distribution.
>
> For more information, you can try asking about this on the
> eclipse.platform newsgroup, or just poke through a recent integration
> build of Eclipse 3.2.
>
> -Billy
Previous Topic:RE: Re: ErrorDialog and IStatus
Next Topic:HTML RTF Editor
Goto Forum:
  


Current Time: Thu Apr 18 07:36:38 GMT 2024

Powered by FUDForum. Page generated in 0.02538 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top