Re: Having trouble with GWT JSNI

2016-06-02 Thread Andrew Ferguson
Hi Thomas, Thank you very much, it is working now. I really /really /appreciate the help you've given me. Andrew On 02/06/16 15:14, Thomas Broyer wrote: On Thursday, June 2, 2016 at 3:50:49 PM UTC+2, Andrew Ferguson wrote: Hi Thomas, Thank you *so* much (I'm kicking myself becaus

Re: Having trouble with GWT JSNI

2016-06-02 Thread Thomas Broyer
On Thursday, June 2, 2016 at 3:50:49 PM UTC+2, Andrew Ferguson wrote: > > Hi Thomas, > > Thank you *so* much (I'm kicking myself because it was such a simple > error!). > > I don't suppose you know how I could call an external JavaScript function > from inside the GWT project? I cannot find any

Re: Having trouble with GWT JSNI

2016-06-02 Thread Andrew Ferguson
Hi Thomas, Thank you *so* much (I'm kicking myself because it was such a simple error!). I don't suppose you know how I could call an external JavaScript function from inside the GWT project? I cannot find any examples online that show this. Thanks again, Andrew On 02/06/16 14:42, Thomas

Re: Having trouble with GWT JSNI

2016-06-02 Thread Thomas Broyer
On Thursday, June 2, 2016 at 3:36:51 PM UTC+2, Andrew Ferguson wrote: > > Hi Thomas, > > Thanks for the reply. I replaced my JSNI with the one you provided, and > changed the signature to '*', but it still failed to compile. I tried > changing the signature to 'I' in case that made any differen

Re: Having trouble with GWT JSNI

2016-06-02 Thread Andrew Ferguson
Hi Thomas, Thanks for the reply. I replaced my JSNI with the one you provided, and changed the signature to '*', but it still failed to compile. I tried changing the signature to 'I' in case that made any difference, but again it failed with the same error. The error I am getting is: [ER

Re: Having trouble with GWT JSNI

2016-06-02 Thread Thomas Broyer
On Thursday, June 2, 2016 at 11:11:18 AM UTC+2, Andrew Ferguson wrote: > > Hi, > > Firstly I must say that I am not a GWT or Java developer. I have come > across GWT because a tool I need to incorporate into a JavaScript project > has been written in GWT, and I need to figure out how to link th

Having trouble with GWT JSNI

2016-06-02 Thread Andrew Ferguson
Hi, Firstly I must say that I am not a GWT or Java developer. I have come across GWT because a tool I need to incorporate into a JavaScript project has been written in GWT, and I need to figure out how to link the two projects together. >From looking at the documentation I see that JSNI is pro