Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » About custom widget and rcp
About custom widget and rcp [message #466590] Sun, 22 April 2007 09:45 Go to next message
Eclipse UserFriend
Originally posted by: moutaz.ahmed.gmail.com

hii

i create a cutom widget, and want to add this cutom widget in an RCP view.
when i add it as:

grp2 = new Group (parent,SWT.NONE
grp2.setLayout(rowLayout1); //set the groupLayout to rowlayout
tA = new TypeA(grp2, SWT.NONE); //it is my control == TypeA

the view outs a message "Unable to create view: MyProjectNameOfMyControl/TypeA"

so all i want is to add a user control to an view.
thx in advance
Re: About custom widget and rcp [message #466602 is a reply to message #466590] Sun, 22 April 2007 18:11 Go to previous message
Prakash G.R. is currently offline Prakash G.R.Friend
Messages: 621
Registered: July 2009
Senior Member
Exception traces would be helpful to see what went wrong. Can you attach them?
Previous Topic:Adding button to ListSelectionDialog
Next Topic:how to communicate between two plugins
Goto Forum:
  


Current Time: Fri Mar 29 14:36:31 GMT 2024

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

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

Back to the top