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

2017-10-04 Thread Drew Spencer
I'm happy to test On Tuesday, 3 October 2017 11:28:48 UTC+1, Colin Alworth wrote: > > As you can see from https://github.com/gwtproject/gwt/milestone/18, GWT > 2.8.2 is almost ready to go! This release is important to get out for > several reasons: > > * Supports running the compile on Java 9

Re: Drag and Drop in GWT

2017-01-25 Thread Drew Spencer
Check out https://github.com/fredsa/gwt-dnd :) On Monday, 23 January 2017 16:54:29 UTC, Ani wrote: > > HI > I am working on a Diagram editor with GWT. The requirement is to be able > to drag from a palette and draw and connect different shapes. > So using a Canvas component for the drawing

Re: GWT2.8 : org.apache.xerces.parsers.XIncludeAwareParserConfiguration cannot be cast to org.apache.xerces.xni.parser.XMLParserConfiguration

2016-10-10 Thread Drew Spencer
Hey guys, this might help you. I had an issue with an old Xerces on the path before: http://stackoverflow.com/questions/38457973/cant-compile-gwt-app-using-2-8-0-snapshot-and-java-8-with-gwt-maven-plugin Happy coding! Drew On Monday, 10 October 2016 16:10:08 UTC+1, Ian Whyman wrote: > &

Re: Problems connecting to Super Dev Mode server with 2.8 / multi-module project

2016-08-19 Thread Drew Spencer
The SDM recompile happens first time, it's just that when I reload the page I see the "skipped compile because no input files have changed" message. I think I have a similar problem to this: http://stackoverflow.com/questions/27433642/gwt-superdevmode-fails-to-see-changes but if I remove

Re: Problems connecting to Super Dev Mode server with 2.8 / multi-module project

2016-08-18 Thread Drew Spencer
And that doesn't work :( On Thursday, 18 August 2016 19:15:09 UTC+1, Drew Spencer wrote: > > Hmm, it seems app engine is fine - tried it again after clearing cache and > it runs fine. SDM seems to work, but it's not recompiling when I make a > change to a page and refresh. Very

Re: Problems connecting to Super Dev Mode server with 2.8 / multi-module project

2016-08-18 Thread Drew Spencer
Hmm, it seems app engine is fine - tried it again after clearing cache and it runs fine. SDM seems to work, but it's not recompiling when I make a change to a page and refresh. Very odd. trying with incremental=true now... On Thursday, 18 August 2016 19:01:11 UTC+1, Drew Spencer wrote: >

Re: Problems connecting to Super Dev Mode server with 2.8 / multi-module project

2016-08-18 Thread Drew Spencer
ecause of the cloud storage servlet :'( Getting closer though! Thanks a lot, you really helped me understand the problem better :) Drew On Thursday, 18 August 2016 18:31:23 UTC+1, JonL wrote: > > I don't use maven, so not 100% familiar with it. It appears that there is > a dependency rep

Re: Problems connecting to Super Dev Mode server with 2.8 / multi-module project

2016-08-18 Thread Drew Spencer
August 18, 2016 at 5:54:12 AM UTC-7, Drew Spencer wrote: >> >> Hey all, I have recently changed the structure of my project to separate >> client, server and shared code into their own maven projects (modules). >> >> I am getting a HTTP Error 500 rel

Problems connecting to Super Dev Mode server with 2.8 / multi-module project

2016-08-18 Thread Drew Spencer
Hey all, I have recently changed the structure of my project to separate client, server and shared code into their own maven projects (modules). I am getting a HTTP Error 500 related to the Servlet API: *java.lang.NoSuchMethodError:

Re: GWT, App Engine and Google Cloud Vision API demo - with a taste of material design

2016-03-15 Thread Drew Spencer
Thanks for this. I'm interested in seeing how you access the camera on mobile devices as that's something I'd like my app to do eventually. On Thursday, 10 March 2016 20:43:42 UTC, Gilberto wrote: > > There you go: https://github.com/gilberto-torrezan/feel-vision > -- You received this message

Re: GWT 2.8 with App Engine on Java 7

