Re: Gwt 2.4 browser compatibility

2018-07-11 Thread Satya Atluri
I am tried to upgrade to gwt 2.8.2 but I am getting gwt compilation error. We are using Ant. On Mon, Jul 9, 2018 at 10:20 AM Frank wrote: > And updating to GWT 2.8.2 should be a fairly quick and easy process if you > are concerned about this. > > -- > You received this message because you are su

I want to do POC with gwt-spring-hibernate

2011-09-09 Thread satya t
Hi, Please any one give information or good simple project with gwt-spring- hibernate integration. Regards, Satya. -- 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@google

Not able install gwt developer plug in for IE8 and Chrome broser

2011-01-24 Thread satya
Hi, Any one can help me out in the problem belowed mentioned. Not able install gwt developer plug in for IE8 and Chrome broser Regards Satya 99860 12778 -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group,

Ant Build.xml

2010-04-08 Thread satya narayana
i do the same using Project -RightClick and Goole-Compile GWT it is not showing any errors. Now i want a .war so that i can deploy it in server . Please help me in this regard. Thank you Satya -- You received this message because you are subscribed to the Google Groups "Google Web To

Re: TabLayoutPanel doesn't show its content

2010-01-02 Thread Satya
I am also facing this problem. Is there any working example that uses TabLayoutPanel? On Dec 17 2009, 5:50 pm, paloalto team wrote: > Set the height of the TabLayoutPanel to something. (100%, or value- > unit) > > (via class .gwt-TabLayoutPanel) > > This is because the header and all child conta

Re: how to integrate pentaho reports into my GWT application.

2009-12-16 Thread Satya
HI, Is there any possibility to integrating GWT with pentaho reports ?, if so please reply me how do we do that thanks in advance. On Nov 25, 2:59 pm, Satya wrote: > Hi, > I am new toGWT, currently I am developing aGWTapplication which has > to generate reports by taking user input. I

how to integrate pentaho reports into my GWT application.

2009-11-25 Thread Satya
. Regards, Satya Lakshminath. -- 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-web-toolki

com.google.gwt.user.client.rpc.SerializationException: java.lang.reflect.InvocationTargetException

2009-10-14 Thread Satya Lakshminath
Hi, I am too getting a similar problem like was reported above I am trying to run application on tomcat and I have some of the DTO objects under a package com.x. and I able to get objects from table except for one DTO, I am implementing IsSerializable interface for my DTO when I watch at

Re: Need Help in setting up GWT

2009-09-03 Thread Satya
you would also like this, these are some basic tutorials abt gwt > > http://examples.roughian.com/#Home > > On Sep 2, 4:10 am,Satya wrote: > > > Hello All, > > > My need is to develop a web application with rich UI and deploy onto > > externat server, so i dec

Need Help in setting up GWT

2009-09-02 Thread Satya
on" . How do I create a project in eclipse and proceed? Regards, Satya --~--~-~--~~~---~--~~ 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@goo

Re: Aligning labels and fields

2009-06-24 Thread satya
these by having a seperate css file: say: MyStyle.css and you can include this CSS in your .gwt.xml as and you can define the style as follows: .gwt-Label { //your style for labels } .gwt-TextBox { //your style for textboxes. } Regards, Satya On Jun 18, 12:38 pm, hezjing

Re: passing variables

2009-06-24 Thread satya
//initialize the com.xxx.login.client.Report composite/panel with this result. } ); Regards, Satya > > I have a connection to a database on the server side, I'm sticking > results into array,

Re: hosted mode nothing displayed

2009-06-24 Thread satya
I believe you should have the application name. if Hello is the application name, then the URL should be: http://localhost:/Hello/Hello.html Did you check the entry point in gwt.xml file? On Jun 23, 10:56 am, alkatal wrote: > Hi i m using GWT 1.6.4 under Leopard > > I suddenly have a probl

Re: Page navigations in GWT

2009-06-24 Thread satya
Yes, i used a similar approach. I have a main panel which is always present, and i add and remove composites on need. I too have a Search screen, on click on the search button, i remove the Search composite from the panel and add the search results composite. I have a seperate HashMap of composi

GWT Incubator usage

2009-04-29 Thread Satya Bobba
is it good to use the incubators in the real projects. Incubators are not stable and also it is strictly linked with latest compiler. is it correct. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolk

GWT incubator problems in migration from 1.4 to 1.5

2009-04-29 Thread Satya Bobba
We are using GWT 1.4 and gwt-incubator_1-4_final.jar in our project. we want to migrate to GWT 1.5 , but we are facing problem in migration. i tried with, 1) GWT 1.5 , gwt-incubator_1-4_final.jar it is unable to generate the sript file. TreeLogger is abstract class in GWT 1.5 , but in 1.4 it i

