Re: i18n Failing

2020-01-31 Thread Andrew Buck
zable interfaces) annotations and/or in the non-suffixed > .properties file (i.e. rename FixedStrings_en.properties to > FixedStrings.properties). > > On Friday, January 31, 2020 at 10:36:48 AM UTC+1, Andrew Buck wrote: >> >> I am trying to add a second locale to my GWT app, but I'm unabl

i18n Failing

2020-01-31 Thread Andrew Buck
I am trying to add a second locale to my GWT app, but I'm unable to make it work. Up until now, I've had: And now if I change it to: And add a tag in the page header: I still always see the page in English. If I instead do: Then I always see the page in Spanish. The tag is

Re: Execution order of cache.js versus other script tags

2019-12-11 Thread Andrew Buck
Thanks! On Wednesday, December 11, 2019 at 2:45:30 AM UTC-8, Jens wrote: > > Usually you would use GWT's ScriptInjector together with ClientBundle + > TextResource/ExternalTextResource. That way you can either embed your > external JS into the GWT JS (TextResource) so it downloads as part of you

Execution order of cache.js versus other script tags

2019-12-10 Thread Andrew Buck
My GWT code uses a an external javascript library through JsInterop and I want that library to download in parallel with my cache.js file, but execute before the cache.js file does. The problem is that the nocache.js injects the cache.js file into the page and any injected script tags are autom

Re: What is the advantage of GWT 3.0?

2019-06-03 Thread Andrew Buck
Sounds great! Thanks! On Sunday, June 2, 2019 at 3:44:23 PM UTC-7, Peter Donald wrote: > > > > On Sun, Jun 2, 2019 at 12:59 PM Andrew Buck > wrote: > >> I love GWT 2.8 and I appreciate all the work that the community has put >> into it as well as the work

Re: GWT - Still Active ?

2019-06-02 Thread Andrew Buck
Debugging of both the server and client code works great. I'm not sure why it doesn't work for you. Client side debugging is done in the browser console using source maps that are automatically generated by the GWT compiler. On Saturday, June 1, 2019 at 3:22:09 PM UTC-7, Edson Richter wrote: >

What is the advantage of GWT 3.0?

2019-06-01 Thread Andrew Buck
I love GWT 2.8 and I appreciate all the work that the community has put into it as well as the work towards GWT 3.0. I'm trying to understand what the advantage of GWT 3.0 is though. It seems like GWT 3.0 is a subset of GWT 2.8 with a different compiler under the covers. How is the closure comp

Re: GWT - Still Active ?

2019-06-01 Thread Andrew Buck
GWT is not dead! It's simply suffering from PR misunderstanding. People think that you have to use the old widget system to use GWT, but you don't. Just use Elemento instead of widgets and REST calls instead of RPC. Regardless of what happens with GWT 3, using GWT 2.8 is future proof since it

Re: UnableToCompleteException

2019-04-02 Thread Andrew Buck
That fixed it. Thank you!! On Tuesday, April 2, 2019 at 6:14:07 PM UTC-7, Rob Newton wrote: > > I wonder if the GWT unit cache is corrupted? Try removing directories > named gwt-unitCache and/or /tmp/gwt-cache-* (linux). > > On Tuesday, April 2, 2019 at 6:32:10 AM UTC+11, An

UnableToCompleteException

2019-04-01 Thread Andrew Buck
I am getting an exception when trying to use super dev mode that I don't understand. Stack trace is below. Compiling 1 permutation Compiling permutation 0... [ERROR] Unexpected internal compiler error java.lang.NullPointerException at com.google.gwt.dev.jjs.ast.HasName$1.compare(HasName.java:33)

Re: Why the GWT complier used so much memory?

2018-09-14 Thread Andrew Somerville
Good to know, I'm using Mojo's maven plugin, so that would explain the default of localWorkers = 4. On Friday, September 14, 2018 at 10:05:23 AM UTC-3, Thomas Broyer wrote: > > > > On Friday, September 14, 2018 at 2:25:44 PM UTC+2, Andrew Somerville wrote: >> >&g

Re: Why the GWT complier used so much memory?

2018-09-14 Thread Andrew Somerville
To your point, regarding tuning the localWorkers parameter, I get significant speedup going from the default of 4 localWorkers down to 2. (i5-4460 Desktop CPU, 500 GB SSD and 32 GB of RAM). It doesn't matter what I set the heap limit to, the compilation appears to be memory bandwidth limited, o

