Skip to main content



      Home
Home » Archived » Visual Editor (VE) » Box.createRigidArea() Problem
Box.createRigidArea() Problem [message #94281] Thu, 16 June 2005 17:08 Go to next message
Eclipse UserFriend
Originally posted by: mrichardhudson.shaw.ca

Anyone else have an issue with adding a rigidarea to a panel?

Code is:

middlePane2.add(Box.createRigidArea(new Dimension(50,175)));

Error is:

+++ Warning +++: Thu Jun 16 14:59:05 MDT 2005 Skipping expression:
org.eclipse.ve.internal.java.codegen.model.CodeExpressionRef @dbfa09:
middlePane2.add(Box.createRigidArea(new Dimension(50,175)));
{ States: SRCLOCFIXED#} Offset: 389


Rich Hudson
Re: Box.createRigidArea() Problem [message #94454 is a reply to message #94281] Mon, 20 June 2005 05:43 Go to previous message
Eclipse UserFriend
Hi Rich,

> middlePane2.add(Box.createRigidArea(new Dimension(50,175)));
>
> Error is:
>
> +++ Warning +++: Thu Jun 16 14:59:05 MDT 2005 Skipping expression:
> org.eclipse.ve.internal.java.codegen.model.CodeExpressionRef @dbfa09:
> middlePane2.add(Box.createRigidArea(new Dimension(50,175)));
> { States: SRCLOCFIXED#} Offset: 389

I've opened a bugzilla
https://bugs.eclipse.org/bugs/show_bug.cgi?id=100780 so please add
yourself as a cc member and I'll try to see if we can diagnose what is
going wrong and hopefully give you a workaround and also, if necessary,
a release number for any fix we might need to write.

Best regards,

Joe Winchester
Re: Box.createRigidArea() Problem [message #608001 is a reply to message #94281] Mon, 20 June 2005 05:43 Go to previous message
Eclipse UserFriend
Hi Rich,

> middlePane2.add(Box.createRigidArea(new Dimension(50,175)));
>
> Error is:
>
> +++ Warning +++: Thu Jun 16 14:59:05 MDT 2005 Skipping expression:
> org.eclipse.ve.internal.java.codegen.model.CodeExpressionRef @dbfa09:
> middlePane2.add(Box.createRigidArea(new Dimension(50,175)));
> { States: SRCLOCFIXED#} Offset: 389

I've opened a bugzilla
https://bugs.eclipse.org/bugs/show_bug.cgi?id=100780 so please add
yourself as a cc member and I'll try to see if we can diagnose what is
going wrong and hopefully give you a workaround and also, if necessary,
a release number for any fix we might need to write.

Best regards,

Joe Winchester
Previous Topic:N20050616: Unable to open a Swing visual class
Next Topic:Install Visual Editor to Eclipse 3.1RC2
Goto Forum:
  


Current Time: Tue Jun 17 13:33:56 EDT 2025

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

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

Back to the top