2016-03-15 Thread Drew Spencer
I've had the same problem - was using GWT 2.8 and playing with a few lambdas and such in my GWT code, and even though there was no Java 8 code in my /server package, something (probably the target version in the pom.xml) stopped the maven plugin from deploying, so I had to revert. Fingers

Re: Multiple cell Renderers (or composite cells with UiRenderer/UiHandler)

2015-10-14 Thread Drew Spencer
, and they seem to have fallen out of favor > anyway. > > > On Mon, Oct 12, 2015 at 6:05 AM Drew Spencer <slugm...@gmail.com > > wrote: > >> Argh, I hate finding a (1 year old) post that asks exactly my question >> but has no answers! >> >> Did

Re: Multiple cell Renderers (or composite cells with UiRenderer/UiHandler)

2015-10-12 Thread Drew Spencer
Argh, I hate finding a (1 year old) post that asks exactly my question but has no answers! Did you find a nice solution to this in the end? I'd be interested to hear what you came up with or any advice anyone might have. On Thursday, 16 October 2014 13:50:12 UTC+1, Shaun Tarves wrote: > > I

Re: JSInterop sample / tutorial?

2015-07-20 Thread Drew Spencer
Any news on this buddy? I would like to learn JsInterop. Any help or pointers appreciated Drew On Monday, 8 June 2015 12:29:10 UTC+1, Cristian Rinaldi wrote: Estimated I have the outdated projects these days will change the versions and write a tutorial. El martes, 27 de enero de 2015

Re: JSInterop sample / tutorial?

2015-06-05 Thread Drew Spencer
I get the same error. Difficult to look for help as Codehaus is closing down. Odd as in my other projects I never specify that parameter. On Wednesday, 28 January 2015 08:12:59 UTC, marian lux wrote: For example I can't run the project https://github.com/workingflows/gwt-jscore.git

Re: GWT rich text editor

2015-05-11 Thread Drew Spencer
I'll throw this into the mix:http://gwtbootstrap3.github.io/gwtbootstrap3-demo/#summernote On Thursday, 9 April 2015 09:32:56 UTC+1, Stig Runar Vangen wrote: I am looking for a GWT based rich text editor for use in an application. My search has not been successful, as all the editors I've

Re: GWT 2.7.0 is here

2014-11-25 Thread Drew Spencer
I find the source maps works sometimes, but sometimes not. I've heard other say the same as well. Haven't been able to reproduce it with any level of consistency either so who knows what's causing it! On Monday, 24 November 2014 23:17:56 UTC, jaga wrote: Yes. I noticed it needs double the

Re: GWT 2.7.0 is here

2014-11-24 Thread Drew Spencer
I'm really not sure. I just run mvn gae:deploy which runs my tests, compiles if needed and then completes the interaction with the server. If I deploy using 2.6.1 it's fine, it's just a bit annoying as I have to do a total clean time I switch between 2.7 and 2.6.1. Meh On Friday, 21 November

Re: GWT 2.7.0 is here

2014-11-24 Thread Drew Spencer
Hmm, in my appDir I have a project.nocache.js and a project.devmode.js. Not sure If I can exclude them though as they are generated at compile time aren't they? Surely I can't be the only one with this problem? Drew On Monday, 24 November 2014 08:56:02 UTC, Drew Spencer wrote: I'm really

Re: GWT 2.7.0 is here

2014-11-21 Thread Drew Spencer
mode server. Am I missing a parameter or something like that? Cheers Drew On Thursday, 20 November 2014 10:59:06 UTC, Daniel Kurka wrote: Today we are excited to announce the GWT 2.7.0 release. Thanks to everyone who contributed to this release, especially our non-Google open source

Re: Upload a file using Drag and Drop on the Browse button in the Browser

2014-10-31 Thread Drew Spencer
attach the ChangeHandler to the FileUpload and whenever anyone chooses a file, or drops a file onto it, it calls the uploadFile() function. uploadField.addChangeHandler(changeHandler); Hope that helps! It works for me in firefox anyway :) Drew On Thursday, 30 October 2014 11:35:17 UTC, Surinaidu

Re: Editor Framework for Polymorphic types