Re: RichTextArea menu bar

2009-04-23 Thread satya
RichTextArea(); tb = new RichTextToolbar( bodyFormatArea ); bodyFormat.add( tb ); bodyFormat.add( bodyFormatArea ); Regards, Satya On Apr 23, 5:05 am, mkl wrote: > Dear Masters, > > after downloading GWT I tried out different widgets. And promptly got >

Re: set border colr onFocus

2009-04-23 Thread satya
at i have to add the listener for all the widgets that needs this change. :( Regards, Satya On Apr 23, 2:56 pm, satya wrote: > Hi, > > I need to set the border color to Red on focus for all of my fields. I > added the following in CSS: > > .gwt-TextBox:focus { >          border: 1

set border colr onFocus

2009-04-23 Thread satya
Hi, I need to set the border color to Red on focus for all of my fields. I added the following in CSS: .gwt-TextBox:focus { border: 1px solid #FF; } seems to work in FireFox, but not in IE. Is there any way i can get it to work for IE? Thank you very much, Satya

Re: GWT Upgradation error from 1.4 to 1.5/1.6

2009-04-23 Thread Satya Bobba
y a new incubator release for 1.6.  Might want to > try it. > > On Apr 22, 11:40 am, Satya Bobba wrote: > > > > > Hi, > > > I am upgrading my existing code from GWT 1.4 to GWT 1.6.we have used > > the FastTree.java in our code. it is compiling fine with 1

GWT Upgradation error from 1.4 to 1.5/1.6

2009-04-22 Thread Satya Bobba
at com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger (CompileTaskRunner.java:78) at com.google.gwt.dev.GWTCompiler.main(GWTCompiler.java:126) Please provide the solution for this problem. i am trying this issue from couple of days. Thanks &

Info on jar files used in GWT

2009-03-06 Thread Satya
Hi I am new to this group and GWT. Question is why do we need the differrent jar files for different OS. I assume to run I need the "gwt-servlet.jar" to run my GWt application. But not sure as to why do one need 1. gwt-dev-windows.jar 2. gwt-dev-linux.jar Any pointer on this will be help ful! -

Re: Question: How can I get login user from Windows in GWT?

2009-02-17 Thread satya
What server are you using to get the credentials? if your windows uses LDAP AD, then you can configure your Application Server. for example: oracle.security.jazn.login.module.LDAPLoginModule get the user name from getThreadLocalRequest().getRemoteUser(); On Feb 16, 3:13 pm, El Mentecato May

Re: Inside RichTextArea

2009-02-17 Thread satya
RichTextArea does not provide a method to get the current cursor location. Sorry Satya On Feb 15, 8:22 am, Tóth Imre wrote: > 2009/2/14 A Friend Of Yours > > > > > Got things working a little... could anyone tell me how to get the > > cursor location in a RichTextArea?

Re: Timer / Progress bar on a form to show countdown.

2009-02-17 Thread satya
GWT-Ext has timer functions. Will that help you? here is an demo link which has the source code also. http://www.gwt-ext.com/demo/#messageBox On Feb 17, 2:08 pm, Vishesh wrote: > What timer function do you think will return the timer's current value > so that I can read and display on a lable?

Re: "undefined" error

2009-02-17 Thread satya
I would suggest you use window.alert boxes/or log messages before and after a chunk of code and run it. If you see your message boxes, try going deeper, and find the code that created this error. This will be a pain, I once had to do this, to find a null exception thrown, I did not see that erro

Re: Error- No source code is available for type com.mosol.client.Web2connect

2009-02-17 Thread satya
Are you using that in Client code or server side code? GWT has restrictions on what to use for the client side. If you having any server code at all, then you can use this jar on the server side. You can make asynchronous calls from your client to your server Satya On Feb 16, 8:31 am

Re: Dialog Box HELP

2009-02-17 Thread satya
There is a hide method dialobBox.hide() Regards, Satya On Feb 17, 4:33 am, malen wrote: > Hi! I am currently having problems with Dialog Box. It seems like > whenever I click on a button for a specific file, a dialog box for > that file pops up, and also, other dialog boxes that we

Re: Hosted mode not reflecting css or other changes

2009-02-17 Thread satya
May be the following links will help you http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=DevGuideRPCDeployment http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=FAQ_HostedModeNoServer Re

Re: onBrowserEvent on a disabled button

2009-02-17 Thread satya
You can try adding the tooltip using the following operation: button.getElement().setAttribute( "title", "here is my tooltip"); Regards, Satya On Feb 17, 10:33 am, Salman Hemani wrote: > Hey Guys and Gals, > > I have a button on which I listen fo

Re: Cannot find resource in the public path

2009-01-09 Thread satya
Instructions from http://www.gwt-ext.com/wiki/index.php?title=Tutorial:Introduction_to_GWT-Ext_2.0 should help. Satya On Jan 9, 1:32 am, Dev wrote: > Hi, > > I am new to GWT-Ext > When doing the sample program and runing the shell. > > Getting error message as Cannot fi

Re: Login application

2008-11-26 Thread satya
Hi Are you dong with this? do you still need help -Satya On Nov 20, 1:37 am, Bhupen <[EMAIL PROTECTED]> wrote: > Hi all, > > I am new to GWT as i m new to java also.. but i have to work on gwt. > as of now i have to make a login system that should take Login id and > passw

Re: Exception handling in GWT Service

2008-11-26 Thread satya
help, Appreciate it Satya On Nov 26, 12:54 pm, jossey <[EMAIL PROTECTED]> wrote: > I am sorry... my bad... I read it as SerializationException > Looked at the SerializableException in gwt... it is just an Exception > implementing IsSerializable interface... so it all makes sense

Re: New to the GWT

2008-11-26 Thread satya
small project. Thanks Satya On Nov 26, 2:20 am, mon3y <[EMAIL PROTECTED]> wrote: > Eclipse is the way to go. Are you new to java as well? > > On Nov 26, 2:24 am, Jorge Muralles <[EMAIL PROTECTED]> wrote: > > > Thank you. > >   > > I jalso just dowload eclips

Re: add a external JAR problem

2008-11-26 Thread satya
Yes Gregor is right. I want to add one more point. A project is included or inherited in the .gwt.xml file only if that is a GWT project (atlesat to my knowledge). i have all other external jars in a lib folder and have them in my classpath. -Satya On Nov 26, 6:30 pm, gregor <[EM

Re: Exception handling in GWT Service

2008-11-25 Thread satya
).contains ( "IllegalDateRangeException" ) ) //handle my class. } Thnak you, Satya On Nov 25, 1:38 pm, "olivier nouguier" <[EMAIL PROTECTED]> wrote: > On Tue, Nov 25, 2008 at 8:14 PM, satya <[EMAIL PROTECTED

Re: How to use RichTextToolbar ?

2008-11-25 Thread satya
. Modified the RichTextToolbar to include the current location of the images/gifs. I hope this helps, Thanks Satya On Nov 25, 1:52 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hello everybody: >    In my item , i must use the discreteness.Who can give

Re: Wait creating an object tilll RPC result comes

2008-11-25 Thread satya
MessageBox.hide(); //perform other actions } Hope this helps. Thanks Satya On Nov 25, 8:23 am, zujee <[EMAIL PROTECTED]> wrote: > Hi experts, > I need to create an object ,which will fetch data form server through > t

Re: Transferring the widget data across the gwt classes

2008-11-25 Thread satya
You need to get the values from your Login class object, just as you have done in the above code. You can use a list/hashmap to store the objects, and take the object from there to get ur values anytime. -Satya On Nov 25, 5:25 am, sharma <[EMAIL PROTECTED]> wrote: > Hi all, > >

Re: New to the GWT

2008-11-25 Thread satya
Open your command prompt, browse to the location where you have your GWT code installed If you want to run the application creator type the following: ./applicatonCreator.cmd MyNewApplication Thanks Satya On Nov 25, 12:31 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: >

Cursor position for RichTextArea

2008-11-25 Thread satya
Hi I need to get the cursor position in the RichTextArea? It does not have the getCurPos() method like the textbox. Any idea of how to do that? Your help is appreciated Thank you, Satya --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Exception handling in GWT Service

2008-11-25 Thread satya
); } catch ( IllegalDateRangeException e ) { or the exception is caught here? } Thank you very much for your help. I appreciate it. Satya On Nov 25, 1:10 pm, satya <[EMAIL PROTECTED]> wrote: > How do i specify in the service signature tha

Re: Exception handling in GWT Service

2008-11-25 Thread satya
How do i specify in the service signature that this is GWT serializable? my method signature looks like: public String create(Rule rule) throws IllegalDateRangeException; On Nov 23, 5:23 am, "olivier nouguier" <[EMAIL PROTECTED]> wrote: > On Sun, Nov 23, 2008 at 6:5

Cursor position for RichTextArea

2008-11-25 Thread satya
Hi, I am new to GWT. I am using the RichTextArea. I want to get the current cursor position. I need that for inserting a text in the RichTextArea based on a Combobox selection. Can any one suggest me how to get the cursor position for RichTextArea? Thankyou, Satya

Exception handling in GWT Service

2008-11-22 Thread satya
oncrete serializable subtypes Any suggestions? Any help on this is greatly appreciated. Thank you Satya --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, se