Re: hwo to get the server working?

2018-08-28 Thread Andrew Somerville
Correct, the code server is the only component I'm using. On Monday, August 27, 2018 at 7:53:36 PM UTC-3, Thomas Broyer wrote: > > Sorry if I wasn't clear: DevMode with -noserver is basically the same as > CodeServer. The embedded server is discouraged, not CodeServer (or DevMode > with -noserv

Re: hwo to get the server working?

2018-08-27 Thread Andrew Somerville
generateAsync true YourAppNameHere 8080 -Xmx4g -Xms2g On Monday, August 27, 2018 at 1:16:50 PM UTC-3, Thomas Broyer wrote: > > > > On Monday, August 27, 2018 at 2:14:24 PM U

Re: hwo to get the server working?

2018-08-27 Thread Andrew Somerville
pse/netbeans. I generally recommend beginners with Java actually start with a Maven project, however you might need some hints on how to integrate GWT. On Sunday, August 26, 2018 at 6:53:04 PM UTC-3, Mike O. wrote: > > Andrew, > > That is very generous, and if you have the time, I would cert

Re: Recommended GWT Map Library?

2018-08-25 Thread Andrew Somerville
The features I'm using continue to work, although the google server sends a warning with every request that the API version is obsolete. If you like, I can post back when I've done some investigation into what would need to be updated. I may have some free cycles to put into making some updates

State of Elemental

2016-09-25 Thread Andrew Buck
I'm trying to understand if I can use Elemental in my project. I see this on the Elemental GitHub page: Currently, Elemental is generated from the WebKit project's WebIDL binding > definitions which are used also > by the Dart project. Because of this, vendor prefixed APIs also show up > (webk

Re: Having trouble with GWT JSNI

2016-06-02 Thread Andrew Ferguson
Hi Thomas, Thank you very much, it is working now. I really /really /appreciate the help you've given me. Andrew On 02/06/16 15:14, Thomas Broyer wrote: On Thursday, June 2, 2016 at 3:50:49 PM UTC+2, Andrew Ferguson wrote: Hi Thomas, Thank you *so* much (I'm kick

Re: Having trouble with GWT JSNI

2016-06-02 Thread Andrew Ferguson
Hi Thomas, Thank you *so* much (I'm kicking myself because it was such a simple error!). I don't suppose you know how I could call an external JavaScript function from inside the GWT project? I cannot find any examples online that show this. Thanks again, Andrew On 02/06/16 14:

Re: Having trouble with GWT JSNI

2016-06-02 Thread Andrew Ferguson
rror I am getting is: [ERROR] Errors in 'file:/home/andrew/eclipse/workspace/circuitjs1/src/com/lushprojects/circuitjs1/client/CirSim.java' [ERROR] Line 105: Referencing class 'com.lushprojects.curcuitjs1.client.CirSim': unable to resolve class Line 105 is th

Having trouble with GWT JSNI

2016-06-02 Thread Andrew Ferguson
to be able to call an external JavaScript function from the GWT project's code, and despite looking at the documentation, I'm not sure how to do this. Can anyone help me with these two problems? Kind regards, Andrew -- You received this message because you are subscribed to the Go

Widget Memory Leak (possibly caused by ErraiBus?)

2016-01-15 Thread andrew . buck
I am using a tab panel and experiencing a memory leak. When a tab panel is closed, that panel is removed from its parent, but it remains in memory. Is there any call that I need to make so that the panel is garbage collected? The only reference I can find that would remain after that point is E

How can I use GWT 2.8 snapshot from within my Eclipse build? (not maven)

2015-01-06 Thread philip andrew
Hi there, I have an Eclipse build, how can I use GWT 2.8 snapshot from within this build? Thanks! Philip -- 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

GWT and Material Design

2015-01-06 Thread philip andrew
Hi there, Has anyone tried to make a Material Design for GWT? http://www.google.com/design/spec/material-design/introduction.html Philip -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving em

Re: [Help] GWT + GAE + Android - Where to start?

2014-02-15 Thread Andrew Mackenzie
Hi Bruno, well you've made a lot of progress, so congratulations. I think we need to overcome a basic misconception before going further On the server side, you should only have ONE project, a combined GAE and GWT project, not two. No need to copy classes and files between project

Re: [Help] GWT + GAE + Android - Where to start?

2014-02-11 Thread Andrew Mackenzie
No worries. I mean one server wepapp (GAE plus GWT) that exposes an API to your Android app. You might want to chose JSON for API format and use gson library in GAE and Android projects. The Google Cloud Platform Mobile Backends Starter Project might be a good learning ground as it generates GA

Re: [Help] GWT + GAE + Android - Where to start?

2014-02-11 Thread Andrew Mackenzie
http://www.slideshare.net/andrew_d_mackenzie/google-dev-fest-presentation -- 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...@go

Re: [Help] GWT + GAE + Android - Where to start?

2014-02-11 Thread Andrew Mackenzie
You just need to "layer" GWT on top of the GAE/J "servlet/jsp" application by including web pages that load the JS generated by the GWT compiler. I.e. you build ONE app that does it all, with server code and GWT generated JS all in one combined /war dir. You then debug locally on the devserver o

Re: Chrome apps and GWT

2014-02-10 Thread Andrew Mackenzie
ewer errors in the app console) but it does not work > either way. > I didn't get the part about the "loaders". > Thanks for your help. > > On Sunday, February 9, 2014 3:18:42 PM UTC+1, Andrew Mackenzie wrote: >> >> I've developed a Chrome extension u

GWT Desktop-Notification

2014-02-09 Thread Andrew Mackenzie
I'll try and find time to look at it. I developed a GAE/GWT component that abstracts "push" to users, using GCM to Android devices and Channels API (gae) to web users, with a GWT component that receives the "push" notification. -- You received this message because you are subscribed to the Goog

GWT Desktop-Notification

2014-02-09 Thread Andrew Mackenzie
I'll try and find time to look at it. I developed a GAE/GWT component that abstracts "push" to users, using GCM to Android devices and Channels API (gae) to web users, with a GWT component that receives the "push" notification. -- You received this message because you are subscribed to the Goog

Chrome apps and GWT

2014-02-09 Thread Andrew Mackenzie
I've developed a Chrome extension using mainly GWT, but it's mostly loaded by the extension remotely (loading JS handcrafted). It's mainly a build/packaging problem. GWT will build the JS for you and the "loaders" then you have to include into your extension file hierarchy in your build, and loa

Newbie Question

2013-11-19 Thread Andrew Smith
Hi I recently created a GWT starter application, which contains 3 modules, client, server and shared. It was a simple app with a greeting service, built using the gwt-maven-plugin. All went well, but then when I tried to incorporate mvp, using views and activities, it made me change the the sh

No valid instance id for this instance.

2013-10-21 Thread Andrew Donley
I have a question about this error I'm getting when loading my GWT webpage. I just recently upgraded my SDK from 1.7.2 ->1.8.2 and started receiving this stack dump: FINE: Exception getting module instance com.google.appengine.api.labs.modules.ModulesException: No valid instance id for this in

Async "mymodule.nocache.js" script loading, onModuleLoad not fired

2013-04-24 Thread Andrew Uglev
Are there anyway to load initial "mymodule.nocache.js" with

Re: com.google.gwt.user.client.rpc.StatusCodeException: 500 The call failed on the server; see server log for details only when running on external server in Myeclipse

2013-03-12 Thread Andrew Phillips
What version of GWT are you using? On Tuesday, March 12, 2013 1:11:12 PM UTC-4, svkirans wrote: > > Hi, > > I am getting the below exception while trying to use RPC. > > com.google.gwt.user.client.rpc.StatusCodeException: 500 The call failed on > the server; see server log for details > at >

Re: CellTable/CellTree hybrid

2013-01-28 Thread Andrew Done
ubrows in a CellTable, as in > the Showcase, would be enough for most people, and others could use GXT or > similar third-party widgets, or were already using them anyway; IIRC) > > On Monday, January 28, 2013 3:45:36 AM UTC+1, Andrew Done wrote: > > An update: I've spent

Re: CellTable/CellTree hybrid

2013-01-27 Thread Andrew Done
d certainly appreciate any feedback from anyone else that's looked into the problem or can provide insight or correction to my thinking. On Sunday, 27 January 2013 22:41:48 UTC+11, Andrew Done wrote: > > Hello GWT-Land, > > I am trying to create a view like the attached. > &

CellTable/CellTree hybrid

2013-01-27 Thread Andrew Done
#x27;m overlooking and so any help and/or advice would be greatly appreciated. Cheers, - Andrew. <https://lh3.googleusercontent.com/-F0ba4y5B9BA/UQUPWG31bPI/AA0/gO_rHuK0f-4/s1600/Screen+Shot+2013-01-27+at+10.25.36+PM.png> -- You received this message because you are subscribed

Re: SuperDevMode not so super

2012-11-14 Thread Andrew Mackenzie
I recently also tried to get GWT-RPC going and after a while just gave-up, knowing that in a way I didn't really want it. I had the opportunity to prepare a talk on our experiences using GWT and GAE recently, and one of the strong points I pushed was DevMode and the integrated server-RPC-client

Re: RemoteServiceObfuscateTypeNames throws SerializationException

2012-09-03 Thread Andrew Balakhanov
Hello. I have struggled with the problem to. :) Can you please tell my. Did you resoled the issue? On Saturday, September 4, 2010 12:39:01 AM UTC+3, Gal Dolber wrote: > > Hi, I am trying to get rpc obfuscation working. > > Have added this: "com.google.gwt.user.RemoteServiceObfuscateTypeNames"