2014-10-31 Thread Drew Spencer
I added a comment with a link to another SO question. One of my own in fact. Hope it helps. Drew On Thursday, 30 October 2014 16:00:21 UTC, Arpit wrote: Details in this SO post: http://stackoverflow.com/questions/26656370/gwt-editor-framework-for-polymorphic-types Main issue

Re: PSA: starting unbundling dependencies from gwt-dev published to Maven Central, could break your build

2014-10-21 Thread Drew Spencer
I'm using the snapshot since yesterday and it seems to be working great. On Saturday, 18 October 2014 01:02:35 UTC+1, Thomas Broyer wrote: On Sat, Oct 18, 2014 at 12:26 AM, Thomas Broyer t.br...@gmail.com javascript: wrote: On Friday, October 17, 2014 10:58:49 AM UTC+2, Thomas Broyer

Re: Putnami Web Toolkit 1.1, a productive and powerful GWT Framework

2014-10-21 Thread Drew Spencer
picking and choosing widgets, binding, layout from different places appeals to me. Drew On Monday, 20 October 2014 12:53:31 UTC+1, Fabien Dumay wrote: Dear Drew, After a couple of hours I reached a solution to make PWT compatible with the GWT editor framework, all the input and output

Re: setspacing for HorizontalPanel and VerticalPanel does not seem to work?

2014-10-21 Thread Drew Spencer
-setspacing Hope that helps! Drew On Monday, 20 October 2014 11:08:26 UTC+1, Weihua wrote: Currently I'm using GWT2.6.1 and setspacing does not seem to work for the Horiz- and Vertical- panels. I've tested in FF and Chrome. Any ideas? -- You received this message because you are subscribed

Re: setspacing for HorizontalPanel and VerticalPanel does not seem to work?

2014-10-21 Thread Drew Spencer
it or something like that? Drew On Tuesday, 21 October 2014 14:25:34 UTC+1, Weihua wrote: Dear Drew, Thank you for your answer. The thing is: 1. I know that it should NOT apply to the daughter elements of a daughter element, but it should work for elements that are directly affiliated

Re: PSA: starting unbundling dependencies from gwt-dev published to Maven Central, could break your build

2014-10-17 Thread Drew Spencer
Hmm, I don't think I can update the maven version in Eclipse properly - on 'Installations' page it says Embedded runtime is always used for dependency resolution. Can we switch to gradle? :D On Friday, 17 October 2014 01:07:49 UTC+1, Brandon Donnelson wrote: It appears that the

Re: PSA: starting unbundling dependencies from gwt-dev published to Maven Central, could break your build

2014-10-17 Thread Drew Spencer
, 2014 at 10:31 AM, Drew Spencer slugm...@gmail.com javascript: wrote: Hmm, I don't think I can update the maven version in Eclipse properly - on 'Installations' page it says Embedded runtime is always used for dependency resolution. Can we switch to gradle? :D On Friday, 17 October 2014 01

Re: Putnami Web Toolkit 1.1, a productive and powerful GWT Framework

2014-10-17 Thread Drew Spencer
It looks really interesting. Congratulations! Is there any information on how it could integrate with other frameworks? If we just wanted to use some of the widgets, or the databinding features for example? On Tuesday, 14 October 2014 11:03:20 UTC+1, Putnami wrote: Hi All, Putnami Web

Re: PSA: starting unbundling dependencies from gwt-dev published to Maven Central, could break your build

2014-10-17 Thread Drew Spencer
FWIW my app seems to compile and run ok using gwt-maven-plugin 2.6.1 with gwt 2.7.0-SNAPSHOT... gwt:run launched the codeserver and the auto recompile seems to be working :) On Friday, 17 October 2014 08:55:07 UTC+1, salk31 wrote: Hi Thomas, Thanks, I'm up and running again with dependency

Re: PSA: starting unbundling dependencies from gwt-dev published to Maven Central, could break your build

2014-10-17 Thread Drew Spencer
and dependencies are done with 3.2.1 as far as I can tell. On Friday, 17 October 2014 15:40:45 UTC+1, Brandon Donnelson wrote: Hi Drew, what version of maven are you using? mvn -version? On Friday, October 17, 2014 2:58:03 AM UTC-7, Drew Spencer wrote: FWIW my app seems to compile and run ok using

