Re: Debugging is terribly slow

2012-06-19 Thread Boris Brudnoy
Yes, the larger the application the more resources Development Mode consumes. I often rely on self-reviewing code and wind up compiling the application to test features. Unit testing is your friend as well, reducing reliance on the debugging functionality of Dev Mode. In one of my non-trivial

Re: GWT and RequestFactory

2012-07-03 Thread Boris Brudnoy
This was recently discussed in this GWT Group post.https://groups.google.com/forum/?fromgroups#!topic/google-web-toolkit/NStp5K8Ej2o On Tuesday, July 3, 2012 6:18:09 AM UTC-4, nessrinovitta wrote: Hello everyone ! Does the RequestFactory API allow us to build Web Services with the REST

Re: Consumer site using GWT/GAE

2012-09-21 Thread Boris Brudnoy
Michael, the app looks really great. Have you considered registering it in the GWT Reference List http://gwtreferencelist.appspot.com/? On Wednesday, September 19, 2012 12:48:27 PM UTC-4, mpowers wrote: All, As an example of a consumer-facing GWT deployment, Hotelme.com just went to

Here we go again ... Firefox 20

2013-04-04 Thread Boris Brudnoy
Hi there, Today the Firefox browser prompted me with the next recommended upgrade, version 20, and told me that the GWT Dev Mode plugin would be clobbered. I haven't seen anyone else post about FF20 and so hopefully this'll be the post to follow update once the GWT team publishes the

Re: Here we go again ... Firefox 20

