Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » About custom widget and rcp
About custom widget and rcp [message #466590] Sun, 22 April 2007 05: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 14:11 Go to previous message
Eclipse UserFriend
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: Sat May 24 09:58:42 EDT 2025

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

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

Back to the top