Re: Putnami Web Toolkit 1.1, a productive and powerful GWT Framework

2014-10-17 Thread Drew Spencer
... to get this clear, I can't use the editor framework at all if I want to use any PWT widgets? Drew On Friday, 17 October 2014 11:12:34 UTC+1, Fabien Dumay wrote: Hi Drew, Thank you for the congrats, Well it really depends on which kind of frameworks you are talking about. Actually you can use

Re: PSA: starting unbundling dependencies from gwt-dev published to Maven Central, could break your build

2014-10-16 Thread Drew Spencer
-nexus-snapshots has elapsed or updates are forced @ com.google.gwt:gwt:2.7.0-SNAPSHOT, C:\Users\Drew\.m2\repository\com\google\gwt\gwt\2.7.0-SNAPSHOT\gwt-2.7.0-SNAPSHOT.pom, line 50, column 25 [ERROR] [ERROR] Non-resolvable import POM: Could not find artifact org.ow2.asm:asm-parent:pom:5.0.3

Re: PSA: starting unbundling dependencies from gwt-dev published to Maven Central, could break your build

2014-10-16 Thread Drew Spencer
I'm using Eclipse Kepler with m2e 1.4.0.2xx. I think my maven version is 3.0.4 - it's the one that came embedded with eclipse. I'll try the new eclipse and see what that says. On Thursday, 16 October 2014 10:38:27 UTC+1, Thomas Broyer wrote: On Thu, Oct 16, 2014 at 11:10 AM, Drew Spencer

Re: PSA: starting unbundling dependencies from gwt-dev published to Maven Central, could break your build

2014-10-16 Thread Drew Spencer
Somehow I made the requestfactory error go away but I'm still getting this one: [ERROR] Non-resolvable import POM: Could not find artifact org.ow2.asm:asm-parent:pom:5.0.3 @ com.google.gwt:gwt:2.7.0-SNAPSHOT, C:\Users\Drew\.m2\repository\com\google\gwt\gwt\2.7.0-SNAPSHOT\gwt-2.7.0-SNAPSHOT.pom

Re: ListBox vs ValueListBox

2014-09-03 Thread Drew Spencer
Yes there is. Simply attach a ValueChangeHandlerT to the first ValueListBoxT, and then implement the code to change the values on the second one inside the onValueChange() method. You'll need to call setAcceptableValues() on the second box with whatever you want in there. On Wednesday, 3

Re: How to count total lines of code of a GWT project?

2014-05-13 Thread Drew Spencer
Get the metrics 2 plugin: http://metrics.sourceforge.net/ I think this will do exactly what you want. On Tuesday, 13 May 2014 08:37:33 UTC+1, Tom wrote: Does GWT 2.5 provide a tool to count total lines of code of a GWT project? I installed GWT2.5 in eClipse Juno, in Client package I have

Re: How to count total lines of code of a GWT project?

2014-05-13 Thread Drew Spencer
is going on someone can help you. Drew On Tuesday, 13 May 2014 11:54:08 UTC+1, Tom wrote: My Godness, I put *http://metrics.sourceforge.net/update http://metrics.sourceforge.net/update now G symbol disapppeared?? * *Why, it's terrible now Why all the Gui structure gone???* On Tuesday, May 13

Re: How to count total lines of code of a GWT project?

2014-05-13 Thread Drew Spencer
9:08:48 PM UTC+10, Drew Spencer wrote: That doesn't sound like expected behaviour. I would guess there is something else wrong with your installation of eclipse if the GUI is getting all messed up like that after a very simple plugin is installed. I've never had any such problems. Maybe

Re: Opensourcing some of our GWT libraries

2014-04-25 Thread Drew Spencer
+1 Thanks for sharing. On Friday, 25 April 2014 02:24:40 UTC+1, Alain wrote: Hello folks, Here are some of the GWT tools we use internally. It goes from Ext JS, Sencha Touch, Flex,Google Maps, PhoneGap, Titanium, till Node JS(Node Webkit). We hope you found them useful.

Re: The Future of GWT Report 2012 Published

2012-12-06 Thread Drew Spencer
Here here. We're meant to be building an open source community. Open, free, for everyone. Please make the pdf available on a public link so we can download it anonymously. On 5 Dec 2012 20:48, RAlfoeldi ralfoe...@gmail.com wrote: This survey is based on data collected from GWT users and should be