FF11 plugin via http://gwt.google.com/missing-plugin/MissingPlugin.html

2012-03-26 Thread Andrew Scully
I appreciate that an updated plugin has been provided by Alan Leung via this forum, but currently the official link still shows: Sorry, the GWT Developer Plugin only supports Firefox 3.0 - 10.0 at present Any idea when it will become available via this method? Cheer

Re: How to share classes between two different modules with two different pages

2012-03-21 Thread Andrew Scully
It sounds like you just need two separate gwt.xml files within the same project. There is no reason why you can't use the same inherits within both. On Tuesday, 20 March 2012 21:22:58 UTC, Deepak Singh wrote: > > Hi All, > > I have a GWT project with 2 modules. > > ModuleA and ModuleB > Both are

Re: ff11 gwt dev plugin

2012-03-21 Thread Andrew Scully
Thanks. How soon until it is available via http://gwt.google.com/missing-plugin/MissingPlugin.html ? On Friday, 16 March 2012 19:58:34 UTC, Alan Leung wrote: > > Wow! I didn't know it was released already. > > Some how I thought I had more time until FF11. I'll get on it. thanks for > the remi

GWT and Google Maps Version 3

2012-02-14 Thread andrew
I currently use GWT Maps API 1.1 in our GWT APP and I'd like to update it to use the Google Maps API Version 3. Is there a supported, not deprecated, library for GWT to use Google Maps API V3? gwt-google-maps-v3 === http://code.google.com/p/gwt-google-maps-v3/ Only one committer. Seem

