Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » VE display trouble
VE display trouble [message #499240] Fri, 20 November 2009 14:29 Go to next message
David Kerber is currently offline David KerberFriend
Messages: 100
Registered: July 2009
Senior Member
I just set up a new machine (Win 7 x64), installed the 64-bit sun jvm
1.6.0_14, Eclipse 3.5.1 and VE 1.4 on it, and now the VE display of the
form/panel/whatever it's called is missing. I get a few faint boxes
outlined on a white background, but no text, and the outline of the form
itself is not there. It seems to run fine, but the visual display is
messed up.

Since it's a visual issue, I have posted a .jpg of a screen capture
here:

http://www.warrenrogersassociates.com/VEDisplay.jpg

If I hover the mouse over that blue "i", it tells me that

'get of the picture failed: "handle"
sShell org.eclipse.swt.widgets.shell'

Any suggestions as to how to fix this?

--
/~\ The ASCII
\ / Ribbon Campaign
X Against HTML
/ \ Email!

Remove the ns_ from if replying by e-mail (but keep posts in the
newsgroups if possible).
Re: VE display trouble [message #499276 is a reply to message #499240] Fri, 20 November 2009 16:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Hi,

I'm just guessing but it may be due to the 64-bit. The original JNDI
code that captures the picture to display in the VE is 32-bit code.

You can see if this is the problem by setting the JVM for your project
to instead be a 32-bit JVM instead of the default 64-bit jvm and see if
the problem goes away.

David Kerber wrote:
> I just set up a new machine (Win 7 x64), installed the 64-bit sun jvm
> 1.6.0_14, Eclipse 3.5.1 and VE 1.4 on it, and now the VE display of the
> form/panel/whatever it's called is missing. I get a few faint boxes
> outlined on a white background, but no text, and the outline of the form
> itself is not there. It seems to run fine, but the visual display is
> messed up.
>
> Since it's a visual issue, I have posted a .jpg of a screen capture
> here:
>
> http://www.warrenrogersassociates.com/VEDisplay.jpg
>
> If I hover the mouse over that blue "i", it tells me that
>
> 'get of the picture failed: "handle"
> sShell org.eclipse.swt.widgets.shell'
>
> Any suggestions as to how to fix this?
>

--
Thanks,
Rich Kulp
Re: VE display trouble [message #499286 is a reply to message #499276] Fri, 20 November 2009 16:42 Go to previous messageGo to next message
Yves YANG is currently offline Yves YANGFriend
Messages: 688
Registered: July 2009
Senior Member
I guess so. I'm using Win7 64 Bits with 32-bit JVM. It works fine.

Best regards
Yves YANG
"Rich Kulp" <richkulp@us.NO_SPAM.ibm.com> wrote in message
news:he6g8k$5iu$1@build.eclipse.org...
> Hi,
>
> I'm just guessing but it may be due to the 64-bit. The original JNDI code
> that captures the picture to display in the VE is 32-bit code.
>
> You can see if this is the problem by setting the JVM for your project to
> instead be a 32-bit JVM instead of the default 64-bit jvm and see if the
> problem goes away.
>
> David Kerber wrote:
>> I just set up a new machine (Win 7 x64), installed the 64-bit sun jvm
>> 1.6.0_14, Eclipse 3.5.1 and VE 1.4 on it, and now the VE display of the
>> form/panel/whatever it's called is missing. I get a few faint boxes
>> outlined on a white background, but no text, and the outline of the form
>> itself is not there. It seems to run fine, but the visual display is
>> messed up.
>>
>> Since it's a visual issue, I have posted a .jpg of a screen capture here:
>>
>> http://www.warrenrogersassociates.com/VEDisplay.jpg
>>
>> If I hover the mouse over that blue "i", it tells me that 'get of the
>> picture failed: "handle"
>> sShell org.eclipse.swt.widgets.shell'
>>
>> Any suggestions as to how to fix this?
>>
>
> --
> Thanks,
> Rich Kulp
Re: VE display trouble [message #499312 is a reply to message #499240] Fri, 20 November 2009 18:13 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mail.mherbst.de

Hi David,

I had the same problem. Then I installed the 32 Bit version of Eclipse
and also a 32 Bit JVM. Now VE works perfectly.

Martin

David Kerber schrieb:
> I just set up a new machine (Win 7 x64), installed the 64-bit sun jvm
> 1.6.0_14, Eclipse 3.5.1 and VE 1.4 on it, and now the VE display of the
> form/panel/whatever it's called is missing. I get a few faint boxes
> outlined on a white background, but no text, and the outline of the form
> itself is not there. It seems to run fine, but the visual display is
> messed up.
>
> Since it's a visual issue, I have posted a .jpg of a screen capture
> here:
>
> http://www.warrenrogersassociates.com/VEDisplay.jpg
>
> If I hover the mouse over that blue "i", it tells me that
>
> 'get of the picture failed: "handle"
> sShell org.eclipse.swt.widgets.shell'
>
> Any suggestions as to how to fix this?
>
Re: VE display trouble [message #499323 is a reply to message #499276] Fri, 20 November 2009 19:16 Go to previous messageGo to next message
David Kerber is currently offline David KerberFriend
Messages: 100
Registered: July 2009
Senior Member
In article <he6g8k$5iu$1@build.eclipse.org>, richkulp@us.NO_SPAM.ibm.com
says...
> Hi,
>
> I'm just guessing but it may be due to the 64-bit. The original JNDI
> code that captures the picture to display in the VE is 32-bit code.
>
> You can see if this is the problem by setting the JVM for your project
> to instead be a 32-bit JVM instead of the default 64-bit jvm and see if
> the problem goes away.

That did the trick. Of course, I had to install a 32-bit Eclipse, but
then it started working.

Is a fix for this on the VE roadmap? I'd like to go all 64-bit if
possible...

D


>
> David Kerber wrote:
> > I just set up a new machine (Win 7 x64), installed the 64-bit sun jvm
> > 1.6.0_14, Eclipse 3.5.1 and VE 1.4 on it, and now the VE display of the
> > form/panel/whatever it's called is missing. I get a few faint boxes
> > outlined on a white background, but no text, and the outline of the form
> > itself is not there. It seems to run fine, but the visual display is
> > messed up.
> >
> > Since it's a visual issue, I have posted a .jpg of a screen capture
> > here:
> >
> > http://www.warrenrogersassociates.com/VEDisplay.jpg
> >
> > If I hover the mouse over that blue "i", it tells me that
> >
> > 'get of the picture failed: "handle"
> > sShell org.eclipse.swt.widgets.shell'
> >
> > Any suggestions as to how to fix this?
> >
>
>

--
/~\ The ASCII
\ / Ribbon Campaign
X Against HTML
/ \ Email!

Remove the ns_ from if replying by e-mail (but keep posts in the
newsgroups if possible).
Re: VE display trouble [message #499335 is a reply to message #499323] Fri, 20 November 2009 21:18 Go to previous messageGo to next message
Yves YANG is currently offline Yves YANGFriend
Messages: 688
Registered: July 2009
Senior Member
I saw tehre are some native codes for 64 bits, including for windows. I
guess it could be a problem eclipse 64 bits with Java 64 bits.

Anyway, we need some contributors to work on the native connection, and to
cupport Cocoa Mac OS as well.

Best regards
Yves YANG
"David Kerber" <ns_dkerber@ns_WarrenRogersAssociates.com> wrote in message
news:MPG.2570b530caf21cba9896ff@news.eclipse.org...
> In article <he6g8k$5iu$1@build.eclipse.org>, richkulp@us.NO_SPAM.ibm.com
> says...
>> Hi,
>>
>> I'm just guessing but it may be due to the 64-bit. The original JNDI
>> code that captures the picture to display in the VE is 32-bit code.
>>
>> You can see if this is the problem by setting the JVM for your project
>> to instead be a 32-bit JVM instead of the default 64-bit jvm and see if
>> the problem goes away.
>
> That did the trick. Of course, I had to install a 32-bit Eclipse, but
> then it started working.
>
> Is a fix for this on the VE roadmap? I'd like to go all 64-bit if
> possible...
>
> D
>
>
>>
>> David Kerber wrote:
>> > I just set up a new machine (Win 7 x64), installed the 64-bit sun jvm
>> > 1.6.0_14, Eclipse 3.5.1 and VE 1.4 on it, and now the VE display of the
>> > form/panel/whatever it's called is missing. I get a few faint boxes
>> > outlined on a white background, but no text, and the outline of the
>> > form
>> > itself is not there. It seems to run fine, but the visual display is
>> > messed up.
>> >
>> > Since it's a visual issue, I have posted a .jpg of a screen capture
>> > here:
>> >
>> > http://www.warrenrogersassociates.com/VEDisplay.jpg
>> >
>> > If I hover the mouse over that blue "i", it tells me that
>> >
>> > 'get of the picture failed: "handle"
>> > sShell org.eclipse.swt.widgets.shell'
>> >
>> > Any suggestions as to how to fix this?
>> >
>>
>>
>
> --
> /~\ The ASCII
> \ / Ribbon Campaign
> X Against HTML
> / \ Email!
>
> Remove the ns_ from if replying by e-mail (but keep posts in the
> newsgroups if possible).
>
Re: VE display trouble [message #499336 is a reply to message #499335] Fri, 20 November 2009 21:20 Go to previous message
Yves YANG is currently offline Yves YANGFriend
Messages: 688
Registered: July 2009
Senior Member
Sorry, I have clicked on "send" to quick

I saw there are some native codes for 64 bits, including for windows. I
guess it could be a problem of eclipse 64 bits with Java 64 bits.

Anyway, we need some contributors to work on the native connection, and to
support Cocoa Mac OS as well.

yves
"Yves YANG" <yves.yang@soyatec.com> wrote in message
news:he712r$9tg$1@build.eclipse.org...
>I saw tehre are some native codes for 64 bits, including for windows. I
>guess it could be a problem eclipse 64 bits with Java 64 bits.
>
> Anyway, we need some contributors to work on the native connection, and to
> cupport Cocoa Mac OS as well.
>
> Best regards
> Yves YANG
> "David Kerber" <ns_dkerber@ns_WarrenRogersAssociates.com> wrote in message
> news:MPG.2570b530caf21cba9896ff@news.eclipse.org...
>> In article <he6g8k$5iu$1@build.eclipse.org>, richkulp@us.NO_SPAM.ibm.com
>> says...
>>> Hi,
>>>
>>> I'm just guessing but it may be due to the 64-bit. The original JNDI
>>> code that captures the picture to display in the VE is 32-bit code.
>>>
>>> You can see if this is the problem by setting the JVM for your project
>>> to instead be a 32-bit JVM instead of the default 64-bit jvm and see if
>>> the problem goes away.
>>
>> That did the trick. Of course, I had to install a 32-bit Eclipse, but
>> then it started working.
>>
>> Is a fix for this on the VE roadmap? I'd like to go all 64-bit if
>> possible...
>>
>> D
>>
>>
>>>
>>> David Kerber wrote:
>>> > I just set up a new machine (Win 7 x64), installed the 64-bit sun jvm
>>> > 1.6.0_14, Eclipse 3.5.1 and VE 1.4 on it, and now the VE display of
>>> > the
>>> > form/panel/whatever it's called is missing. I get a few faint boxes
>>> > outlined on a white background, but no text, and the outline of the
>>> > form
>>> > itself is not there. It seems to run fine, but the visual display is
>>> > messed up.
>>> >
>>> > Since it's a visual issue, I have posted a .jpg of a screen capture
>>> > here:
>>> >
>>> > http://www.warrenrogersassociates.com/VEDisplay.jpg
>>> >
>>> > If I hover the mouse over that blue "i", it tells me that
>>> >
>>> > 'get of the picture failed: "handle"
>>> > sShell org.eclipse.swt.widgets.shell'
>>> >
>>> > Any suggestions as to how to fix this?
>>> >
>>>
>>>
>>
>> --
>> /~\ The ASCII
>> \ / Ribbon Campaign
>> X Against HTML
>> / \ Email!
>>
>> Remove the ns_ from if replying by e-mail (but keep posts in the
>> newsgroups if possible).
>>
>
>
Re: VE display trouble [message #617500 is a reply to message #499240] Fri, 20 November 2009 16:31 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Hi,

I'm just guessing but it may be due to the 64-bit. The original JNDI
code that captures the picture to display in the VE is 32-bit code.

You can see if this is the problem by setting the JVM for your project
to instead be a 32-bit JVM instead of the default 64-bit jvm and see if
the problem goes away.

David Kerber wrote:
> I just set up a new machine (Win 7 x64), installed the 64-bit sun jvm
> 1.6.0_14, Eclipse 3.5.1 and VE 1.4 on it, and now the VE display of the
> form/panel/whatever it's called is missing. I get a few faint boxes
> outlined on a white background, but no text, and the outline of the form
> itself is not there. It seems to run fine, but the visual display is
> messed up.
>
> Since it's a visual issue, I have posted a .jpg of a screen capture
> here:
>
> http://www.warrenrogersassociates.com/VEDisplay.jpg
>
> If I hover the mouse over that blue "i", it tells me that
>
> 'get of the picture failed: "handle"
> sShell org.eclipse.swt.widgets.shell'
>
> Any suggestions as to how to fix this?
>

--
Thanks,
Rich Kulp
Re: VE display trouble [message #617503 is a reply to message #499276] Fri, 20 November 2009 16:42 Go to previous message
Yves YANG is currently offline Yves YANGFriend
Messages: 688
Registered: July 2009
Senior Member
I guess so. I'm using Win7 64 Bits with 32-bit JVM. It works fine.

Best regards
Yves YANG
"Rich Kulp" <richkulp@us.NO_SPAM.ibm.com> wrote in message
news:he6g8k$5iu$1@build.eclipse.org...
> Hi,
>
> I'm just guessing but it may be due to the 64-bit. The original JNDI code
> that captures the picture to display in the VE is 32-bit code.
>
> You can see if this is the problem by setting the JVM for your project to
> instead be a 32-bit JVM instead of the default 64-bit jvm and see if the
> problem goes away.
>
> David Kerber wrote:
>> I just set up a new machine (Win 7 x64), installed the 64-bit sun jvm
>> 1.6.0_14, Eclipse 3.5.1 and VE 1.4 on it, and now the VE display of the
>> form/panel/whatever it's called is missing. I get a few faint boxes
>> outlined on a white background, but no text, and the outline of the form
>> itself is not there. It seems to run fine, but the visual display is
>> messed up.
>>
>> Since it's a visual issue, I have posted a .jpg of a screen capture here:
>>
>> http://www.warrenrogersassociates.com/VEDisplay.jpg
>>
>> If I hover the mouse over that blue "i", it tells me that 'get of the
>> picture failed: "handle"
>> sShell org.eclipse.swt.widgets.shell'
>>
>> Any suggestions as to how to fix this?
>>
>
> --
> Thanks,
> Rich Kulp
Re: VE display trouble [message #617509 is a reply to message #499240] Fri, 20 November 2009 18:13 Go to previous message
Eclipse UserFriend
Originally posted by: mail.mherbst.de

Hi David,

I had the same problem. Then I installed the 32 Bit version of Eclipse
and also a 32 Bit JVM. Now VE works perfectly.

Martin

David Kerber schrieb:
> I just set up a new machine (Win 7 x64), installed the 64-bit sun jvm
> 1.6.0_14, Eclipse 3.5.1 and VE 1.4 on it, and now the VE display of the
> form/panel/whatever it's called is missing. I get a few faint boxes
> outlined on a white background, but no text, and the outline of the form
> itself is not there. It seems to run fine, but the visual display is
> messed up.
>
> Since it's a visual issue, I have posted a .jpg of a screen capture
> here:
>
> http://www.warrenrogersassociates.com/VEDisplay.jpg
>
> If I hover the mouse over that blue "i", it tells me that
>
> 'get of the picture failed: "handle"
> sShell org.eclipse.swt.widgets.shell'
>
> Any suggestions as to how to fix this?
>
Re: VE display trouble [message #617512 is a reply to message #499276] Fri, 20 November 2009 19:16 Go to previous message
David Kerber is currently offline David KerberFriend
Messages: 100
Registered: July 2009
Senior Member
In article <he6g8k$5iu$1@build.eclipse.org>, richkulp@us.NO_SPAM.ibm.com
says...
> Hi,
>
> I'm just guessing but it may be due to the 64-bit. The original JNDI
> code that captures the picture to display in the VE is 32-bit code.
>
> You can see if this is the problem by setting the JVM for your project
> to instead be a 32-bit JVM instead of the default 64-bit jvm and see if
> the problem goes away.

That did the trick. Of course, I had to install a 32-bit Eclipse, but
then it started working.

Is a fix for this on the VE roadmap? I'd like to go all 64-bit if
possible...

D


>
> David Kerber wrote:
> > I just set up a new machine (Win 7 x64), installed the 64-bit sun jvm
> > 1.6.0_14, Eclipse 3.5.1 and VE 1.4 on it, and now the VE display of the
> > form/panel/whatever it's called is missing. I get a few faint boxes
> > outlined on a white background, but no text, and the outline of the form
> > itself is not there. It seems to run fine, but the visual display is
> > messed up.
> >
> > Since it's a visual issue, I have posted a .jpg of a screen capture
> > here:
> >
> > http://www.warrenrogersassociates.com/VEDisplay.jpg
> >
> > If I hover the mouse over that blue "i", it tells me that
> >
> > 'get of the picture failed: "handle"
> > sShell org.eclipse.swt.widgets.shell'
> >
> > Any suggestions as to how to fix this?
> >
>
>

--
/~\ The ASCII
\ / Ribbon Campaign
X Against HTML
/ \ Email!

Remove the ns_ from if replying by e-mail (but keep posts in the
newsgroups if possible).
Re: VE display trouble [message #617514 is a reply to message #499323] Fri, 20 November 2009 21:18 Go to previous message
Yves YANG is currently offline Yves YANGFriend
Messages: 688
Registered: July 2009
Senior Member
I saw tehre are some native codes for 64 bits, including for windows. I
guess it could be a problem eclipse 64 bits with Java 64 bits.

Anyway, we need some contributors to work on the native connection, and to
cupport Cocoa Mac OS as well.

Best regards
Yves YANG
"David Kerber" <ns_dkerber@ns_WarrenRogersAssociates.com> wrote in message
news:MPG.2570b530caf21cba9896ff@news.eclipse.org...
> In article <he6g8k$5iu$1@build.eclipse.org>, richkulp@us.NO_SPAM.ibm.com
> says...
>> Hi,
>>
>> I'm just guessing but it may be due to the 64-bit. The original JNDI
>> code that captures the picture to display in the VE is 32-bit code.
>>
>> You can see if this is the problem by setting the JVM for your project
>> to instead be a 32-bit JVM instead of the default 64-bit jvm and see if
>> the problem goes away.
>
> That did the trick. Of course, I had to install a 32-bit Eclipse, but
> then it started working.
>
> Is a fix for this on the VE roadmap? I'd like to go all 64-bit if
> possible...
>
> D
>
>
>>
>> David Kerber wrote:
>> > I just set up a new machine (Win 7 x64), installed the 64-bit sun jvm
>> > 1.6.0_14, Eclipse 3.5.1 and VE 1.4 on it, and now the VE display of the
>> > form/panel/whatever it's called is missing. I get a few faint boxes
>> > outlined on a white background, but no text, and the outline of the
>> > form
>> > itself is not there. It seems to run fine, but the visual display is
>> > messed up.
>> >
>> > Since it's a visual issue, I have posted a .jpg of a screen capture
>> > here:
>> >
>> > http://www.warrenrogersassociates.com/VEDisplay.jpg
>> >
>> > If I hover the mouse over that blue "i", it tells me that
>> >
>> > 'get of the picture failed: "handle"
>> > sShell org.eclipse.swt.widgets.shell'
>> >
>> > Any suggestions as to how to fix this?
>> >
>>
>>
>
> --
> /~\ The ASCII
> \ / Ribbon Campaign
> X Against HTML
> / \ Email!
>
> Remove the ns_ from if replying by e-mail (but keep posts in the
> newsgroups if possible).
>
Re: VE display trouble [message #617517 is a reply to message #499335] Fri, 20 November 2009 21:20 Go to previous message
Yves YANG is currently offline Yves YANGFriend
Messages: 688
Registered: July 2009
Senior Member
Sorry, I have clicked on "send" to quick

I saw there are some native codes for 64 bits, including for windows. I
guess it could be a problem of eclipse 64 bits with Java 64 bits.

Anyway, we need some contributors to work on the native connection, and to
support Cocoa Mac OS as well.

yves
"Yves YANG" <yves.yang@soyatec.com> wrote in message
news:he712r$9tg$1@build.eclipse.org...
>I saw tehre are some native codes for 64 bits, including for windows. I
>guess it could be a problem eclipse 64 bits with Java 64 bits.
>
> Anyway, we need some contributors to work on the native connection, and to
> cupport Cocoa Mac OS as well.
>
> Best regards
> Yves YANG
> "David Kerber" <ns_dkerber@ns_WarrenRogersAssociates.com> wrote in message
> news:MPG.2570b530caf21cba9896ff@news.eclipse.org...
>> In article <he6g8k$5iu$1@build.eclipse.org>, richkulp@us.NO_SPAM.ibm.com
>> says...
>>> Hi,
>>>
>>> I'm just guessing but it may be due to the 64-bit. The original JNDI
>>> code that captures the picture to display in the VE is 32-bit code.
>>>
>>> You can see if this is the problem by setting the JVM for your project
>>> to instead be a 32-bit JVM instead of the default 64-bit jvm and see if
>>> the problem goes away.
>>
>> That did the trick. Of course, I had to install a 32-bit Eclipse, but
>> then it started working.
>>
>> Is a fix for this on the VE roadmap? I'd like to go all 64-bit if
>> possible...
>>
>> D
>>
>>
>>>
>>> David Kerber wrote:
>>> > I just set up a new machine (Win 7 x64), installed the 64-bit sun jvm
>>> > 1.6.0_14, Eclipse 3.5.1 and VE 1.4 on it, and now the VE display of
>>> > the
>>> > form/panel/whatever it's called is missing. I get a few faint boxes
>>> > outlined on a white background, but no text, and the outline of the
>>> > form
>>> > itself is not there. It seems to run fine, but the visual display is
>>> > messed up.
>>> >
>>> > Since it's a visual issue, I have posted a .jpg of a screen capture
>>> > here:
>>> >
>>> > http://www.warrenrogersassociates.com/VEDisplay.jpg
>>> >
>>> > If I hover the mouse over that blue "i", it tells me that
>>> >
>>> > 'get of the picture failed: "handle"
>>> > sShell org.eclipse.swt.widgets.shell'
>>> >
>>> > Any suggestions as to how to fix this?
>>> >
>>>
>>>
>>
>> --
>> /~\ The ASCII
>> \ / Ribbon Campaign
>> X Against HTML
>> / \ Email!
>>
>> Remove the ns_ from if replying by e-mail (but keep posts in the
>> newsgroups if possible).
>>
>
>
Previous Topic:VE display trouble
Next Topic:VE and rigidarea/glue
Goto Forum:
  


Current Time: Fri Mar 29 08:37:57 GMT 2024

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

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

Back to the top