Re: The Future of GWT Report 2012 Published

2012-12-06 Thread Drew Spencer
Here here. We're meant to be building an open source community aren't we? Open, free, for everyone. Please make the pdf available on a public link so it can be downloaded anonymously, Vaadin. On 5 Dec 2012 20:48, RAlfoeldi ralfoe...@gmail.com wrote: This survey is based on data collected from

Re: TextBox with pre-filled suggestion

2012-12-06 Thread Drew Spencer
Wow, when I think of the hassle I went through writing JS to do this on my site a few years ago, and now HTML5 makes it that easy now! I shouldn't be bitter, but I am :) On Wednesday, 5 December 2012 10:27:25 UTC, dcheeky77 wrote: I confirm that both solutions worked!! Thank you very much!

Re: The Future of GWT Report 2012 Published

2012-12-05 Thread Drew Spencer
I agree with the others who think the email address requirement is a little over the top. You'd spread more copies by making it free, but I guess you want emails. On Tuesday, 4 December 2012 17:33:55 UTC, nicolas marchais wrote: Maybe it's Jukito : http://code.google.com/p/jukito/ Le mardi

Re: How to clear fields of editors?

2012-11-02 Thread Drew Spencer
I'm re-using it, right? Drew On Friday, 2 November 2012 09:32:07 UTC, Jens wrote: Just searched a bit and I think the post in question was https://groups.google.com/d/msg/google-web-toolkit/aemVcEjK_5I/7VISroJi2VcJ But if its seems to be solved since GWT 2.3 it should be fine to reuse

How to clear fields of editors?

2012-11-01 Thread Drew Spencer
was surprised there is no built-in way to do this with the editor framework. Am I missing something? Regards, Drew -- 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

Re: How to clear fields of editors?

2012-11-01 Thread Drew Spencer
Forgot to ask... is calling edit(new Account()) an acceptable way to do this? Thanks On Thursday, 1 November 2012 15:35:34 UTC, Drew Spencer wrote: Hi coders, I have recently implemented some editors in my app, and am planning on using them for all editing of beans from now on. For each

Re: Could not load GWT DMP Plugin

2012-10-24 Thread Drew Spencer
Thank you Brian! All working now. On Wednesday, 24 October 2012 00:53:48 UTC+1, Brian Slesinsky wrote: A new version is now live in the Chrome store. The only difference is that the Windows version is statically linked. I don't have a sufficient number of Windows machines available for

Re: Could not load GWT DMP Plugin

2012-10-23 Thread Drew Spencer
Same here. This is a little disappointing, also my message above got deleted for some reason. On Tuesday, 23 October 2012 09:28:16 UTC+1, Justin Kames wrote: Never had problems with GWT plugin up untill new update! Win 7 version 22.0.1229.94 m Reinstalled chrome/ reinstalled developer

Re: GWT Bean Validation doubts

2012-10-23 Thread Drew Spencer
I think we would all be very grateful for some comprehensive documentation on the use of the validation framework for the front and back ends. Also the editor framework. I don't get how I'm meant to build a full, complex app without understanding these features fully, and current docs are

Re: Could not load GWT DMP Plugin

2012-10-23 Thread Drew Spencer
... Is this meant to be a grey version of the red GWT toolbox icon? Drew On Monday, 22 October 2012 21:01:28 UTC+1, Brian Slesinsky wrote: Suppose the URL is: http://myhost.example.com:1234/something?gwt.codesvr=anotherhost.example.com:456 You need to add an entry to the list for myhost.example.com

Re: GWT 2.5 RC2 Is Here!

2012-10-22 Thread Drew Spencer
quite hard to really get how these things work with just basic documentation. Drew On Tuesday, 16 October 2012 16:56:48 UTC+1, Milan Cvejic wrote: I must say that documentation is by far worst part of GWT by my opinion. There is no clear documentation on advanced usage of editors, validation

Re: Could not load GWT DMP Plugin

