A question about GWT ScrollPanel. Is there any way to determine which child element is being displayed in ScrollPanel?
we are providing html contents directly to the servlet,instead of that html file,but its not geting hit on onmoduleload() in the gwt entrypoint.
I just read the Developer\'s Guide - Loggingand it says that the client-sided loggi开发者_高级运维ng implement throw RPC calls (see Remote Logging ).
I am using a CellTable on a ScrollPanel in GWT. My table has two columns and I want to give 10% and 90% of the width each. This is fine.
How to convert gwt Date to javascript Date ? public native String converToJSDate(Date date)/*-{ alert(date instanceof Date开发者_StackOverflow);// i get \"false\"
Referring to this bug: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/45e77082b796281d/d5101729e83a74ff?lnk=gst&q=pager%20last%20page#d5101729e83a74ff
I want to fire the \"open root node\" event on my current working CellTree, which now has the following behaviour:
I integrated my gwt module in to existing web application and deployed on jboss. when I trying to hit gwt_servlet then I am getting error message on failure method of asynccallback i.e.
How gwt compiler finds gwt_servlets into gwtModule? Right now I am getting exception\"The requested resource (/finalWar/GWTAPPS/gwtmainmodule/GWTServlet) is not available.\"
I\'m trying extend GWT\'s MenuItem, in GWT you can only place text there, what i want is place any widget like a button near the text. So I start making a sub class from MenuItem and i get many proble