E-signature functionality in GWT client.

2014-05-13 Thread Rachel
Here is an application developed in GWT (only client) where users are going to upload excel documents. As per a requirement, users have to insert an e-signature. Can anyone please help or redirect me to appropriate GWT compatible plugin or api or library that can solve the purpose? Thanks!

Advice Needed - moving to GWT 2.8.2 from 2.7 compile error

2018-05-04 Thread Rachel
I couldn't find another post with this same error but if there is one I apologize. We are moving a project from GWT 2.7 to GWT 2.8.2 but when we try to compile with Ant we are getting the following error and we haven't found a way to resolve it. Any suggestions would be appreciated.

Re: Advice needed - compile error while moving back to GWT 2.7 from 2.8.2

2018-05-14 Thread Rachel
Thank you for responding. I'm looking at the build path and both gwt-user and gwt-dev jar files are from 2.7. Is there somewhere else I should look? On Monday, May 14, 2018 at 9:16:18 AM UTC-4, Thomas Broyer wrote: > > > > On Monday, May 14, 2018 at 3:06:09 PM UTC+2, Rachel wrote: &

Advice needed - compile error while moving back to GWT 2.7 from 2.8.2

2018-05-14 Thread Rachel
We have to move our project back to GWT 2.7 due to some java 1.8 issues. I've checked all my jar files to make sure they are 2.7 and no duplicate jars in the build path but am getting errors when I try to compile with Ant. Any suggestions would be greatly appreciated. Thank you. *prepareGWT*:

Re: Advice Needed - moving to GWT 2.8.2 from 2.7 compile error

2018-05-07 Thread Rachel
> file in your path. > > Paul > > On Fri, 4 May 2018, 16:09 Rachel, <rachel...@gmail.com > > wrote: > >> I couldn't find another post with this same error but if there is one I >> apologize. >> We are moving a project from GWT 2.7 to GWT 2.8.2 but

Re: Advice needed - compile error while moving back to GWT 2.7 from 2.8.2

2018-05-23 Thread Rachel
Broyer wrote: > > Could one of your dependencies possibly "shadow" its own version of > ImageResourceGenerator that had been compiled against GWT 2.8? You'd have > to revert to an older version of that dependency then. > > On Monday, May 14, 2018 at 3:37:34 PM UTC+2, R