2012-10-22 Thread Drew Spencer
Same here. Glad I'm not the only one. I'm on Windows as well, using v22 of Chrome. Bah! On Saturday, 20 October 2012 21:08:44 UTC+1, seas wrote: Started getting 'Could not load GWT DMP Plugin' yesterday when I start my app from Eclipse using Chrome. Happening on both work and home

Re: Chrome 15, GWT DMP Plugin crashes

2012-10-22 Thread Drew Spencer
Cheers for the link. On Sunday, 21 October 2012 07:28:11 UTC+1, John Patterson wrote: BTW, just save it on your desktop and turn off auto-update or it will be replaced with the broken new version as soon as you restart it. On Sunday, 21 October 2012 12:59:08 UTC+7, John Patterson wrote:

Re: Editor with ListBox in UiBinder

2012-09-13 Thread Drew Spencer
Thanks for the reply. So, I guess I will wait until 2.5 comes out and see whether there are any changes made in the near future. I can live with a null value there for a while as it's only in development stage. You guys are great. Drew On Wednesday, 5 September 2012 16:18:24 UTC+1, Jens

Re: Editor with ListBox in UiBinder

2012-09-05 Thread Drew Spencer
on it as it needs a return value. Thanks On Wednesday, 5 September 2012 09:02:10 UTC+1, Ümit Seren wrote: valueBox.setAcceptableValues(ListEntityProxy values); On Tuesday, September 4, 2012 1:32:37 PM UTC+2, Drew Spencer wrote: Did you guys get anywhere with this? I'm learning the Editor

Re: Editor with ListBox in UiBinder

