Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » inserting swt container results in error?
inserting swt container results in error? [message #63807] Fri, 01 October 2004 22:14 Go to next message
Eclipse UserFriend
Originally posted by: wim.nospam.org

Hi all,

I have a table and two buttons on a swt shell (gridlayout). I decide to
introduce a tree and drop a sashform on the shell. Then i drag the table and
the buttons on the sashform. If i now run the application, there is a
recursive method call where the createsashform() method runs the
createSShell() function (twice) where the createsashform() method is called.
Correcting this error manually results in restore from local history (also
manually).

Bugzilla?

Regards,

Wim Jongman
Re: inserting swt container results in error? [message #64183 is a reply to message #63807] Mon, 04 October 2004 15:08 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Yes, please open a bugzilla. Tell us how you created the class
originally, then the steps you did, and then finally attach as source
the java file we produced so that we can see what code was created
incorrectly.


--
Thanks,
Rich Kulp
Re: inserting swt container results in error? [message #64345 is a reply to message #63807] Mon, 04 October 2004 15:54 Go to previous message
Eclipse UserFriend
Originally posted by: mendelgili.netscape.net

Wim Jongman wrote:
> Hi all,
>
> I have a table and two buttons on a swt shell (gridlayout). I decide to
> introduce a tree and drop a sashform on the shell. Then i drag the table and
> the buttons on the sashform. If i now run the application, there is a
> recursive method call where the createsashform() method runs the
> createSShell() function (twice) where the createsashform() method is called.
> Correcting this error manually results in restore from local history (also
> manually).
>
> Bugzilla?
>
> Regards,
>
> Wim Jongman
>
>
Yep, we do not handle yet visually moving a component the is locally defined inside another component's init method, to
another component.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=71661
Re: inserting swt container results in error? [message #600579 is a reply to message #63807] Mon, 04 October 2004 15:08 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Yes, please open a bugzilla. Tell us how you created the class
originally, then the steps you did, and then finally attach as source
the java file we produced so that we can see what code was created
incorrectly.


--
Thanks,
Rich Kulp
Re: inserting swt container results in error? [message #600649 is a reply to message #63807] Mon, 04 October 2004 15:54 Go to previous message
Gili Mendel is currently offline Gili MendelFriend
Messages: 338
Registered: July 2009
Senior Member
Wim Jongman wrote:
> Hi all,
>
> I have a table and two buttons on a swt shell (gridlayout). I decide to
> introduce a tree and drop a sashform on the shell. Then i drag the table and
> the buttons on the sashform. If i now run the application, there is a
> recursive method call where the createsashform() method runs the
> createSShell() function (twice) where the createsashform() method is called.
> Correcting this error manually results in restore from local history (also
> manually).
>
> Bugzilla?
>
> Regards,
>
> Wim Jongman
>
>
Yep, we do not handle yet visually moving a component the is locally defined inside another component's init method, to
another component.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=71661
Previous Topic:Problem Installing VE plugin
Next Topic:my first experience with vep
Goto Forum:
  


Current Time: Sun Oct 06 08:44:32 GMT 2024

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

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

Back to the top