I'm fluent in Dutch actually. I have family in the Netherlands and spent
about 13 years there.
Kun jij ook Nederlands spreken?

Groeten
Fred

On Tue, Jul 21, 2009 at 6:19 AM, David <[email protected]> wrote:

>
> Fred,
>
> Do you speak Dutch or is it Google translate doing its job ?
>
> David
>
> On Tue, Jul 21, 2009 at 1:14 AM, Fred Sauer<[email protected]> wrote:
> > Thomas,
> > That's pretty cool. Ook leuk om iets in 't Nederlands te zien.
> > Have you listed your game in the App Gallery yet?
> >  http://gwtgallery.appspot.com/
> > Thanks for the suggestion for a global function to stop playing sounds.
> That
> > seems pretty useful. Would you mind proposing it here?
> >   http://code.google.com/p/gwt-voices/issues/list
> > Thanks
> > Fred
> >
> > On Sat, Jul 18, 2009 at 5:10 AM, twdarkflame <[email protected]>
> wrote:
> >>
> >> Id use these libuarys a lot in a online adventure game engine under
> >> development (beta version here;
> >> http://www.cuyperscode.nl/CuypersCode2_betatest/CCIIstart.html
> >> (an educational game being developed with it, but the engine will be
> >> used for a lot more).
> >>
> >> You can see DnD used for the inventory and sound used all over the
> >> place.
> >> These libs are fantastic and have been much help.
> >> I'll be updateing to 1.7 now :)
> >>
> >> As for specific features, theres nothing really else I need.
> >> I guess a "global stop/disable" for sounds might be usefull though.
> >>
> >> -Thomas Wrobel
> >>
> >>
> >> On Jul 16, 4:08 am, Fred Sauer <[email protected]> wrote:
> >> > Hi
> >> > With GWT 1.7.0 out the door I thought it would be a good time to
> provide
> >> > an
> >> > update for gwt-dnd, gwt-log and gwt-voices. GWT 1.7 adds a new user
> >> > agent
> >> > deferred binding property value 'ie8' which is a breaking change for
> any
> >> > project using user agent based deferred binding. To accommodate the
> new
> >> > value all three libraries have a new version available for download.
> >> > Links
> >> > and additional details for the three projects can be found below.
> >> >
> >> > Before I talk about what's new for each of these projects though I'd
> >> > like to
> >> > take a moment to reach out and thank everyone who reported a bug,
> >> > submitted
> >> > a feature request or contributed a patch. It's really amazing how the
> >> > efforts of individuals can be compounded for the benefit of all the
> >> > developers in the community using these libraries and ultimately all
> the
> >> > users of their apps. Thank you!
> >> >
> >> > While I have your attention, I'd like to express my interest in
> hearing
> >> > more
> >> > about how you are using these libraries in your web applications, what
> >> > features you appreciate the most and which ones you think could use
> some
> >> > improvement. In particular, I'm interested in how you might be using
> >> > these
> >> > libraries in team settings or in more complex development scenarios.
> It
> >> > could be that you or one of your colleagues has built a library or
> >> > higher
> >> > level API on top of one of gwt-dnd, gwt-log or gwt-voices. Or that you
> >> > collaborate with a group of developers on an enterprise application
> >> > which
> >> > has specific needs and requirements which aren't typically found in
> >> > smaller
> >> > application. Please send me an email. I'd very much like to hear what
> >> > you're
> >> > working on. I'm also interested in hearing about the apps you didn't
> >> > build
> >> > or couldn't convince your co-workers to build. Perhaps you're an avid
> >> > GWT
> >> > developer at nights and on the weekends, but you can't convince the
> rest
> >> > of
> >> > your team at work to take GWT for dry run.
> >> >
> >> > On to release notes:
> >> >
> >> > In each case, be sure to check the Compatibility Matrix (see links
> >> > below) so
> >> > that you're using the correct one wirth your version of GWT.
> >> >
> >> > *gwt-dnd-2.6.5.jar* - Drag-and-drop in the web browser
> >> >
> >> > A notable recent change is the now automatic scrolling into view
> during
> >> > dragging. This should make dragging in the context of scrollbars a lot
> >> > easier for your users. More exciting features can be found in trunk.
> >> >
> >> >    - Demo site -
> >> >
> >> >
> http://allen-sauer.com/com.allen_sauer.gwt.dnd.demo.DragDropDemo/Drag...
> >> >    - Main project page -http://code.google.com/p/gwt-dnd/
> >> >    - Release notes -
> http://code.google.com/p/gwt-dnd/wiki/ReleaseNotes
> >> >    - Getting Started Guide -
> >> >    http://code.google.com/p/gwt-dnd/wiki/GettingStarted(includes
> >> >    compatibility matrix)
> >> >    - Downloads -http://code.google.com/p/gwt-dnd/downloads/list
> >> >    - Building from trunk -
> >> >    http://code.google.com/p/gwt-dnd/wiki/UsingSourceWithEclipse
> >> >
> >> > *gwt-log-2.6.2.jar* - Client side logging with a very large number of
> >> > features
> >> >
> >> > Recent changes include a fix for those of you trying to use gwt-log
> >> > inside
> >> > of GWTTestCase. More exciting features can be found in trunk.
> >> >
> >> >    - Demo site -
> >> >
> >> >
> http://allen-sauer.com/com.allen_sauer.gwt.log.demo.LogDemo/LogDemo.html
> >> >    - Main project page -http://code.google.com/p/gwt-log/
> >> >    - Release notes -
> http://code.google.com/p/gwt-log/wiki/ReleaseNotes
> >> >    - Getting Started Guide -
> >> >    http://code.google.com/p/gwt-log/wiki/GettingStarted(includes
> >> >    compatibility matrix)
> >> >    - Downloads -http://code.google.com/p/gwt-log/downloads/list
> >> >    - Building from trunk -
> >> >    http://code.google.com/p/gwt-log/wiki/UsingSourceWithEclipse
> >> >
> >> > *gwt-voices-1.6.0.jar* - Cross platform browser sound support
> >> >
> >> > Recent change to allow streaming MP3 sounds to be replayed after
> >> > sound.stop() has been called. More exciting features can be found in
> >> > trunk.
> >> >
> >> >    - Demo site -
> >> >
> >> >
> http://allen-sauer.com/com.allen_sauer.gwt.voices.demo.VoicesDemo/Voi...
> >> >    - Main project page -http://code.google.com/p/gwt-voices/
> >> >    - Release notes
> >> > -http://code.google.com/p/gwt-voices/wiki/ReleaseNotes
> >> >    - Getting Started Guide -
> >> >    http://code.google.com/p/gwt-voices/wiki/GettingStarted(includes
> >> >    compatibility matrix)
> >> >    - Downloads -http://code.google.com/p/gwt-voices/downloads/list
> >> >    - Building from trunk -
> >> >    http://code.google.com/p/gwt-voices/wiki/UsingSourceWithEclipse
> >> >
> >> > Thanks--
> >> > Fred Sauer
> >> > Developer Advocate
> >> > Google Inc. 1600 Amphitheatre Parkway
> >> > Mountain View, CA 94043
> >> > [email protected]
> >>
> >
> >
> >
> > --
> > Fred Sauer
> > Developer Advocate
> > Google Inc.
> > 1600 Amphitheatre Parkway
> > Mountain View, CA 94043
> > [email protected]
> >
> >
> >
> > >
> >
>
> >
>


-- 
Fred Sauer
Developer Advocate
Google Inc. 1600 Amphitheatre Parkway
Mountain View, CA 94043
[email protected]

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to