Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » Part of composite doesn't show when run as Java bean
Part of composite doesn't show when run as Java bean [message #100734] Fri, 29 July 2005 18:16 Go to next message
Joel Kamentz is currently offline Joel KamentzFriend
Messages: 30
Registered: July 2009
Member
Experimenting with a composite using VE, I was changing layout managers on
some sub-containers. Now, while the VE editor window shows everything, if I
run the class as a Java Bean, part of the Composite isn't visible. Any idea
why? When run as a bean, the group labeled plugin dependencies appears
empty:

Joel




  • Attachment: VE_window.gif
    (Size: 14.49KB, Downloaded 134 times)
  • Attachment: as_bean.PNG
    (Size: 11.35KB, Downloaded 135 times)
  • Attachment: MyContent.java
    (Size: 8.59KB, Downloaded 593 times)
Re: Part of composite doesn't show when run as Java bean [message #100845 is a reply to message #100734] Fri, 29 July 2005 19:46 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

I don't know why it shows for you because when I bring it up in the VE
it looks the same as your runtime picture.

The reason it looks that way is because "group" has no layout manager
defined on it, so all of the children controls have no position and size.

--
Thanks,
Rich Kulp
Re: Part of composite doesn't show when run as Java bean [message #610079 is a reply to message #100734] Fri, 29 July 2005 19:46 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

I don't know why it shows for you because when I bring it up in the VE
it looks the same as your runtime picture.

The reason it looks that way is because "group" has no layout manager
defined on it, so all of the children controls have no position and size.

--
Thanks,
Rich Kulp
Previous Topic:Part of composite doesn't show when run as Java bean
Next Topic:Another NPE and VE won't display my composite after some simple source editing.
Goto Forum:
  


Current Time: Wed Apr 24 19:28:57 GMT 2024

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

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

Back to the top