lws creating problem ?? [message #215388] |
Tue, 02 May 2006 08:20 ![Go to next message Go to next message](theme/Solstice/images/down.png) |
Eclipse User![Friend of Eclipse Friend](/donate/web-api/friends_decorator.php?email=) |
|
|
|
Originally posted by: puneet82sri.sify.com
i m bringing my draw2d app. in eclipse plugin view..
i can put the canvas but as i put lws over it .. the view genrates the err..
i m using composite of createPartControl..
public void createPartControl(Composite parent) {
parent.setLayout(new FillLayout());
canvas=new Canvas(parent,0);
lws=new LWS(canvas);//brings err
}
|
|
|
Re: lws creating problem ?? [message #215462 is a reply to message #215388] |
Wed, 03 May 2006 14:26 ![Go to previous message Go to previous message](theme/Solstice/images/up.png) |
Eclipse User![Friend of Eclipse Friend](/donate/web-api/friends_decorator.php?email=) |
|
|
|
Originally posted by: none.us.ibm.com
If you post the stack trace, someone might be able to help.
"Puneet Srivastava" <puneet82sri@sify.com> wrote in message
news:2851421.1146558069508.JavaMail.root@cp1.javalobby.org...
>i m bringing my draw2d app. in eclipse plugin view..
> i can put the canvas but as i put lws over it .. the view genrates the
> err..
> i m using composite of createPartControl..
>
> public void createPartControl(Composite parent) {
>
>
> parent.setLayout(new FillLayout());
> canvas=new Canvas(parent,0);
> lws=new LWS(canvas);//brings err
>
>
>
> }
|
|
|
Powered by
FUDForum. Page generated in 0.02878 seconds