Re: Candlestick charts (gchart?)

2011-08-05 Thread suersh babu
try gwt visualization http://code.google.com/apis/ajax/playground/?type=visualization#candlestick_chart On Fri, Aug 5, 2011 at 4:46 PM, Ice13ill andrei.fifi...@gmail.com wrote: I need a library to create candlestick charts. I took a look at ghart but i did not found this functionality. Does

Re: I am using xsrf and I am getting Compilation error ?

2011-05-31 Thread suersh babu
This issue occured because of no disk space, so I delete the temp files, now this module is compiling. On Mon, May 30, 2011 at 10:51 AM, suersh babu sureshgbab...@gmail.comwrote: Hi, I am using GWT 2.3 with MVP frame work, also I am using xsrf in my module when I try to compile my module I

I am using xsrf and I get Compilation error ?

2011-05-29 Thread suersh babu
Hi, I am using GWT 2.3 with mvp frame work, also I am using xsrf -- Regards Suresh Babu G http://www.accountingguru.in/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

I am using xsrf and I am getting Compilation error ?

2011-05-29 Thread suersh babu
Hi, I am using GWT 2.3 with MVP frame work, also I am using xsrf in my module when I try to compile my module I am getting following error [ERROR] Unexpected java.lang.ExceptionInInitializerError at com.google.gwt.dev.javac.CompiledClass.clinit(CompiledClass.java:36) at

How do I test task queue ?

2011-04-19 Thread suersh babu
Hi, We are using gwt for our application. As we need task queue because of app engine time limit, so we are adding task in the queue by using rpc call, but I need to test this task whether that task got completed or not so how do I test. I also visited task queue test:

Re: How do I test task queue ?

2011-04-19 Thread suersh babu
at 8:09 PM, suersh babu sureshgbab...@gmail.comwrote: Hi, We are using gwt for our application. As we need task queue because of app engine time limit, so we are adding task in the queue by using rpc call, but I need to test this task whether that task got completed or not so how do I test. I

Re: Code splitting like Facebook

2011-03-15 Thread suersh babu
try using MVP frame work, so that code spliting done in much better way. On Tue, Mar 15, 2011 at 5:50 PM, ss.require ss.requ...@gmail.com wrote: Hi! I need to create a web-application with the design like Facebook. So I want to have a single gwt-module for the entire app and use code

Re: Cell Table Pager not showing rows in the table.

2011-01-27 Thread suersh babu
Thank a lot, because of ListDataProvider the page is not showing up. This is updated code, now the page for cell table works fine :) public class CellTableWithPager implements EntryPoint { CellTableSampleTable sampleCellTable = new CellTableSampleTable(); ListSampleTable

Re: Cell Table Pager not showing rows in the table.

2011-01-26 Thread suersh babu
Any idea of this ? On Mon, Jan 24, 2011 at 5:26 PM, suersh babu sureshgbab...@gmail.comwrote: Hi, I have a Cell table with Simple Pager, This Simple Pager it display only first page, when I click on the next page it is not showing up rows in this Cell Table. This is my Entrypoint code

Re: UiBinder, designer, spring roo which one

2011-01-14 Thread suersh babu
We use Ui Binder so that design and code separated, so that we can concentrate on what we want :) On Tue, Jan 11, 2011 at 10:34 PM, Christian Goudreau goudreau.christ...@gmail.com wrote: Well, each of them can be used together. Designer only let you write UiInterface from a designer point of

Gwt module sometime not loaded, Only after clicking refresh button it work ?

2011-01-06 Thread suersh babu
Hi, I am using gwt 2.1, After uploading my application to production server, some time I see my gwt module not loaded, only After clicking refresh button it get loaded. Kindly can any one tell me what could be the reason, I am very interested in this. -- *Regards Suresh Babu G* -- You

Re: UiBinder on fly compilation not happening.

