Re: Digest for google-web-toolkit@googlegroups.com - 25 Messages in 13 Topics

2013-02-16 Thread Rick Fisher
OpoplrqwweetrrrtwqXxxwweee Sent from my iPhone On Feb 15, 2013, at 1:04 PM, google-web-toolkit@googlegroups.com wrote: Today's Topic Summary Group: http://groups.google.com/group/google-web-toolkit/topics Updating GWT Pie Chart Dynamically [1 Update] How to

GWT CellTable.Resources causes Deferred binding exception

2012-04-10 Thread Rick Fisher
Hello GWT 2.4 I am getting the following exception trying to instantiate a CellTable Caused by: java.lang.RuntimeException: Deferred binding failed for 'com.google.gwt.user.cellview.client.CellTable$Resources' (did you forget to inherit a required module?) The offending code is:

Error in DTD gwt-module.dtd

2012-04-03 Thread Rick Fisher
My dear friends at Google, Are you aware the following DTD has an error? http://google-web-toolkit.googlecode.com/svn/tags/2.4.0/distro- source/core/src/gwt-module.dtd : BEGIN ::: This page contains the following errors: error on line 17 at column 2: StartTag:

RichTextArea and valueChangeHandler

2011-09-07 Thread Rick Poleshuck
Has anyone implemented or knows how to implement a ValueChangeHandler on a RichTextArea similar to TextArea? Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Can't get correct DOMImpl when chromeframe installed but turned off

2011-08-13 Thread Rick Li
I find a workround, if I comment out the chromeframe check it would be ok. I'm not sure why it's needed, it only checks the chromeframe plugin is installed but doesn't check if it's activated or not. in my IE8 + chromeframe 13, if it's activated, the userAgent would already contain webkit.

Re: Can't get correct DOMImpl when chromeframe installed but turned off

2011-08-13 Thread Rick Li
The referred code is from UserAgentPropertyGenerator. On Aug 13, 6:06 pm, Rick Li racke198...@gmail.com wrote: I find a workround, if I comment out the chromeframe check it would be ok. I'm not sure why it's needed, it only checks the chromeframe plugin is installed but doesn't check if it's

Can't get correct DOMImpl when chromeframe installed but turned off

2011-08-11 Thread Rick Li
Hi, I created below issue couple of days ago but no one replied http://code.google.com/p/google-web-toolkit/issues/detail?id=6665 this issue happened to me with chrome frame 12 + IE8, it always bind WebKit DOMImpl even when chromeframe is disabled. is there a way to fix this? Thanks, Rick

Re: GWT 2.1 DateTimeFormat locale changes?

2010-12-02 Thread Rick Porter
the same issues, so this is not just a GWT 2.0 conversion problem -- I tested by adding a DateBox to a new GWT default project. Enjoy, Rick -- 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-tool

GWT 2.1 DateTimeFormat locale changes?

2010-11-23 Thread Rick Porter
the inherits name=com.google.gwt.i18n.I18N/ based on guidance found at http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsFormatting.html. However, this did not seem to help. Suggestions? Thanks, Rick -- You received this message because you are subscribed to the Google Groups Google Web

Re: How to get the next day of week date?

2010-11-17 Thread Rick Porter
. There are a few other useful functions in there too. Good luck, Rick -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to google

Re: Handling session timeout

2010-10-15 Thread Rick Porter
not know your particular design constraints, but I think I have given you the highlights of things to consider. Best of luck, Rick -- 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-tool

Re: Handling session timeout

2010-10-15 Thread Rick Porter
timed out. Upon acknowledging the message, they were sent to another place. I tried to hit the highlights of things for you to consider regarding session expiration, but I think you need to tailor your solution for your environment. Regards, Rick -- You received this message because you

GWT Unable to contact the server.