2012-09-05 Thread Drew Spencer
: PersonPresenter: @Override protected void onBind() { super.onBind(); // this would be replaced with a call to datastore Address address = new Address(447a Archway Road, Highgate, N6 4HT, Scotland); // Scotland is the state Person person = new Person(1, Drew, Spencer, address); getView().edit(person

Re: Editor with ListBox in UiBinder

2012-09-04 Thread Drew Spencer
) { // NEED SOME LOGIC HERE? appendable.append(object); } } }); } Cheers, Drew On Wednesday, 2 March 2011 09:05:56 UTC, George Moschovitis wrote: Eh? can you elaborate on this? thanks for the help! -g. -- You received this message because you are subscribed to the Google

Re: Is it bad practice to use links like #viewObject104 instead of eventBus.fireEvent(viewObjectEvent(id)) ?

2012-02-10 Thread Drew Spencer
? Cheers, Drew -- 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/-/-jPh9pce42gJ. To post to this group, send email to google-web-toolkit

Re: Is it bad practice to use links like #viewObject104 instead of eventBus.fireEvent(viewObjectEvent(id)) ?

2012-02-10 Thread Drew Spencer
I was adding a history token in a function being called by the event! So much boilerplate! Cheers -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Is it bad practice to use links like #viewObject104 instead of eventBus.fireEvent(viewObjectEvent(id)) ?

2012-02-09 Thread Drew Spencer
with that ID, does it need to exist or can I just bash a new item in the history from anywhere as long as my AppController can handle it? Thanks as always, Drew -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion

Re: Using the Force.com App Engine connector to pass data to the client side

2012-02-03 Thread Drew Spencer
this to returning an array or SObjects. Drew -- 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/-/75n3Th65xI0J. To post to this group, send email to google-web

Re: MVP framework

2012-02-03 Thread Drew Spencer
their preference though. Regards, Drew -- 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/-/UQTjAkW5VE0J. To post to this group, send email to google-web

Using the Force.com App Engine connector to pass data to the client side

2012-01-27 Thread Drew Spencer
, Drew -- 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/-/KxITRuJldnsJ. To post to this group, send email to google-web-toolkit@googlegroups.com

Re: Making an RPC call from a CellTable ButtonCell in a view (MVP pattern)

2012-01-26 Thread Drew Spencer
it still gets the list including the file I just deleted. A refresh always sorts it out though - maybe a memcache problem or something? I am using Objectify so not sure if that may affect it. Drew -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Making an RPC call from a CellTable ButtonCell in a view (MVP pattern)

2012-01-26 Thread Drew Spencer
On Thursday, 26 January 2012 14:49:59 UTC, Patrick Tucker wrote: You should be able to watch your traffic to see whether or not the browser is returning a cached copy of the result. What browser are you using? Using Chrome. I deployed the app earlier to test it live and it seems to work

Re: Making an RPC call from a CellTable ButtonCell in a view (MVP pattern)

2012-01-24 Thread Drew Spencer
yet. Out of interest, what are you building that uses the CellTable in this way? And how do you refresh your table when you delete an item? Cheers, Drew -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web

Re: Making an RPC call from a CellTable ButtonCell in a view (MVP pattern)

2012-01-24 Thread Drew Spencer
It's a weird one, this. It does seem much easier to have deleteButtons.setFieldUpdater(new FieldUpdaterSupplierFile, String() { @Override public void update(int index, SupplierFile object, String value) { TheApp.get().getEventBus().fireEvent(new

Re: Example of code using Data Grid of GWT2.4

2012-01-24 Thread Drew Spencer
It would seem from the Javadocs that DataGrid is almost analogous to CellTable, just that it implements one extra interface: RequiresResizehttp://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/client/ui/RequiresResize.html . Try swapping out your CellTable for DataGrid

Re: Making an RPC call from a CellTable ButtonCell in a view (MVP pattern)

2012-01-24 Thread Drew Spencer
, that's GWT and GAE for you. Drew -- 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/-/HomnY2DAka4J. To post to this group, send email to google-web

Re: Making an RPC call from a CellTable ButtonCell in a view (MVP pattern)

2012-01-20 Thread Drew Spencer
I'm starting to think I'm using a sledgehammer to crack a nut here... gonna try using a FlexTable and attach a ClickHandler to the delete link in each row. Maybe when I'm better at GWT I can switch it to CellTable. -- You received this message because you are subscribed to the Google Groups

Re: Making an RPC call from a CellTable ButtonCell in a view (MVP pattern)

2012-01-20 Thread Drew Spencer
Eric, do you have a way to sort the FlexTable by a particular column? That's gonna be an issue for me so if you have any code or tips that would be great. Maybe it's a case of writing a custom function? Thanks -- You received this message because you are subscribed to the Google Groups Google

Re: Making an RPC call from a CellTable ButtonCell in a view (MVP pattern)

2012-01-19 Thread Drew Spencer
Hey Patrick, The thing with setFieldUpdater is that I can't work out how to access it from the Presenter. If I add something like HasCellT, C getDeleteColumn() to the interface my view implements, I can only access getFieldUpdater, not setFieldUpdater. In honesty the whole CellTable thing

Re: Making an RPC call from a CellTable ButtonCell in a view (MVP pattern)

2012-01-17 Thread Drew Spencer
); deleteFile(fileId); } } }); This works and does call function deleteFile when the particular cell is clicked. It's good enough for now, but if anyone knows any better way to do it that would be nice to know. Cheers Drew -- You received this message because you are subscribed to the Google Groups

Re: GWT CellTable distorts when window is minimized or maximized...

2012-01-16 Thread Drew Spencer
Stop using IE7? Stop using IE8 and 9 too, but first of all stop using IE7. -- 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/-/QLo-u1RDR2sJ. To post

Making RPC calls from a CellTable ButtonCell using MVP pattern

2012-01-16 Thread Drew Spencer
call my RPC's delete() function from the view? I should be using an event, right? All of the examples I have seen have some kind of clickHandler() interfaces being watched by the presenter, but how do I implement this using a CellTable? Any help is greatly appreciated. Thanks, Drew -- You

Making an RPC call from a CellTable ButtonCell in a view (MVP pattern)

2012-01-16 Thread Drew Spencer
confused. Any help is greatly appreciated. Thanks, Drew -- 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/-/nl3g2_sqNRoJ. To post to this group, send

Re: MVP in terms of UI and View

2012-01-16 Thread Drew Spencer
I think you'll find help on the Dumb Views thing here: http://code.google.com/webtoolkit/articles/mvp-architecture-2.html although I don't really understand it fully myself yet. It seems to be further splitting the view into two parts to avoid the view getting too 'smart'. -- You received

Re: How to implement admin features/sections in app

