Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » mixing ve code and custom code
mixing ve code and custom code [message #80004] Sun, 13 February 2005 17:04 Go to next message
Eclipse UserFriend
Originally posted by: taltia.gmx.at

HI!

Is there information on how to embed/mix code with ve code?
Ve quickly stops working when i just put something like :

class = Newtestclass();

in the initialize block.
It says something like code too complicated.
I guess ther must be information on that.
Maybe you could give me hint where to look.

lemi
Re: mixing ve code and custom code [message #80049 is a reply to message #80004] Mon, 14 February 2005 14:59 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

is Newtestclass() a method, or did you want "new Testclass()"?

Also what was you intent here? What is "class"? Is this a property, a
new object you want modeled?

lemi wrote:
> HI!
>
> Is there information on how to embed/mix code with ve code?
> Ve quickly stops working when i just put something like :
>
> class = Newtestclass();
>
> in the initialize block.
> It says something like code too complicated.
> I guess ther must be information on that.
> Maybe you could give me hint where to look.
>
> lemi
>

--
Thanks,
Rich Kulp
Re: mixing ve code and custom code [message #80079 is a reply to message #80049] Mon, 14 February 2005 15:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: taltia.gmx.at

Rich Kulp wrote:

> is Newtestclass() a method, or did you want "new Testclass()"?

The code does not make any sense, just forget it.
My question remains:
Where should i put my code, so that ve does not get confused.

lemi
Re: mixing ve code and custom code [message #80093 is a reply to message #80049] Mon, 14 February 2005 15:43 Go to previous message
Eclipse UserFriend
Originally posted by: taltia.gmx.at

Rich Kulp wrote:

> is Newtestclass() a method, or did you want "new Testclass()"?

> Also what was you intent here? What is "class"? Is this a property, a
> new object you want modeled?

hi!

I would like to add to my previous post:
FRom what i have read now ve should ignore code like:

photocanvas = new PhotoCanvas(this)//this is the actual line ve does not
like

After upgrading to the latest version of ve, ve keeps working, but
comments:
java.lang.nosuchmethodexception,
and puts a litte rectangle with a error sign on the screen.

All i want ve to do is ignore stuff i of course have to add to the code.

Thanks for your help

lemi
Re: mixing ve code and custom code [message #605227 is a reply to message #80004] Mon, 14 February 2005 14:59 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

is Newtestclass() a method, or did you want "new Testclass()"?

Also what was you intent here? What is "class"? Is this a property, a
new object you want modeled?

lemi wrote:
> HI!
>
> Is there information on how to embed/mix code with ve code?
> Ve quickly stops working when i just put something like :
>
> class = Newtestclass();
>
> in the initialize block.
> It says something like code too complicated.
> I guess ther must be information on that.
> Maybe you could give me hint where to look.
>
> lemi
>

--
Thanks,
Rich Kulp
Re: mixing ve code and custom code [message #605234 is a reply to message #80049] Mon, 14 February 2005 15:11 Go to previous message
lemi is currently offline lemiFriend
Messages: 8
Registered: July 2009
Junior Member
Rich Kulp wrote:

> is Newtestclass() a method, or did you want "new Testclass()"?

The code does not make any sense, just forget it.
My question remains:
Where should i put my code, so that ve does not get confused.

lemi
Re: mixing ve code and custom code [message #605237 is a reply to message #80049] Mon, 14 February 2005 15:43 Go to previous message
lemi is currently offline lemiFriend
Messages: 8
Registered: July 2009
Junior Member
Rich Kulp wrote:

> is Newtestclass() a method, or did you want "new Testclass()"?

> Also what was you intent here? What is "class"? Is this a property, a
> new object you want modeled?

hi!

I would like to add to my previous post:
FRom what i have read now ve should ignore code like:

photocanvas = new PhotoCanvas(this)//this is the actual line ve does not
like

After upgrading to the latest version of ve, ve keeps working, but
comments:
java.lang.nosuchmethodexception,
and puts a litte rectangle with a error sign on the screen.

All i want ve to do is ignore stuff i of course have to add to the code.

Thanks for your help

lemi
Previous Topic:VE 1.1 Nightly build N20050211 works with Eclipse 3.1
Next Topic:Data init and too complicated expression
Goto Forum:
  


Current Time: Fri Apr 26 15:37:20 GMT 2024

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

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

Back to the top