Re: Unable to install GWT Developer Plugin (ver 1.0.11357) on Chrome 48

2016-02-01 Thread Jonathon Lamon
more options, visit https://groups.google.com/d/optout. > -- Jonathon Lamon Chief Software Engineer Perceptronics Solutions Inc. Tel 703-485-2922 Cell 269-205-4649 www.percsolutions.com -- You received this message because you are subscribed to the Google Groups "GWT Users" gro

Re: GWT, Firefox, and focusout

2016-04-26 Thread Jonathon Lamon
> To unsubscribe from this group and all its topics, send an email to > google-web-toolkit+unsubscr...@googlegroups.com. > To post to this group, send email to google-web-toolkit@googlegroups.com. > Visit this group at https://groups.google.com/group/google-web-toolkit. > For more op

Re: Update conversation by displaying new messages when they are sent

2016-09-21 Thread Jonathon Lamon
Users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/google-web-toolkit/zsyG1NKf2p8/unsubscribe > . > To unsubscribe from this group and all its topics, send an email to > google-web-toolkit+unsubscr...@googlegroups.com. > To post to this group,

Re: GWTBridgeImpl throws com.google.gwt.core.ext.UnableToCompleteException exception

2014-01-14 Thread Jonathon Lamon
mpilations of the file and corruption in the gwtUnitCache. For debugging, to prevent that kind of thing, you might look at running in super-dev mode. Jonathon Lamon Principal Software Engineer Perceptronics Solutions Inc. Tel 703-485-2922 Cell 269-205-4649 www.percsolutions.com On Mon, Jan 13, 20

Re: GPE Preview Build Testing

2014-10-21 Thread Jonathon Lamon
king point for some time, but now if switching between super and classic devmodes via the plugin, it might be a bigger annoyance and being able to run a clean and maybe be prompted to do so by the plugin when making the switch would add a bit of polish to the plugin. Jonathon Lamon Principl

Re: GPE Preview Build Testing

2014-10-21 Thread Jonathon Lamon
On Tue, Oct 21, 2014 at 12:01 PM, Brandon Donnelson wrote: > Thanks for the feedback and testing. > > On Tuesday, October 21, 2014 10:40:30 AM UTC-7, jonl wrote: >> >> Two comments, >> >> First, the plugin show's an error if the included .gwt.xml Module file >> does not have the in the module fi

Re: Modify the property of an object via Deferred Binding

2014-10-27 Thread Jonathon Lamon
that if both you and I wanted to set the property on a rebound object, we both wouldn't have to override the class in the same manner in order to do so. Jonathon Lamon Principle Software Engineer Perceptronics Solutions Inc. Tel 703-485-2922 Cell 269-205-4649 www.percsolutions.com On Mon,

Re: Modify the property of an object via Deferred Binding

2014-10-28 Thread Jonathon Lamon
eady something in place that I was missing. Jonathon Lamon Principle Software Engineer Perceptronics Solutions Inc. Tel 703-485-2922 Cell 269-205-4649 www.percsolutions.com On Mon, Oct 27, 2014 at 6:29 PM, Jens wrote: > The reason is that you aren't really creating a new implementation of

Re: Copying SDM's output to Phonegap's www directory for easier phone development?

2014-11-13 Thread Jonathon Lamon
erver instead. Jonathon Lamon Principle Software Engineer Perceptronics Solutions Inc. Tel 703-485-2922 Cell 269-205-4649 www.percsolutions.com On Thu, Nov 13, 2014 at 9:36 AM, Ali Akhtar wrote: > Thanks a lot Jonl, that -workDir flag is perfect. > > > instead of pushing the updated cod

Re: Copying SDM's output to Phonegap's www directory for easier phone development?

2014-11-13 Thread Jonathon Lamon
you can specify the user.agent in the GWT settings for your module.gwt.xml: http://www.gwtproject.org/doc/latest/FAQ_DebuggingAndCompiling.html#Can_I_speed_up_the_GWT_compiler ? You can also specify to limit the permutations. Jonathon Lamon Principle Software Engineer Perceptronics Solutions

Re: Copying SDM's output to Phonegap's www directory for easier phone development?

2014-11-13 Thread Jonathon Lamon
let. Also, consider that "user.agent" in GWT does not necessarily equal the browser user agent. Each user.agent may support multiple browsers. Look up com.google.gwt.user.UserAgent.gwt.xml, for possible user.agent values. Jonathon Lamon Principle Software Engineer Perceptronics Solutio

Re: GWT: Decoupling Client code dependency in Server Code

2014-12-18 Thread Jonathon Lamon
concerns, if the objects in question are not dependent upon GWT in any fashion, create a straight Java Project for them where GWT is not on the classpath and generate an independent jar for that project that you then include at run/compile time. Jonathon Lamon Principle Software Engineer P

Re: GWT vs js performance: Collections and Strings

2015-05-06 Thread Jonathon Lamon
Why would that be weird for there to be a difference? The more loops you have, the more computation time. Your java version is doing 256 additional iterations. On Wed, May 6, 2015 at 11:34 AM, Vassilis Virvilis wrote: > Personal preference I guess... > > It looks more correct to me to have the