2013-04-04 Thread Boris Brudnoy
Awesome, thank you. My folly was not checking the Add-ons page before trying the upgrade. (Arguably Firefox could introduce some sort of a prompt that there are new plugin versions available and offer to restart Firefox, which I haven't done in a while). Boris Brudnoy Founder and Web App

Re: Textfield with delete text image combined in GWT

2013-07-26 Thread Boris Brudnoy
David, just tackled this recently. Here's a snippet that removes the Clear pseudo-element: .searchBox::-ms-clear { display: none; } The salient discovery here was that of Microsoft's pseudo-elementshttp://msdn.microsoft.com/en-us/library/windows/apps/hh767361.aspx . BORIS

Re: how to make a shell panel with a blinking cursor?

2013-07-26 Thread Boris Brudnoy
Set the contenteditablehttps://developer.mozilla.org/en-US/docs/Web/HTML/Content_Editableattribute of a panel/div to true? BORIS BRUDNOY Web Software Developer (Careers 2.0http://careers.stackoverflow.com/brudnoy , LinkedIn http://ca.linkedin.com/in/borisbrudnoy) Founder and Application

Re: (very) small typo in online documentation

2013-07-29 Thread Boris Brudnoy
I just did: https://gwt-review.googlesource.com/#/c/3900/ BORIS BRUDNOY Web Software Developer (Careers 2.0http://careers.stackoverflow.com/brudnoy , LinkedIn http://ca.linkedin.com/in/borisbrudnoy) Founder and Application Architect, Healthometry.comhttp://www.healthometry.com/ On Mon, Jul 29

Re: how to control height of dialogbox

2013-10-05 Thread Boris Brudnoy
Have you tried wrapping your grid in a ScrollPanel? On Oct 5, 2013 8:40 AM, J.Ganesan j.gane...@datastoregwt.com wrote: Hi, I have a dialogbox, which contains a grid. The gird has about 500 rows. The dialogbox becomes very long and goes beneath the screen. I need to show the grid inside a

ClassNotFoundException: com.google.gwt.dev.util.Preconditions when compiling with 2.6.0 RC1

2013-11-13 Thread Boris Brudnoy
I'm getting this compiler error when building a GWT project using the recently downloaded gwt-2.6.0-rc1: [ERROR] An internal compiler exception occurred com.google.gwt.dev.jjs.InternalCompilerException: Unexpected error during visit. at

Re: ClassNotFoundException: com.google.gwt.dev.util.Preconditions when compiling with 2.6.0 RC1

2013-11-13 Thread Boris Brudnoy
:18 PM UTC+1, Boris Brudnoy wrote: I'm getting this compiler error when building a GWT project using the recently downloaded gwt-2.6.0-rc1: [ERROR] An internal compiler exception occurred com.google.gwt.dev.jjs.InternalCompilerException: Unexpected error during visit

Re: Any GWT.create videos available?

2013-12-19 Thread Boris Brudnoy
Videos will be available in January, according to GWT.create organizers. They propose following @gwtcreate or @vaadin on Twitter to know exactly when. BORIS BRUDNOY Web Software Developer (Careers 2.0http://careers.stackoverflow.com/brudnoy , LinkedIn http://ca.linkedin.com/in/borisbrudnoy

Re: Introducing GWT-Tour 0.1

2014-01-16 Thread Boris Brudnoy
That's pretty awesome. Why not post it on the G+ community page? BORIS BRUDNOY Java/GWT Web Software Developer (LinkedInhttp://ca.linkedin.com/in/borisbrudnoy , Careers 2.0 http://careers.stackoverflow.com/brudnoy) On Thu, Jan 16, 2014 at 3:18 PM, Alain Ekambi jazzmatad...@gmail.comwrote: Thx

Re: GWT and Material Design

2015-04-09 Thread Boris Brudnoy
Mark, Thanks for this. It'd be great if on GitHub you: 1. Provided link to the demo site 2. Stated the license under which the code is released. On Friday, March 13, 2015 at 12:21:37 AM UTC-4, mark kevin ringor wrote: Hi to all, Just have a time to migrate the source code to GitHub today

Re: Use HAML instead of ui.xml

2015-10-22 Thread Boris Brudnoy
The Errai framework (http://erraiframework.org/) has HTML5 templates. *BORIS BRUDNOY* Web Application Developer, Java/GWT Enthusiast (LinkedIn <http://ca.linkedin.com/in/borisbrudnoy>) On Thu, Oct 22, 2015 at 2:20 PM, Joel Schaal <joel.sch...@dental-wings.com> wrote:

Re: GWT Plugin For Eclipse; Ubuntu 64-Bit; XULRunner Issue

2016-01-02 Thread Boris Brudnoy
hanks, >>> >>> KGD >>> >> -- > 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+unsubscr...@go

Re: Dynamic CANVAS into dataGrid Cell?

2016-05-28 Thread Boris Brudnoy
oogle-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 options, visit https://groups.google.com/d/optout. > -- *BORIS BRUDNOY* Web

Re: GWT 2.7 retrieving input parameter from calling URL

2016-01-23 Thread Boris Brudnoy
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 options, visit https://groups.google.com/d/optout. > -- *BORIS BRUDNOY* Web Application Developer, Java/GWT Enthusiast (Li

Re: Device Type

2016-03-04 Thread Boris Brudnoy
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 options, visit https://groups.google.com/d/optout. > -- *BO

Re: GWT vs AngularJS

2016-03-03 Thread Boris Brudnoy
JS code as an app written purely in JS. A hello world example might indicate that GWT produces JS bloat but a real world app would probably belie conclusions from such an example. > > On Thursday, March 3, 2016 at 9:38:57 AM UTC-7, Boris Brudnoy wrote: >> >> On Wed, Mar 2

Re: GWT vs AngularJS

2016-03-03 Thread Boris Brudnoy
pot.ca/2013/12/new-google-sheets-faster-more-powerful.html> or Inbox <https://drive.google.com/a/vaadin.com/file/d/0B3ktS-w9vr8IS2ZwQkw3WVRVeXc/view>, Google's next generation email app? Both started relatively recently and are long term projects. Surely Google leads by exam

NoClassDefFoundError (HttpSessionIdListener) when launching SDM, after switching from gwt-2.8.0-beta1 to rc2

2016-08-15 Thread Boris Brudnoy
Hello all, After switching GWT version from '2.8.0-beta1' to '2.8.0-rc2' in my Maven project's pom.xml, launching code server by running `gwt:codeserver` started to fail: [ERROR] Failed to execute goal net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-4:codeserver (default-cli) With this

Re: NoClassDefFoundError (HttpSessionIdListener) when launching SDM, after switching from gwt-2.8.0-beta1 to rc2

2016-08-16 Thread Boris Brudnoy
> 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 options, visit https://groups.google.com/d/optout. > -- *BORIS BRUD

Re: NoClassDefFoundError (HttpSessionIdListener) when launching SDM, after switching from gwt-2.8.0-beta1 to rc2

2016-08-16 Thread Boris Brudnoy
oogle.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. > -- *BORIS BRUDNOY* Web Application Developer, Java/GWT Enthusiast (LinkedIn <http://ca.linkedin.com/in/borisbrudnoy>) -- You received this message because you are subscribed to the Goo

Re: Can't put breakpoints on specific lines in chrome

2017-04-17 Thread Boris Brudnoy
oups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. > -- *BORIS BRUDNOY* Web Application Developer, Java/GWT Enthusiast (LinkedIn <http://ca.linkedin.com/in/borisbrudnoy>) -- You received this message because you are subscribed to the Google Gro

Re: GWT/Maven development cycle takes much too long

2017-04-18 Thread Boris Brudnoy
To unsubscribe from this group and stop receiving emails from it, 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. >

Re: Scavenging sessions at

2017-05-09 Thread Boris Brudnoy
roup at https://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. > -- *BORIS BRUDNOY* Web Application Developer, Java/GWT Enthusiast (LinkedIn <http://ca.linkedin.com/in/borisbrudnoy>) -- You received this message because you are subscribed

Re: Just saying thanks

2020-10-19 Thread Boris Brudnoy
tps://groups.google.com/d/msgid/google-web-toolkit/63a54346-f3fd-45b9-86d9-c1fe3ef9298dn%40googlegroups.com > <https://groups.google.com/d/msgid/google-web-toolkit/63a54346-f3fd-45b9-86d9-c1fe3ef9298dn%40googlegroups.com?utm_medium=email_source=footer> > . > -- *BORIS BRUDNOY* Web

Re: Can I create GWT Widget in javascript code?

2021-03-02 Thread Boris Brudnoy
Would vue-gwt (https://github.com/VueGWT/vue-gwt) help your scenario? *Boris Brudnoy* Web Software Engineer | LinkedIn <http://www.linkedin.com/in/borisbrudnoy> | StackOverflow <https://stackoverflow.com/users/282176/boris-brudnoy> I created RecipeLot.com, a companion for culinary

Re: Is it possible vue-gwt + vuetify ?

2021-08-16 Thread Boris Brudnoy
I'm actually currently looking into that very combination - using Vuetify in a GWT app via vue-gwt. I haven't reached anything methodically applicable to report here yet. On Monday, August 16, 2021 at 3:46:59 AM UTC-4 pavel@gmail.com wrote: > Hi, > > Does someone have experience with

[gwt-contrib] Questions remain for the GWT.create Steering Committee members

2013-12-17 Thread Boris Brudnoy
Hello, The closing session of the GWT.create 2013 US saw a panel of the GWT Steering Committee members answer attendee questions. It so happened that the issue of the changing debugging tools hijacked (most of) the conversation but there were plenty more good questions the attendees entered

Re: [gwt-contrib] Quarterly Hangouts On Air

2014-01-26 Thread Boris Brudnoy
questions there. Perhaps, should your idea catch on, for the first QA we could add more questions to that Moderator instead of setting up a new one? Boris BORIS BRUDNOY Java/GWT Web Software Developer (LinkedInhttp://ca.linkedin.com/in/borisbrudnoy , Careers 2.0 http://careers.stackoverflow.com/brudnoy

Re: [gwt-contrib] Re: A possible JsInterop issue in GWT 2.8 RC2

2016-08-21 Thread Boris Brudnoy
741e24%40googlegroups.com > <https://groups.google.com/d/msgid/google-web-toolkit-contributors/3f124c9c-f38b-413b-91c9-ab1c0c741e24%40googlegroups.com?utm_medium=email_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- *BORIS BRUDNOY* Web Application D

[gwt-contrib] A possible JsInterop issue in GWT 2.8 RC2

2016-08-19 Thread Boris Brudnoy
Hello all, I was tripped yesterday by a discrepancy in JsType field treatment between beta1 and rc2 releases, so I made a small Maven project reproducing it: https://github.com/bbrudnoy/jsinterop-test. The problem is as follows: given a simple JsType-annotated class, HelloWorld

Re: [gwt-contrib] Re: A possible JsInterop issue in GWT 2.8 RC2

2016-08-22 Thread Boris Brudnoy
oups.google.com/d/msgid/google-web-toolkit-contributors/6ea6ad27-695d-4eec-8e0c-c2a49be9a422%40googlegroups.com > <https://groups.google.com/d/msgid/google-web-toolkit-contributors/6ea6ad27-695d-4eec-8e0c-c2a49be9a422%40googlegroups.com?utm_medium=email_source=footer> > . > For more opti

Re: [gwt-contrib] Last call for GWT 2.8.2 patches, and testers needed!

2017-10-03 Thread Boris Brudnoy
t; > . > For more options, visit https://groups.google.com/d/optout. > -- *BORIS BRUDNOY* Web Application Developer, Java/GWT Enthusiast (LinkedIn <http://ca.linkedin.com/in/borisbrudnoy>) -- You received this message because you are subscribed to the Google Groups "GWT Cont

[gwt-contrib] Re: Testing for GWT 2.10.0 release

2022-05-20 Thread Boris Brudnoy
I'll test. I'm on macOS Monterey 12.3.1. Can do whichever JVMs / browsers run on macOS, which AFAICT is everything but IE11. On Thursday, May 19, 2022 at 11:34:31 PM UTC-4 nilo...@gmail.com wrote: > Hello all, > > All of the preliminary testing that I'm aware of for the upcoming release > is