Deobfuscated stack trace message and line-specific stack traces

2018-11-05 Thread brad
rties, etc.). This is particularly for debugging a deployed application, not locally using super dev mode. Thanks, Brad -- 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-

Canvas, KeyEvents and IE

2015-08-20 Thread Brad Grier
? Thanks in advance, Brad -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. 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

Re: Overuse of AssumedStale Issue Tag

2013-06-03 Thread brad
Stale implies that these bugs no longer exist, ASSUMESTALE I suppose means that whoever is closing the bug doesn't even care enough to check to see if the bug exists or not, but presumes that it doesn't. Since I've seen very few bugs fix themselves I have no idea where this presumption comes

Is it possible to use images in the new UIBinder cell rendering feature?

2012-07-16 Thread Brad Leupen
Hey there, I'm experimenting with the new 2.5 UIBinder Cell Rendering functionality. So far it's working well except that i can't see a non-sprite way to use images in my template. Am i missing something? Thanks! Brad -- You received this message because you are subscribed to the Google

Adding a DockLayoutPanel to a FlowPanel?

2012-06-04 Thread Brad Larson
, are there any other good methods to have a widget expand vertically? I played around with adding a resize listener to a standard widget, and that worked OK, but the DockLayoutPanel is so much cleaner... Thank you in advance for any discussion and suggestions. Brad -- You received this message because you

Re: UIBinder: Overriding obfuscated CSS styleNames

2012-04-27 Thread Brad Leupen
Ah, interesting idea! Thanks for the response. I'll try that this evening and report back. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

UIBinder: Overriding obfuscated CSS styleNames

2012-04-26 Thread Brad Leupen
Hello! I've got a couple of uibinder-built widgets that use inline css. The first is a custom toggle button that looks something like this: class ToggleButton { interface Style extends CssResource { public String down(); } @UiField Style style; @UiField

Re: Best practices for security with GWT RPC

2011-10-01 Thread brad
First I would just say that it isn't really security on the client side. It is a purely aesthetic issue. You have to assume that the client side can see anything they want, unless you are conditionally loading UI code from the server side. The latter isn't terribly performant. So what you are

Re: What was Direct-Eval RPC, and why didn't it work ?

2011-09-27 Thread brad
It had a dependency on the Sun JVM (specifically it used sun.misc.Unsafe) There were some plans for a workaround, but for whatever reason TPTB decided to work on RequstFactory instead. You can get the same speed advantages with RF but there is a whole lot more boilerplate code needed (which in

Re: GWT 2.4 Validation Tool not picking up @ExtraTypes on superclasses

2011-09-15 Thread Brad Leupen
Thanks for all of the replies. I have had some time to dig into this a little more. Long story short, the ValidationTool finds inherited @ExtraTypes when run on its own from the command line but does not when run as an automated annotation processor. I think it might have something to do with the

No source code is available for type com.google.web.bindery.requestfactory.vm.impl.Deobfuscator.Builder; did you forget to inherit a required module?

2011-09-08 Thread Brad Leupen
/ CoreRequestFactoryDeobfuscatorBuilder.java' No source code is available for type com.google.web.bindery.requestfactory.vm.impl.Deobfuscator.Builder; did you forget to inherit a required module? It's not clear to me what module (if any) I must inherit. Has anyone else seen this? Thanks, Brad

Re: No source code is available for type com.google.web.bindery.requestfactory.vm.impl.Deobfuscator.Builder; did you forget to inherit a required module?

2011-09-08 Thread Brad Leupen
I just wasted an hour on this. Turns out you no longer compile GWT 2.4 with the -strict option if you use request factory. Come on guys. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

GWT 2.4 Validation Tool not picking up @ExtraTypes on superclasses

2011-09-08 Thread Brad Leupen
-based library that is broken out into various modules. Clients of my library can pick and choose which modules to include by creating a request factory interface which extends RF interfaces of the dependent modules. This was cleanest way i could find to compartmentalize all the @ExtraType's. Brad

Re: GWT 2.4 Validation Tool not picking up @ExtraTypes on superclasses

2011-09-08 Thread Brad Leupen
Hey Thomas, Thanks for the reply. I think I actually tried that at one point on the RC and ran into a stack overflow. Regardless, the design still wont really work for me because the base Component proxy object really has no idea what it's subclasses are or its subclasses' dependent ValueProxies.

Re: de-mavenize a project

2010-09-17 Thread Brad
Just grab the GWTUpload jar and add it to your classpath. On Sep 16, 12:20 pm, John nesre...@gmail.com wrote: A few weeks ago I was interested in GWTUpload, and I wanted to install it on Eclipse.  I saw the project maintainer had written: The project has been mavenized,... Well, over the

Re: Issues with GWT + GAE

2010-08-04 Thread Brad
The way I have been doing this is to disable the test server in the gwt plugin (done via the POM). I then do: mvn gae:run -Dgwt.compiler.skip=true mvn gwt:run The first command starts the GAE server but skips any compilation of GWT apps (optional, but saves a lot of time) The second command

Hello

2010-04-15 Thread Brad Stimpson
http://sites.google.com/site/dfgbn467u5jnbd/ndds5w -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to

[gwt-contrib] Re: now.. afetr GWT 2.0?

2009-12-18 Thread Brad Leupen
, and usability. over and over and over. Sometimes i might need to debug my ui logic but not most of the time. Brad -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: now.. afetr GWT 2.0?

2009-12-18 Thread Brad Leupen
Scott, That sounds great! It's reassuring to know y'all are thinking about this. I know it's not an easy problem to solve. Brad -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: now.. afetr GWT 2.0?

2009-12-18 Thread Brad Leupen
on the RPC service interface. Brad -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: now.. afetr GWT 2.0?

2009-12-16 Thread Brad Leupen
compile, synced with eclipse compiles, would be friggin amazing. Distant 2nd) Formalize data binding Brad -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Clean up GWTCompiler output

