Well it works... it looks like I had private JSNI methods that it couldnt see (or something like that), so making them public did the trick.
Everything is working now, thanks for the help guys, I really appreciate it! On Mar 20, 4:37 pm, Vitali Lovich <[email protected]> wrote: > Lol no. I didn't test the code. I have absolutely no time - my own GWT > project is taking up all my time. > > On Thu, Mar 19, 2009 at 10:56 PM, Ian Bambury <[email protected]> wrote: > > Well, I never managed to get instance methods to work inside JS functions > > which is why I used static methods :-) Also, I only ever have one entrypoint > > class. > > It works the way I showed you, and instance methods will get called from > > within a JSNI method, but as soon as you put it in a JS function, it stops > > working. > > > If Vitali actually tested the amended code, perhaps he could help explain > > what he did to fix that problem. > > > Ian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