Re: accessing the compiled javascript from a stand alone project.

2012-01-18 Thread Andrew
happy that it is compiled in a way that doesn't require the server. However, the question remains: is there a way to compile it so I have easier access to the javacript entry point of my code, or to easily extract it from the cache files so I can call it from another javascript project? Tha

accessing the compiled javascript from a stand alone project.

2012-01-18 Thread Andrew
rver running to work properly? Also, in the .cache.html files, the javacript is actually commented out. Is there a way to compile it so I have easier access to the javacript entry point of my code, or to easily extract it from the cache files? Thanks, Andrew -- You received this message because you a

Re: MVP in terms of UI and View

2012-01-17 Thread Andrew Green
With regard to avoiding state in views, I've more or less followed this practice, but sometimes find it useful to cache re-usable DOM/Widget elements in views. In these cases, the view knows absolutely nothing about the general application state, but may keep track of a few minimal pieces of in

Re: Request for comments on a custom framework

2011-11-29 Thread Andrew Green
be inherited by other activities. Many thanks again for your comments, suggestions, etc.! - Andrew -- 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

Request for comments on a custom framework

2011-11-29 Thread Andrew Green
WebClientGinjector ginjector = GWT.create(ActiveComponentSetupGinjector.class); ginjector.getComponetSetup().start(); } } And that's that! Many thanks in advance for your comments, suggestions, scathing criticisms, etc.! Take

Best practives to work with complex tokens with Activities and Places (MVP)