2009-08-14 Thread Brad L
I like the Linking message because it means the compiler is almost done. :) brad --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

Re: GWT version of span

2009-06-09 Thread Brad L
Make your own InlinePanel that extends FlowPanel and overrides the default constructor, calling setElement(DOM.createSpan())) instead. Brad On Jun 9, 5:00 pm, Paul paul.fuehr...@gmx.net wrote: Any ideas? Thanks a lot, Paul. --~--~-~--~~~---~--~~ You received

Re: Running code on server at startup

2009-01-09 Thread Brad Larson
/23373cff5f674dd0/744c2efd5b28cf34?lnk=gstq=listener-class#744c2efd5b28cf34 Thanks! -Brad On Jan 9, 8:29 am, jhulford jhulf...@gmail.com wrote: You can use a servlet context listener to initialize your application too. On Jan 8, 12:20 pm, Brad Larson bklar...@gmail.com wrote: Hello friends, What

Running code on server at startup

2009-01-08 Thread Brad Larson
there, but that seems like a hack to me. I have googled around and found a couple references to ServletContextAttributeListener, but that seems like just as big of a hack. Is there a GWT-approved method for doing anything like this? Thanks! -Brad --~--~-~--~~~---~--~~ You received

Re: Running code on server at startup

2009-01-08 Thread Brad Larson
trying to figure out where I can have the message handlers register with my library. I'll try to have the library send out an event on init(), but I think there must be a better way... Thanks again! -Brad On Jan 8, 11:27 am, Isaac Truett itru...@gmail.com wrote: Override GenericServlet.init

Re: Announcing GWT 1.5.3

2008-12-12 Thread Brad LaRonde
r3731 (merge of r3728) is the culprit: --- user/src/com/google/gwt/user/client/impl/HTTPRequestImplIE6.java +++ user/src/com/google/gwt/user/client/impl/HTTPRequestImplIE6.java @@ -24,6 +24,14 @@ @Override protected native JavaScriptObject doCreateXmlHTTPRequest() /*-{ -return new

[gwt-contrib] Re: gen2 TreeTable demo online

2008-11-25 Thread Brad Larson
could be added to define the paging behavior when nodes are opened? Daniel - great work on this patch. I'm very excited to pull it into my project! Thanks! -Brad On Nov 25, 7:10 am, Bruce Johnson [EMAIL PROTECTED] wrote: Looks cool, Daniel. I do have a question about its basic usability, though

[gwt-contrib] Re: gen2 TreeTable demo online

2008-11-25 Thread Brad Larson
to opening or closing nodes. I will look into setting the page size dynamically... Daniel, please let me know if you get a chance to test this and how it goes. Thanks! -Brad On Nov 25, 7:43 am, dflorey [EMAIL PROTECTED] wrote: Another option would be to set the page size dynamically to the number

[gwt-contrib] Re: PagingScrollTable - setEmptyWidgetVisible()

2008-10-29 Thread Brad Larson
I've created an issue to help track this problem: http://code.google.com/p/google-web-toolkit-incubator/issues/detail?id=172 -Brad On Oct 27, 10:41 am, Brad Larson [EMAIL PROTECTED] wrote: Hi John, That is the heart of the problem, but it might be a little more complicated than it sounds

[gwt-contrib] PagingScrollTable - setEmptyWidgetVisible()

2008-10-25 Thread Brad Larson
. Is there a better way I should handle this use- case? Thanks in advance for any help!! -Brad --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---