Tuesday, November 19, 2019

Re: Adding maps

I am pretty convinced Mallikarjuna Sarvala's answer doesn't work in 2019
But give it a shot and let us know.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/5d10abe7-3577-4087-85e8-5cd457847d03%40googlegroups.com.

Re: Adding maps

http://www.gwtopenlayers.org/

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/f0ccc899-c098-4d8d-bd94-7a2dcfd4b403%40googlegroups.com.

Re: Adding maps

Source: https://stackoverflow.com/questions/23543415/how-to-add-google-map-for-gwt-into-formpanel

How to add Google map for GWT into FormPanel?

Here is the code.

Simply call below line and the map is added in formPanel.

GoogleMap gMap = GoogleMap.create(formPanel.getElement(), options);

Some more configuration as defined below:

  • gwt.xml:

    <inherits name="com.google.maps.gwt.GoogleMaps" />  <script src="http://maps.google.com/maps/api/js?sensor=false" />
  • gwt-maps.jar in build path of the project.


Sample code:

public void onModuleLoad() {      FormPanel formPanel = new FormPanel();      formPanel.setWidth("500px");      formPanel.setHeight("650px");        RootPanel.get().add(formPanel);        MapOptions options = MapOptions.create();        options.setZoom(6);      options.setMapTypeId(MapTypeId.ROADMAP);      options.setDraggable(true);      options.setMapTypeControl(true);      options.setScaleControl(true);      options.setScrollwheel(true);        GoogleMap gMap = GoogleMap.create(formPanel.getElement(), options);        gMap.setCenter(LatLng.create(58.378679, -2.197266));  }

On Tuesday, 19 November 2019 16:56:29 UTC+5:30, shubhangi agarwal wrote:
I'm trying tp implant google Maps on gwt tab panel. but unfortunately unable to do so. please help

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/80fecec4-20c5-475d-a256-bceed88cb0d3%40googlegroups.com.

Thursday, November 14, 2019

Snail Mail: Indexing Human Work

Slow Ventures Snail Mail

Snail Mail: Indexing Human Work


Thursday, November 14, 2019

Welcome to another edition of Snail Mail! Today we are have a podcast with the Co-Founder & CEO of Otter, Sam Liang, focused on AAI for conversations. 

Got forwarded this and want to subscribe? Go to https://slow.claims. 
🤔 Slow Thinking: Sam Liang (Otter)

Click here for full Otter Audio and Transcript.

At Slow, we do a lot of thinking about how to best integrate humans and machines to optimize the efficiency of a company. Of course, like most things in life, there are trade offs to implementing machines to replace humans but one of the biggest virtues to the substitution is that it is very easy to measure and quantify machines! Conversely, while humans are more effective at less repetitive tasks, they are often hard to measure and thus optimize, organize, and improve. 

Recently, Alex sat down the Co-Founder and CEO of Otter, Sam Liang, to learn more about how Otter is indexing human work. 

Otter is where conversations live. Otter is a simple app that allows users to easily record and auto transcribe conversations. Companies (including Slow) use Otter daily to create detailed notes for meetings, interviews, lectures, pitches, and other conversations that happen every day. With Otter teams can easily collaborate and organize their meeting notes based on speaker, tag, content, etc... it's pretty cool.


Highlights:

0:20 - what is Otter?

3:10 - Otter versus Alexa and Siri.

5:45 - what makes Otter different from other recording and transcribing technologies?


8:23 - being able to generate actionable data from speech is exciting but how does Otter think about privacy?

10:29 - data logging versus data access.


12:32 - outside-the-box use cases.

15:44 - a look into the future. 



If you are interested in learning more about Otter, please check out their website at www.otter.ai
🌮 Food for thought

Want moar? Check us out on:
Facebook, Twitter, Medium or our Website

Signup for Snail Mail Newsletters at  http://slow.claims
Our mailing address is:
1006 Kearny St, San Francisco, CA 94133

Don't Want These Emails?
unsubscribe from this list
 