2011-11-18 Thread Andrew Uglev
Hi! I read a lot about MVP, tokens, places but still newbie and need an advise about complex token strategy. For example I have a Book object (that has its activity, place, view). The book can be shown, edited and commented by its ID. The token need to be switched to smth like #bookPlace:234/show #

sending a url with parameters, as a url parameter

2011-11-08 Thread andrew
I am calling a servlet from GWT client code using RequestBuilder. In the request (a POST) I am passing some request data... builder.sendRequest(postData, new RequestCallback() In postData, one of the url parameters is called "returnToUrl" This "returnToUrl" has url parameters, and wo

Re: Notification Mole styling

2011-11-08 Thread andrew
I too would like to learn to style NotificationMole. So far, the only thing I have achieved is (by using setStyleName with my own style name) on it is to style the outer box and it's background but the content is shown inside a span inside a div, with classes: this seems to set it'

Re: How to exclude JUnit test files to be converted to javascript inside /src/test/java/ folder when the Project is using Maven.

2011-09-01 Thread Andrew Hughes
Maven should not even allow you project to compile if that is the case. Dev mode might still run. Try mvn install . If that fails you prob have an import/reference to a test in you main src code. Post results back. On 01/09/2011 7:06 AM, "Jason Pack" wrote: > In your gwt.xml file, you can use o

Re: Help! Some confusing problems about gwt rpc with generics!

2011-08-30 Thread Lan Andrew
Thank you very much,Alex. Yes,maybe I shouldn't send List over rpc and use generics in gwt rpc like this way. But I also have some problems about the exception above. The generic parameter K would be still erased in the generated Proxy implementing that interface,even though I bind the parameter t

Re: Help! Some confusing problems about gwt rpc with generics!

2011-08-30 Thread Lan Andrew
Thank you very much,Jeff. Yes,as you say, I shouldn't send List over rpc. Another problem, what do you think about the exception above? The generic parameter K would be still erased in the generated Proxy implementing that interface,even though I bind the parameter type,such as String, in the subi

Help! Some confusing problems about gwt rpc with generics!

2011-08-28 Thread Lan Andrew
I make a test about gwt rpc these days, and meet some confusing problems. At first, I created a project named testGwtRpc by the gwt plug-in. Certainly,this is a helloworld project,and it works fine. Second,I made some changes for the project,especially adding the generics on the rpc service interfa

Re: GWT 508 - Alternative text on gwt-tree expand/collapse image

2011-08-15 Thread andrew
Running into the same kinds of issues almost a year after this post (using GWT 2.0.4)... Need to set alt text and need to discern both tree selection and hierarchy with CSS turned off. This can be made more elegant but here is the strategy (some GWT Tree assumptions are made here)... We are ad

Online Javadoc not up-to-date

2011-07-29 Thread Andrew Green
-toolkit.googlecode.com/svn/javadoc/2.3/com/google/gwt/user/client/ui/SimpleLayoutPanel.html Greetings, Andrew -- 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

Re: Generics in deferred binding

2011-07-11 Thread Andrew Scully
I think that just doing this should be OK: Animal animalImplCat = GWT.create(Animal.class); Animal animalImplDog = GWT.create(Animal.class); The compile time generics will still be enforced during the GWT compile, but GWT.create(Animal.class) can fill both instances. Hope this helps, I have to

Re: GWT community in Sydney?

2011-05-18 Thread Andrew J
Firstly, good work on raising the call for a GWT community! Quite agree it's sorely needed. Trying to emulate what the rails community have achieved may be a bit ambitious, but at the very least it would be great to have GWT people connected. GTUG is a great start and has some smart folks in atten

Re: Problems with Godaddy hosting and server-side deserialization

2011-04-23 Thread Andrew Calleja
ible/has any hidden caveats/etc are welcome. Thanks, Andrew On Apr 22, 8:39 pm, Andrew Calleja wrote: > I have a hunch its not possible in shared hosting accounts. > > Thanks for the tip though. > > Andrew > > On Apr 22, 5:19 pm, Alan Chaney wrote: > > > > > &

Re: Problems with Godaddy hosting and server-side deserialization

2011-04-22 Thread Andrew Calleja
I have a hunch its not possible in shared hosting accounts. Thanks for the tip though. Andrew On Apr 22, 5:19 pm, Alan Chaney wrote: > I have no experience with GoDaddy, but it looks to me like they have a Java > security manager in > place. You could fix your problem by changing the

Re: Problems with Godaddy hosting and server-side deserialization

2011-04-22 Thread Andrew Calleja
Unfortunately the appengine doesn't cater for my needs as the 3000 files limit is too low for the custom skin I need to use. Is there really no way around the above? Thanks again, Andrew On Apr 21, 6:49 pm, Andrew C wrote: > Will look it up. > > Thanks David and Nino > >

Re: Problems with Godaddy hosting and server-side deserialization

2011-04-21 Thread Andrew C
Will look it up. Thanks David and Nino On Apr 21, 6:18 pm, nino ekambi wrote: > + 1  for Appengine > > You will never regret :) > > 2011/4/21 David Chandler > > > > > > > > > > > Hi Andrew, > > > > Can anyone point me i

