Re: java.lang.ClassNotFoundException: javax.sql.DataSource when using GWT 2.9.0 + Java 11 combination

2022-06-30 Thread Rob Newton
Yes it seems that you need to run it in a separate servlet container, but it doesn't have to be Tomcat. You can use Jetty so long as it is fairly recent (unlike the old version embedded in GWT dev mode). On Friday, July 1, 2022 at 4:57:50 AM UTC+10 ora...@gmail.com wrote: > I am not sure if

Re: Upgrading from 2.8.1 to 2.9.0 yields "...type not found, or there are compile errors..."?!?

2021-12-06 Thread Rob Newton
It looks like the GWT compiler cannot find the source .java file for that class, which it will need. Perhaps it is in a directory that is not covered by the tag in your module.gwt.xml file? On Tuesday, December 7, 2021 at 3:02:09 AM UTC+11 mmo wrote: > We are trying to migrate a GWT

looking for JsInterop information

2019-11-11 Thread Rob Newton
s like JsArray or the jsinterop-base utilities are mentioned, but I am hoping there is some definitive site with collection examples that I have missed? Thanks, Rob -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from thi

Re: GWT goodies!

2019-10-17 Thread Rob Newton
Hristo, Thanks for that. I had not heard of Tabulator -- it could be useful. Cheers! On Friday, October 18, 2019 at 4:56:27 AM UTC+11, Hristo Stoyanov wrote: > > Hello all, > I have been maintaining a few GWT projects, mostly JsInterop wrappers > around popular and useful JS libs that I

Re: [ANN] (Unofficial) Elemental2 2.26 release

2019-10-16 Thread Rob Newton
OK I was wrong. I thought I was using 2.26, but I am using other maven dependencies (elemento) which depend on 1.0.0-RC1, and that is having precedence over 2.26. On Thursday, October 17, 2019 at 12:49:27 PM UTC+11, Rob Newton wrote: > > Hristo, > > I am using realityforge's elemen

Re: [ANN] (Unofficial) Elemental2 2.26 release

2019-10-16 Thread Rob Newton
it comes out. -Rob On Thursday, October 17, 2019 at 12:07:38 PM UTC+11, Hristo Stoyanov wrote: > > Peter, > Getting this error with Elemental 2.26 and GWT 2.8.2: > > elemental2_version=2.26 > jsinterop_base_version=1.0.0-b2-e6d791f > jsinterop_version=1.0.2-p1 > &g

Re: A Short GWT JsInterop Article for Beginners

2019-06-03 Thread Rob Newton
Nice! On Tuesday, June 4, 2019 at 6:21:32 AM UTC+10, Dr. Lofi Dewanto wrote: > > Hi All, > > I wrote a short article to introduce GWT and JsInterop for beginners, hope > to see more people using GWT: http://bit.ly/WebJavaStory > > Enjoy, thanks, > Lofi > -- You received this message because

Re: Is this project active?

2019-05-30 Thread Rob Newton
I can sympathise with some of what Bob is saying. >From what I can gather there is actually a great flux of activity going on behind the scenes by parts of the community. The main players in moving GWT forward appear to be half-a-dozen or so companies who use GWT greatly, and some

Re: DisclosurePanel

2019-05-22 Thread Rob Newton
When you create the DisclosurePanel you can provide the text for the header: DisclosurePanel(java.lang.String headerText) On Wednesday, May 22, 2019 at 3:59:16 PM UTC+10, naaser ahmed wrote: > > Hello, > > I am trying to make my website compatible with Accessibility and running > into

Re: UnableToCompleteException

2019-04-02 Thread Rob Newton
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, Andrew Buck wrote: > > I am getting an exception when trying to use super dev mode that I don't > understand. Stack trace

