Projects Tools Projects Hosted Projects
|
Welcome to your new Eclipse-wiki.info web site! (History). The purpose of this site is to provide the community with a place to share information about open source Eclipse projects at the Eclipse foundation and elsewhere. The kind of information to share is whatever you want about Eclipse, but especially:
All the community needs your input... Don't hesitate to share a useful piece of information with the others. This site cannot be modified without having to login. (It used to completely open, but we have been attacked too often by Wiki spammer, and had to turn mandatory login on) If you get stuck, visit http://help.editme.com for detailed help and useful tips. You also can evaluate the wiki in the to train yourself with the wiki syntax. Thanks for joining!
Update on 2006-08-29: The provider -editme- has finally released a new captcha-based spam control feature. I held up a few registration in the last few weeks. I will be turning full self-help registration, and editing using the captchas in the next few days! We will be back to normal, and hopefully spam free!. Philippe
Comments:From ravo - 2/6/07 9:53 PM Last Modified 11/22/06 9:43 AM | Hide Tools |
I am trying to add a SWT widget (like a Table) on the GraphicalEditPart. When i add it on to the parent composite in createPartControl() it gets added in to a new column next to the GraphicalViewer and I am not able to control its width. Can anyone please guide me as to how to add a SWT widget on to a GraphicalEditPart? either to the left (width controllable) or below the graphical viewer.
FYI, when i try to create a new composite from the parent in createPartControl() the createGraphicalViewer() does not accept the modified composite on which new GridLayout is set.
Thanks in advance,
Ravo