Re: google finance portfolio performance graph

2012-08-02 Thread Rob
- But there is one major flaw which needs to be rectified Because your portfolio is tracked on a total value invested basis (including transaction costs etc) this means that whenever you invest more money into the portfolio you get an immediate performance uplift which is misleading. If

Re: Working with Dates/Timezones

2012-08-02 Thread Richard
I use a timezone-agnostic value for the user's intent (X time on Y day), e.g. a string or long value that I create with my own format (e.g. 201207052030, which has date and time). I store that, and translate it into server-understandable values. I store the account's default timezone, and

nullMethod and performances

2012-08-02 Thread Harold Comere
Hi all, I have noticed that with firefox almost 8% of the runtime time is in nullMethod function. What does mean this nullMethod and what does generate calls to it ? Thanks for your attention. Regards, Harold -- You received this message because you are subscribed to the Google Groups

Re: GWT 2.4 Javascript exception when selecting an element in a CellBrowser

2012-08-02 Thread Sydney
The problem was Why I get this exception for no reason?. I finally fixed the issue by redeploying the application and cleaning the browser cache. On Wednesday, August 1, 2012 12:48:56 AM UTC+2, Joseph Lust wrote: Sydney, Do you know if it's a problem with my code, or if it's a GWT compiler

CALLING WEBSERVICE FROM SMART GWT

2012-08-02 Thread Nitheesh Chandran
Hi , I want to call a web service from my smart gwt client. I am very new to webservices and soap. I want to test it locally first,if i have a sample web service in my tomcat server,how can i call that service from smart gwt client? I have a small idea ,the first step is to send a soap

Re: AsyncDataProvider and CellTree

2012-08-02 Thread Andrea Boscolo
How do you bind a cell tree using uibinder? I think you can't call directly the getNodeInfo and expect you tree to be populated. The async data provider fills the tree by calling the onRangeChanged(), there is where you need to put you RPC call. The

GWT dev plugin for Chrome 21.0.1180.60 m not installing

2012-08-02 Thread Rahul
Hi, I recently reinstalled my chrome and new version is 21.0.1180.60 m. When I try to install GWT dev mode plugin, all I get is .crx file but it cannot be installed on Chrome. The new version of chrome only allows extensions from the chrome store. What can do to get in running on new chrome.

Re: GWT Elemental Problem with Listner

2012-08-02 Thread Cristian Rinaldi
I have the same problem with addEventListener with GWT 2.5-rc1 Also I found the following problem: I wanted to test whether the problem was fixed in the trunk, but the Window interface in the package elemental.html in the trunk, does not contain the method newAudioContext(), this method is in

SQL Sybase connetion to GWT

2012-08-02 Thread Mohsin Farooq
Hello, I am new to website development as well as GWT and needed some help. The requirements of my project is to develope a front view that lists graphs of data that is stored into a SQL Sybase database. I am unsure of what the standards are and how everything works together. If someone could

call java method with generics from jsni

