On Mon, Jan 9, 2012 at 3:23 PM,  <google-web-toolkit@googlegroups.com> wrote:
>   Today's Topic Summary
>
> Group: http://groups.google.com/group/google-web-toolkit/topics
>
> loading an image [1 Update]
> Problems with PlaceChangeRequestEvent.setWarning [4 Updates]
> GWT Developer Plugin for Firefox 9 [1 Update]
> AsyncProxy and ActivityMapper [4 Updates]
> Charting Tool for GWT [3 Updates]
> New gwt-cal 0.9.3 version released [3 Updates]
> GWT communication with REST [1 Update]
> Error - files not found [2 Updates]
> Basic error with package organization [2 Updates]
> A new-comer nightmare, the learning curve and best-practices [2 Updates]
> GWT RPC Between Servers [1 Update]
> How to use doPost method in Formpanel submit button. How to map that servlet
> in web.xml. [1 Update]
> layout panel problem, invisible panels [1 Update]
>
>  loading an image
>
> tanteanni <tantea...@hotmail.com> Jan 09 04:40AM -0800
>
> i try to get an image displayed that is retrieved from an url. my first
> (false) attempt was not respecting the asynchronous behavior so it only
> worked in hosted mode:
> "
> Image image = new ...more
>
>  Problems with PlaceChangeRequestEvent.setWarning
>
> "R.K.P. Pisters" <r.k.p.pist...@gmail.com> Jan 09 03:24AM -0800
>
> Just in case somebody else runs into this problem as well, let me, for
> completeness' sake, add that you do need to prevent the anchor's
> default action by calling event.preventDefault() in your ...more
>
> Jens <jens.nehlme...@gmail.com> Jan 09 03:31AM -0800
>
> Hehe yeah there is an issue for it on the issue tracker. I have used GWT's
> super source feature to replace GWT's Anchor with a fixed version that does
> call event.preventDefault() by default for ...more
>
> Thomas Broyer <t.bro...@gmail.com> Jan 09 04:06AM -0800
>
> Why the hell would you want to use an <a href="javascript:;"> ?! If it's
> not a link, use a Label or InlineLabel instead (or a Button), and if it's a
> link, then give it a proper href=""! ...more
>
> Jens <jens.nehlme...@gmail.com> Jan 09 04:38AM -0800
>
> Why the hell would I want to use a Button and restyle it to an anchor if
> GWT already provides an Anchor class with the correct style and which has
> three constructors which state they can be used ...more
>
>  GWT Developer Plugin for Firefox 9
>
> johnrellis <john.d.rel...@gmail.com> Jan 09 03:46AM -0800
>
> Cheers.
>
> ...more
>
>  AsyncProxy and ActivityMapper
>
> kretel <krzysztof.re...@gmail.com> Jan 09 02:04AM -0800
>
> Patrick,
>
> Thanks for the link.
> I was more after using GWT AsyncProxy together with Gin (possibly injected
> to the AppActivityMapper).
> How could that work than?
>
> Kris.
> ...more
>
> Jens <jens.nehlme...@gmail.com> Jan 09 02:30AM -0800
>
> I simply do (note that I have a custom AbstractActivity class that contains
> a setPlace method to tell the activity which place to use):
>
> public class MainActivityMapper implements ActivityMapper { ...more
>
> kretel <krzysztof.re...@gmail.com> Jan 09 02:50AM -0800
>
> Jens,
>
> Thanks for the code. Do you also bind the Provider for you Activity Mapper?
>
> Kris
> ...more
>
> Jens <jens.nehlme...@gmail.com> Jan 09 03:14AM -0800
>
> No the code I have posted is all I have done.
>
> Provider and AsyncProvider (used by AsyncActivityProxy) are both used for
> providing concrete classes (e.g. AsyncActivityProxy, Activity1, etc.). If
> ...more
>
>  Charting Tool for GWT
>
> Jim Douglas <jdou...@basis.com> Jan 08 10:35AM -0800
>
> Not sure if this would work for you, but I use JFreeChart (server-
> based, obviously), and push the rendered PNG over to the client as
> needed.
>
> ...more
>
> "Aidan O'Kelly" <aida...@gmail.com> Jan 08 07:06PM
>
> There is GChart, written in GWT:
> http://code.google.com/p/clientsidegchart/
>
> There is also a GWT wrapper for the javascript library Highcharts (
> http://www.highcharts.com/) ...more
>
> Rob <rob.fergu...@uptick.com.au> Jan 08 11:10PM -0800
>
> Hi,
>
> Highcharts is easy to use.
>
> There is a GWT wrapper:
>
> -> http://www.moxiegroup.com/moxieapps/gwt-highcharts/
>
> and a smartGWT demo:
>
> -> http://gwt-cx.com/serendipity/Serendipity.html
> ...more
>
>  New gwt-cal 0.9.3 version released
>
> ctasada <ctas...@gmail.com> Jan 08 07:42AM -0800
>
> The link I provided was only for the Release Notes. If you want to
> download it, you will find it in:
> http://gwt-cal.googlecode.com/files/gwt-cal-0.9.3.jar
>
> Regards.
>
> ...more
>
> Juan Pablo Gardella <gardellajuanpa...@gmail.com> Jan 08 03:21PM -0300
>
> Thanks for share it!!! Great work
>
> ...more
>
> "Z.A Jafari" <zjaff...@gmail.com> Jan 09 06:55AM +0330
>
> cheers!!
>
> ...more
>
>  GWT communication with REST
>
> "sonyt...@gmail.com" <sonyt...@gmail.com> Jan 09 08:05AM +0800
>
> Hi,
> I am very new to GWT. I am trying to learn how i can communicate using REST
> instead of RPC .
>
> I am planning to use spring mvc as model view controller and REST API .
> Any body have any sample ...more
>
>  Error - files not found
>
> Diego Bigliani Solamito <diegosolam...@gmail.com> Jan 08 04:39PM -0200
>
> Hello.
>
> I have a basic issue that I just can't understand!
>
> In my first GWT project I put the sources under the packages as you can
> see in the picture attached.
> And then, when I run the ...more
>
> Juan Pablo Gardella <gardellajuanpa...@gmail.com> Jan 08 09:09PM -0300
>
> Hi,
>
> Is a common error, you don't have
> trilhadosW.server.Business.dadosMestres.TipoLocal sources in classpath
> and/or is don't configure where find it with *sources *tag in XML module
> file.
> ...more
>
>  Basic error with package organization
>
> Yogurt <diegosolam...@gmail.com> Jan 08 10:12AM -0800
>
> Hello,
>
> i'm starting my first project in GWT and i'm facing a basic issue.
> I put my files under the packages like the picture i've send.
>
> And I'm getting the following error:
> ...more
>
> Thomas Broyer <t.bro...@gmail.com> Jan 08 02:19PM -0800
>
> You have some client code (probably in trilhadosW.client or
> trilhadosW.shared) that references server code. Either break that
> dependency, or move the TipoLocal class into trilhadosW.client or ...more
>
>  A new-comer nightmare, the learning curve and best-practices
>
> Caoilte <caoi...@gmail.com> Jan 08 09:52AM -0800
>
> Hi,
> I'm just starting out on a similar project and am feeling exactly the
> same way.
>
> Should I use gwt platform or Activity/Places?
> (I think I've decided on gwt platform because there are good ...more
>
> Thomas Broyer <t.bro...@gmail.com> Jan 08 02:17PM -0800
>
> On Sunday, January 8, 2012 6:52:41 PM UTC+1, Caoilte wrote:
>
>> Should I use gwt platform or Activity/Places?
>> (I think I've decided on gwt platform because there are good examples
>> ...more
>
>  GWT RPC Between Servers
>
> Evan Ruff <evan.r...@gmail.com> Jan 08 01:32PM -0800
>
> Hey guys,
>
> I have an AppEngine Application and a number of EC2 instances doing heavy
> lifting. I'd like to use GWT's RPC mechanism to communicate between these
> two servers and leverage my ...more
>
>  How to use doPost method in Formpanel submit button. How to map that
> servlet in web.xml.
>
> "pandy .k" <pandy.k0...@gmail.com> Jan 08 11:15AM -0800
>
> hi, i need one help... i am using eclipse helios.. Google app
> engin ... i am developing one project. now i am stuck a problem.
> that's ... how to use FormPanel in GWT. at same time how to map that ...more
>
>  layout panel problem, invisible panels
>
> "Aidan O'Kelly" <aida...@gmail.com> Jan 08 05:11PM
>
> Actually, just noticed..
> ResizeLayoutPanel<http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/client/ui/ResizeLayoutPanel.html>
> looks
> to do exactly what you want. ...more
>
> You received this message because you are subscribed to the Google Group
> google-web-toolkit.
> You can post via email.
> To unsubscribe from this group, send an empty message.
> For more options, visit this group.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to