Re: Chrome Canary 73.0.3680.0 breaks pretty much ALL GWT apps :(

2019-01-28 Thread Rob
Can confirm that as mentioned in https://bugs.chromium.org/p/chromium/issues/detail?id=923585 Chrome Canary 74.0.3685.0 no longer suffers from this issue. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop

Re: Chrome Canary 73.0.3680.0 breaks pretty much ALL GWT apps :(

2019-01-25 Thread Rob
Managed to get our app building with 2.8.2 and can confirm that this fixes the issue. On Thursday, 24 January 2019 18:34:48 UTC, Rob wrote: > > Good to hear that 2.8.2 fixes it. Gives me an excuse to try and get our > main app upgraded, unfortunately it's quite a complex app w

Re: Chrome Canary 73.0.3680.0 breaks pretty much ALL GWT apps :(

2019-01-24 Thread Rob
Good to hear that 2.8.2 fixes it. Gives me an excuse to try and get our main app upgraded, unfortunately it's quite a complex app with a lot of inherited libraries so switching to 2.8.2 involves a fair bit more than just changing a version number. -- You received this message because you are

Re: Chrome Canary 73.0.3680.0 breaks pretty much ALL GWT apps :(

2019-01-24 Thread Rob
Our apps are built with 2.7 & 2.8.1. Looking at the page Thomas linked to it sounds like the problem is fixed in 2.8.2 which also explains why 'esoco GmbH's app (mentioned above) works. On Thursday, 24 January 2019 09:30:01 UTC, Frank wrote: > > To be clear : this does not affect GWT apps

Re: Chrome Canary 73.0.3680.0 breaks pretty much ALL GWT apps :(

2019-01-24 Thread Rob
We are serving via HTTPS. I don't see any mixed content errors or warnings when running with this fix on either Chrome, Firefox, IE11, Edge or Safari 12 On Thursday, 24 January 2019 09:27:47 UTC, David Nouls wrote: > > > Watch out with about:blank, if your app is running on SSL you will get >

Re: Chrome Canary 73.0.3680.0 breaks pretty much ALL GWT apps :(

2019-01-24 Thread Rob
On Thursday, 24 January 2019 06:56:13 UTC, Thomas Broyer wrote: > > You may want to first look for "javascript:" in the generated JS (possibly > in PRETTY mode), to confirm Chromium engineer's findings. Thanks Thomas for this prompt :) I looked again at the ticket you mentioned and replaced

Re: Chrome Canary 73.0.3680.0 breaks pretty much ALL GWT apps :(

2019-01-23 Thread Rob
I tried switching our 2.7 code to use the direct injection linker, but still saw the same issue. I will have another look at it tomorrow to see if I missed something. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group

Re: Chrome Canary 73.0.3680.0 breaks pretty much ALL GWT apps :(

2019-01-23 Thread Rob
We have 3 applications built with 2.7 & 2.8. None of them work, not sure what version of GWT was used in the bits of AWS console that are broken. Looking at the (possibly) offending change in Chromium, it appears to be concerned with how JavaScript code is loaded in IFRAMES. This ties in with

Re: Chrome Canary 73.0.3680.0 breaks pretty much ALL GWT apps :(

2019-01-23 Thread Rob
It looks like a problem with how the GWT compiled javascript is being injected into the page to me, I wonder if the GWT linker being used could affect this? We specify the xsiframe linker which according to the docs is the default. I can see the

Re: Chrome Canary 73.0.3680.0 breaks pretty much ALL GWT apps :(

2019-01-22 Thread Rob
22. Januar 2019 13:39:46 UTC+1 schrieb Rob: >> >> We've just tried to use our GWT app with Chrome Canary only to find that >> it is terminally broken. The GWT showcase app ( >> http://samples.gwtproject.org/samples/Showcase/Showcase.html) exhibits >> the same b

Re: Chrome Canary 73.0.3680.0 breaks pretty much ALL GWT apps :(

2019-01-22 Thread Rob
e the > problem with the showcase but maybe that's caused by the site not running > with HTTPS? As new browser versions are more and more rejecting unencrypted > sites that may affect such old pages. > > > Am Dienstag, 22. Januar 2019 13:39:46 UTC+1 schrieb Rob: >> >> We've ju

Chrome Canary 73.0.3680.0 breaks pretty much ALL GWT apps :(

2019-01-22 Thread Rob
We've just tried to use our GWT app with Chrome Canary only to find that it is terminally broken. The GWT showcase app (http://samples.gwtproject.org/samples/Showcase/Showcase.html) exhibits the same behaviour and we've also seen it on certain AWS console pages. It appears to be event related,

Re: issue with gwt RPC

2018-04-26 Thread Rob Newton
Fred, It's not a problem during compile time. It's a runtime issue. You need to configure Tomcat to start with more memory. For example, in my installation, there is a file /opt/tomcat/bin/setenv.sh, with the following line: CATALINA_OPTS=" -server -Xms128M -Xmx512M" On Wednesday, January

Re: Elemento, maven config to force template implementation class regen

2018-03-28 Thread Rob Newton
Thankyou Thomas, that is good to know. On Tuesday, March 27, 2018 at 8:36:22 PM UTC+11, Thomas Broyer wrote: > > > > On Monday, March 26, 2018 at 10:19:26 AM UTC+2, Rob Newton wrote: >> >> Hi, >> >> When I edit an Elemento template HTML file and do a

Re: Elemento, maven config to force template implementation class regen

2018-03-26 Thread Rob Newton
Trying mvn process-sources or mvn generate-sources does not help. On Monday, March 26, 2018 at 8:25:18 PM UTC+11, Ahmad Bawaneh wrote: > > try *mvn process-sources* > > On Monday, March 26, 2018 at 10:19:26 AM UTC+2, Rob Newton wrote: >> >> Hi, >> >> When I

Elemento, maven config to force template implementation class regen

2018-03-26 Thread Rob Newton
abstract class source file ? Thanks, Rob -- 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...@googlegroups.com. To post to this g

Re: CellList refreshed only after mouse move

2017-04-08 Thread Rob Newton
I have encountered this problem myself. When the new data arrives, rather than updating the CellList/Grid immediately, defer the update until the current event loop has completed. For example: private static void setRowDataDeferred( final DataGrid grid, final int start, final

Re: Production build takes 25% longer on 2.8 compared to 2.7

2017-03-19 Thread Rob Newton
I have been having a similar experience. GWT 2.8 production builds take roughly 25% longer compared to 2.7. On Wednesday, March 15, 2017 at 12:02:12 AM UTC+11, shimmeri...@gmail.com wrote: > > Hi, > > I am migrating our GWT projects from 2.7 to 2.8 and noticed that on > average production

Re: What's the latest GWT version usable with GWT-Ext?

2015-07-29 Thread Rob
That sounds suspiciously like a project I used to work on! Thankfully I am at a different company now and don't have to worry about it anymore, last I heard they were throwing it all away and re-writing using PHP/pure JS. From memory, GWT-Ext wasn't the best implementation (but you have

Re: module.nocache.js generated with same timestamp as module.gwt.xml

2015-02-18 Thread Rob Newton
been forgotten and it will make the next release of GWT? Thanks, Rob On Wednesday, December 31, 2014 at 5:47:19 PM UTC+11, Dop Sun wrote: Thanks Thomas. On Wednesday, December 31, 2014 2:33:59 AM UTC+8, Thomas Broyer wrote: This is actually a known issue with a proposed patch: https://gwt

What's the long-term recommendation for GWT debugging on a Mac?

2015-01-08 Thread Rob
I'm getting started with GWT, fired up the example webapp, and when I browsed to it in Chrome 39.0.2171.95 I was repeatedly prompted to install the GWT plugin, even after it was already installed and enabled. Tried restarting Chrome, same result--I install the plugin and it still keeps

Re: [gwt-contrib] Recompile issue coming up on sdm start, gwt 2.7.0-snapshot

2014-12-05 Thread Rob Walker
scope you down to one permutation. Are you still using bookmarklets? (These do not deal with this properly and should not be used anymore). On Thu, Dec 4, 2014 at 3:43 PM, Rob Walker piste.s...@googlemail.com javascript: wrote: OK - I know I'm being exceptionally dumb here, but won't

Re: [gwt-contrib] Recompile issue coming up on sdm start, gwt 2.7.0-snapshot

2014-12-05 Thread Rob Walker
.* And they don't suggest a different approacH is needed - or maybe I'm just not seeing it in the Docs -- Rob On Friday, 5 December 2014 10:33:18 UTC+2, Rob Walker wrote: I see others note the Dev Mode On / Off cause this - what's the new approach then to enter Super Dev Mode? On Thursday, 4 December

Re: [gwt-contrib] Recompile issue coming up on sdm start, gwt 2.7.0-snapshot

2014-12-05 Thread Rob Walker
I'm really not surprise people are hitting this issue. It's not clear (or wasn't to me) from the Release Notes that you no longer run Super Dev Mode from the standalone program in 2.7 as was done in 2.6, but that running via Dev Mode enables it. Reading the docs on Debugging, they do kind of

Re: [gwt-contrib] Recompile issue coming up on sdm start, gwt 2.7.0-snapshot

2014-12-05 Thread Rob Walker
OK, so after a bit of a battle, I can get Dev Mode to run under 2.7, which now of course launches Super Dev Mode I needed to change some things though. Our original launch command looked like this: ava -cp *%TAS_HOME%/proj/webui/src/com/ascert/webui/vt*;

Re: [gwt-contrib] Recompile issue coming up on sdm start, gwt 2.7.0-snapshot

2014-12-05 Thread Rob Walker
it is actually launching now anyhow. Seemed to need quite a few command line mods from our original BAT file to launch Dev Mode On Friday, 5 December 2014 11:31:55 UTC+2, Thomas Broyer wrote: On Friday, December 5, 2014 10:00:59 AM UTC+1, Rob Walker wrote: I'm really not surprise people are hitting

Re: [gwt-contrib] Recompile issue coming up on sdm start, gwt 2.7.0-snapshot

2014-12-05 Thread Rob Walker
. There is no .nocache.js existing in the file system which overwriting will change our application behaviour. SDM does still work for us if run explicitly, but we have to add a -noincremental flag, which I think defeats any speed gains On Friday, 5 December 2014 11:42:48 UTC+2, Rob Walker wrote

Re: [gwt-contrib] Recompile issue coming up on sdm start, gwt 2.7.0-snapshot

2014-12-05 Thread Rob Walker
In fact - it does seem to work in both models, but only with the following: - I have to use the Dev Mod On bookmarklet to trigger a recompile. If I just reload, it doesn't seem to detect and recompile on it's own. I have a feeling running SDM directly did do a recompile on reload on

[gwt-contrib] Re: Recompile issue coming up on sdm start, gwt 2.7.0-snapshot

2014-12-04 Thread Rob Walker
Also just hit the same issue in 2.7.0 Using the -noincremental SDM option seems to get around it, I'd presume though at the expense of recompile speed. On Tuesday, 25 November 2014 16:25:04 UTC+2, Alexander Tarasov wrote: As I can see in gwt 2.7.0 release it was not fixed.

Re: [gwt-contrib] Recompile issue coming up on sdm start, gwt 2.7.0-snapshot

2014-12-04 Thread Rob Walker
I'm seeing this file in the artefacts generated by the SDM compile in the temp dir. Isn't editing this file only going to apply to the current invocation though? Presumably next time around it's going to get a different temp dir, and this fill will get recreated again. Have to confess - I

Re: [gwt-contrib] Recompile issue coming up on sdm start, gwt 2.7.0-snapshot

2014-12-04 Thread Rob Walker
devserver). On 04/12/14 15:02, Rob Walker wrote: I'm seeing this file in the artefacts generated by the SDM compile in the temp dir. Isn't editing this file only going to apply to the current invocation though? Presumably next time around it's going to get a different temp dir

Re: Error compiling a ui binder file with 2.7

2014-10-10 Thread Rob
OK, I've figured out what is going wrong. We use the lib-gwt-svg library which replaces UiBinderWriter with its own implementation, this of course is not compatible with 2.7 :( On Thursday, 9 October 2014 16:14:44 UTC+1, Rob wrote: I've just started looking at how much effort is going

Error compiling a ui binder file with 2.7

2014-10-09 Thread Rob
/FieldManager;Lcom/google/gwt/uibinder/rebind/messages/MessagesWriter;Lcom/google/gwt/uibinder/rebind/DesignTimeUtils;Lcom/google/gwt/uibinder/rebind/UiBinderContext;ZZLjava/lang/String;Lcom/google/gwt/dev/resource/ResourceOracle;)V I've attached the full stack trace just in case it is of any use. Rob

What does Module name is invalid mean?

2014-05-22 Thread Rob Tanner
What does Module name is invalid mean? I get it when trying to export the war folder to a warfile using the eclipse plugin. ~ Rob -- 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

No startup URLs supplied and no plausible ones found -- use -startupUrl -- not true but why does development mode think it is

2014-05-12 Thread Rob Tanner
/welcome-file /welcome-file-list Isn't that the startup URL. I'm confused. ~ Rob -- 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

Re: No startup URLs supplied and no plausible ones found -- use -startupUrl -- not true but why does development mode think it is

2014-05-12 Thread Rob Tanner
And, BTW, I do have the -startupUrl set in the run configuration for the app in Eclipse. ?? ~ Rob On Monday, May 12, 2014 3:18:17 PM UTC-7, Rob Tanner wrote: Hi, Every time I try to bring up an application in Development mode in Eclipse I get this message and that's as far as it goes

Re: GWT Desktop-Notification

2014-03-28 Thread Rob
That looks good, however you might want to look into multi monitor support. With my browser open on Screen 2 (Windows 7 PC, Chrome) the notification window pops up on Screen 1. Rob On Saturday, 8 February 2014 16:23:31 UTC, Marcel K wrote: Here you are. http://gwtnotification.appspot.com

Google Plus - Fetch user information

2014-03-22 Thread Rob
(); } }).fire(); *does not work *at all. If this is not the way to fetch/get user information, *is there a way I can fetch user email, name and avatar?* Thanks, Rob -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe

Re: GWT 2.6.0 now available

2014-03-07 Thread Rob Hennessy
couldn't find anything mentioned on the wiki. Thanks, -Rob On Thursday, January 30, 2014 2:23:45 PM UTC-8, Matthew Dempsky wrote: Hi GWT community, We're excited to announce the GWT 2.6.0 release! Many of you noticed it was uploaded a few days ago, but if you missed it, you can download

Setting special variables for GWT projects using the Eclipe plugin

2013-08-23 Thread Rob Tanner
have to make sure that I change all the URIs back to the test databases. Is there a way that I can simply override the production URIs (always expressed in variables, never literals) in development using the GWT plugin for Eclipse? Thanks, Rob -- You received this message because you

Re: Login + CRUD example

2013-04-02 Thread Rob
Hi, - http://uptick.com.au/content/gwt-login-security - http://uptick.com.au/content/crud-gwt-gwtp-smartgwt-and-jpa Cheers Rob -- 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

Re: [gwt-contrib] Re: gwt rebranding

2013-03-22 Thread Rob Ferguson
Yes, very cool. On Fri, Mar 22, 2013 at 8:42 PM, Alain Ekambi jazzmatad...@gmail.comwrote: The Play Framework has a nice site too http://www.playframework.com/ On Thursday, March 21, 2013 11:41:10 PM UTC+1, Rob wrote: HI, - http://angularjs.org/ Nice logo, nice web site. Kind

Re: [gwt-contrib] Re: gwt rebranding

2013-03-21 Thread Rob Ferguson
HI, - http://angularjs.org/ Nice logo, nice web site. Kind of Bootstrap look and feel to the site. Cheers Rob Kiahu.com -- -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: [gwt-contrib] Re: gwt rebranding

2013-03-16 Thread Rob Ferguson
Your welcome @ James (although your comment does seem a little disingenuous). And, thank you @ James for helping to build a sense of community. -- -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups

Re: [gwt-contrib] Re: gwt rebranding

2013-03-16 Thread Rob Ferguson
- http://brandcrowd.com/logo-design/categories/computer_and_networking/ -- -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups Google Web Toolkit Contributors group. To unsubscribe from this group and

Re: [gwt-contrib] Re: gwt rebranding

2013-03-15 Thread Rob
- GWT 5 Rocks ! BTW, I am not a branding person but I have forwarded this post to two people I know who are and asked them for suggestions, etc. Cheers Rob -- -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google

Re: GWT 2.5.1 now available

2013-03-12 Thread Rob
Hi, Many thanks to the GWT team. http://blog.websitesframeworks.com/2013/03/web-frameworks-statistics-174/#husage Best growth in 12 months is presented by GWT in all the tops. Cheers Rob -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: I/O 2013 - GWT Sessions?

2013-03-10 Thread Rob
Hi, I think the obvious compromise location is Sydney. Cheers Rob -- 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

GWT TabPanel in firefox , IE8 9

2013-03-06 Thread Rob Green
We have an application developed in IE7 and it works fine, but when we try to run it in FF, ie8 9 the widgets in tabPanel does not load/show, everything works fine thou except only not showing the widgets in the tabpanel. -- You received this message because you are subscribed to the Google

How can I modify context-param values (from web.xml) on my development system only

2013-03-05 Thread Rob Tanner
are in place. Any ideas? Thanks, Rob Tanner Linfield College -- 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

Re: avoid recompile

2013-03-04 Thread Rob Whiteside
You are running in development mode right? Just refresh the browser to pick up new changes. On Monday, March 4, 2013 7:25:39 AM UTC-8, leslie wrote: I have a view class that creates a panel. This class is dependent upon a controller class, also on the client side. I'd like to add a line of

Re: GWT Dashboard Development

2013-02-24 Thread Rob
Hi, Take a look at gwt-highcharts: - http://www.moxiegroup.com/moxieapps/gwt-highcharts/showcase/#main Cheers Rob Kiahu.com On Friday, February 22, 2013 5:23:58 AM UTC+11, Abhishek kumar Gupta wrote: Hi All, I am using GWT 2.4 and still looking for a Dash board widget using GWT. Any

Re: GWT Maven plugin: how to?

2013-02-13 Thread Rob
#!forum/codehaus-mojo-gwt-maven-plugin-users Cheers Rob Kiahu.com -- 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

Re: What is the best way to create multiple versions a GWT application for Desktop / Tablet vs Cell phones?

2013-02-13 Thread Rob
/GWTP-Samples Cheers Rob Kiahu.com -- 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

Re: GWT Advice

2013-02-13 Thread Rob
Some good GWT books: - http://www.manning.com/tacy/ - GWT in Action - Second Edition - https://www.packtpub.com/google-app-engine-java-and-gwt-application-development/book - GWT, GAE - http://www.manning.com/louvel/ - Restlet in Action Cheers Rob Kiahu.com -- You received this message

Re: GWT RPC future ?

2013-02-07 Thread Rob
Hi, Another option is the Restlet edition for GWT: - https://github.com/restlet/restlet-framework-java/tree/master/modules also take a look at piriti (http://code.google.com/p/piriti/wiki/Comparison) Cheers Rob Kiahu.com -- You received this message because you are subscribed to the Google

Re: GWT app does not work in IE 8

2013-01-30 Thread Rob Whiteside
Does it only happen in Dev mode on IE8? Or is there errors when you run it regularly? I run in IE8 often and haven't seen that one. Could it be that the Bootstrap is doing something funny? That library makes use of HTML5 kind of stuff... On Tuesday, January 29, 2013 2:44:35 PM UTC-8, Sree

Re: Why doesn't applying styles to labels work?

2013-01-30 Thread Rob Whiteside
I don't think you can use the dot (.) in the middle like that. Try setting your style to something like .gwt-Label-Green or something similar. On Wednesday, January 30, 2013 6:00:09 AM UTC-8, thesilv...@gmail.com wrote: I want to apply styles to labels such as color, boldness, alignment and

Re: [POLL RESULTS] Maven project layout, what to standardize?

2013-01-29 Thread Rob
+1 Option 3 On Tuesday, January 29, 2013 4:23:23 AM UTC+11, James Nelson wrote: Personally, I store all super source and .gwt.xml in src/main/resources, and never have a problem. (Eclipse 4.2; not too painful if you don't use GTK window manager) No filtering, especially on src/main/java;

Re: Parametrized Css class

2013-01-29 Thread Rob
Hi, What about using SASS (Syntactically Awesome Stylesheets)? Take a look at this post: https://vaadin.com/blog/-/blogs/link-to-the-client-side-from-sass Cheers Rob On Tuesday, January 29, 2013 7:11:42 AM UTC+11, Joseph Lust wrote: Thanks Goktug! CSS3 and GWT have been the biggest issue

Re: Dirty Form Flag in GWT or basically how to identify if in the form if there are any unsaved changes

2013-01-29 Thread Rob Whiteside
The GWT Editor Framework does stuff with isDirty(). But by default it just compares your UI fields to the underlying model. So that won't cover your cases 1 and 2. You'd need to add some custom code to handle those cases. The only way I can think to do that is by listening for events. WIth

Re: Modal Dialog/Non-busy Wait

2012-12-07 Thread Rob
On Monday, September 5, 2011 1:01:29 PM UTC-4, melody wrote: I wish to embed an asynchronous call to the server inside a method that MUST NOT return until the server has responded. So I am looking for a way to achieve a non-busy wait in GWT. I thought I could use a modal popup dialog to

Re: iOS 6 Bug: Safari caches POST requests

2012-11-05 Thread Rob Whiteside
We came across this problem too, I was banging my head against the wall for hours. I see some others solved it with filters, if you use apache you can mess with the headers via the Headers Module. Add the following to the httpd.conf: LoadModule headers_module modules/mod_headers.so ...

Re: Could not load GWT DMP Plugin

2012-10-21 Thread Rob Taft
I just started getting the exact same issue... -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/kKf3SkODMN4J. To post to this group, send email to

Re: Could not load GWT DMP Plugin

2012-10-21 Thread Rob Taft
Not to mention Chrome loads an old version of my site that I can't seem to clear when I don't use the plugin...kinda left dead in the water here. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Performance Tip for IE browsers : Java garbage collection is NOT Javascript garbage Collection

2012-10-12 Thread Rob
Hello can someone please help complete this sample. Maybe it is obvious to everyone out there but me but callback c=createCallback();does not seem to work. Exactly how do I instantiate my call back. Do I have to static AsyncCallbackMYOBJECT myCallback=null; private AsyncCallbackMYOBJECT

What does it mean when gwt-unitCache-... is out of sync exactly??

2012-10-11 Thread Rob
Hello All, Can any one tell me in the Eclipse EE environment anyway what does the error: Resource is out of sync with the file system: '/MyProject/gwt-unitCache/gwt-unitCache-013A483B3FA8'. mean exactly? Does it mean its time for a GWT Compile and isn't it true that GWT Compile really only

Re: what is the function of gwt-unitcache directory (not under target directory)?

2012-10-11 Thread Rob
I just took a look and it does not look like there is much on this subject. It does appear to effect memory in a browser and I recently deleted the out of sync entries in eclipse within the gwt-cache folders as specified in the eclipse error.log On Tuesday, May 29, 2012 3:32:54 AM UTC-4, Thomas

Re: what is the function of gwt-unitcache directory (not under target directory)?

2012-10-11 Thread Rob
As to the function I can not say but suffice it to say deleting the out of sync entries actually seems to have helped fix an out of memory error I have been getting recently! On Tuesday, May 29, 2012 2:53:07 AM UTC-4, tong123123 wrote: I try to run mvn:clean install and the content in

Re: Are you happy with GWT?

2012-10-11 Thread Rob
Well I have had a differnt story. Given that the books available including E-books are scarce and the Javascript generated at times can be agonizingly slow when doing calculations and say puting up complex charts and grids with or without a backend RPC servlet. All in all its ok for what it

Re: application architecture ideas: Appli

2012-09-17 Thread Rob
: - http://turbomanage.wordpress.com/category/google-web-toolkit/ and Andreas Borglin's posts re gwt-presenter (and gwt-dispatch): - http://borglin.net/gwt-project/?page_id=10 Cheers Rob Kiahu.com -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Smart GWT / GWT Ext.... which one is better?

2012-09-16 Thread Rob
/Serendipity.html Cheers Rob Kiahu.com -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/b4g4GXo59LMJ. To post to this group, send email to google

Re: GWT Mobile App in Same WAR File

2012-09-05 Thread Rob
-with-gin-and-guice/ Cheers Rob Kiahu.com On Thursday, August 30, 2012 9:37:57 AM UTC+10, jduffy wrote: Hi All, We are developing a GWT application for desktop browsers that is deployed to a Tomcat 7 container as a WAR file. We are also developing a companion mobile application that is written

Re: GWT Delevoper Plugin for Chrome must be installed from Web Store

2012-09-03 Thread Rob Taft
I just hit the same issue. When I went to chrome://extensions/ it said it was installed and enabled. I just disabled it and reenabled it and it started working again. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this

Re: GwtChosen: make your select boxes much more user-friendly

2012-08-30 Thread Rob
+1 looks great On Wednesday, August 29, 2012 8:59:51 AM UTC+10, Chris Lercher wrote: Very useful. Great widget. On Tuesday, August 28, 2012 10:34:09 PM UTC+2, Julien Dramaix wrote: Dear community, I just released the first version of GwtChosen. GwtChosen is the entire rewritte in

Re: GWT/GXT File-Upload Example

2012-08-16 Thread Rob
Hi, This post might help: - http://uptick.com.au/content/taking-advantage-apache-fileupload-and-opencsv Cheers Rob Kiahu.com On Thursday, August 16, 2012 10:11:55 PM UTC+10, Jens wrote: Thanks that will help. Do you know where I can get an example with a servlet? I know not much about

Re: Animated Speedometer

2012-08-15 Thread Rob
Hi, There's a GWT wrapper for HighCharts: - http://www.highcharts.com/documentation/compatibility - states IE6+ - http://www.highcharts.com/component/content/article/2-news/46-gauges-ranges-and-polar-charts-in-beta - http://www.moxiegroup.com/moxieapps/gwt-highcharts/ Cheers Rob Kiahu.com

Re: GWT-Bootstrap 2.0.4.0 was released

2012-08-11 Thread Rob
Hi, +1 Excellent. Cheers Rob On Saturday, August 11, 2012 4:18:49 PM UTC+10, soundTricker wrote: Hi Great gwt hackers. We released gwt-bootstrap 2.0.4.0. Maybe gwt-bootstrap 2.0.4.0 will be deployed to maven central repositry in few days. Download : https://github.com/gwtbootstrap/gwt

Re: Drag and Drop UI using GWT with Connectors

2012-08-10 Thread Rob
Hi, - http://code.google.com/p/oryx-editor/ - http://code.google.com/p/signavio-core-components/ - http://www.jgraph.com/mxgraph.html - http://www.yworks.com/en/products_yfilesajax_about.html - http://www.tomsawyer.com/products/home/index.php Cheers Rob Kiahu.com On Saturday, August 11, 2012

Re: GWT Multi-Module Server Classpath Problem

2012-08-10 Thread Rob
LoggerFactory. I have experienced this problem when trying to debug a multi-module GWT Maven application. Take a look at this post: - http://kiahu.com/tutorial/debugging-with-gwt-maven-and-eclipse/ Cheers Rob Kiahu.com -- You received this message because you are subscribed to the Google

Re: Is there any chart library for GWT?

2012-08-03 Thread Rob
Hi, +1 for gwt-highcharts Ext GWT (GXT) demo: - http://gwt-cx.com/extgwt-serendipity/Serendipity.html#Dashboards Smart GWT demo: - http://gwt-cx.com/serendipity/Serendipity.html#Dashboards Cheers Rob Kiahu.com On Friday, August 3, 2012 5:25:06 PM UTC+10, Harald Pehl wrote: In my current

Re: GWT OpenLayers new website and showcase

2012-08-03 Thread Rob
Awesome, nice demos. On Friday, August 3, 2012 4:41:26 AM UTC+10, Frank wrote: Just a quick note that we put some work in the website, and especially in a new showcase for GWT-Openlayers (a GWT wrapper for the great OpenLayers library) : New website : http://www.gwt-openlayers.org/ New

Re: how to use several html instead of just one hosted html

2012-08-03 Thread Rob
)) { MultiPageEntryPoint entrypoint = (MultiPageEntryPoint) GWT.create(ContactPageEntryPoint.class); entrypoint.onModuleLoad(); } } catch (Exception e) { Log.error(e: + e); e.printStackTrace(); Window.alert(e.getLocalizedMessage()); } } } - Cheers Rob Kiahu.com

Re: google finance portfolio performance graph

2012-08-02 Thread Rob
calculation of Google Finance.. Op woensdag 1 augustus 2012 00:32:22 UTC+2 schreef Rob het volgende: You might consider - http://www.amcharts.com/stock/ On Tuesday, July 31, 2012 8:33:36 PM UTC+10, Peter Nees wrote: I want to integrate the google finance portfolio performance graph

Re: Working with Dates/Timezones

2012-08-01 Thread Rob Coops
printed in a TZ of their choice. Regards, Rob On Wed, Aug 1, 2012 at 5:12 PM, Jens jens.nehlme...@gmail.com wrote: Hi, how do you work with dates/timezones in your apps? I have the following situation: (Client browser, app server, database server live in Germany and we have UTC+1 or UTC

Re: google finance portfolio performance graph

2012-07-31 Thread Rob
You might consider - http://www.amcharts.com/stock/ On Tuesday, July 31, 2012 8:33:36 PM UTC+10, Peter Nees wrote: I want to integrate the google finance portfolio performance graph into my application. I don't care whether I integrate it via HTML or in my GWT app. I looked at several

Re: StackLayoutPanel change default behaveeior for header onclick

2012-07-27 Thread Rob Whiteside
Looks like you can register a BeforeSelectionHandler then just call cancel on the event. Looks like that's what it's intended for. --Rob On Friday, July 27, 2012 9:13:43 AM UTC-7, Mark Wengranowski wrote: Hi Everyone, I want my stacklayoutpanel to only change stacks when i click

Re: StackLayoutPanel change default behaveeior for header onclick

2012-07-27 Thread Rob Whiteside
Yup, Probably gotta add a switch. Or do your validation in your beforeSelectionHandler rather than on the button click, then you'd remove the button all together. (Unless of course your button has other purposes) Good luck, --Rob On Friday, July 27, 2012 2:06:34 PM UTC-7, Mark Wengranowski

Re: GWT future

2012-07-26 Thread Rob
The reports of GWT's death have been greatly exaggerated. http://answers.google.com/answers/threadview?id=191570 On Monday, July 23, 2012 5:14:49 PM UTC+10, AG wrote: I'm an Architect and we have been looking to port our legacy HTML w/ Java Script based web app (with java backend) to a next

Re: GWT AND SOAP

2012-07-26 Thread Rob
Hi, If you are new to web services and SOAP. Then I would recommend Eben Hewitt's book Java SOA Cookbook and soapUI: - http://www.soapui.org/ Cheers Rob Kiahu.com On Thursday, July 26, 2012 9:03:37 PM UTC+10, Nitheesh Chandran wrote: Okay thanks for the information. Do you have experience

  1   2   3   4   >