Problems with Godaddy hosting and server-side deserialization

2011-04-21 Thread Andrew C
Thanks and regards, Andrew P.S. If more info is required, let me know. -- 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

Re: Need to change BackColor of Tree Item When I MouseOver on It

2011-04-06 Thread Andrew Green
If you're using CellTree, see this thread, especially the last post, on how to set custom css styles for CellTree: https://groups.google.com/group/google-web-toolkit/browse_thread/thread/144b025bfa3421c3/c3eb2ad898ae06af Good luck! El 06/04/11 03:19, Nagendra escribió: I want to change color o

HorizontalSplitPanel with hide mechanism and no live update?

2011-04-02 Thread Andrew Green
ciate it. (I know such functionality is available with ext GWT and SmartGWT, but I'm not sure I'm ready to commit to a heavyweight JS framework---my app is quite light with plain GWT, which provides enough functionality in most cases.) Many thanks in advance! Greetings, Andrew -- Yo

Re: Code changes not reflected on browser refresh

2011-03-09 Thread Andrew Pikler
te or launch your browser. > > On Wed, Mar 9, 2011 at 3:23 AM, Andrew wrote: > >> Hi- >> >> I'm using Eclipse 3.5.2 under Ubuntu with Google Web Toolkit SDK >> 2.2.0, and Google App Engine Java SDK 1.4.2. >> >> Recently I worked through the StockWatc

java.io.IOException: Stream closed after Session timeout

2011-03-09 Thread andrew
Hi, we have a special problem with a GWT app running on Tomcat. The problem occurs, after the session has been invalidated and user tries to make a call. We get this exception: SEVERE: Exception while dispatching incoming RPC call java.io.IOException: Stream closed at org.apache.catalina.

Code changes not reflected on browser refresh

2011-03-09 Thread Andrew
n HTML file instead., for example StockWatcher.html, the changes are reflected in the browser upon refresh, as normal. Please help! Recompiling the entire project every time is very annoying. Thanks. Andrew -- You received this message because you are subscribed to the Google Groups "Google Web

Development mode vs web mode URL discrepancy for RPC services

2011-03-04 Thread Andrew Broderick
Hi, I have more or less the same question as another post, but with a slight twist. In dev mode, in our web.xml, we have to have our RPC service mappings with this pattern: /module/service.rpc . For deployment on a web server, we have to strip out the module prefix for it to work, using an Ant ta

Re: Development mode vs web mode URL discrepancy

2011-03-04 Thread Andrew Broderick
I was going to ask a very similar question, only regarding the RPC services declared in web.xml. In dev mode it seems you need the pattern: /module-name/service.rpc for the servlet mapping, whereas in production mode you only need /service.rpc. At the moment we have an ant task that transforms the

Re: Can't install google eclipse plugin on fresh Helios install.

2011-03-04 Thread Andrew Hughes
WindowBuilder XML Common Components > * Google Web Toolkit 2.1.1 SDK Bundle for Eclipse 3.6 > 2) Install the plugin following this instructions > http://code.google.com/intl/es/eclipse/docs/install-from-zip.html<http://www.google.com/url?sa=D&q=http://code.google.com/intl/es/eclipse/

Eclipse run configurations excruciatingly slow with 2.2 plugin

2011-03-03 Thread Andrew Broderick
Hi, I installed the plugin and 2.2 SDK. Now, open the Run > Run Configurations dialog in Eclipse (Helios) takes maybe 30 seconds. Clicking a tab in it is maybe another 30 seconds. Editing the text boxes is painful. Any idea what's going on? Thanks -- You received this message because you are su

