UBinder with not styling with clientBundle and css file

2009-12-26 Thread coderinabstract
The use case is below...styling lost unless hard code css in uiBinder with Style source...also image sprite style comes out blank in the div, however other styles are there in the widgets/divs (I have set the CSSResource.Style=pretty). No Styling works and get styleless output. Please advice..thank

Re: GWT 2.1.RC1 Expenses Sample Failure

2010-10-15 Thread coderinabstract
I am getting the following errors in eclipse..mac os10.6...java version "1.6.0_20" Java(TM) SE Runtime Environment (build 1.6.0_20-b02-279-10M3065) Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01-279, mixed mode) This is with the updated pom on the gwt2.1RC1 package and updated POM.xml and mvn e

Re: GWT 2.1.RC1 Expenses Sample Failure

2010-10-15 Thread coderinabstract
307) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:248) ... 8 more On Oct 15, 10:41 pm, coderinabstract wrote: > I am getting the following errors in eclipse..mac os10.6...java > version "1.6.0_20" &g

Re: GWT 2.1.RC1 Expenses Sample Failure

2010-10-16 Thread coderinabstract
at org.datanucleus.store.appengine.jpa.DatastorePersistenceProvider.createEntityManagerFactory(DatastorePersistenceProvider.java: 35) [ERROR] at javax.persistence.Persistence.createFactory(Persistence.java:172) [ERROR] ... 42 more [ERROR] On Oct 16, 2:52 am, coderinabstract wrote: > wiped out Maven local repo and reran

Re: GWT 2.1.RC1 Expenses Sample Failure

2010-10-17 Thread coderinabstract
having mvn eclipse:eclipse doesn't work afer importing as project in eclipse and running as webapplication, must be more to it. Again..thank you On Oct 16, 3:10 pm, Esfand wrote: > Hi CoderInAbstract, > > I had this problem because the DataNucleus plugin > wasn't able to enha

Re: GWT 2.1.RC1 Expenses Sample Failure

2010-10-18 Thread coderinabstract
s, select > File / Import / Maven / Existing Maven Project > in Eclipse, This will create the .project, .classpath > and .settings for you. > > The good news is that now, like normal Eclipse > development, we can use 'Run As' or 'Debug As' to run > thesamplea

Re: GWT 2.1.RC1 Expenses Sample Failure

2010-10-18 Thread coderinabstract
work. On Oct 18, 4:59 pm, Esfand wrote: > Hi CoderInAbstract, > > I'm also using Eclipse 3.6. I use Maven 3.0 but Maven 2.2.1 > worked too.  I did the same changes that you described too. > In addition, I ran 'clean package' using 'Run as maven build' >

Re: Getting the RichTextArea to expand as you type

2011-12-11 Thread coderinabstract
tried the other solution in this thread with visibility:hidden html widget... works but need white space on page and real estate issues as whitespace grows with the growing richtextarea, based on this reply, how can you know on keyup or keydown weather you have a scrollbar in RichTextarea which

Re: features request:make RichTextBox and TextArea support Auto-Resizing

2011-12-11 Thread coderinabstract
The challenge with this approach is that the hidden div shows a white space which also grows with the text in the rich text area and growing rich text area. Any idea on how to avoid the white space in the div/container panel/flowpanel? Cheers and thanks -- You received this message because y

Re: features request:make RichTextBox and TextArea support Auto-Resizing

2011-12-11 Thread coderinabstract
After some iterations... got it to work with the container strategy described above with the wrapper div... no whitespace anymore... 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 http

Re: GWT application freezes when new version is deployed while using it

2012-02-28 Thread coderinabstract
Experiencing a similar problem and this seems to be very frustrating for user experience management especially if you are doing agile build life cycle with frequent releases. The situation is that AsyncCallback failure is NOT firing and when we have code split points and there are ONLY User int

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-03 Thread coderinabstract
+ 1... Working on web apps since web came to existence asp, jsp, cgi, DHTML, javascript, struts and it was a real mess and did not truly enjoy it. Also,apps created were error prone with code bloat and good design was messy and a challenge. The power of true OO, with Java, generics and goo

Re: gwt-2.6.0-rc1 can't compile guava-gwt

2014-09-06 Thread coderinabstract
Works with jdk 1.6 however errors with jdk 1.7.. any ideas? On Saturday, June 14, 2014 5:49:50 AM UTC-4, Andrei Cojocaru wrote: > > Hi guys, > > upgrading guava definitely solves the problem. I was using guava 14.0.1 > and GWT 2.5.1. I upgraded to GWT 2.6.1 and encountered that same problem. > A

Upgrade challenges to GWT 2.5

2012-12-29 Thread coderinabstract
Trying to upgrade a fairly mature maven based gwt 2.4 gwtp .7 gin 1.5 app to gwt 2.5 and getting this compile errors below (ERROR highlighted below). Any feedback appreciated.. Not sure if this is a GWTP issue or a GWT issue.. have posted on both groups.. Thanks and Cheers... 16:53:49.010 [ERRO

Re: Upgrade challenges to GWT 2.5

2012-12-30 Thread coderinabstract
Thanks for the quick response and precise analysis.. will continue to follow up with GWTP group. On Saturday, December 29, 2012 7:07:10 PM UTC-5, Jens wrote: > > GWT-P's GinFieldManager uses a constructor of GWT's > FieldWriterOfGeneratedType that does not exist in GWT 2.5. So I guess GWT-P > 0

Re: Is there a set of best practices for implementing nested presenters/view?

2013-04-09 Thread coderinabstract
Consider gwtp (gwt platform) an open source MVP framework for GWT which solves this problem very elegantly... Cheers. On Tuesday, April 9, 2013 7:30:55 PM UTC-4, Mohammad Al-Quraian wrote: > > I did my own way of nesting presenters and now I hit a design issue,

Re: DevMode for Firefox 14

2012-07-19 Thread coderinabstract
Same problem with last Chrome update earlier this morning... dev mode does not work... any pointers.. tried reinstalling with chrome://extensions drop-in, redoing everything, whitelisting ips the works... keeps on wanting to reinstall.. completely broken with Chrome and also have noticed some l

Dev Mode with latest Chrome update - gwt plugin problem

2012-07-19 Thread coderinabstract
After today morning Chrome update on the dev version... Version 22.0.1207.1 dev Dev mode has stopped working and keeps on asking to reinstall. Have tried everything from re-install with chrome://extensions drop-in, re-whitelist ips, clear all history etc and no luck. Saw one other person has

Re: Dev Mode with latest Chrome update - gwt plugin problem

2012-07-19 Thread coderinabstract
11:52:45 PM UTC+2, coderinabstract wrote: >> >> After today morning Chrome update on the dev version... Version >> 22.0.1207.1 dev >> Dev mode has stopped working and keeps on asking to reinstall. >> Have tried everything from re-install with chrome://extension

Re: Dev Mode with latest Chrome update - gwt plugin problem

2012-07-19 Thread coderinabstract
production release build for OSX and everything works fine.. even speed tracer, which I thought would only work on dev build so now only have one Chrome prod release and everything is good. Cheers... On Thursday, July 19, 2012 9:04:11 PM UTC-4, coderinabstract wrote: > > Thanks Thomas.