2012-08-02 Thread Sebastián Gurin
hi all. Can I call a java instance method with generic parameters from jsni code ? In my case: public interface ArrayListCallbackT { boolean call(T item, int index); } /** ArrayList is my overlay */ public class ArrayListT extends JavaScriptObject extends JavaScriptObject { public native

RequestFactory include context path???

2012-08-02 Thread Peter
I load gwt application from dynamic url such as gwt/*/index.htm and define gwt request factory servlet servlet-namerequestFactoryServlet/servlet-name servlet-classcom.mbv.mca.hr.server.ErrorLoggedRequestFactoryServlet/servlet-class init-param

AutoBean with Subclasses

2012-08-02 Thread rkulisas
Hi, I have 4 interfaces: public interface Ainterface{ getName()/setName(); getShape()/setShape(); } public interface Binterface extends Ainterface{ getWidth()/setWidth(); getHeight()/setHeight(); ... } public interface Cinterface extends Ainterface{ getRadius()/setRadius();

Widget Generator

2012-08-02 Thread Triki Khaled
Hi every body !! i need help about creating Widget generator with GWT ! someone can help me ?? :)) -- 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: No Textbox can take the focus by mouse clicking in IE8

2012-08-02 Thread Patrick Duffy
Has there been a resolution to this problem. Still happening in gwt 2.4 On Tuesday, January 25, 2011 3:56:16 AM UTC-5, AlexF wrote: I have a problem in GWT 2.0.4 that I can reproduce only with IE8 (Windows XP). I use a TabPanel with IFrames in the tabs. When I close a tab which has an

Re: Selecting TextInputCell

2012-08-02 Thread Martin Hein
I have the same Problem in my Applikation. In the Showcase is it too http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellSampler Can anyone please help me/us? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion

SpeedTracer dump file size

2012-08-02 Thread João Luís
Hi all, We're currently instrumenting a big application in GWT to gather performance metrics. For that we are using SpeedTracer. We are experience some difficulties with larger set of data. Data above ~15MB makes the SpeedTracer export page (the page that appears after we click on Save/Export

Suggesting a new mode: instant in-place changes of GWT Javascript code?

2012-08-02 Thread Dieter K
Dear all, This is hopefully starting a discussion that results in a GWT feature request. Maybe/probably this was suggested before and is currently in the works or it was rejected -- then I would like to learn about the reasons. Ok, here it goes: We have the 'development mode', which allows

GWT client request is getting timeout before the server Tomcat(Servlet) sends the response.

2012-08-02 Thread Abdul_Adoni
I am using a com.google.gwt.user.client.ui.FormPanel to send a client request to servlet hosted on tomcat server.I am using this to download a zip file.Its working well and good if the size of download zip file is less say for example 20kb.. The problem is the client request is getting timeout

How to send data from gwt TextBox to PhP server via JSON

2012-08-02 Thread Godel83
Hi, I'm trying to send login datato php script, when click on submit button. I want to send data as Post for php script, via JSON. This is my code on java file (piece of the form): final TextBox mioUsername = new TextBox(); final PasswordTextBox miaPassword = new PasswordTextBox(); Button

Re: Is there any chart library for GWT?

2012-08-02 Thread ram prasad
On Tuesday, January 8, 2008 3:14:03 AM UTC+5:30, Sarah kho wrote: Hi how we can resolve charting requirement when we use GWT, is there any sample code for it? Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this

Re: Wiki or CMS written in GWT

2012-08-02 Thread Alexandru Ionita
Hi Dominik, have you came up with a solution for this? Did you find something suitable? I'm also interested in a GWT CMS, eventually Open Source, to be able to integrate it / tune it. Thanks. On Wednesday, July 4, 2012 10:46:59 AM UTC-4, dominikz wrote: We have a couple of applications

Re: DevMode not working in Chrome after update

2012-08-02 Thread Moshe Shaham
I have the same problem with newest chrome 21 it was not installed previously. tried to install, and doesn't let me, says i need to install from the store On Tuesday, July 17, 2012 5:16:03 PM UTC+3, Andy wrote: I updated Chrome this morning and now when I try to use DevMode I get an error

Re: GWT dev plugin for Chrome 21.0.1180.60 m not installing

2012-08-02 Thread Jens
See http://techie-buzz.com/browsers/chrome-blocking-extension-apps-scripts-chrome-web-store.html as mentioned in https://groups.google.com/forum/#!topic/google-web-toolkit/jDg3KoXoVPc/discussion -- J. -- You received this message because you are subscribed to the Google Groups Google Web

Re: Suggesting a new mode: instant in-place changes of GWT Javascript code?

2012-08-02 Thread Paul Robinson
Search for super dev mode. It's available now in GWT 2.5RC1 Paul On 01/08/12 15:23, Dieter K wrote: Dear all, This is hopefully starting a discussion that results in a GWT feature request. Maybe/probably this was suggested before and is currently in the works or it was rejected -- then I

Re: Is there any chart library for GWT?

2012-08-02 Thread dhoffer
You might checkout the GXT project/library, it has extensive charting functionality. -Dave On Monday, January 7, 2008 2:44:03 PM UTC-7, Sarah kho wrote: Hi how we can resolve charting requirement when we use GWT, is there any sample code for it? Thanks -- You received this message

Re: GWT dev plugin for Chrome 21.0.1180.60 m not installing

2012-08-02 Thread Rahul
Hi Jens, Thanks tracking the topics now. Seems like solution still eludes though. /Rahul On Thursday, August 2, 2012 2:29:56 PM UTC+2, Jens wrote: See http://techie-buzz.com/browsers/chrome-blocking-extension-apps-scripts-chrome-web-store.html as mentioned in

Re: DevMode not working in Chrome after update

2012-08-02 Thread Rahul
+1 for the issue. Annoying. On Thursday, August 2, 2012 9:20:45 AM UTC+2, Moshe Shaham wrote: I have the same problem with newest chrome 21 it was not installed previously. tried to install, and doesn't let me, says i need to install from the store On Tuesday, July 17, 2012 5:16:03 PM

Re: nullMethod and performances

2012-08-02 Thread Paul Stockley
GWT preserves the JAVA semantics of statics i.e. they are initialized on first access. This is achieved by calls to $clinit_.. methods that do the initialization. Within the body of these $clinit functions, once initialization is complete, they assign the nullMethod function to themselves.

Re: Selecting TextInputCell

2012-08-02 Thread Andrei
This is what I do. First, I modified the input cell: public class SpiralTextInputCell extends TextInputCell { // Default value private int startIndex = 1000; public SpiralTextInputCell() { } /* When we have more than one DataGrid on a page, their tab indexes will collide. * To prevent this,

Re: Widget Generator

2012-08-02 Thread Joseph Lust
UiBinder does a fine job making as many widgets as you need. Please elaborate on what you seek to achieve and what you mean by generate. Sincerely, Joseph -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the

gwt 2.4 firefox 10.0.6 ListBox bug

2012-08-02 Thread FrugoFrog
I have a sub-editor class that represents priority of a task public class EditorListBox extends ListBox implements LeafValueEditorPriorityType in constructor of the parent editor I construct the sub-editor and call setItemSelected(1); Things used to work fine but after a recent upgrade of the

Re: which EventBus

2012-08-02 Thread FrugoFrog
I was mid way of re-factoring the code when I realised that the Activity interface needs EventBus from com.google.gwt.event.shared.EventBus :( On 1 August 2012 09:21, Jens jens.nehlme...@gmail.com wrote: Always use the web.bindery EventBus in your code and never use the HandlerManager

Re: How to send data from gwt TextBox to PhP server via JSON

2012-08-02 Thread Joseph Lust
// username and password sent from form $myusername=$_POST['myusername']; $mypassword=$_POST['mypassword']; You will need to json_decode() the request before you can access the variables within. Further the incoming request JSON should be assigned to a variable (i.e. msg=JSON) so that

Re: SQL Sybase connetion to GWT

2012-08-02 Thread Joseph Lust
Mohsin, Read the GWT documentation and introduction and work through the tutorials. That is the best way to be exposed to the technologies and methodologies used in GWT applications. Sincerely, Joseph -- You received this message because you are subscribed to the Google Groups Google Web

Re: google finance portfolio performance graph

2012-08-02 Thread Peter Nees
Indeed. Ideal solution is to calculate Time Weighted Return (TWR). I used therefore www.profitmapper.com, which supports TWR, I was very happy with it, but that site is not working properly anymore (for the moment?). Therefore I looked for an alternative (Google Finance), but this seems not

Re: AsyncDataProvider and CellTree

2012-08-02 Thread Thad
Ah ha! Thanks, Andrea. I hard coded the authentication into the RPC getDirectoryListing() and it works. Files and folders display. Clicking on folders makes the RPC call lists the contents. Now my challenge is to figure out how to add the CellTree only after the login has been made (or

Re: Is there any chart library for GWT?

2012-08-02 Thread Luis O.
Check out GFlot (wrapper around Flot). It's a very nice client-side library. Flot: http://code.google.com/p/flot GFlot: http://code.google.com/p/gflot Examples: http://gflot2.appspot.com -Luis On Thu, Aug 2, 2012 at 6:19 AM, dhoffer dhoff...@gmail.com wrote: You might checkout the GXT

Re: which EventBus

2012-08-02 Thread Jens
I was mid way of re-factoring the code when I realised that the Activity interface needs EventBus from com.google.gwt.event.shared.EventBus :( Simply don't import the old EventBus package in your activity. If you need to store the EventBus provided in the start() method in your

Re: call java method with generics from jsni

2012-08-02 Thread Joseph Lust
Generally speaking, due to type erasure in Java, you cannot use generics in JNI signatures. However, according to the previous GWT Group answer to this question, the auto completed answer from GPE should be properly reified for you. See

Re: Selecting TextInputCell

2012-08-02 Thread Andrei
Sorry, I rushed a little bit. The new cell should be able to handle null values properly. Here is an updated version: public class SpiralTextInputCell extends TextInputCell { // Default value private int startIndex = 1000; public SpiralTextInputCell() { } /* When we have more than one

How to vertically and horizontally centre the form panel inside a scroll panel

2012-08-02 Thread Joey Li
I have a FormPanel inside a ScrollPanel. The ScrollPanel is located in the center part of DockLayoutPanel. I want to vertially and horizontally center the FormPanel inside the ScrollPanel. I tried a few ways to do this but no success. I have tired putting a verticalPanel/horizontalPanel

Re: GWT OpenLayers new website and showcase

2012-08-02 Thread Giuseppe La Scaleia
Cool Inviato da iPhone Il giorno 02/ago/2012, alle ore 20:41, Frank frank.wyna...@gmail.com ha scritto: Just a quick note that we put some work in the website, and especially in a new showcase for GWT-Openlayers (a GWT wrapper for the great OpenLayers library) : New website :

GWT - Unexpected scrollbar appeared in GWT-DataGrid while using Canvas

2012-08-02 Thread Joey Li
I found a bug that there will be some unexpected scrollbars appeared in GWT-DataGrid when using Canvas in the same area. No matter what functions of Canvas I used, even if I just use Canvas to draw a line, it will cause problem. The scenario is hard to describe clearly. I will try my best.

how to use several html instead of just one hosted html

2012-08-02 Thread tong123123
although this requirement seems strange, but maybe I need to change so. Currently, my gwt application has just one hosted html with script type = src = nocache.js/script this is perfectly normal. But now, I may need to change it so that there is several html instead of this only one

java.lang.RuntimeException: The RequestFactory ValidationTool must be run for the RequestFactory type

2012-08-02 Thread Aldo Neto
Hi All, I'm switching to GWT 2.4 and I'm struggling with errors for 2 days in a roll. I was using Eclipse 3.6 and GWT 2.3 but after upgrading to GWT 2.4, I got some maven errors. Then I updated it to Eclipse 3.7 and was able to fix the maven problems as well, but when building my project, the

Does the Google App Engine Support Java/J2EE Web Application

2012-08-02 Thread vikash@Atos
Hi, I have two questions: 1) Does the Google App Engine supports web application (java/j2ee)? I have a java/j2ee web app, can I deploy it on Google App Engine (with my gmail account)? 2) If my application is using MySQL, how can I run it on GAE? Thanks in advance. Vikash -- You received

How to deploy GWT app on GAE which is connected to MySQL

2012-08-02 Thread vikash@Atos
Hi, Can anybody please tell me how to use google cloud sql? Is it free for trail purpose? If it is not free can we use google cloud storage? The issue is my GWT application is using MySQL as backend. Now issue is how to deploy my GWT app on GAE which is connected to MySQL. Please help. Thanks