JFace dialogs and gtk problems [message #70616] |
Wed, 11 June 2003 05:01  |
Eclipse User |
|
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_0027_01C33011.22744B90
Content-Type: text/plain;
charset="windows-1255"
Content-Transfer-Encoding: quoted-printable
Hi
We've encountered the following problems with a simple dialog i use , =
and it occurs only on gtk.
The first is when closing the dialog, the following exception is thrown =
(which is not thrown on windows)
the platform is RedHat 8.0 Professional ja_jp.eucjp locale, motif and =
GTK+ 2.2.1
Unhandled exception
Type=3DGPF vmState=3D0xffffffff
Target=3D20030520 (Linux 2.4.18-14smp x86)
eax: 0x084ac0f8 ebx: 0x43d2279c ecx: 0x084ae5f0 edx: 0x000000ff
esi: 0x543fefa8 edi: 0x54c77dc0 ebp: 0xbfffdeac esp: 0xbfffde94
es: 0x0000002b ds: 0x0000002b eip: 0x43c97a5a eflags: 0x00210206
cs: 0x00000023 ss: 0x0000002b
Thread: main (priority 5)
org/eclipse/swt/internal/gtk/OS.gtk_widget_hide(I)V (@410a39bc)
org/eclipse/swt/widgets/Shell.dispose()
org/eclipse/jface/window/Window.close()
org/eclipse/jface/dialogs/Dialog.close()
org/eclipse/jface/wizard/WizardDialog.hardClose()
org/eclipse/jface/wizard/WizardDialog.finishPressed()
The second problem is when i present a simple dialog, on windows and =
Motif see the text, and on gtk i don't
anyone knows what went wrong here?
thanks=20
------=_NextPart_000_0027_01C33011.22744B90
Content-Type: text/html;
charset="windows-1255"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dwindows-1255">
<META content=3D"MSHTML 6.00.2716.2200" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY><FONT face=3DArial size=3D2>
<DIV>Hi</DIV>
<DIV>We've encountered the following problems with a simple dialog i use =
, and=20
it occurs only on gtk.</DIV>
<DIV>The first is when closing the dialog, the following exception is =
thrown=20
(which is not thrown on windows)</DIV></FONT><FONT face=3D"Tms Rmn">
<DIV> </DIV></FONT><FONT face=3DArial size=3D2>
<DIV>the platform is RedHat 8.0 Professional ja_jp.eucjp locale, motif =
and GTK+=20
2.2.1</DIV>
<DIV>Unhandled exception</DIV>
<DIV>Type=3DGPF vmState=3D0xffffffff</DIV>
<DIV>Target=3D20030520 (Linux 2.4.18-14smp x86)</DIV>
<DIV>eax: 0x084ac0f8 ebx: 0x43d2279c ecx: 0x084ae5f0 edx: =
0x000000ff</DIV>
<DIV>esi: 0x543fefa8 edi: 0x54c77dc0 ebp: 0xbfffdeac esp: =
0xbfffde94</DIV>
<DIV>es: 0x0000002b ds: 0x0000002b eip: 0x43c97a5a eflags: =
0x00210206</DIV>
<DIV>cs: 0x00000023 ss: 0x0000002b</DIV>
<DIV>Thread: main (priority 5)</DIV>
<DIV>org/eclipse/swt/internal/gtk/OS.gtk_widget_hide(I)V =
(@410a39bc)</DIV>
<DIV>org/eclipse/swt/widgets/Shell.dispose()</DIV>
<DIV>org/eclipse/jface/window/Window.close()</DIV>
<DIV>org/eclipse/jface/dialogs/Dialog.close()</DIV>
<DIV>org/eclipse/jface/wizard/WizardDialog.hardClose()</DIV >
<DIV>org/eclipse/jface/wizard/WizardDialog.finishPressed()</DIV ></FONT><F=
ONT=20
face=3D"Tms Rmn">
<DIV> </DIV></FONT><FONT face=3DArial size=3D2>
<DIV>The second problem is when i present a simple dialog, on =
windows=20
and Motif see the text, and on gtk i don't</DIV>
<DIV>anyone knows what went wrong here?</DIV>
<DIV>thanks</FONT><FONT face=3D"Tms =
Rmn"> </DIV></FONT></BODY></HTML>
------=_NextPart_000_0027_01C33011.22744B90--
|
|
|
Re: JFace dialogs and gtk problems [message #71255 is a reply to message #70616] |
Wed, 11 June 2003 13:00  |
Eclipse User |
|
|
|
Originally posted by: simon.ibm.oti.lab
This is a multi-part message in MIME format.
------=_NextPart_000_001F_01C33019.6CDB8FB0
Content-Type: text/plain;
charset="windows-1255"
Content-Transfer-Encoding: quoted-printable
Open two bug reports against Platform - UI. Include much more =
information about the problems you are seeing. Also, include a very =
simple plugin and detail steps on how to reproduce these problems.
Simon :-)
"Yoav Rubin" <yoav@il.ibm.com> wrote in message =
news:bc6r7n$8ec$1@rogue.oti.com...
Hi
We've encountered the following problems with a simple dialog i use , =
and it occurs only on gtk.
The first is when closing the dialog, the following exception is =
thrown (which is not thrown on windows)
the platform is RedHat 8.0 Professional ja_jp.eucjp locale, motif and =
GTK+ 2.2.1
Unhandled exception
Type=3DGPF vmState=3D0xffffffff
Target=3D20030520 (Linux 2.4.18-14smp x86)
eax: 0x084ac0f8 ebx: 0x43d2279c ecx: 0x084ae5f0 edx: 0x000000ff
esi: 0x543fefa8 edi: 0x54c77dc0 ebp: 0xbfffdeac esp: 0xbfffde94
es: 0x0000002b ds: 0x0000002b eip: 0x43c97a5a eflags: 0x00210206
cs: 0x00000023 ss: 0x0000002b
Thread: main (priority 5)
org/eclipse/swt/internal/gtk/OS.gtk_widget_hide(I)V (@410a39bc)
org/eclipse/swt/widgets/Shell.dispose()
org/eclipse/jface/window/Window.close()
org/eclipse/jface/dialogs/Dialog.close()
org/eclipse/jface/wizard/WizardDialog.hardClose()
org/eclipse/jface/wizard/WizardDialog.finishPressed()
The second problem is when i present a simple dialog, on windows and =
Motif see the text, and on gtk i don't
anyone knows what went wrong here?
thanks
------=_NextPart_000_001F_01C33019.6CDB8FB0
Content-Type: text/html;
charset="windows-1255"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dwindows-1255">
<META content=3D"MSHTML 6.00.2800.1141" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>Open two bug reports against Platform - UI. Include =
much more=20
information about the problems you are seeing. Also, include a very =
simple=20
plugin and detail steps on how to reproduce these problems.</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>Simon :-)</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Yoav Rubin" <<A =
href=3D"mailto:yoav@il.ibm.com">yoav@il.ibm.com</A>>=20
wrote in message <A=20
=
href=3D"news:bc6r7n$8ec$1@rogue.oti.com">news:bc6r7n$8ec$1@rogue.oti.com<=
/A>...</DIV><FONT=20
face=3DArial size=3D2>
<DIV>Hi</DIV>
<DIV>We've encountered the following problems with a simple dialog i =
use , and=20
it occurs only on gtk.</DIV>
<DIV>The first is when closing the dialog, the following exception is =
thrown=20
(which is not thrown on windows)</DIV></FONT><FONT face=3D"Tms Rmn">
<DIV> </DIV></FONT><FONT face=3DArial size=3D2>
<DIV>the platform is RedHat 8.0 Professional ja_jp.eucjp locale, motif =
and=20
GTK+ 2.2.1</DIV>
<DIV>Unhandled exception</DIV>
<DIV>Type=3DGPF vmState=3D0xffffffff</DIV>
<DIV>Target=3D20030520 (Linux 2.4.18-14smp x86)</DIV>
<DIV>eax: 0x084ac0f8 ebx: 0x43d2279c ecx: 0x084ae5f0 edx: =
0x000000ff</DIV>
<DIV>esi: 0x543fefa8 edi: 0x54c77dc0 ebp: 0xbfffdeac esp: =
0xbfffde94</DIV>
<DIV>es: 0x0000002b ds: 0x0000002b eip: 0x43c97a5a eflags: =
0x00210206</DIV>
<DIV>cs: 0x00000023 ss: 0x0000002b</DIV>
<DIV>Thread: main (priority 5)</DIV>
<DIV>org/eclipse/swt/internal/gtk/OS.gtk_widget_hide(I)V =
(@410a39bc)</DIV>
<DIV>org/eclipse/swt/widgets/Shell.dispose()</DIV>
<DIV>org/eclipse/jface/window/Window.close()</DIV>
<DIV>org/eclipse/jface/dialogs/Dialog.close()</DIV>
<DIV>org/eclipse/jface/wizard/WizardDialog.hardClose()</DIV >
=
<DIV>org/eclipse/jface/wizard/WizardDialog.finishPressed()</DIV ></FONT><F=
ONT=20
face=3D"Tms Rmn">
<DIV> </DIV></FONT><FONT face=3DArial size=3D2>
<DIV>The second problem is when i present a simple dialog, on =
windows=20
and Motif see the text, and on gtk i don't</DIV>
<DIV>anyone knows what went wrong here?</DIV>
<DIV>thanks</FONT><FONT=20
face=3D"Tms Rmn"> </DIV></BLOCKQUOTE></FONT></BODY></HTML >
------=_NextPart_000_001F_01C33019.6CDB8FB0--
|
|
|
Powered by
FUDForum. Page generated in 0.02740 seconds