2010-01-18 Thread Rick Horowitz
. Thanks, Rick 15:41:10.556 [ERROR] [physicaltherapy] Unable to contact the server. com.google.gwt.user.client.rpc.StatusCodeException: at com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived (RequestCallbackAdapter.java:192

Re: How to use UIBinder to create customized tags

2010-01-04 Thread Rick
Hi You need to write your own parser taking clue from DockLayoutPanelParser. Then You need to register this parser in UIBinderWriter's registerParsers() method. Feel free if I can further help. Thanks and regards Rick On Jan 4, 6:11 pm, Hans Speijer hans.spei...@gmail.com wrote: Any news

Re: How to use UIBinder to create customized tags

2009-12-23 Thread Rick
Any idea friends??? I request from GWT members to reply this post please. Regards Rick On Dec 22, 9:28 am, Rick rick4...@gmail.com wrote: Thanks Thomas Widgets are now adding by implementing HasWidgets interface. But I need to do a little more. As there are tags in DockLayoutPanel

Re: How to use UIBinder to create customized tags

2009-12-23 Thread Rick
Thanks Thomas I am successful to create my customized tag by patching UIBinderWriter - registerParsers() method. I think GWT has done most of the work for supporting customized tag but keeping it private. On Dec 23, 6:48 pm, Thomas Broyer t.bro...@gmail.com wrote: On Dec 22, 5:28 am, Rick rick4

How to use UIBinder with customized composite widget

2009-12-21 Thread Rick
Composite { public RCompositeWidget() { HorizontalPanel hp = new HorizontalPanel(); initWidget(hp); } } But I am getting following exception: In com.google.gwt.uibinder.rebind.xmlelemen...@870aad, found unexpected child g:Label Regards Rick

Re: How to use UIBinder to create customized tags

2009-12-21 Thread Rick
. Can it be possible. If it is, kindly let me know as it will be a great help for me to design my UI with more flexibility, On Dec 21, 7:44 pm, Thomas Broyer t.bro...@gmail.com wrote: On Dec 21, 12:13 pm, Rick rick4...@gmail.com wrote: Hi all As GWT is adding widgets in Horizontal panel

Unable to compile code

2009-12-11 Thread Rick
in onModuleLoad to check whether it is reflecting or not. By clicking on 'Launch Default Browser' my application get run in Mozilla but Window.alert is not coming. It is showing previous compiled version(The version I compilled with GWT 1.7 jars) Thanks and regards Rick -- You received this message

Unable to compile code

2009-12-11 Thread Rick
in onModuleLoad to check whether it is reflecting or not. By clicking on 'Launch Default Browser' my application get run in Mozilla but Window.alert is not coming. It is showing previous compiled version(The version I compilled with GWT 1.7 jars) Thanks and regards Rick -- You received this message

Panel is giving its offset width before super.onAttach() is called

2009-10-05 Thread Rick
Thanks and regards Rick --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this group, send email

Re: Panel is giving its offset width before super.onAttach() is called

2009-10-05 Thread Rick
to RootPanel Offset width:0 Before super.onAttach called Offset width:0 After super.onAttach called Offset width:500 On Oct 5, 3:59 pm, Rick rick4...@gmail.com wrote: Hi all I am making an application using GWT 1.7. But I am surprised by the behaviour I got. I took a vertical panel

Problem while clearing a panel

2009-08-07 Thread Rick
(); }catch(Exception e){ }finally{ Window.alert(Finally + v.getWidgetCount()); } } Thanks and Regards Rick --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: GWT code not running using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1

2009-07-26 Thread Rick
Hi Juraj Thanks a lot. I have been shifted on GWT 1.7 and problem is no more now. Rick On Jul 25, 2:10 pm, Juraj Vitko juraj.vi...@gmail.com wrote: http://code.google.com/webtoolkit/doc/1.7/ReleaseNotes_1_7.html GWT1.7 adds explicit support for Internet Explorer 8, Firefox 3.5

GWT code not running using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1

2009-07-24 Thread Rick
: 12 INVALID_MODIFICATION_ERR: 13 NAMESPACE_ERR: 14 INVALID_ACCESS_ERR: 15 VALIDATION_ERR: 16 TYPE_MISMATCH_ERR: 17 result: 2152923145 filename: http://localhost:/DAKHOME/5D297221CBFAB4CC5BFA3FF6ECBA57AC.cache.html lineNumber: 64180 columnNumber: 0 inner: null data: null Thanks and regards Rick

