Re: UIBinder with code in earlier versions of GWT

2010-04-15 Thread MiSt
> Can you please direct me to any such tutorial and or blog regarding > this. > Or may be a list of things that I should take care while migrating to > declarative UI with the  programatic UI from the earlier version of > GWT2.0 Suppose MyWidget class is in package "com.old.ui"uibinder templ

Re: UIBinder with code in earlier versions of GWT

2010-04-14 Thread MiSt
On 13 Kwi, 15:30, San wrote: > Hi all, > > Can I use some of the widgets those are written in earlier versions of > GWT2.0 directly in UIBinder classes. > > e.g.can I do something like suppose I am having MyWidget as a old > class and I develop a new class as WidgetContainer with UIBinder and > tr

Re: DateTimeFormat - format month bug

2009-09-21 Thread MiSt
Reported as http://code.google.com/p/google-web-toolkit/issues/detail?id=4069 --~--~-~--~~~---~--~~ 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@googleg

DateTimeFormat - format month bug

2009-09-21 Thread MiSt
DateTimeFormat takes always DateTimeConstants.standaloneMonths() for formatting months this produce wrong date format in languages where DateTimeConstants.standaloneMonths()!=DateTimeConstants.months() Form example in polish locale ("pl") String s = DateTimeFormat.getLongDateFormat()

StackPanel IE8 standard mode problem

2009-08-19 Thread MiSt
I've some problems with Stackpanel in ie8 (standard mode) GWT 1.7 My StackPanel has width and height set explicitly in pixels but under ie8 it looks much higher than its size It turned out that removing line 142 from StackPanel: DOM.setElementProperty(tdb, "height", "100%"); solves the issue

Re: Does anyone has a nice written class for bypassing SOP restrinctions

2009-08-10 Thread MiSt
Inspired by someone's example I don't remember where I've found it. This method works only with GET Example: CrossSiteJsonRequestUtil.INSTANCE.doFetchURL("www.test.com", "callbackmethodname", new AsyncCallback() { @Override public void