Re: GWT support for Chromium OS

2014-08-12 Thread Chaitanya Kumar Ch
Thanks for reply. On Tuesday, August 12, 2014 3:36:59 PM UTC+5:30, Chaitanya Kumar Ch wrote: > > I would like to know the GWT support for Chrome OS. > > For more info: > https://groups.google.com/d/msg/google-web-toolkit/AYDbClS-fGQ/RF7526B2egsJ > -- You received this messa

GWT support for Chromium OS

2014-08-12 Thread Chaitanya Kumar Ch
I would like to know the GWT support for Chrome OS. For more info: https://groups.google.com/d/msg/google-web-toolkit/AYDbClS-fGQ/RF7526B2egsJ -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiv

GWT tool not rendering in Chrome browser on Chrome OS

2014-08-08 Thread Chaitanya Kumar Ch
I am using Gradebook2 for Sakai, developed using GWT. This tool is not loading in Chrome browser on Chrome OS. Any thought about what is causing this issue. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group a

Re: CellTree How to render "different" cell types at a given level ?

2013-02-01 Thread chaitanya deosthale
Subhro or metalhammer, Can you guys post some sample code? Where exactly did you use the trick "to use a common super type or interface and cast as needed."? Should i be checking for casts inside the render method of the cell or just extend AbstractCell and then cast the value being passed in

Gwt server push

2011-12-09 Thread chaitanya kumar
Hi i need to implement the chat type application, where the need to refresh automatically even the user has idle. Thanks in advance. Regards, chaitanya -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, sen

How to get the facebook's signed_request parameter into GWT MainEntryPoint client class?

2011-11-24 Thread Krishna Chaitanya Thanuku
I am having a facebook app which on loading will load my GWT application in the canvas. I am just loading the main page that will load the MainEntryPoint class which is a client class. I dont have access to the signed_request parameter in this class. How to get that parameter? Otherwise should I

Re: Suggestion needed in design a shops website

2010-04-27 Thread chaitanya kumar
. > > Thanks > Sri > > On Wed, Apr 28, 2010 at 10:05 AM, chaitanya kumar > wrote: >> >> Hi Sridevi, >> >> First u need design a database such that it should have dependencies >> with each other. >> For list of items u have one table and a prim

Re: Suggestion needed in design a shops website

2010-04-27 Thread chaitanya kumar
Hi Sridevi, First u need design a database such that it should have dependencies with each other. For list of items u have one table and a primary or foriegn key associated to the top grid table so that you can easily get the items selected in the list... Every table needs one related to the previ

Re: Who wants to get involved in a gwt project?

2010-04-27 Thread chaitanya kumar
I wish to involve in project.. On Tue, Apr 27, 2010 at 2:35 AM, guaz wk wrote: > I wish to!! can give me more details on it? > > On Thu, Apr 22, 2010 at 4:38 AM, 4F2E4A2E wrote: >> >> i am in >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Web Too

Re: GWT Coverage

2009-07-30 Thread chaitanya
Can some one please point me to any "How to" document on Code Coverage for GWT applications? On Jul 30, 11:46 am, chaitanya wrote: > Hi, > I am trying to get Emma coverage report for the sample stockwatcher > GWT app. I have download EclEmma 1.4.1 and replaced the emma.j

GWT Coverage

2009-07-29 Thread chaitanya
running the JUnit test, I have passed the argument - Dgwt.coverage.enable=true. The unit tests are running fine, but I could not find any coverage report. Can you some one point me if I miss any step? I am using Eclipse 3.4. Regards, Chaitanya