Donate BTC: 3BJW4B6GGpoQrjeom6RpVtkza3XPw2qjoK
Donate ETH: 0xD7599b3D15805aDF3144676914964e8fff53C925

Wednesday, November 13, 2019

Re: looking for JsInterop information

Hi, 
I am looking for info on how to use JsInterop where arrays [], Lists and other collections are involved.
 
I use a version of the class listed here.

https://vuegwt.github.io/vue-gwt/guide/gwt-integration/js-interop.html#jspropertymap-t 

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/22192b7e-1ccf-483b-8de1-be7f12511c5d%40googlegroups.com.

Tuesday, November 12, 2019

Re: [ANN] (Unofficial) GWT 2.8.2-v20191108 release

No release notes but you can find some info https://gwt-review.googlesource.com/q/status:merged

On Tuesday, November 12, 2019 at 6:26:37 PM UTC, Michael Joyner wrote:
Is there a release notes link?

On 11/10/19 10:19 PM, Peter Donald wrote:
GWT is a development toolkit for building and optimizing complex
browser-based applications. Its goal is to enable productive
development of high-performance web applications without the
developer having to be an expert in browser quirks,
XMLHttpRequest, and JavaScript. It's open-source, completely
free, and used by thousands of developers around the world.

https://github.com/gwtproject/gwt

This is an unofficial release to Maven Central with the groupId
prefixed with "org.realityforge.". The intent is to get the current
version of GWT into more people's hands earlier. Please don't bug
the GWT project. Versions are released on demand.

The one significant difference in the way that it has been packaged
is to release the jsinterop-annotations artifact with the coordinate

org.realityforge.com.google.jsinterop:jsinterop-annotations:jar:2.8.2-v20191108

For most Maven users, it should be sufficient to update your
dependency declarations to something like:

    <dependency>
      <groupId>org.realityforge.com.google.gwt</groupId>
      <artifactId>gwt-user</artifactId>
      <version>2.8.2-v20191108</version>
    </dependency>
    <dependency>
      <groupId>org.realityforge.com.google.gwt</groupId>
      <artifactId>gwt-dev</artifactId>
      <version>2.8.2-v20191108</version>
    </dependency>

Hope this helps,

Peter Donald
--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/CACiKNc69sWBoc%3DsbNjRfNU9jwhMGcD7uRhe4THpXE%3DfBUMypDw%40mail.gmail.com.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/55f26e86-a43d-4c88-b981-21ef59353319%40googlegroups.com.

Re: [ANN] (Unofficial) GWT 2.8.2-v20191108 release

Is there a release notes link?

On 11/10/19 10:19 PM, Peter Donald wrote:
GWT is a development toolkit for building and optimizing complex
browser-based applications. Its goal is to enable productive
development of high-performance web applications without the
developer having to be an expert in browser quirks,
XMLHttpRequest, and JavaScript. It's open-source, completely
free, and used by thousands of developers around the world.

https://github.com/gwtproject/gwt

This is an unofficial release to Maven Central with the groupId
prefixed with "org.realityforge.". The intent is to get the current
version of GWT into more people's hands earlier. Please don't bug
the GWT project. Versions are released on demand.

The one significant difference in the way that it has been packaged
is to release the jsinterop-annotations artifact with the coordinate

org.realityforge.com.google.jsinterop:jsinterop-annotations:jar:2.8.2-v20191108

For most Maven users, it should be sufficient to update your
dependency declarations to something like:

    <dependency>
      <groupId>org.realityforge.com.google.gwt</groupId>
      <artifactId>gwt-user</artifactId>
      <version>2.8.2-v20191108</version>
    </dependency>
    <dependency>
      <groupId>org.realityforge.com.google.gwt</groupId>
      <artifactId>gwt-dev</artifactId>
      <version>2.8.2-v20191108</version>
    </dependency>

Hope this helps,

Peter Donald
--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/CACiKNc69sWBoc%3DsbNjRfNU9jwhMGcD7uRhe4THpXE%3DfBUMypDw%40mail.gmail.com.