[gwt-contrib] Re: New Google Groups apparent with GWT ?

2010-12-16 Thread Chris
it to jump start our efforts. I just looked at the closure editor and I like the demo and how it is wired together on the page - much better than the hoops we have to jump through for the tinyMCE. Chris On Dec 14, 6:33 pm, karthik reddy karthik.ele...@gmail.com wrote: Are there any code samples

Re: importing sample and tutorial apps

2010-12-15 Thread Chris Conroy
the eclipse projects are underneath trunk/eclipse/samples The samples don't have the GWT nature set for GPE to know that they are GWT projects. This is partly legacy and partly out of concern for those that don't use GPE. Thought there has been some talk about modernizing them (read: GPE'ifying

Re: Dev Mode Font Size != Production Mode Font Size

2010-12-14 Thread Chris Conroy
I don't see how devmode could affect the font render path. FWIW, you shouldn't need to use the production server to use the compiled output. If you run a GWT compile and then hit your devmode server like usual but strip the ?gwt.codesvr fragment, then the embedded Jetty will serve up the version

Re: Eclipse GWT Plugin Download

2010-12-14 Thread Chris Conroy
The OP is asking about the Google Plugin for Eclipse which is distinct from the GWT DevMode plugin. Neither are grabbed locally since they are not packaged with GWT. On Tue, Dec 14, 2010 at 12:04 PM, Myles Bostwick cth...@gmail.com wrote: You ought to be able to startup dev mode and point that

Re: Is encryption over RCP possible?

2010-12-13 Thread Chris Conroy
Please do not try to implement encryption yourself on the client side. This is a fundamentally flawed idea. You will definitely not be doing anyone (other than Eve) a service. SSL/TLS are secure since every OS ships with a set of certs that it trusts. If you need security for your application,

Re: Unknown problem upgrading from 1.7.1 to 2.1.0

2010-12-11 Thread Chris Conroy
The development mode logs go into a separate tab titled 'Development Mode'. Window-Show View-Other-Google-Development Mode On Fri, Dec 10, 2010 at 6:32 PM, Rob Tanner caspersg...@gmail.com wrote: Hi, I was running GWT 1.7.1 with the Eclipse toolkit (version 3.5 for Galileo) and upgraded to

Re: Compilation failed only on linux

2010-12-10 Thread Chris Conroy
Sounds like you're hitting the same issue as https://groups.google.com/d/topic/google-web-toolkit/tAC3kC9eius/discussion If you upgrade your GWT SDK to trunk and try again, you should at least get a better error message since I committed a fix here:

Re: Announcing Chrome Developer Plugin support for Mac and Linux

2010-12-10 Thread Chris Conroy
http://code.google.com/p/google-web-toolkit/issues/detail?id=4493#c24 On Fri, Dec 10, 2010 at 11:38 AM, Andreas Horst horst.andrea...@googlemail.com wrote: There was a posthttp://code.google.com/p/google-web-toolkit/issues/detail?id=4325#c99 about the performance of the plugin for Chrome.

Re: Announcing Chrome Developer Plugin support for Mac and Linux

2010-12-09 Thread Chris Conroy
If you run using the Eclipse Development mode: launch devmode, right click on the url, 'Open With' - 'Add a Browser' For those that are having installation issues: - Launch your browser from a terminal and capture the log. - Let us know what you see for the plugin under chrome://extensions

Re: Announcing Chrome Developer Plugin support for Mac and Linux

2010-12-09 Thread Chris Conroy
, 2010 at 12:39 PM, Kenneth Jacker khjac...@gmail.com wrote: On Dec 9, 11:20 am, Chris Conroy wrote: If you run using the Eclipse Development mode: launch devmode, right click on the url, 'Open With' - 'Add a Browser' [ Ubuntu 10.04, Eclipse Helios, latest plugins ... ] Hmmm ... maybe I

Re: Announcing Chrome Developer Plugin support for Mac and Linux

2010-12-09 Thread Chris Conroy
If you see failed to connect, you probably have a permissions issue. You'll know right away if the host isn't authorized since the GWT toolbox will turn black white. Click it and update your configuration to add the host to the whitelist. On Thu, Dec 9, 2010 at 2:09 PM, cloudycity

Re: RequestFactory: Obfuscate traffic/Elide type names

2010-12-08 Thread Chris Lercher
Ok, thanks - opened an enhancement request: http://code.google.com/p/google-web-toolkit/issues/detail?id=5729 On Dec 8, 12:47 pm, Thomas Broyer t.bro...@gmail.com wrote: On 7 déc, 15:30, Chris Lercher cl_for_mail...@gmx.net wrote: Hi, with GWT RPC, it's possible to elide/obfuscate

Re: get plugin failed to connect to hosted mode server on .... error with Chrome GWT developer plugin but works fine with Firefox

2010-12-08 Thread Chris Conroy
Are you still seeing this issue? The Chrome plugin was recently updated. If you go to chrome://extensions what version do you see for the GWT developer plugin? (1.0.9274 is the latest). If you don't have the latest for whatever reason, grab it from gwt.google.com/missing-plugin. On Mon, Dec 6,

RequestFactory: Obfuscate traffic/Elide type names

2010-12-07 Thread Chris Lercher
available for the new (GWT 2.1) RequestFactory? Thanks Chris -- 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 google-web

Re: Dev plugin for firefox 3.7

2010-12-06 Thread Chris Conroy
The big hold up has been the fact that Firefox kept making breaking API changes from beta release to beta release. We're chasing a moving target here. I don't have a date to give you, but know that we haven't forgotten about it. We'll be sure to announce when it's ready. On Dec 5, 10:09

Re: Tutorial-Contacts2-2.1

2010-12-03 Thread Chris Conroy
(looking into it) On Fri, Dec 3, 2010 at 10:48 AM, Diego Lovison diegolovi...@gmail.comwrote: http://google-web-toolkit.googlecode.com/files/Tutorial-Contacts2-2.1.zip isnt impossible open the zip file is currupt -- You received this message because you are subscribed to the Google

Re: Building GWT from source

2010-12-02 Thread Chris Conroy
To build gwt-user and gwt-dev, you'll want to run 'ant dist-dev'. If you're using GPE, you can simply configure your ant built jars as one of your SDK choices from GPE's preferences, and then be sure to set your project to use that SDK. The above should be the bare bones you need to get rolling.

[gwt-contrib] Re: Fixes two issues (issue1181802)

2010-12-02 Thread Chris Conroy
that's a link to this review :P On Thu, Dec 2, 2010 at 5:39 PM, rchan...@google.com wrote: This is actually a repost of tboryer's patch originally submitted at: http://gwt-code-reviews.appspot.com/1181802 On 2010/12/02 22:33:23, rchandia wrote:

Re: BreakPoints Not Triggering

2010-12-01 Thread Chris Conroy
Is the gwt.codesvr fragment in your URL? Do you see output in the DevMode console log? (Read: are you sure you're running devmode?) Assuming you are running DevMode correctly, the most obvious cause of this behavior would be having multiple instances of a file in your workspace and trying to set

Re: Error using style with UiBinder

2010-12-01 Thread Chris Conroy
This is a server side classloader failing to find the class es.ifca.altaweb.server.AltawebServiceImpl. I don't think UIBinder is your problem here. On Wed, Dec 1, 2010 at 5:03 AM, Luis Cabellos zhen.sy...@gmail.com wrote: Hi, I'm beggining using UiBinder in my web app, but when I added a

Re: [gwt-contrib] Re: Would GWT and/or incubator be interested in Run Time UiBinding

2010-12-01 Thread Chris Conroy
/gwtdesigner/index.html On Thu, Nov 18, 2010 at 12:33 AM, TedM ted.malask...@gmail.com wrote: Hi Chris, I did what you said. 1. I took a couple of hours and I started up a Google Code project called gwt-binding-fly. In it I added enough source to convey how easy and simple the solution

[gwt-contrib] Re: In CompilingClassLoader, refuse to load a class if its compilation unit has errors. (issue1167801)

2010-11-30 Thread Chris Conroy
First of a handful of related patches for improving DevMode error handling. On Tue, Nov 30, 2010 at 8:34 PM, con...@google.com wrote: Reviewers: scottb, Description: In CompilingClassLoader, refuse to load a class if its compilation unit has errors. Please review this at

Re: GWT 2.1 debug hangs in Eclipse Development mode

2010-11-28 Thread Chris Conroy
Check the Devmode console for errors. There's no library mismatch that you need to worry about with the plugin. On Sun, Nov 28, 2010 at 6:47 AM, MH zvi.schrei...@gmail.com wrote: Since I updated to GWT2.1 library when I try to run project in Eclipse (with Google Eclipse plugin on jdk 1.6.21)

Re: How does UIBinder attributes map to methods / properties of the Java object ?

2010-11-24 Thread Chris Conroy
Hi John, The mapping is from the property name to a corresponding setPropertyName method. See UiBinderWriter.genPropertySet. In the case of say g:Label text=oh hai, that translates to a call to label.setText(oh hai) In the case of a grid, since there aren't such setProperty calls. You could

Re: GWT Developer Plugin install on FF 3.6.8 not recognized by 'getting started' app

2010-11-24 Thread Chris Conroy
This is a known issue. Long story short, it's probably a shared library conflict. see this thread (post any followups there): https://groups.google.com/forum/?lnk=gstq=LD_DEBUG#topic/google-web-toolkit/ngxyYhhGu0U

Re: [gwt-contrib] Re: png compression

2010-11-24 Thread Chris Conroy
Paul, Thanks for reporting this and pinging back. Sorry your first message got lost in the shuffle. On Wed, Nov 24, 2010 at 5:50 AM, Paul Robinson ukcue...@gmail.com wrote: No reply on this, so I've just created issue 5651 so it doesn't get lost. It would be nice if the GWT compiler could

[gwt-contrib] Re: Update JUnit from DeferredCommand to Scheduler. (issue1145801)

2010-11-23 Thread Chris Conroy
LGTM. FYI rietveld is unhappy with the patch for some reason: it's giving me error: old chunk mismatch if I try to view the diff there. On Tue, Nov 23, 2010 at 5:31 PM, sco...@google.com wrote: Reviewers: conroy, Message: Because DeferredCommand is deprecated. Please review this at

Re: Google Plugin In Spring Source Toolkit seems to be wipping out the project on run.

2010-11-22 Thread Chris
On Nov 19, 7:50 pm, Thomas Broyer t.bro...@gmail.com wrote: FWIW, I have *no* problem with Eclipse Helios (3.6, updated to SR1) with GPE 1.4.0.v201010280102 and m2eclipse 0.10.2.20100623-1649 on Windows XP Pro SP3 (if I understand correctly the issue, when launching DevMode, my index.jsp and

Re: GWT client-side thread or asynchronous call ?

2010-11-18 Thread Chris Conroy
If you can target just HTML5, then you could use WebWorkers: http://www.whatwg.org/specs/web-workers/current-work/ At the moment, you'll have to hand roll the JSNI to access them, but GWT proper will be supporting HTML5 soon-ish. On Thu, Nov 18, 2010 at 9:41 AM, MickeyR mnroo...@gmail.com wrote:

Re: Google Plugin In Spring Source Toolkit seems to be wipping out the project on run.

2010-11-18 Thread Chris
I playing around with STS, Roo, Maven and GWT.  When I go to run a Roo project from inside STS, STS seems to wipe out the entire project. Anyone else playing with this particular combo of technologies and running into issues? This is happening to me, too, since I upgraded to GWT 2.1.0

Re: Google Plugin In Spring Source Toolkit seems to be wipping out the project on run.

2010-11-18 Thread Chris
On Nov 18, 5:41 pm, Rajeev Dayal rda...@google.com wrote: Hi there Rajeev, I'm using the following version of STS. The rest of the applicable version numbers are in the thread I linked to above. Version: 2.3.2.RELEASE Build Id: 201003230009 Can you provide your .classpath file? ?xml

Re: Google Plugin In Spring Source Toolkit seems to be wipping out the project on run.

2010-11-18 Thread Chris
On Nov 18, 6:03 pm, Rajeev Dayal rda...@google.com wrote: Hey Chris, A few questions: -what operating system are you on? -I noticed that you have the gwt-user.jar and gwt-dev.jar explicitly on your build classpath. Did you add those entries? If you navigate over to the Project Properties

Re: Starting GWT dev mode within Eclipse causes Maven-managed resources to disappear

2010-11-17 Thread Chris
On Nov 17, 6:03 am, Thomas Broyer t.bro...@gmail.com wrote: Well, if your resources are to be shared with GWT apps only, then how about making a GWT module and putting them in the public path, so the GWT compiler copies them to the output folder? Because we have 5 GWT apps using the same

Re: [gwt-contrib] Re: TypeOracle becomes interfaces (issue1113801)

2010-11-17 Thread Chris Conroy
die getReloadCount. die! On Wed, Nov 17, 2010 at 9:37 AM, zun...@google.com wrote: LGTM thanks for taking the time to make an easy to review diff. http://gwt-code-reviews.appspot.com/1113801/diff/1/17 File dev/core/src/com/google/gwt/core/ext/typeinfo/JRawType.java (right):

getting size of center in a docklayoutpanel

2010-11-16 Thread Chris
obvious that I'm missing? Thanks, -Chris -- 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 google-web-toolkit+unsubscr

Re: Filtering Code Splitting

2010-11-16 Thread Chris Conroy
Code splitting is good, but you're describing a need for using deferred binding. http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsDeferred.html On Mon, Nov 15, 2010 at 4:59 PM, Burly Jez jez.ch...@googlemail.com wrote: Hi GWT peeps, I have a debug-only panel which I want to

Starting GWT dev mode within Eclipse causes Maven-managed resources to disappear

2010-11-16 Thread Chris
Hi, I'm working on upgrading our development environment from GWT 2.0.4 to 2.1 - this involved upgrading GPE to 1.4 as well as the gwt-maven- plugin to 2.1. So far things have gone pretty smoothly except for one nagging problem. We have in our code tree a POM module that holds just shared

[gwt-contrib] Re: In a previous patch, I fixed the doc.findElements... function to be document.findElements, which... (issue1118801)

2010-11-16 Thread Chris Conroy
LGTM. It does trigger an error on Chrome as well. On Wed, Nov 17, 2010 at 4:25 AM, unn...@google.com wrote: Reviewers: conroy, Description: In a previous patch, I fixed the doc.findElements... function to be document.findElements, which uncovered this bug where we were calling append

Re: strange problem in production mode

2010-11-15 Thread Chris Conroy
In general, it's easier to debug these sorts of issues if you compile your code with -style PRETTY On Mon, Nov 15, 2010 at 6:22 PM, Rodrigue Lagoue Njinthe rlag...@googlemail.com wrote: Hi all, did somebody already faced the following problem. I have a code, that runs correctly in development

Re: [gwt-contrib] Re: Would GWT and/or incubator be interested in Run Time UiBinding

2010-11-15 Thread Chris Conroy
Ted, this is the right list for this sort of thing. I can't speak to the specifics of your project at the moment--though you'd probably get a better response if you included a design doc and/or code. On Sun, Nov 14, 2010 at 9:08 PM, TedM ted.malask...@gmail.com wrote: Thanks, I wasn't

Re: [gwt-contrib] Would GWT and/or incubator be interested in Run Time UiBinding

2010-11-15 Thread Chris Ramsdale
This looks very interesting, indeed. Quick question though, how would one go about hooking up event handlers to the views that are bound on the fly? Say I wanted to do something trivial like validating user input in a cell? -- Chris On Fri, Nov 12, 2010 at 8:09 AM, TedM ted.malask...@gmail.com

Re: Why does Google not support Maps V3 on GWT?

2010-11-10 Thread Chris Conroy
This is a question better suited for the GALGWT mailing list gwt-google-a...@googlegroups.com On Wed, Nov 10, 2010 at 12:22 AM, Carl carl.cro...@gmail.com wrote: I have noticed that Google Maps V2 has been deprecated, And since this is the only supported version for GWT I am getting a bit

Re: [gwt-contrib] Re: Internal compiler error with GWT 2.1.0 RC1 when using generics

2010-11-10 Thread Chris Conroy
Yves, You say this error did not occur before your most recent change. It would be useful to get an idea for the memory usage before this change: it could be that your app is just very large and you were already on the edge of an OOME, your change really necessitates more memory, or this is a

Re: [gwt-contrib] Re: Internal compiler error with GWT 2.1.0 RC1 when using generics

2010-11-10 Thread Chris Conroy
Actually, to get a more accurate picture than just looking at JConsole graphs, you could add -verbose:gc to the jvm flags and report back with the before and after logs that produces. On Wed, Nov 10, 2010 at 2:26 PM, Chris Conroy con...@google.com wrote: Yves, You say this error did not occur

Re: GWT debugging under Linux is much slower than under Windows - what's wrong with my configuration?

2010-11-07 Thread Chris Conroy
Your slowness is not a Linux vs. Windows issue: it is a Chrome plugin vs. Firefox plugin issue. The Chrome NPAPI based plugin is known to be a lot slower than the Firefox XPCOM plugin. This is partly due to the out of process nature of plugins in chrome: each JS-Java boundary crossing incurs

Re: GWT Server Side Javascript Interpreter?

2010-11-04 Thread Chris Conroy
Sean, There is no javascript interpreter on the server side. Everything on the server runs in the java VM. On the client side, everything is javascript when running a compiled app. In development mode, things get a little confusing. Where possible, your client side code runs in the Java VM, and

Re: How do I check out the Samples into Eclipse

2010-11-03 Thread Chris Conroy
Import the existing projects from the samples directory. I don't understand your complaint about having separate projects: the samples are distinct and isolated from each other. On Wed, Nov 3, 2010 at 12:27 PM, Greg Dougherty dougherty.greg...@mayo.eduwrote: How do I check out the samples in

Re: Performance issues with large number of divs

2010-11-02 Thread Chris
trivial? Chris On Oct 30, 1:42 pm, Jeff Schwartz jefftschwa...@gmail.com wrote: BTW, if the process to generate the content on the server were very intensive and you wanted to minimize the impact of generating your content on other users you could break the process up into smaller chunks

XML from external page

2010-11-02 Thread Chris
... Thanks very much. Chris -- 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 google-web-toolkit+unsubscr

Re: No GWT Developer Plugin for Chrome on OSX

2010-11-01 Thread Chris Conroy
http://code.google.com/p/google-web-toolkit/issues/detail?id=4493 On Mon, Nov 1, 2010 at 8:16 AM, Jeff Schwartz jefftschwa...@gmail.comwrote: I don't think they are running all Macs. I think they have given up Windows but offer a choice of Mac or Linux. Jeff On Sat, Oct 30, 2010 at 10:55

Performance issues with large number of divs

2010-10-30 Thread Chris
Hi All I have this application where I need to display lines of related text one under the other. For e.g., the English text would be on top, and then the Greek would be below. The text is split into phrases, so for example, the Greek is not necessarily in the right word order. All that matters

Re: Performance issues with large number of divs

2010-10-30 Thread Chris
Performance is more acceptable when not in Dev mode, but for small texts, we're looking at the browser hanging for 2-3 seconds while it renders. Would be keen too, to understand why dev mode is so much slower! Chris On Oct 30, 1:52 pm, Chris christopher.burr...@gmail.com wrote: Hi All I have

Re: CellList row data - possible bug?

2010-10-28 Thread Chris Conroy
setRowData deals with the visible display of data. What you really want to do in this case is use a ListDataProvider. You can call setList on your ListDataProvider and it will handle the updating for you. Somewhat counter-intuitively, you add the display to the list provider--not the other way

[gwt-contrib] Re: Experimental version of GeoLocation API (issue1060801)

2010-10-28 Thread Chris Conroy
Ah yes, I'm used to seeing far fewer arguments and still find the syntax unpleasant You know a syntax is ugly when a method signature looks like a toddler snuck up and smashed some keys when you weren't looking :P Sorry for the brain fart there. On Thu, Oct 28, 2010 at 3:16 PM,

Re: GWT Complier OutOfMemory issue

2010-10-27 Thread Chris Conroy
-- On 5 oct, 12:14, Chris Conroy con...@google.com wrote: This doesn't address code-splitting per-se, but r8921 and r8850 reduce both DevMode and compiler memory footprint. On Sat, Sep 18, 2010 at 11:34 PM, lin.liang birdandfis...@gmail.com wrote: Chris, I didn't see

Re: Currency Symbol in NumberFormat

2010-10-26 Thread Chris Conroy
Jim, Thanks for pointing out this problem. jat has just committed a fix: http://code.google.com/p/google-web-toolkit/source/detail?r=9150 On Tue, Oct 26, 2010 at 3:47 AM, Jim Douglas jdou...@basis.com wrote: I think you're getting thrown by a small character encoding error on that

Re: Setting specific slice color in PieChart

2010-10-25 Thread Chris Conroy
It should work out of the box. One gotcha is that if you have a value that is 0, the it won't take up a color slice. See the SpeedTracer LatencyDashboard as an example:

Re: Change default browser in dev mode

2010-10-21 Thread Chris Conroy
I'm not sure what GWT DevMode gizmo you are referring to. Perhaps this is a netbeans issue? GWT itself doesn't launch the browser except from GPE (eclipse) or GWTShell, and GWTShell will only launch it if you hit the 'Launch Browser' button. Could you post a screenshot of what you're talking

Re: Collection.sort in Linux Chrome 7, negative zero bug

2010-10-21 Thread Chris Conroy
This is a known bug in V8. It was fixed here: http://code.google.com/p/v8/source/detail?r=5631. Which made its way into V8 trunk in version 2.5.1. Chrome DevChannel is still affected AFAIK, though I would expect an update to 2.5.1 in the next week or two. On Thu, Oct 21, 2010 at 11:35 AM,

Re: Change default browser in dev mode

2010-10-20 Thread Chris Conroy
Even the old school GWTShell Swing GUI has a Copy URL button. So I really can't make sense of the OP's post. On Wed, Oct 20, 2010 at 5:22 PM, A. Stevko andy.ste...@gmail.com wrote: Not sure which IDE you are using but, using elicpse, the development mode box that lists the urls states: For

[gwt-contrib] Re: Update the npapi plugin to support OSX. (issue1036801)

2010-10-20 Thread Chris Conroy
I'm glad you mention this: In the latest version of the patch I'm nuking Makefile.mac (amongst other cruft) since unused bits like this laying around just cause confusion. XP_MACOSX is set higher up in the Makefile on the OS==mac check. I set XP_UNIX there so that linux and mac can share it. On

Re: Strange compilation errors on linux platform

2010-10-19 Thread Chris Conroy
It looks like something about your images/system is causing ImageIO.write to fail. My best guess is that it's returning that there are no available ImageWriters, but the compiler incorrectly does not read the return value. Any time the compiler dies with an NPE, we consider that a compiler bug. I

Re: Defining an external API for a GWT application

2010-10-15 Thread Chris Conroy
See gwt-exporter: http://code.google.com/p/gwt-exporter/ On Fri, Oct 15, 2010 at 1:51 PM, Dan ddum...@gmail.com wrote: Is there a way to externalize function names within the optimized compiled code so that I can provide an api to those who may wish to consume something I write in GWT?

[gwt-contrib] Re: remove packages.properties on an ant clean (issue973801)

2010-10-08 Thread Chris Conroy
+cc:rice (meant to cc him originally) thanks On Fri, Oct 8, 2010 at 5:07 PM, j...@google.com wrote: LGTM http://gwt-code-reviews.appspot.com/973801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: 2.1 Documentation

2010-10-06 Thread Chris Ramsdale
Aldo, we're still on track for a release in the Oct. timeframe. Is there some other aspect that makes it a poor choice? On Wed, Sep 29, 2010 at 3:11 PM, Aldo tumo...@gmail.com wrote: My only question is: when will GWT 2.1 M4 be available? And when will it be released (the GA)? It seems like

Re: GWT Complier OutOfMemory issue

2010-10-05 Thread Chris Conroy
This doesn't address code-splitting per-se, but r8921 and r8850 reduce both DevMode and compiler memory footprint. On Sat, Sep 18, 2010 at 11:34 PM, lin.liang birdandfis...@gmail.com wrote: Chris, I didn't see the OOME before using code splitting. In order to reduce the application's startup

Re: Cannot create new web applications.

2010-10-05 Thread Chris Conroy
Justin, we'd all love to not have to deal with the hassle of moderation, but sadly there are a lot of spammers out there. Only new members are automatically moderated, and once a member makes some legitimate posts, we flip the bit that allows them to post without being stuck in the moderation

Nested Layout Issues

2010-10-05 Thread Chris Boldon
I'm creating an application with a view based upon the DockLayoutPanel. I initialize a DockLayoutPanel and add SimplePanels to the north, south, west, and center docks so I can pass them to the Presenters. The presenter then adds a custom widget to the to the SimplePanel. The custom widget

Re: New GWT 2.0 Book

2010-10-05 Thread Chris Ramsdale
definitively that the GWT team is in the process of wrapping up documentation on: - Cell-based widgets - RequestFactory - Activities and Places -- Chris On Oct 1, 1:38 pm, Tommy Lui tlui1...@gmail.com wrote: Hi, Please help me understand why Chris Ramsdale (Google's Developer Relations team to develop

Re: New GWT 2.0 Book

2010-10-05 Thread Chris Ramsdale
Thanks, it's not my book though. The vast majority of the book is being written by Robert Hanson and Adam Tracy (the original authors of GWT In Action). On Oct 5, 2:06 pm, Y2i yur...@gmail.com wrote: Chris, Nice to hear from you.  Really appreciate your articles on MVP. Please elaborate more

GWT 1.6.4 question

2010-10-05 Thread Chris
I am working on an app that uses GWT 1.6.4 - I need to override the RemoteServiceProxy stub that gets dynamically created when I call GWT.create(Service) to set a custom header before it fires off the request to the server. I have found a way to do this using BindUI, however, upgrading GWT to 2.0

Re: Monitor GWT 2.x application traffic using packet analyzer

2010-10-04 Thread Chris Conroy
you can pass -bindAddress to bind to a different interface (0.0.0.0 to bind to *). Also, Wireshark is perfectly capable of capturing traffic on on 127.0.0.1. You just need to set the interface to lo (loopback) rather than your actual NIC. On Mon, Oct 4, 2010 at 4:44 PM, Micky

Re: Uibinder, @sprite and ui:with ClientBundle ImageResource, HOW?

2010-09-28 Thread Chris Conroy
: 'someImage'; } /ui:style We'll be updating the docs on this and looking to enable this use case at some point in the future. On Mon, Sep 27, 2010 at 11:54 PM, Andrew Hughes ahhug...@gmail.com wrote: Thanks Chris, unfortunately that's what I am doing. but here's an example of what is NOT working

Re: Uibinder, @sprite and ui:with ClientBundle ImageResource, HOW?

2010-09-28 Thread Chris Conroy
For reference, bug is filed here: http://code.google.com/p/google-web-toolkit/issues/detail?id=5320 On Tue, Sep 28, 2010 at 2:29 PM, Chris Conroy con...@google.com wrote: Andrew, Sorry for my originally hasty reply. Turns out that the docs aren't clear about this at all

Re: GWT Widget List/Documentation

2010-09-27 Thread Chris Conroy
DynaTable is not a library widget. Rather, it's an example of a widget you might make in an app yourself. http://code.google.com/p/google-web-toolkit/source/browse/#svn/trunk/samples/dynatable/src/com/google/gwt/sample/dynatable On Fri, Sep 24, 2010 at 5:29 PM, Al rayalans...@yahoo.com wrote:

Re: GWT Developer Plugin not working in Namoroka (Firefox) Linux x86_64

2010-09-27 Thread Chris Conroy
See this thread for troubleshooting info on the plugin: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/9e0c72621846bb45/9daf57fd972c5fe4?lnk=gstq=LD_DEBUG#9daf57fd972c5fe4 On Fri, Sep 24, 2010 at 4:41 PM, sheamus ohall...@gmail.com wrote: I can confirm it's working in

Re: Development Mode not connecting

2010-09-27 Thread Chris Conroy
Sounds like perhaps you have an existing DevMode session active, and perhaps you launched it with Run as... rather than Debug as It's easy to accidentally keep an old DevMode session around in Eclipse because the UI for it is a bit non-obvious. Though, if you are using the same run

Re: Uibinder, @sprite and ui:with ClientBundle ImageResource, HOW?

2010-09-27 Thread Chris Conroy
Sounds like you need to use ui:with http://code.google.com/webtoolkit/doc/latest/DevGuideUiBinder.html#Using_an_external_resource On Mon, Sep 27, 2010 at 2:17 AM, Andrew Hughes ahhug...@gmail.com wrote: Howdy, Our ui.xml template styles would like to access some ImageResources defined in a

Re: incubator compile error

2010-09-24 Thread Chris Conroy
Looks related to a change I recently put in. Make sure your gwt-trunk is up to date. On Fri, Sep 24, 2010 at 5:42 PM, aras...@gmail.com aras...@gmail.comwrote: Hi all, I apologies in advance if this forum is not intended for questions related to incubator, but I could not find anywhere

Re: [gwt-contrib] Re: Adds a way to tune the optimization level in steps from (issue915802)

2010-09-23 Thread Chris Conroy
Why does the compiled size increase from 8 to 9? That would seem to indicate a bug with the optimizer in that step. On Thu, Sep 23, 2010 at 3:41 PM, Eric Ayers zun...@google.com wrote: The attached graph shows an analysis of code size to compile time for building a large application. The code

Re: [gwt-contrib] Re: Adds a way to tune the optimization level in steps from (issue915802)

2010-09-23 Thread Chris Conroy
worth thinking about since that's essentially a hidden dimension on this graph) On Thu, Sep 23, 2010 at 3:55 PM, Eric Ayers zun...@google.com wrote: On Thu, Sep 23, 2010 at 3:48 PM, Chris Conroy con...@google.com wrote: Why does the compiled size increase from 8 to 9? That would seem

Re: [gwt-contrib] Re: If Java optimizers are not run to full completion (part of another proposed patch), (issue897803)

2010-09-23 Thread Chris Conroy
Comparing reference equality for Integer objects in Java is a bit of a minefield... Integer x = 1; Integer y = 1; System.out.println(1==1? + (x==y ? yes : no)); x = 127; y = 127; System.out.println(127==127? + (x==y ? yes : no)); x = 128; y = 128;

Re: Singleton Class in Development Mode

2010-09-22 Thread Chris Conroy
Assuming this is on the client side, each refresh gets its own ClassLoader. So, you won't be able to persist state on the client across a refresh this way. The VM is not spun up again, but the effect is similar for this use case. On Wed, Sep 22, 2010 at 12:34 PM, Moshe Solomon udel...@gmail.com

Re: GWT Complier OutOfMemory issue

2010-09-17 Thread Chris Conroy
That should be more than enough memory to run your compile. Do you have a stack trace for the OOME? FWIW, I have a pending change that should decrease the amount of memory needed to run a compile or DevMode. On Fri, Sep 17, 2010 at 7:19 AM, lin.liang birdandfis...@gmail.com wrote: The

Re: Development Mode performance with Chrome

2010-09-17 Thread Chris Conroy
FF4 is not yet supported, but it will be soon. On Fri, Sep 17, 2010 at 12:33 PM, Michael Kelley kelley.pixelactive3d.com@ gmail.com wrote: Speaking of other browsers, has anyone successfully gotten a GWT plugin for Firefox 4.0 to work? On Sep 16, 10:13 am, PhilBeaudoin

Re: GWT plugin for google chrome in ubuntu

2010-09-15 Thread Chris Conroy
Short answer: You can use Chrome to run compiled applications, but currently there is no DevMode support. see http://code.google.com/p/google-web-toolkit/issues/detail?id=4325 for all the gory details On Wed, Sep 15, 2010 at 12:53 AM, Ivermac mark.ek...@gmail.com wrote: when are expecting the

Re: GWT Hosted Mode Slow

2010-09-15 Thread Chris Conroy
We're working on making it faster. If you'd like to find out where it's spending its time (and perhaps provide us another useful data point): update to trunk and add -Dgwt.speedtracerlog=/path/to/myproject-speedtracer.html to your JVM arguments. Launch your app, maybe do a refresh or two. Install

Re: display slanting X-axis in gwt visualization column chart using gwt-visualization-1.1.0.zip

2010-09-14 Thread Chris Conroy
You should direct questions about the Google API Libraries for GWT to the forum dedicated to that purpose: http://groups.google.com/group/GWT-Google-Apis http://groups.google.com/group/GWT-Google-ApisI'll take a stab at your question: you don't list calling the draw method. Make sure you call

Re: java.lang.NullPointerException at com.google.gwt.requestfactory.server.RequestFactoryServlet.doPost(RequestFactoryServlet.java:94)

2010-09-10 Thread Chris Conroy
this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Chris Conroy Software Engineer Google, Atlanta -- 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

Re: Any news on when super dev mode will be released?

2010-09-09 Thread Chris Conroy
Yes, the profiling will be in the next release. On Thu, Sep 9, 2010 at 12:06 PM, Paul Stockley pstockl...@gmail.com wrote: Thanks, If I have time to build trunk I will give it a go. Will the profiling option be in the next milestone release of 2.1? On Sep 8, 6:21 pm, Chris Conroy con

Re: Any news on when super dev mode will be released?

2010-09-08 Thread Chris Conroy
at http://groups.google.com/group/google-web-toolkit?hl=en. -- Chris Conroy Software Engineer Google, Atlanta -- 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

Re: Any news on when super dev mode will be released?

2010-09-08 Thread Chris Conroy
P.S. that flag needs to get passed in the JVM arguments. Also note you'll need to enable local file access for SpeedTracer in the chrome://extensions page. On Wed, Sep 8, 2010 at 6:20 PM, Chris Conroy con...@google.com wrote: Paul, We're actively working on it. Note that 'super dev mode

Re: Memory Leak IE7 GWT 2.0.4

2010-09-07 Thread Chris Conroy
? On Sep 3, 2:18 pm, Chris Conroy con...@google.com wrote: Okay, well if it's *in* hosted mode (read: the JVM), then it's a known issue that I'm working on at the moment. On Fri, Sep 3, 2010 at 3:00 PM, chrisr chris.robert.rowl...@gmail.com wrote: -- You received this message because you

Re: declaring both a GWT and a javascript event handler on a html element

2010-09-07 Thread Chris Conroy
://groups.google.com/group/google-web-toolkit?hl=en. -- Chris Conroy Software Engineer Google, Atlanta -- 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

server side code not rebuilding

2010-09-03 Thread Chris Broglie
I'm developing using the eclipse plugin, and a lot of the time when I make changes local to the server code, the changes aren't visible when I reload the page. Client side changes are always reflected (as expected). Is there something I need to do to force the server code to be rebuilt by eclipse?

Re: Memory Leak IE7 GWT 2.0.4

2010-09-03 Thread Chris Conroy
://groups.google.com/group/google-web-toolkit?hl=en. -- Chris Conroy Software Engineer Google, Atlanta -- 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

Re: Creating a GWT runtime configuration in Eclipse

2010-09-03 Thread Chris Conroy
this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Chris Conroy Software Engineer Google, Atlanta -- 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

Re: Memory Leak IE7 GWT 2.0.4

2010-09-03 Thread Chris Conroy
a memory leak in my real world app, I just haven't written any sample code the demonstrates it in IE (the only browser we currently build for.) On Sep 3, 10:52 am, Chris Conroy con...@google.com wrote: @chrisr: Are you seeing a leak in the Development Mode JVM, or are you observing

Re: Can not download gwt developer plugin

2010-09-02 Thread Chris Ramsdale
There was an update on our side yesterday and the Developer Plugin page has been restored. Please let us know if you still experience problems. -- Chris On Fri, Aug 27, 2010 at 5:47 PM, Chris Ramsdale cramsd...@google.comwrote: You can also use this link in the interim: http

Re: How to run my DETAILED/PRETTY compiled GWT application locally / on app engine?

2010-09-02 Thread Chris Conroy
to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Chris

<    1   2   3   4   5   6   7   8   9   10   >