2010-12-24 Thread suersh babu
I got the answer, actually one of my module got error because of that it is not compiling. Now it is working fine. Thanks.. On Thu, Dec 23, 2010 at 12:51 PM, suersh babu sureshgbab...@gmail.comwrote: Hi, I am using Ui Binder, when I try to compile the gwt module on the fly compilation

UiBinder on fly compilation not happening.

2010-12-22 Thread suersh babu
Hi, I am using Ui Binder, when I try to compile the gwt module on the fly compilation using gwt.codesvr=127.0.0.1:9997 it is not compiling. What would be the reason for this, any idea ? I am using gwt 2.1, eclipse, app engine 1.4 This is my UiBinder !DOCTYPE ui:UiBinder SYSTEM

Re: How to center application in webpage

2010-12-08 Thread suersh babu
Try using horizontal or vertical panel instead of absolute panel On Wed, Dec 8, 2010 at 10:57 AM, stymie jamesty...@gmail.com wrote: I have a root panel with an absolute panel in it that both are 480px wide.I created the following rule in the css file and have applied it to both the root

Re: Gwt 2.1 cell widget for my requirment ?

2010-11-17 Thread suersh babu
Thanks for your reply, As I need to have a suggestion box in a row, so I am implementing with flex table not in cell widget. On Wed, Nov 17, 2010 at 5:27 PM, Thomas Broyer t.bro...@gmail.com wrote: On 17 nov, 05:42, suersh babu sureshgbab...@gmail.com wrote: Hi, I am using Gwt 2.1

Re: DockLayoutPanel inside UiBinder requires height=100%

2010-11-16 Thread suersh babu
Even I faced the same problem in UI binder only shows the north side when I put it in RootPanel I also wasted little time over it, Thanks for information provided. Regards Suresh Babu G On Tue, Nov 16, 2010 at 12:58 PM, zixzigma zixzi...@gmail.com wrote: g:ScrollPanel : ) -- You received

Log is missing in console ? when I changed from App engine 1.3.5 to 1.3.8

2010-11-16 Thread suersh babu
Hi, I am using Eclipse 3.6, with gwt 2.1 Also I have changed the google app engine version 1.3.5 to 1.3.8. Ever think works fine except the log is missing when server side logged. I am getting in console like this ... Initializing AppEngine server 2010-11-16 12:14:23.609:INFO::Logging to

Re: Change CSS class attribute value at runtime

2010-11-16 Thread suersh babu
You could use widget,setstyleName(MysytleClassName); where you can give style name for that widget On Tue, Nov 16, 2010 at 6:26 PM, MickeyR mnroo...@gmail.com wrote: Hi, Can anyone help me to change the value of a class at runtime. So, for example, I have a css class that I apply to certain

Re: eclipse does not show any log

2010-11-16 Thread suersh babu
I too have the same problem, my log not showing up. I am using eclipse 3.6 with gwt 2.1 and I changed app engine 1.3.5 to 1.3.8 On Tue, Nov 16, 2010 at 8:09 PM, Vik vik@gmail.com wrote: Hie Sorry this is specific to my eclipse ide. I am using Galileo latest version. My console does not

Gwt 2.1 cell widget for my requirment ?

2010-11-16 Thread suersh babu
Hi, I am using Gwt 2.1, I have requirement such that each row which contains label, suggestion box, and text box. And this rows increased when you click on add new row button. So which one is good cell Widget for my requirement. Any suggestion ? -- *Regards Suresh Babu G* -- You received

Re: MVP - Part II download

2010-11-15 Thread suersh babu
Hi, I got error following below and in development mode no module is visible. only it tells that Development mode is loading. [WARN] Server class 'com.google.appengine.repackaged.org.apache.commons.logging.impl.Log4JLogger' could not be found in the web app, but was found on the system

Re: Stockwatcher. When StockPrice class object is created?

2010-10-07 Thread suersh babu
stockprice generated randomly On Sun, Oct 3, 2010 at 12:13 AM, Maciej Egermeier maciejegerme...@gmail.com wrote: In tutorial StockPrice class is created but I can't find any instance of an object of that class. And I have problem with function: private void updateTable(StockPrice