2011-12-01 Thread Drew Spencer
, it was best to add those UI elements in dynamically as otherwise everyone would have extra overhead that they didn't need. As for the code splitting, I think that's a bit too advanced for me atm, but as my application grows it could become a possibility. Thanks to you all again. Drew -- You

Re: The requested URL was not allowed

2011-11-30 Thread Drew Spencer
getting this totally wrong? Does the app need its own domain, a different one to the Google Apps one? Regards, Drew -- 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

Re: How to implement admin features/sections in app

2011-11-28 Thread Drew Spencer
get securing those RPC methods! Drew -- 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/-/cFI3x5zWRYcJ. To post to this group, send email to google

Re: a mistake when set backgroun-color value

2011-11-28 Thread Drew Spencer
to use the DOM formatting, not the CSS one. Hope that helps. Drew -- 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/-/6u5v8hjsrfgJ. To post

How to implement admin features/sections in app

2011-11-25 Thread Drew Spencer
template, then programatically adding the FileUpload widget and the appropriate clickhandler and other logic. Is this the best way? Thanks, Drew -- 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

Active GWT websites/blogs/tutorials

2011-08-16 Thread Drew Spencer
to add this to my RSS reader? - If the last post was in 2010 then probably not. Cheers all, Drew -- 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

Need to store a session-specific string for use in other threads

2011-08-11 Thread Drew Fitting
and retreive a session-specific string token, on the server side, which can be accessed by any of the threads from the pool? Thanks in advance, and Take Care, Drew -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: Need to store a session-specific string for use in other threads

2011-08-11 Thread Drew Fitting
Hey Jens, Thanks for the quick reply; Your idea sounds great, and I'm sure I can figure out how to store it in that session (at the Welcome servlet)... How, then, would I get that http session (with the contained token) back while in a SOAP handler? Thanks, and Take Care, Drew On Aug 11, 9

Can I/Should I test my *ServiceImpl class? (GAE+GWT+MVP)

2011-07-14 Thread Drew Spencer
() to make a real rpc service in a TestCase (have to mock it), and I can't create a datastore stub inside a GwtTest. If anyone can point me in the right direction, tell me where I'm confused I would appreciate it greatly. Cheers, Drew -- You received this message because you are subscribed

Re: Aw: is there a simpler gwt gae tutorial?

2011-07-07 Thread Drew Spencer
THANK YOU, THANK YOU, THANK YOU! -- 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/-/IP7UUG1cupoJ. To post to this group, send email to

Re: Aw: is there a simpler gwt gae tutorial?

2011-07-07 Thread Drew Spencer
THANK YOU, THANK YOU, THANK YOU! -- 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/-/s-BIoHoUHwwJ. To post to this group, send email to

Re: Shortcomings in Places

2011-06-07 Thread Drew Spencer
are best? Alternatively, any decent(ish) Activities/Places tutorials would be most appreciated if it really is the best way to go. Regards, Drew -- 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

Re: Shortcomings in Places

2011-06-07 Thread Drew Spencer
to do with MVP? Most grateful for any help Regards Drew -- 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/-/S1Q2cVZoZWFaamtK. To post to this group

AsyncProxy not working.

2011-04-01 Thread drew
I have designed an async Proxy using GWT, my Views are GXT based. But AsyncProxy is throwing [ERROR] Expecting concrete typecom.bm.xchange.commerce.steps.client.view.ProfileViewImpl to be static. Donno why but all top-level classes cannot be static . It just throws this error ... Any Help will be

GWT MVP vs GXT MVC

2011-02-08 Thread drew
approach which simplifies the testing and all, and also will help me save lot of rework. Also any thoughts on having view Objects GXT based ... add it to the panel in the View which will also allow Data Binding. Thanks in advance, Drew -- You received this message because you are subscribed

AutoBean and Traditional web-Services

2010-12-24 Thread drew
if I could use AutoBeans for calling already GWT hosted web services and how could I achieve that. Thanks in advance -Drew -- 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

FlexTable in GWT 2.1

2010-10-28 Thread Drew
Hi, I haven't seen this issue addressed, so I apologize in advance if it has. I'm using a FlexTable in GWT 2.1 and I need to recognize when the mouse is no longer over the table. Every row in my table has a secondary row associated with it that is hidden by default. A secondary row is displayed