Catching RPC exceptions at client side

2010-10-07 Thread Itzik Yatom
seReceived: . . if (statusCode != Response.SC_OK) { caught = new StatusCodeException(statusCode, encodedResponse); . . The question is how we can get the actual exception in this case? is there a way for the client to get the returned Response object ? Any other direction ? Thanks Itzik Yato

External access to CSS resources

2010-05-17 Thread Itzik Yatom
Hi, I already use Intensively UIBinder with my GWT projects. Considering if to use also CSS resource or the regular external CSS files in my GWT projects. Since I work with a graphical designer that may need to change the styling while she gets from me initial results and improve them, she should

Re: Cannot debug GWT 2.0 app embedded within external iframe

2010-01-20 Thread Itzik Yatom
I have the same issue, I've tried to change the hosted.html file but there is no change. Itzik On Jan 9, 6:04 pm, Stevko wrote: > I've managed to get my application to work in an external iframe by > editing the hosted.html file and changing line 226 > from > var topWin = window.top; > > to > va

UiBinder styling superseded programmatic styling

2009-12-17 Thread Itzik Yatom
When adding the attribute styleName to an UiBinder XML element, GWT translates it to setStyleName method call. The problem is when using a custom Composite class that already has called to setStyleName method, UiBinder supersedes the Composite style. I wish that UIBinder would call to addStyleName

Re: Obsufcated class names when using UIBinder

2009-12-14 Thread Itzik Yatom
Thanks Thomas I have it. Although the UIBinder adds a very long prefix, I can see the original class name. Itzik On Dec 13, 5:49 pm, Thomas Broyer wrote: > On 13 déc, 12:22, Itzik Yatom wrote: > > > I have just started to use the the UIbinder in the GWT 2.0 official > > r

Obsufcated class names when using UIBinder

2009-12-13 Thread Itzik Yatom
I have just started to use the the UIbinder in the GWT 2.0 official release, which is a great tool. When I am inspecting DOM elements in firefox using firebug I notice that GWT generates classes names that are different from the original ones. I understand the intention to generates unique class

Re: Help - my web site based on GWT fails to load in IE8

2009-09-27 Thread Itzik Yatom
e to help you > then, with more detail to go on. > >   Dave. > > On Sep 25, 3:06 pm, Itzik Yatom wrote: > > > I have just finished to develop a web site that is mostly written in > > GWT. During a non-trivial load that contains many panels and widgets > > buil

Re: Help - my web site based on GWT fails to load in IE8

2009-09-26 Thread Itzik Yatom
d play nicer with IE8, but what fixed my > issue was adding the following to the html host page: > > > > not sure if that's a good long term solution, but made my app go from > non-functional to functional. > > hope that helps > > On Sep 25, 9:06 am, Itzik Yatom wr

Help - my web site based on GWT fails to load in IE8

2009-09-25 Thread Itzik Yatom
a nightmare when everything works at development environment where you can debug the Java code but it fails on runtime with an error that tells you nothing about the real problem. Thanks in advance Itzik Yatom --~--~-~--~~~---~--~~ You received this message because

Vertical SliderBar

2009-08-12 Thread Itzik Yatom
Hello, I want to use the SliderBar (from the Incubator project), I prefer a vertical slider but I can't find a way to change it. Is there a way (using CSS or another) or a variation of this class that allows vertical appearance and not only horizontal? Thanks in advance, Itzik