Not able to install GWT plugin in eclipse

2012-08-22 Thread Sanjay Jain
Hello all, I am using eclipse 3.7 version on windows xp platform. I want to install GWT plugin for it so I tries below url for the installing plugin. http://dl.google.com/eclipse/plugin/3.6 I checked three box in suggested list. 1. Google plugin for eclipse 2. Google App Engine Java SDK 1.7 3. G

Re: GWT Celltable How to make Non-Editable cell in Editable column

2012-05-29 Thread sanjay puri
On Wednesday, November 2, 2011 12:20:51 PM UTC+5:30, vaibhav gwt wrote: > > Thanks Ozgur. > > public void render(com.google.gwt.cell.client.Cell.Context context, > String value, SafeHtmlBuilder sb) { > > if(context.getColumn()==2 > &&

Re: rerading gwt designer plugins for netbeans 6.9

2012-05-05 Thread Sanjay Kumar
hii can anbody help me to implement pagnation in flextable by retriving data dynamically from database no pojo class -- 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.

rerading gwt designer plugins for netbeans 6.9

2012-05-04 Thread sanjay kumar
Hii can any body tell me where i found gwt designer plugins for netbeans 6.9 -- 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 g

Re: Problems compiling internationalisation files with GWT 2.0

2012-05-02 Thread sanjay puri
On Friday, December 11, 2009 4:45:44 PM UTC+5:30, grandfatha wrote: > > Changing the name of my interface and the properties files resolved at > least my issue. No clue what was wrong with the old one... It simply > disliked it. > -- You received this message because you are subscribed to th

DateTime picker in GWT cell table?

2012-03-19 Thread Sanjay Jain
I am uing GWT 2.4.In which i am using a cell table. This is cell table has a column of date time type.This column is editable.I want to set a feature so that on click of the cell some kind of date time picker should open and whatever date and time selected by the user should be updated in the

Re sizing in Split Lay out Panel

2012-01-12 Thread Sanjay Jain
Hello All, I am using GWT 2.4 for my application.In this application for one page I have used SplitLayoutPanel.In this SplitLayoutPanel on west side I added a panel and at center side I added a panel. Now at initial center panel having the size 100%.In other word west panel has 0 width.Now at s

GWT:How to generate pdf save/open window?

2011-12-07 Thread Sanjay Jain
I am using GWT2.4 version in my application.In this I application I have created Form using GWT control (like textbox,textaera). I have also created preview of form.In that preview I have button of pdf generation. Now I want to create behavior to deal with pdf link same as browsers(Mozilla/ch

GWT Temp files

2011-11-14 Thread Sanjay Jain
Hello All, This question may be a very easy for many of you, But I am not getting any answer for it. I am using GWT for my application.While I compile and run my application, a lots of files and folder created automatically in temp folder.I am not getting for which means these files are in temp

How to handle browser event in gwt?

2011-11-10 Thread Sanjay Jain
I am using GWT 2.3 with GWTP plugin in my application.In this application I want to block browser back and forth event.For this I got some java script code.But this code is onLoad() and onUnLoad() of the html page.As application is a GWT application there is only one html which myapplication.html.S

Re: How to center a DockLayoutPanel in the page

2011-09-14 Thread Sanjay
Exactly what I wanted. Thanks a lot! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/37VEN-wY2qMJ. To post to this group, send email to google-w

How to center a DockLayoutPanel in the page

2011-09-14 Thread Sanjay
Hi All, I want to have my DockLayoutPanel of width 1000px to get centered in the page in stead of left aligned. Using UiBinder. Tried a lot but not able to know how to have this. Need some help. Thanks. - Sanjay -- You received this message because you are subscribed to the Google Groups

GWT customized history handler

2011-09-09 Thread Sanjay Jain India
Hello all I am using gwt2.3 with gwtp frame work.In this application I using the history management provided by gwtp. Now my issues how to write some code which invoke on as any of name token fires. For this I have written a customize history handler like below: public class NameTokenHandler imple

Re: Conditional CSS & Updates

2011-09-08 Thread Sanjay
Yes, I agree. Even if my proposed method worked, it is not meant for this. If anything, CSS3 Media Queries are meant for this. Alas, gwt doesnt support them yet. My advice: as much as possible, build fluid layouts that scale to the amount of room on the screen. If you need a master/details view

gwt client session time out

2011-09-08 Thread Sanjay Jain India
I am using gwt 2.3 with gwtp framework.In this application I wan to maintain a session time of 5 mins.This means if current user is not doing up to 5 min and he comes after five min then on his first event/ action on screen a he should be be logged out. In gwt there is class named Timer which can b

Server Side Call from a non presenter class

2011-09-08 Thread Sanjay Jain India
Hello all, I want to make server side to from a class which is not a presenter.As it is not a presenter it doesn't have dispatchasync instance.In this case I am not getting how to make a server side call. Here is my class which implements ValueChangeEvent. public class NameTokenHandler implements V

Re: How to expand tree in GWT ?

2011-09-07 Thread Sanjay Jain India
te(true); Tree t = new Tree(); t.addItem(root); return t; } On Sep 7, 12:56 pm, Sanjay Jain India wrote: > I a using GWT 2.3.In which I am using import > com.google.gwt.user.client.ui.Tree. I want to show tree expanded > always.For that I did below code for every tree item

How to expand tree in GWT ?

2011-09-07 Thread Sanjay Jain India
I a using GWT 2.3.In which I am using import com.google.gwt.user.client.ui.Tree. I want to show tree expanded always.For that I did below code for every tree item treeItem.setState(true); But it is not working.I am not getting how to expand tree. Please help me out.Thanks in advance -- You

Re: Conditional CSS & Updates

2011-09-05 Thread Sanjay
AFAIK, ensureInjected() on CssResource just calls getText() and injects a style element into the DOM using StyleInjector once and only once. getText() is more interesting. Every CssResource text is converted into a series of string concatenations. The runtime evaluation @if (boolean-expr) { true

how to gwt value of radio button from ui binder

2011-09-01 Thread Sanjay Jain India
Lets say I have three radio buttons belonging to a group. Upon some event, I would like to retrieve the value of the radio button selected in my UiBInder class. One possible approach, I guess, is to declare a ui:field for each of the radio buttons(like in the example below) and thus retrieve the

Re: How to hide column in Cell table GWT?

2011-08-18 Thread Sanjay Jain India
Thanks sowdri for reply On Aug 19, 9:59 am, -sowdri- wrote: > Hi, > > Use SingleSelectionModel or MultipleSelectionModel depending uponyour > requirement. And > referhttp://code.google.com/webtoolkit/doc/latest/DevGuideUiCellWidgets.ht... > > for more info on adding handlers for > SelectionChan

How to hide column in Cell table GWT?

2011-08-18 Thread Sanjay Jain India
I am using Cell Table in GWT.In that cell table I am adding these columns. TextColumn idColumn = new TextColumn() { @Override public String getValue(Document object) { return Long.toString(object.getId()); } }; TextColumn refColumn = new TextColumn()

Exact Value Plural Form not being generated by PropertiesFormat generator

2011-08-06 Thread Sanjay
Hi, If I have something like this in a Messages interface: @DefaultMessage("You have {0} documents.") @AlternateMessage({ "=0", "You have no documents.", "one", "You have 1 document." }) @Description("Number of documents in documents list.") String numberOfDocuments(@PluralCount int itemCount);

Template embedding in the GWT

2011-08-02 Thread Sanjay Jain India
Hello All I have template with its css and html.Now I want to get all the look and features (compatibility) of that template in my gwt application. I am not getting the right way to do that. One way which I thought is that for control there will be a .html file , which will be added to the gwt root

Re: GWT Compiler Hanging when compiling permutations

2011-07-27 Thread Sanjay
K disregard, that was weird. I commented out the recent JSNI-filled class I wrote, then it worked again, uncommented the class and it still worked... not working with some source code, then working with the same source code is the tiniest bit strange but... ...chaos monkeys at work i'd guess

GWT Compiler Hanging when compiling permutations

2011-07-27 Thread Sanjay
Hey, for some reason, starting today, my project refuses to compile. As in it gets to the following stage: Compiling module com.sparkplug.AppDev Compiling 1 permutation Compiling permutation 0... And then nothing... I let it run for 30 mins or so while I went to get dinner, so I'm f

Dynamic CSS

2011-07-26 Thread sanjay kanwar
Hi There, I have two Css background color and i want to show one color at a time when a certain kind of condition fulfill. Confused how to proceeed. any help or example (sample) would be great. Thx in Advance -- Regards Sam -- You received this message because you are subscribed to the Google

Fwd: Battery Percentage

2011-07-24 Thread sanjay kanwar
Hi There, I have an battery image where i hav to show green line inside tht battery when the battery power is more than 40% and red if its less than 40%. Thx in Advance Regards Sam -- Regards Sanjay Kanwar Phone 0411367420 -- You received this message because you are subscribed to the

Battery Percentage

2011-07-24 Thread sanjay kanwar
Hi There, I have an battery image where i hav to show green line inside tht battery when the battery power is more than 40% and red if its less than 40%. Thx in Advance Regards Sam -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post

sanjay kanwar wants to chat

2011-07-19 Thread sanjay kanwar
--- sanjay kanwar wants to stay in touch better using some of Google's great new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-dd5deb43a3-969472785f-Si9eWzOI5w3vvoEs2MYPQ2yTa2Q Y

Ajax Call

2011-07-18 Thread sanjay kanwar
Hi there, How can i update an entity in a webpage without refreshing the whole page. using AJAX refresh method of the delegate. Thx in Advance Regards Sam -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email

Fwd: About AJAX AutoRefresh

2011-07-18 Thread sanjay kanwar
otalEnergy = baseEnergy + additionalEnergy; byte[] content = FileUtils.getFileContent(resourceFile); String respStr = new String(content, "UTF-8"); respStr = String.format(respStr, totalEnergy); res.getWriter().print(respStr); res.getWriter().flush(); } } Regards Sam -- Regards

About AJAX AutoRefresh

2011-07-18 Thread sanjay kanwar
Hi There, I got stuck in java servelt, where i hav to write a Ajax for the energy attribute of the mystatus class so tht it value gets refreshed(Not the whole page) in every 5sec without the reloading of the whole page.Below is the handler class which generates random number for energy attribute

Writing a Primary Linker Guidance

2011-07-17 Thread Sanjay
Sorry for bumping, but I have an update. After spending some time researching this topic, it seems to me that the most appropriate way to accomplish server side script selection is to write a new primary linker. These seem to support a lot of functionality that I don't need (like including the

Server Side Script Selection

2011-07-16 Thread Sanjay
Hi, Server side script selection would solve a number of problems for us. First, it would allow us to transparently make deferred binding decisions based on data we have saved for the current user, ie pick locale, theme, and role, as opposed to doing the same thing via HTML meta tags, which is

GWT Timer..

2011-07-11 Thread sanjay kanwar
Hi There, I need to set up a timer of 2minutes and along with the need to show a Battery with a percentage value.\ I hav to write the client side code for this task. Any help would be appreciated. thanks in Advance -- Regards Sanjay Kanwar -- You received this message because you are

Request Builder

2011-07-02 Thread sanjay kanwar
. Thanks in Advance Sanjay Kanwar -- 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 to google-web-toolki

sanjay kanwar wants to chat

2011-07-02 Thread sanjay kanwar
--- sanjay kanwar wants to stay in touch better using some of Google's great new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-dd5deb43a3-9783fbc168-rnpfJbeHE_wROMultQF-yjfZKUE Y

Re: Request Factory

2011-06-23 Thread sanjay kanwar
On 21 June 2011 11:40, sam wrote: > Hi There, > > > Can i plz get some information regarding how the requestfactory works > and if possible some demo sample would be great. > > > Thank You in Advanced > Sam > > -- > > -- You received this message because you are subscribed to the Google Groups

How to set lable of Textbox

2011-06-14 Thread Sanjay Jain India
Hello all I am using GWT2.3.In this I want to create a form.For This I used a form panel and texbox.Textbox is for the User Name purpose.So I want to set the label of text box.But there no way to set label. I want label at the left side of the text box. Please help me how to set label, So It come

Session Management in the gwt-ext

2011-04-21 Thread Sanjay Jain
Hello All I am working on the gwt-ext application.On the server side I am using Hibernate.I am mantaining session on the server side.it's time out is 5 minute (In action class). Now take a secenario in which a user logged in & remains it open for five minute.After five minutes expires it do a click

How to create flow chart using smart gwt 2.2 ?

2011-01-13 Thread Sanjay Jain
I want to create a application using in smart gwt. This application should capable of make flow charts and diagram.It should also capable of copy diagrams delete diagrams. Diagrams will cricle, rectangle, arrow etc. By using tese diagram One can Draw the folw charts and other structure. Is there a

Re: Horizontal Scroll Bar Issues with tab panel

2010-11-13 Thread Sanjay Jain
Hello all I solved this issue.I am not getting what is th actual problem But what i did I am describing here. Width of inner most Tab Panel (with 15 tab) is set to 100%. I changed it to in pixel (to 750px). Now its working fine. On Nov 13, 3:29 pm, Sanjay Jain wrote: > Hello all > I am

Horizontal Scroll Bar Issues with tab panel

2010-11-13 Thread Sanjay Jain
Hello all I am using Tab Panel (With single tab). In this Tab Panel I am adding another Tab Panel (With single tab). In the above Tab Panel I am adding another Tab Panel. (With 15 tab). And for third & inner most Tab Panel I used auto horizontal tab scroll true. Like this : taskTabPanel.setEnable

HTML Table

2010-08-09 Thread Sanjay Jain
Hi to all I am using HTML table, and for setting title of the table I am using setTitle("My Table"); But it is not working: Here is my code: HTMLTable table = new Grid(rows, 2); table.setTitle("My Table"); Is there other property need to be set? Please help Thanks in advance -- You received th

Re: GWT RPC server compiled as regular servlet

2010-03-16 Thread Sanjay Ungarala
Hi Salvador, Is there is a way to debug GWT stack why onAfterResponseSerialized is not getting called? Thanks, Sanjay On Mon, Mar 15, 2010 at 10:53 AM, Sanjay Ungarala wrote: > Hi Salvador, > > Thank you for your response. > > If both client/server are packaged in one

Re: GWT RPC server compiled as regular servlet

2010-03-15 Thread Sanjay Ungarala
n two different WAR files, I explicitly set the target URL in the client target.setServiceEntryPoint("http://localhost:8080/MyServer/query";); Do I have to do anything else when client and server are in different WAR files? Thanks, Sanjay On Mon, Mar 15, 2010 at 5:53 AM, SalvadorDiaz wrot

Re: GWT RPC server compiled as regular servlet

2010-03-14 Thread Sanjay Ungarala
serialization interface. I don't see onAfterResponseSerialized method being called. Is it anything to do with the serialization? Thanks, Sanjay On Mon, Mar 15, 2010 at 2:31 AM, Sripathi Krishnan < sripathikrish...@gmail.com> wrote: > Do I need to compile my RPC server using GWT compil

GWT RPC server compiled as regular servlet

2010-03-14 Thread Sanjay
the object returned by the server is not reaching the client. Here is my question: Do I need to compile my RPC server using GWT compiler? If so, why? Any help on this issue is appreciated. I have been trying to figure out what is going wrong since 2 days now. Thanks, Sanjay -- You received

Re: Eclipse plugin for GWT 1.7

2010-01-20 Thread Sanjay
ot installable through Eclipse's > update mechanism, however).  See my post from last month: > > http://groups.google.com/group/google-web-toolkit/msg/e6b9c9aaace3dbb... > > KeithOn Tue, Jan 19, 2010 at 1:40 PM, Sanjay wrote: > > > Hi Kieth, > > > First thanks

Re: Eclipse plugin for GWT 1.7

2010-01-19 Thread Sanjay
one of my network envirnoments, For now I have made temporary changes to get work done. Thanks, Sanjay On Jan 14, 11:58 am, Keith Platfoot wrote: > Hi Sanjay, > > Actually, the Eclipse plugin and GWT are on separate release cycles and do > not have the same version number.  So, it

Re: Eclipse plugin for GWT 1.7

2010-01-14 Thread Sanjay
lways use browser from different PC (Win) and my development in on Linux. Thanks, Sanjay On Jan 13, 8:55 am, Keith Platfoot wrote: > Hi Sanjay, > > The latest version of the plugin (1.2) is still backwards-compatible with > GWT 1.7.1.  You can find the update site URL on the plu

Eclipse plugin for GWT 1.7

2010-01-13 Thread Sanjay
Is there a location where I can get the eclipse plugin for GWT 1.7. I just happened to delete it from eclipse in the process of upgrading to 2.0. -- 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-we