Re: How to slow down JavaScript execution (in Firefox)?

2010-09-28 Thread suersh babu
Hi, Use webdriver of selenium and give thread.sleep(5000) 5000 is mileseconds.It works fine for me. Regards Suresh Babu G On Mon, Sep 27, 2010 at 11:46 AM, András Csányi sayusi.a...@gmail.comwrote: On 26 September 2010 03:32, Hilco Wijbenga hilco.wijbe...@gmail.com wrote: Hi all, I'm

Re: GetOffsetWidth and css

2010-09-25 Thread suersh babu
Hi, I have faced same problem so the solution is use HorizontalPanel or VerticalPanel to display . Regards Suresh Babu G On Thu, Sep 23, 2010 at 8:49 PM, Paul Stockley pstockl...@gmail.com wrote: You need to get the computed style property. GWT doesn't support this. I wrote a function to get

Re: Require Help to have multiple HTML Pages with one Entrypoint in my GWT App

2010-09-07 Thread suersh babu
Use Window.Location.assign(url) inside the gwt Entry point module so that you can redirect to different page Regards Suresh Babu G On Wed, Sep 8, 2010 at 12:19 AM, Deepak Singh deepaksingh...@gmail.comwrote: Hi Nirav Just right click on project(Eclipse IDE) and create new html. It

gwt-test-utills test case

2010-09-02 Thread suersh babu
Hi, I using eclipse 3.4.2 with gwt 2.0.4 ,to test my gwt i have decided to test using gwt-test-utils so i have edited pom.xml accordingly also i added all jar which needed. but when i test it gives this error , i am using junit 4. java.lang.NoClassDefFoundError: AbstractGWTEasyMockTest at

Re: javascript of gwt module downloaded ever time ?

2010-08-24 Thread suersh babu
Any idea about this ? On Mon, Aug 23, 2010 at 4:03 PM, suersh babu sureshgbab...@gmail.comwrote: Hi, I have example.jsp file which as gwt module , My questions is when ever i go to http://app-id/example.jsp whether javascript of gwt module get downloaded each time or it get javascript

Re: App does not display in IE 7

2010-08-23 Thread suersh babu
use id name different from module name it will work On Mon, Aug 23, 2010 at 2:38 PM, Lukasz l.plotni...@googlemail.com wrote: I have the same problem - so I would be very interested if you have found a solution or cause of it. My assumption is, that the ie7 rendering problems are related to

javascript of gwt module downloaded ever time ?

2010-08-23 Thread suersh babu
Hi, I have example.jsp file which as gwt module , My questions is when ever i go to http://app-id/example.jsp whether javascript of gwt module get downloaded each time or it get javascript of gwt module from the browser cache when it is available. What i find is when ever i try to access

App engine key added with String

2010-08-20 Thread suersh babu
Hi, I am a beginner to the app engine , and i am using eclipse 3.4.2 with gwt 2.0 , with app engine 1.3.5 sdk . when ever try to store the entity into the app engine datastore the key is added with some string after that kind and it id is added. So what is that string meant ,Is it any

Re: How to integrate an open source web app into a GWT application

2010-08-16 Thread suersh babu
use div give id so that each id display differerent different information . On Thu, Aug 5, 2010 at 3:19 PM, Anita anapont...@gmail.com wrote: Hi, I’m new on GWT and i’m trying to do something but don´t know how…. My app has 2 panels (HorizontalSplitPanel and VerticalSplitPanel), in a way

Re: Gwt program is not working in IE8

2010-07-25 Thread suersh babu
Hi, Any information about why ie 8 not displaying and runing my gwt code On Wed, Jul 21, 2010 at 6:21 PM, suresh babu sureshgbab...@gmail.comwrote: Hi, I am using eclipse 3.4.2 with gwt 2.0 , when i run gwt program using firefox and chrome it is working fine but when i try to run same