Can't install google eclipse plugin on fresh Helios install.

2011-03-02 Thread Andrew Hughes
Hi All, I've noticed a lot of posts that people are having trouble updating their eclipse plugins (starting ~14th Feb 2011). I'm not updating, I have a fresh Helios install that won't install the plugin or sdk from http://dl.google.com/eclipse/plugin/3.6. Would anyone be able to confirm this prob

war directory/web.xml and source code control

2011-02-26 Thread Andrew Broderick
Hi, I am using GWT 2.2 and the Eclipse plugin. It automatically creates the war/WEB-INF folders. Since we want to keep the project plugin- friendly, we want to keep the war/WEB-INF folders. But, we want to check the web.xml file into SVN, since it's got all our RPC services defined in it (plus oth

Selectively preserving CSS class references in *.ui.xml

2011-02-25 Thread Andrew n marshall
I have a UiBinder managed Composite widget with a SplitLayoutPanel at top.  I'm trying to style the .gwt-SplitLayoutPanel-HDragger like so...     .gwt-SplitLayoutPanel-HDragger {         background-color: #FFA65E;         cursor: e-resize;     } but GWT ren

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-23 Thread Andrew Scully
In my case, I had to install from the zip archive instead due to firewall trouble. Even then, I had to run the install (and restart) twice before it installed correctly, for some reason. Make sure your eclipse is fully up to date prior to installation. Cheers, Andy. On Feb 23, 8:02 am, alexoff

Augmenting Existing Elements with GWT

2011-02-22 Thread Andrew n marshall
I was looking for / hoping for a way to augment existing HTML with GWT functionality.  Conceptually, I was thinking I might be able to do something like this: public void onModuleLoad() { final RootPanel root = RootPanel.get(); // Says it support multiple

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-17 Thread Andrew Scully
, the exception info is even more vital. At the moment, we cannot use the update facility, because it is impossible for us to know what IPs to allow. Thanks for your support, Andrew Scully. On Feb 16, 3:50 pm, Rajeev Dayal wrote: > Andrew, > > If you try and download some of those

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-16 Thread Andrew Scully
Well that settles it, it can't be anything to do with the installation history of the eclipse if you had this issue with a fresh install. It seems to be the case that several jars are not coming down with the install, or are not getting through to the plugins directory. I am on Windows XP by the

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-16 Thread Andrew Scully
Just an update on my situation with this: -Cleared out my plugins and features directories very thoroughly (directories and jars) so that all references to my old standalone GWT Designer install were gone. I also uninstalled anything with a package name begining "com.instantiations" from the eclips

Error installing GWT 2.2 in eclipse 3.6

2011-02-14 Thread Andrew Scully
Using the "Add new software" funtion in eclipse 3.6.0 (Build id: I20100608-0911), I attempted to install GWT 2.2 from http://dl.google.com/eclipse/plugin/3.6 This operation failed, however, with the below errors. I have numerous previous versions of GWT installed, including the various milestones

GWT+SpringSecurity - handling session-timeout

2011-02-07 Thread andrew
Hi, we are implementing an application using GWT2.1 + Spring security 3.0. We use a SSO Kerberos authentication, if this fails, user can still log in through a login page. Our basic configuration is something like this: T

Re: Maven repository for GWT 2.1.1

2010-12-26 Thread Andrew Hughes
Andrey, The "?gwt.codesvr=127.0.0.1:9997" is very important and must be used when running in dev mode. Production/compiled javascript (i.e. outside of dev mode) will not need this. --AH p.s. this is identical for maven or eclipse. On Mon, Dec 27, 2010 at 12:29 AM, ailinykh wrote: > I did, no

Re: Mixing GWT 2.0.x & 2.1.0 Browser Plugins, How?

2010-12-14 Thread Andrew Hughes
BINGO! Thanks Thomas :) On Tue, Dec 14, 2010 at 8:43 PM, Thomas Broyer wrote: > It's not a plugin issue. You probably just have a file in your browser > cache that references the older version. > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolk

Mixing GWT 2.0.x & 2.1.0 Browser Plugins, How?

2010-12-13 Thread Andrew Hughes
I recently upgraded our app to 2.1.0 on a branch. All went well :) but we're still running with 2.0 for sometime yet. Consequently, I am now switching between GWT 2.0.4 and 2.1.0 as I switch branches. This is causing problems with my Dev Mode Browser plugin (FireFox v1.0.7511). The error reported

