Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » javascript error
javascript error [message #86515] Thu, 08 May 2008 03:51 Go to next message
Eclipse UserFriend
Originally posted by: dnise.hotmail.com

Hi2All:
recently,I did a little test on RAP widget in ViewPart.I met serval
times "Could not evaluate javascript response" error. migrated codes to
SWT,it works fine.in order to demonstrate my codes, I wrote a loop as this:

for(int i=0;i<200;i++){
new Label(Composite,SWT.NONE);
}
I created 100 Labels in ViewPart createControl method,run it, I would get
the error "Could not evaluate javascript response",Maybe I thought it were
to many widgets in viewPart. I have no idea how to deal with it? could any
one give me some help?

Thanks in advance

best wish to u
Re: javascript error [message #86634 is a reply to message #86515] Thu, 08 May 2008 12:04 Go to previous message
Eclipse UserFriend
Originally posted by: rherrmann.innoopract.com

Hi,

a Javascript error shouldn't occur at all, regardless how many
labels you create.
If you can reproduce the error and/or have an exact error message,
feel free to file a bug.

Cheers,
Rüdiger

dnise wrote:
> Hi2All:
> recently,I did a little test on RAP widget in ViewPart.I met serval
> times "Could not evaluate javascript response" error. migrated codes to
> SWT,it works fine.in order to demonstrate my codes, I wrote a loop as this:
>
> for(int i=0;i<200;i++){
> new Label(Composite,SWT.NONE);
> }
> I created 100 Labels in ViewPart createControl method,run it, I would get
> the error "Could not evaluate javascript response",Maybe I thought it were
> to many widgets in viewPart. I have no idea how to deal with it? could any
> one give me some help?
>
> Thanks in advance
>
> best wish to u
Previous Topic:Remarks on RAP 1.1 M4
Next Topic:Trouble with M4
Goto Forum:
  


Current Time: Wed Sep 25 10:48:30 GMT 2024

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

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

Back to the top