Re: Garmin Communicator API

2009-11-22 Thread Stephen Walsh
Well that worked sort of. It got past the Garmin is undefined error. Does the load() function look like JSON to you? I'm simultaneously trying to learn GWT and the communicator-api, so I'm not too familiar with either code structure just yet. Thanks for the reply, Adam! Stephen Wals

Garmin Communicator API

2009-11-21 Thread Stephen Walsh
I am trying to use the above api to implement some JSNI code in my onModuleLoad method. I am having the darnedest time trying to get it to recognize that I have the extra javascript files available. The JS debugger in Chrome keeps saying that Garmin is undefined (see below). Here's the dilemma:

Re: can't inherit gwt maps module

2009-11-20 Thread Stephen Walsh
; This will go just below the first line of your code. Give that a try and see if it works. Stephen Walsh On Tue, Nov 17, 2009 at 10:35, Brady wrote: > The gwt-maps jar is already on my classpath. > > > > On Nov 13, 6:14 pm, Stephen Walsh wrote: > > [image: > > > ?ui=

Re: can't inherit gwt maps module

2009-11-15 Thread Stephen Walsh
Brady, If you right-click on your project and select "Properties" you can add an external JAR file. Or better yet, create a new plain folder and put all of your jar files in there. Then you can reference the library. I'm at work and can't send you a screen shot of my setup, but let me know if y