add gwt to existing Java project

2010-12-07 Thread Andrew Balakhanov
Hello. Could you please help me. I have a Java project (server part) and now I am going to write client part on GWT. I build my project via ANT. Can you please help me, how shlould I add GWT to my project, and then to build it ? -- You received this message because you are subscribed to the Goog

Re: Support IE7 but not IE6, how?

2010-10-10 Thread Andrew Hughes
h some regex skills could improve on this conditional test too! CHEERS :) On Sat, Oct 9, 2010 at 7:01 PM, George Georgovassilis < g.georgovassi...@gmail.com> wrote: > Hello Andrew, > > A couple of ways spring to my mind: > > 1. Use conditional comments [1]. This way you can

Support IE7 but not IE6, how?

2010-10-08 Thread Andrew Hughes
Hi People, I noticed that the (2.0.4) user.agent options are 'ie6,ie8,gecko,gecko1_8,safari,opera'. The problem is, we would like to support IE7 but not IE6 (because IE6 css constraints). AFAIK, IE7 is covered by the same user.agent as IE6... that being 'ie6'. So how we support IE7 but not IE6?

Needed Education And Server Access

2010-10-06 Thread Andrew Witherspoon
it unlikely to create apps without this knowledge? Thanks for your help, Andrew -- 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 gro

GWT (2.0.4) Dev Mode and/or Plugins are Crashing, Debug How???

2010-10-04 Thread Andrew Hughes
Hi Again, Sadly our application now appears to crash dev mode and/or the browser plugin(s). The lack of visibility we have means I don't really know where the problem lies. This is impeding development dramatically. The only observations I can see is that: * Windows reports that the 'The browser

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

2010-09-27 Thread Andrew Hughes
t 8:24 AM, Chris Conroy wrote: > Sounds like you need to use > > > http://code.google.com/webtoolkit/doc/latest/DevGuideUiBinder.html#Using_an_external_resource > > On Mon, Sep 27, 2010 at 2:17 AM, Andrew Hughes wrote: > >> Howdy, >> >> Our ui.xml template s

Re: Any recommended input validation lib?

2010-09-27 Thread Andrew Pietsch
e's a bit of an idea: https://wave.google.com/wave/waveref/googlewave.com/w+UQNykyjbA I'd also like to see this integrated with the new gwt validation code (or at least a similar mechanism), so if anyone feels like contributing drop me a line. Cheers Andrew On Sep 28, 12:59 am, "P.

GWT-OpenLayers 0.5 Released

2010-09-27 Thread Andrew Hughes
Greetings, Around Twelve months in the making and GWT-OpenLayers 0.5 has been released, a BIG THANK YOU to everyone who contributed. I've posted this across a few mailing lists that might find this interesting blend of technologies applicable to their needs, these are primarily the GeoServer, GWT,

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

2010-09-26 Thread Andrew Hughes
Howdy, Our ui.xml template styles would like to access some ImageResources defined in a ClientBundle. But the @sprite's can't ever seem to use the ClientBundle's ImageResources from the ui.xml's ... for example... @sprite .header { gwt-image: "res.companyLogo"; /** DOES NOT WORK*/ } P

How to set focus in CellTable? (2.1M3)

2010-09-13 Thread Andrew Gillett
e sense to set focus to the value concerned. I realize that the API may not be completely finalized yet, so my question is: Is it likely that the API will be extended or relaxed in the future? Is there another approach? Or is this something that will never be possible with GWT CellTables? Andre

Re: UiBinder with background-image and ImageResource

2010-09-11 Thread Andrew Hughes
Here's a simple example WITHOUT external css file. It works, providing the ClientBundle and the ui.xml are in the same package. I believe you can use them from different packages but I still haven't worked out how. @sprite .loader1 { gwt-image: 'loading'; padding-left: value('l

Re: UiBinder: ClientBundle with ImageResource & . How?

2010-09-09 Thread Andrew Hughes
Hi Marius, Thanks for your help again. and are very different. I'm still lost on this one, but thanks for chipping in :) On Thu, Sep 9, 2010 at 7:04 AM, marius.andreiana wrote: > On Sep 8, 5:17 pm, Andrew Hughes wrote: > > But when MyView and MyResources are in diff

  1   2   >