Re: Hibernate ClassCastException in GWT hosted mode only

2012-09-25 Thread Meng
You helped me .thanks so muck. 在 2012年5月25日星期五UTC+8下午9时44分02秒,federevo写道: > Hi all, > > here the procedure to apply the patch while 4.1.4 is not relased. > 1. create a source folder (ie: src_patch) in your eclipse project > 2. create the package org.hibernate.service.classloading.internal; >

Re: IE error can't debug!

2009-05-28 Thread meng
just edit the compiled script, change if (o.nodeType) { to if (o && o.nodeType) { --~--~-~--~~~---~--~~ 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@

GChart: Can i have gray dotted gridlines and solid axes?

2008-10-09 Thread meng
Hi, I can't find ways to style the gridlines.I only find chart.getYAxis().setHasGridlines(true); can i have thin dotted gray gridlines and thick solid dark Axes? thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gr

Re: GWT Layout challenge using flowpanel

2008-09-04 Thread meng
TED]> wrote: > On 4 sep, 09:55, meng <[EMAIL PROTECTED]> wrote: > > > Hi, > > > i try to accomplish the layout as shown > > athttp://202.150.210.26/test/temp.jpg > > . > > > i have tried using flowpanel but can't get it work in ie. can anyo

Re: GWT Layout challenge using flowpanel

2008-09-04 Thread meng
i don't think the absolutepanel can help in rendering the "a lot text alot text" sectionthanks anyway On Sep 4, 4:07 pm, Len <[EMAIL PROTECTED]> wrote: > You could take a look at AbsolutePanel depending on what your aim is :) > > 2008/9/4 meng <[EMAIL PROTE

GWT Layout challenge using flowpanel

2008-09-04 Thread meng
Hi, i try to accomplish the layout as shown at http://202.150.210.26/test/temp.jpg . i have tried using flowpanel but can't get it work in ie. can anyone help me? thanks. (very strange, if i copy the generated html codes using firebug and create a plain html files, ie will render as desired ...

Re: Getting the generated RPC POST payload in the client

2008-08-28 Thread meng
btw, a "large RPC call" may not be large at all in terms of network latency... On Aug 28, 1:16 am, walden <[EMAIL PROTECTED]> wrote: > Julien, > > By "large RPC call" do you mean that you would like to post a large > body of data to the server?  Sniffing around your question a bit, it > seems lik