Problem while loading stylesheet dynamically

2009-07-23 Thread Rick
(type, text/css); fileref.setAttribute(href, Component.css); document.getElementsByTagName(head)[0].appendChild(fileref); } /script /head body onload=loadCSS() DIV class=sendButtonHello/DIV /body /html Thanks and regards Rick

Re: Problem while loading stylesheet dynamically

2009-07-23 Thread Rick
Hi Adam Thanks a lot. Its working fine now. On Jul 24, 2:50 am, Adam T adam.t...@gmail.com wrote: Hi Rick, The last line in your native method should read: $doc.getElementsByTagName(head)[0].appendChild(fileref); As GWT uses $doc to refer to the pages document.   See:http

Problem using Google Visualization with DockPanel

2009-07-22 Thread Rick
); options.setHeight(100); options.set3D(true); options.setTitle(My Daily Activities); BarChart barchart = new BarChart(data, options); return barchart; } } Thanks and regards Rick

Re: RPC call efficiency

2009-02-10 Thread Rick
this as I have worked only in GWT for AJAX applications. It will be very helpful if one can provide such example or help in writing this. Please let me know if further I can provide some information which can help in figuring out my problem. Thanks and regards Rick On Feb 6, 9:19 pm, Jason

RPC call efficiency

2009-02-06 Thread Rick
is pinching the performance of my application and I can't afford it. Can any one suggest what improvement should be done so that this time get reduced. Any suggestion in this regard will be highly appreciated . Thanks and reagrds Rick --~--~-~--~~~---~--~~ You received

Re: RPC call efficiency

2009-02-06 Thread Rick
Hi Thanks for reply.When I deploy application on local machine, RPC call get returned in 20 ms but when this application get deployed on Remote server, RPC call is taking 1000 ms. I am just returning a hard code long value from server. Thanks and regards Rick On Feb 6, 2:46 pm, lowecg2004

Re: how to redirect to another EntryPoint class

2008-11-25 Thread Rick
Hi For redirection you can use following method: public static native void reDirectPage(String html)/*-{ var text = $wnd.location.href; var index = text.lastIndexOf(/); var subString = text.substring(0,index+1); var targetString = subString+html;

Re: Can Google Adsense be used with GWT

2008-11-24 Thread Rick
, Nov 23, 2008 at 12:00 AM,Rick[EMAIL PROTECTED] wrote: I have developed a web site using GWT1.5. I want to show Google Adsenseon it. DO GWT have support for GoogleAdsense. Any comments/ updates in this regard will be highly appreciated. Regards RickSmith

Google chrome issue with GWT in History Management

2008-11-24 Thread Rick
, redirection is not happening in Chrome whereas it is working fine in Mozilla and IE. In chrome it just replace the URL and does not load entrypoint again. Is it a bug of Google Chrome or I am using wrong way of redirecting. Any comments in this regard will be highly appreciated. Thanks and regards Rick

Can Google Adsense be used with GWT

2008-11-22 Thread Rick
I have developed a web site using GWT1.5. I want to show Google Adsense on it. DO GWT have support for Google Adsense. Any comments/ updates in this regard will be highly appreciated. Regards Rick Smith --~--~-~--~~~---~--~~ You received this message because you

Re: authentication in GWT

2008-11-18 Thread Rick
To logout from HTTP authentication use: public void logout() { HttpSession session = this.getThreadLocalRequest().getSession(); session.invalidate(); } You can do this in your ServiceImpl class. I kind of agree with Reinier, but might have used language that was less strong.

GWT, Netbeans and debugging

2008-11-17 Thread Rick
I have been working on a GWT project with Netbeans and the client side debugging in hosted mode has stopped working. I created a test helloworld project from scratch and the debugging works fine there. I am using gwt4nb and I created another test project, copied over all my sources but used all