CellTable redraw performance

2014-07-22 Thread Dan
Hi. I often need to redraw specific columns of my CellTables, but GWT only allows me to redraw the whole table. Suppose I have a celltable with 10 columns, and I need to redraw 4 columns after its async requests. With no logical before triggering the redraw, I would redraw the table 4 times.

Re: java.util.MissingResourceException: Can't find bundle for base name com.google.gwt.dev.js.rhino.Messages, locale en_US

2013-04-24 Thread Dan Bucholtz
Have either of you guys solved this issue? I'm seeing this on my windows machine with GWT SDK 2.5.1 and Atmosphere for async io. Using the same project, I cannot recreate on my Mac also using GWT SDK 2.5.1. Very strange issue. -- You received this message because you are subscribed to the

Static files not deploying to appspot

2013-03-28 Thread Dan Schreiber
I have a gwt app that contains some static image files. I put them under war/img and everything works fine locally. I'm using Eclipse and use the deploy command to move everything over to the appspot server for deployment. However, after I deploy the app to the appspot server in Eclipse, I get

static files not found when deploy to appspot

2013-03-26 Thread Dan Schreiber
My gwt app has a number of static image files. When debugging locally, I put them under a war/img directory. However, when I deploy the app to the appspot server in Eclipse, I get an error from appspot that the img directory doesn't exist. I last deployed a month ago and everything seemed to

Re: Chrome 24 and GWT

2013-01-25 Thread Alex-Dan Luca
Google fixed it and pushed an update to all Chrome users. See here for more info: http://code.google.com/p/chromium/issues/detail?id=158910 On Jan 25, 2013 8:51 PM, Simon K feeney.m...@gmail.com wrote: I can't reproduce it on Chrome 24.0.1312.56 m either. Is there a particular commit in

Re: Chrome 24 and GWT

2013-01-16 Thread Alex-Dan Luca
I see that everyone goes with the easy fix in GWT XML file. What I think is best to be done is to take these two files: https://code.google.com/p/google-web-toolkit/source/detail?spec=svn10989r=10989 . Make sure you keep the package names as the classes that these extend are only visible in

Weird NumberFormatException from RPC

2013-01-16 Thread Dan Vegeto
every time. The occurrence appears to be fairly random, but it seems to happen more when I first start up the app. I'd appreciate any insights people might have about this. Thanks, Dan Vegeto java.lang.NumberFormatException: For input string

Re: [gwt-contrib] “GWT no longer supports ChromeFrame. The implementation caused more bugs than it solved.”

2013-01-16 Thread Alex-Dan Luca
Sorry to say this, but it's still there. https://developers.google.com/web-toolkit/release-notes#Release_Notes_Current Can you remove it? *GWT no longer supports ChromeFrame. The implementation caused more bugs than it solved.* On Monday, October 29, 2012 10:02:44 PM UTC+2, unnurg wrote:

BUILD rule for GwtArchive

2012-10-02 Thread Dan Cheng
are appreciated, thanks! Dan -- 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/-/EpgI1A7oyQoJ. To post to this group, send email to google-web-toolkit

max allowed text length in textbox

2012-07-10 Thread Dan
Hi, There is a limit for the lenght of string in textbox? We are facing some problems, strings with length 4849 chars are being truncated. Thanks in advance. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion

Linker for Production vs Devmode

2012-06-07 Thread Dan Sheline
Forgive me if there is a simple solution, but for the life of me I cannot solve this problem easily. I use the script tag in my gwt.xml files, the cannot change because it is the gflot library, and when I attempted to remove these script lines and move them to the static HTML page, it seemed

Re: Source maps

2012-04-02 Thread Dan Cojocar
Yes, some bits are still missing, but using trunk and following the instructions from here: http://code.google.com/p/google-web-toolkit/wiki/SourceMaps (with few additional steps, mentioned in the comments) I was able to debug the Mail application, using the java sources in Development tools. On

Re: Sporadic errors during compilation, Checking type argument 0 of type 'java.util.Arrays.ArrayList, no default constructor.

2012-03-06 Thread Dan
of the field 'properties' is as follows: private MapT, Serializable properties = new HashMapT, Serializable(); So how does the compiler *sometimes* get from HashMapT, Serializable to TreeMapK,V - Serializable - Object? Thanks again, Dan. On Monday, 27 February 2012 13:59:02 UTC, Thomas Broyer

Re: how to test GWT app through a proxy

2012-02-26 Thread Dan
That error message suggests a different kind of proxy, http://en.wikipedia.org/wiki/Proxy_pattern. On Feb 25, 8:40 pm, John Malpas jmal...@calflora.org wrote: I have several GWT (2.4) applications out there. One in a while, a user writes in with a problem, where it is clear the RPC is not

Re: WARNING: failed _ah_ServeBlobFilter: java.lang.ClassCastException:

2012-02-08 Thread Dan
I created a new Roo project in Eclipse. After startup from the command line (mvn gwt:run), I get the same exception the first time I try to access the web app from the browser. Dan -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: How to force scroll of DataGrid to top on reload

2012-01-29 Thread Dan Verkman
Tom, I am using the DataGrid Widget that came out in GWT release 2.4. I don't think you have access to the ScrollPanel. -Original Message- From: Thomas Klöber kloe...@ics.de To: google-web-toolkit google-web-toolkit@googlegroups.com Sent: Fri, Jan 27, 2012 2:20 am Subject: Re: How

Re: DataGrid Object not displaying more than 50 items...

2012-01-11 Thread Dan Verkman
Hey Tom, Want to thank you for this answer! I have another question. Was wondering if maybe you might know. I have a DataGrid with a ButtonColumn in it. I need to do the following: 1. When I load data into the table via a DataProvider, I need at that time to control whether the button

Re: DataGrid Object not displaying more than 50 items...

2012-01-10 Thread Dan Verkman
Tom, I would imagine I could then perform my query, load the data via the ListDataProvider, and then call setPageSize (or is it setRowCount) with the amount of rows I just loaded? Would that work, assuming I do not want paging ? Thanks, Bill -Original Message- From: Thomas

Re: GWT Developer Plugin for Firefox 6

2011-09-09 Thread Dan
Works great for me on Mac OSX -- 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/-/EVU9czP71j0J. To post to this group, send email to

Trying to run the sample projects from source

2011-07-21 Thread Dan Billings
?) Thanks for the help, -Dan -- 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/-/skUYSeBhSHcJ. To post to this group, send email to google-web

Re: Google Products using GWT

2011-07-02 Thread Dan
I am interested to know what Google+ is written in too. What leads you to believe it is Java / closure? On Jul 2, 4:45 am, Yannis BRES yaya.at.w...@gmail.com wrote: Hi David ! Would you (or Thomas ? ;-) ) have any shareable insights as to why Google+ seems to be coded in pure Java / closure

Re: Google Products using GWT

2011-07-02 Thread Dan
Thanks makes sense. The Java bit throw me :) On Jul 2, 4:42 pm, Yannis Bres yaya.at.w...@gmail.com wrote: What leads you to believe it is Java / closure? Grmpf !  I meant pure JavaScript not Java !  I hope that the rest of the sentence helped you to auto-correct...  ;-) Having a look at

Re: RequestFactory, ServiceLocator and Spring

2011-05-17 Thread dan l
i know this is an old thread, but i thought i should leave my thoughts somewhere. i was having problems with @Inject or @Autowired not working because of who is managing the servlet. my friend took a look at your previous posts and whipped this up and it seems to be working great: public

Unable to get result object from Service layer

2011-05-02 Thread Debolina Dan
Hi All, I am trying to get the result object from service layer through handler, i am getting this error org.springframework.transaction.UnexpectedRollbackException: Transaction rolledback because it has been marked as rollback-only Service layer code is : public VerifyDataResult

Re: Wave

2011-01-09 Thread Dan Billings
Start with Google's code. http://www.waveprotocol.org/ On Jan 9, 9:47 am, Deepak Singh deepaksingh...@gmail.com wrote: Hi All, I also want to have UI like this. Any suggestion how to start this way.. On Sun, Jan 9, 2011 at 2:32 PM, sudhakar.ferna...@gmail.com wrote: Hi guys, Could

Re: DatePicker now starting with Monday, used to be Sunday

2011-01-06 Thread Dan
On Jan 5, 9:51 am, Dan danpr...@gmail.com wrote: My DatePicker in my program used to start with Sunday, but since some time recently--I don't know when--it has been starting with Monday. I've done nothing in this area. What do I do to get it back to starting with Sunday? -- You

Re: DatePicker now starting with Monday, used to be Sunday

2011-01-06 Thread Dan
Thank you Thomas (and others). It is all working well now. On Jan 6, 11:43 am, Thomas Broyer t.bro...@gmail.com wrote: Add a third line: set-property name=locale value=en/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

DatePicker now starting with Monday, used to be Sunday

2011-01-05 Thread Dan
My DatePicker in my program used to start with Sunday, but since some time recently--I don't know when--it has been starting with Monday. I've done nothing in this area. What do I do to get it back to starting with Sunday? -- You received this message because you are subscribed to the Google

Re: Toast Notification

2010-12-14 Thread Dan
Ext GWT has the Info widget: http://dev.extjs.com/deploy/gxtdocs/com/extjs/gxt/ui/client/widget/Info.html On Dec 13, 9:20 pm, Jay Bose onyeje.b...@gmail.com wrote: If there was a version the Toast Notification available to you, via the GWT API, would you use it? If you are not familiar with

New to GWT - Panel Issues (StackLayoutPanel)

2010-12-06 Thread Dan
Alright, so this should be very simple, but it is not working for me at all. I am having issues with several different panels not doing what I want them to do. But, for now, I am going to focus on tackling my StackLayoutPanel, and maybe it will solve all my other problems. Code in my Java

Re: Expenses example - cache warning

2010-12-02 Thread Dan Billings
Thank you so much for posting this solution! On Nov 26, 2:30 pm, David Sowerby david.sowe...@virgin.net wrote: I compile the expenses example from trunk, but got the following warning appearing every second or so: 26-Nov-2010 20:28:01 com.google.gwt.sample.expenses.server.domain.Report

Re: anything like smartgwt but totally compatible with gwt?

2010-11-11 Thread Dan Billings
Yeah I find it fully interoperable. On Nov 11, 7:17 am, gcstang gcst...@gmail.com wrote: Not sure what you mean by interoperable, if you could give examples it would help. I've been using SmartGWT for a while on an Admin type tool for our commerce suite and so far it has been very useful.

Re: Code for sample Contacts application out of date

2010-11-01 Thread Dan
work! Thanks, Dan Scott -- 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-toolkit+unsubscr...@googlegroups.com

Supported browser statement

2010-10-19 Thread Dan
Does GWT have a supported browser statement? One that would reflect the core javascript/DOM compat and not anything widgets specifically might do. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Supported browser statement

2010-10-19 Thread Dan Dumont
element, if its not low-level enough you can also write native methods and access DOM directly On 19 Okt., 17:21, Dan ddum...@gmail.com wrote: Does GWT have a supported browser statement? One that would reflect the core javascript/DOM compat and not anything widgets specifically might do

Re: Supported browser statement

2010-10-19 Thread Dan Dumont
Thank you all! On Tue, Oct 19, 2010 at 2:49 PM, Jim Douglas jdou...@basis.com wrote: That looks a bit out of date; it should also show Firefox 3.6, Safari 5, and Opera 10. On Oct 19, 11:40 am, Jeff Chimene jchim...@gmail.com wrote: On 10/19/2010 11:19 AM, Dan Dumont wrote: That's

Defining an external API for a GWT application

2010-10-15 Thread Dan
Is there a way to externalize function names within the optimized compiled code so that I can provide an api to those who may wish to consume something I write in GWT? Similar to what @extern does for preventing obfuscation of css class names. -- You received this message because you are

cross-project gwt problems

2010-09-29 Thread Dan
Hello everyone, currently I am working in a Project, which may use GWT to realize a GUI. Right now i am evaluating wich advantages and disadvantages GWT has in stock for us. Within that research i stumbled across a few Problems which i need some opinions on from other people. The project itself

Re: Can not download gwt developer plugin

2010-08-31 Thread Dan
I used that URL to get the plugin for chrome, but I still get the missing-plugin message when I try to use the URL for my app that is supplied in Eclipse. The process works for Firefox, but something extra is broken for Chrome, I think. My steps are: 1. Browse to

Re: GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-03 Thread Dan Billings
The maven-gae-plugin mvp archetype generates a very informative pom.xml that might help you put it all together. I would encourage anyone who has it working to post their pom here! On Aug 3, 2:08 pm, Hilco Wijbenga hilco.wijbe...@gmail.com wrote: On 3 August 2010 10:44, abby

Re: CSS Localization

2010-06-29 Thread Dan Dumont
Thank you both! I'll go get my eyes checked now... On Tue, Jun 29, 2010 at 6:21 AM, Thomas Broyer t.bro...@gmail.com wrote: On 28 juin, 23:32, Dan Dumont ddum...@gmail.com wrote: AMAZING! is that documented anywhere? I saw no mention on the css section of the building user

Re: CSS Localization

2010-06-28 Thread Dan Dumont
AMAZING! is that documented anywhere? I saw no mention on the css section of the building user interfaces part of the docs. On Mon, Jun 28, 2010 at 4:44 AM, Thomas Broyer t.bro...@gmail.com wrote: On 28 juin, 03:53, Dan ddum...@gmail.com wrote: Is it possible to localize the css

CSS Localization

2010-06-27 Thread Dan
Is it possible to localize the css in a CssResource so that during the translation phase of product development, css tweaks can be made to adjust for language specific spacing and formatting issues? if not, what's the current best practice to work around these issues? -- You received this

CompileReport Explicit Eclipse instructions

2010-06-16 Thread Dan Billings
Hi- I seem to be unable to figure out how to generate a GWT report in Eclipse. Under Debug Configurations for Web ApplicationIt seems to me that it should be in the Program arguments section. However, when I do that I get this: Unknown argument: -compileReport Google Web Toolkit 2.0.0 DevMode

Re: CompileReport Explicit Eclipse instructions

2010-06-16 Thread Dan Billings
Thanks so much! On Jun 16, 11:53 am, Chris Conroy con...@google.com wrote: On Wed, Jun 16, 2010 at 12:39 PM, Dan Billings debil...@gmail.com wrote: Hi- I seem to be unable to figure out how to generate a GWT report in Eclipse. Under Debug Configurations for Web ApplicationIt seems

Re: GWT with Mave

2010-06-15 Thread Dan Billings
Does anyone know an easy way to integrate App Engine with gwt-maven- plugin? The gae-maven-plugin archetypes are way outdated. I think it involves the noserver option, as well as some customization of gwt-maven-plugin (exploded war directory output to server WEB-INF folder??). I am going to try

I hate the iPad (onResize woes)

2010-06-14 Thread Dan
Ok this is driving me crazy and I'd appreciate some help if anyone knows a workaround. I'd like to add an onOrientationChange event to the Window class but it appears I can't extend it. So I created and swapped out a new WindowImpl class that added a handler to the window much in the same manner

[gwt-contrib] Re: Improving event handling, as initiated in 1.6

2010-06-11 Thread Dan
I don't suppose you could bump the wave Thomas? I seem to not have access to do anything but add blank replies... On May 31, 5:48 am, Brendan Kenny bcke...@gmail.com wrote: Rob -- You might have already seen this, but Thomas created a wave on the topic to get things

Re: Safari 5 / GWT / GWT EXT 2.0.6

2010-06-10 Thread Dan Dunham
Here is the underlying Webkit bug causing this: https://bugs.webkit.org/show_bug.cgi?id=40355 -- 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

Re: can I have a hidden column in a flextable

2010-06-07 Thread Dan
().getParent() but not sure where to go from there. thx On Jun 6, 2:38 pm, Dan danpr...@gmail.com wrote: Rather than put the ID in the flextable or grid, I hang on to the returned data and use that. a. After the RPC call, on success, I assign the result to a class field:           data

Re: can I have a hidden column in a flextable

2010-06-06 Thread Dan
Rather than put the ID in the flextable or grid, I hang on to the returned data and use that. a. After the RPC call, on success, I assign the result to a class field: data = result; b. Then when I have a row number to process, I do something like this:

Re: How can I prevent from reloading the page when the reload button on browser is clicked?

2010-06-06 Thread Dan
Warn the user that his action will log him out, or whatever. Like this, using a WindowClosingHandler: Window.addWindowClosingHandler(new Window.ClosingHandler(){ @Override public void onWindowClosing(ClosingEvent event) { event.setMessage(If you leave or refresh this page, +

Problems with ZeroClipboard in widget

2010-05-14 Thread Dan
Hi all, I created a basic project that uses ZeroClipboard to copy text to the clipboard and it works fine. I then created a widget which has the same text box and button I used in the project above. And it doesn't work... The widget consists of a few elements, like a text box and radio buttons,

gwitbus - The GWT Event Bus for non-GWT projects

2010-05-12 Thread dan twining
it for a couple of Swing-based apps, and it seems to work really well. I don't know if it's possible to get this added to the next GWT Community Updates post on the GWT Blog? Thanks for reading, and please let me know your thoughts on gwitbus. dan -- You received this message because you are subscribed

Images being padded, would like to have one directly on top of the other

2010-04-11 Thread Dan
to jpg to gif - I created a stylesheet class with all the paddings and margins = 0, then applied it to the images, inner panels and outer one. I can always see the padding between the two images. And yes, it's annoying :) Any ideas maybe? Thanks in advance, Dan -- You received this message because

Re: How to add an additional widget to PopupPanel

2010-04-03 Thread Dan
You can't add more than one widget to a PopupPanel. You have to add something like a VerticalPanel to the PopupPanel, and then you can add multiple widgets to the vertical panel. On Apr 3, 7:22 am, Ho Jimmy jimmyyl...@gmail.com wrote: Hi, I am using PopupPanel, containing a vertical panel

Re: Can't debug client code from Eclipse

2010-04-03 Thread Dan
I'm having a similar problem though the only place breakpoints don't seem to work is in my AsyncCallback. I see no errors in firebug or anywhere in eclipse. The method that accepts the callback is a native js method. the js calls the callback onSuccess. With compiled code, I can see this

Re: How to implement hashCode() and equals() for a point in 2D-space (x,y) in GWT?

2010-04-02 Thread Dan Rice
Using a hash table for these kinds of objects may or may not be a good idea due to the unlikelihood of two doubles computed at different times using different sets of operations being exactly equal (==) to one another. What are you trying to accomplish by storing them in a hash table? Dan

Re: Service per Servlet?

2010-03-28 Thread Dan
You can have many methods in one service. It works fine for me, and is certainly less work. It would be a good idea for the methods in serviceImpl to call other methods to do the work, so the source for that class doesn't get unmanageable. On Mar 26, 1:54 pm, cetina maxtorz...@gmail.com wrote:

Re: Problems with GWT-EXT widget

2010-03-23 Thread Dan
In case somebody comes across this post with the same problem, following the tutorial here did the trick: http://paulgrenyer.blogspot.com/2009/04/setting-up-gwt-ext-for-gwt-16-with.html On Mar 19, 4:51 pm, Dan dan.a...@googlemail.com wrote: Apologies for double posting, now sure how it happened

How do I use GWT-Ext 2.0.6 widgets with GWT 2.0?

2010-03-21 Thread Dan
. Thanks, Dan -- 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-toolkit+unsubscr...@googlegroups.com. For more options

Re: How do I use GWT-Ext 2.0.6 widgets with GWT 2.0?

2010-03-21 Thread Dan
Yes, I know it's dead... But at work they have found that particular date and time pickers that they like and were wondering if it's still possible to include just those two widgets in the project. I don't mind doing some research myself as long as somebody can confirm it's still possible to use

Problems with GWT-EXT widget

2010-03-19 Thread Dan
message: com.google.gwt.core.client.JavaScriptException: (TypeError): Cannot read property 'StatusBar' of undefined stack: TypeError: Cannot read property 'StatusBar' of undefined. Would anybody know what it is that I am missing? Thanks, Dan -- You received this message because you

Problems with GWT-EXT widget

2010-03-19 Thread Dan
message: com.google.gwt.core.client.JavaScriptException: (TypeError): Cannot read property 'StatusBar' of undefined stack: TypeError: Cannot read property 'StatusBar' of undefined. Would anybody know what it is that I am missing? Thanks, Dan -- You received this message because you

Re: Problems with GWT-EXT widget

2010-03-19 Thread Dan
Apologies for double posting, now sure how it happened. I also followed the instructions found here : http://code.google.com/p/gwt-ext/wiki/GettingStarted so I included the js and css files as suggested, inside the html file. link rel=stylesheet type=text/css href=js/ext/resources/css/

Re: Class in jar file used in another GWT application gives *Source not available* error when compiling

2010-03-18 Thread Dan
It did the job! I wasn't aware of the right value for *inherits*. I have just realised it's the gwt.xml file without the extension... Thanks! On Mar 16, 6:24 pm, ocaner oca...@gmail.com wrote: Try to compile it and I get the error copied below. I believe i need to inherit it, or need to

Class in jar file used in another GWT application gives *Source not available* error when compiling

2010-03-16 Thread Dan
it still be declared in a UIBinder xml? Thanks a lot in advance! [ERROR] Errors in 'file:/home/dan/dev/ws/Monkee/src/com/monkee/ client/Monkee.java' [ERROR] Line 44: No source code is available for type org.gwt.advanced.client.ui.widget.DatePicker; did you forget to inherit a required

Re: gwt Popup is not centered

2010-03-15 Thread Dan
Put the panel and everything else that goes into it in before doing center and show. On Mar 15, 6:37 am, mariyan nenchev nenchev.mari...@gmail.com wrote: No, i did not. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

New window like Gmail has now

2010-03-09 Thread Dan
Gmail recently added the new fast new window functionality. See here if you are not familiar: http://gmailblog.blogspot.com/2010/03/fast-new-windows.html It doesn't seem that a script is being loaded from the server any more, it's so fast. Any way to do this in GWT? (I'm a newbie, have pity on

Re: Feature Request : Authentication/Authorization built into GWT

2010-03-05 Thread Dan Billings
I think most of this would be useful in App Engine, plus a little bit of client-side sugar perhaps. Consider cross-posting this in the GAE forum. On Mar 5, 9:21 am, Marley nathaniel.au...@gmail.com wrote: Authentication and Authorization is something a very large percentage of Web Applications

Problem with custom class added to onModuleLoad ()

2010-02-14 Thread Dan
Hi all, I am not sure this is the right place to post technical questions - if not, where should I do it? - But I am facing this problem: I have a class called LoginBean with two Strings, username and password. Before I import it in the class that implements EntryPoint, the UI shows correctly.

Problem with custom class added to onModuleLoad ()

2010-02-14 Thread Dan
Hi all, I am not sure this is the right place to post technical questions - if not, where should I do it? - But I am facing this problem: I have a class called LoginBean with two Strings, username and password. Before I import it in the class that implements EntryPoint, the UI shows correctly.

Re: Problem with custom class added to onModuleLoad ()

2010-02-14 Thread Dan
Thanks! Can't believe it was something so basic :) Grateful for such a quick response! Dan On Feb 14, 11:35 am, Thomas Broyer t.bro...@gmail.com wrote: On Feb 14, 12:26 pm, Dan dan.a...@googlemail.com wrote: Hi all, I am not sure this is the right place to post technical questions

2.0 Development Mode errors out of the box

2010-01-27 Thread Dan
Hello, I have a new install of 2.0, Eclipse 3.5.1, GPE 1.2.0 running on an isolated XP pc, browsing in Firefox 3.5 When I run a newly created project in Dev Mode I get the following: Exception in thread Code server for gwt20 from Mozilla/5.0 (Windows; U; Windows NT 5.1;en-US;rm:1.9.1.3)

Re: Good book to learn GWT

2010-01-24 Thread Dan
OK thanks :) will stick to those! On Jan 22, 4:57 pm, Sreekanth B gnuy...@gmail.com wrote: hi On Fri, Jan 22, 2010 at 4:12 PM, Dan dan.a...@googlemail.com wrote: Hi everybody, I have just begun learning GWT and was wondering if anybody knows a decent book to get started - not too basic

Good book to learn GWT

2010-01-22 Thread Dan
Hi everybody, I have just begun learning GWT and was wondering if anybody knows a decent book to get started - not too basic possibly. I have found a few that seem rather good, but they all date back to 2008, maybe a bit outdated? Thanks, Dan -- You received this message because you

Datanucleus entity serialization and GWT 2.0

2010-01-20 Thread Dan Billings
Does GWT 2.0 do anything to ease the pain of serializing datastore entities (e.g. Key) to be sent through GWT-RPC? I know Gilead is an option, but it needs an official update for 2.0. I emailed Bruno and he said he thinks GWT 2.0 addresses this, but I have not found evidence of that. Also an

Re: Using Gilead with GWT 2.0 ms1

2010-01-19 Thread Dan Billings
FYI A guy on sourceforge apparently made some more changes because it wasn't working for him. http://sourceforge.net/projects/gilead/forums/forum/957377/topic/3493335 On Dec 28 2009, 9:57 am, Trevor Skaife tska...@gmail.com wrote: RB, That's odd you had an error at that line, though it

Re: GWT 2.0 serialization policy file

2009-12-23 Thread Dan
Is this the problem with the classes you want to serialize not having a no arguments constructor? On Nov 21, 11:56 pm, Oleg K. seq...@gmail.com wrote: Hi all. I have the following problem. My project tries to use GWT RPC. It has one jar in dependency libs which contain several model

Parsing hash variables in the querystring?

2009-12-12 Thread Dan
Howdy, I am storing variables in the querystring after the hash mark ( using History.newItem() ) to avoid a page refresh. Is there an easy way to parse those variables similar to Window.Location.getParameter ? Window.Location.getHash returns the whole string. Thanks. -- You received this

Re: Query regarding printing a widget

2009-11-21 Thread Dan
You can do it with a class and a way to pass a string to it. // = class code === public class PrintWidgetClass2 { native void printx(String s) /*-{ var win1 = window.open('', 'reportwindow'); win1.document.open();

Re: Email support client side security

2009-10-04 Thread Dan Moore
as javascript inside the browser, so it couldn't really attach to a port to listen for email. Thanks, Dan On Aug 27, 7:33 am, Jambi michael.lukaszc...@googlemail.com wrote: Hej folks, i´m a computerscience student from germany and I have some questions about the GWT. I can tell that i´m a newbie in GWT

Dynamic method invocation from javascript to GWT

2009-08-24 Thread Dan Diephouse
because all the method names get changed. So is there any way to dynamically invoke a GWT method from javascript given it's classname and the method name you want to invoke? Thanks, Dan --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: GWT - JFreeChart Dependency in Terms Conditions

2009-08-17 Thread Dan Robinson
Anyone, Bueller, Bueller... On Aug 13, 9:04 am, Danny Robinson dannyjrobin...@gmail.com wrote: Please can someone explain whyJFreeChartis listed as a 3rd party library for GWT in GWT's Terms Conditions page.  Specifically, I need to understand if this is present as a dependency for

Re: how to implement GWT project on apache tomcat

2009-07-31 Thread Dan
I'm probably copying more files than needed, but there is a very simple way that works for me (Windows server and development workstation in this example): 1. Under webapps folder on server, create a folder for your app (like myapp). 2. Copy from the Eclipse workspace the contents of your war

Re: unable to find xml file

2009-06-30 Thread Dan Sheffner
This fixed the issue but. module rename-to='dashboard' The book I bought GWT in action expects GWT 1.4 and I'm trying to use GWT 1.6.4. There are so many differences already within the 1.6.4 that this book is almost useless. I usually prefer to read text books and have a physical book but

Re: A widget that has an existing parent widget may not be added to the detach list

2009-06-25 Thread dan
Thanks, this helped me. On May 7, 2:31 pm, marco m.massen...@googlemail.com wrote: as it's not XHMTL, the div need an explicit /div to close them, or they will all be 'children' of the ones that precede them added a bunch of /divs and it all worked fine

Re: Including my own GWT project

2009-06-22 Thread Dan Batten
This might help explain things: http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/951499c5773693c9?hl=en On Jun 22, 5:10 pm, Ravi ping2r...@gmail.com wrote: Yes i did all that then ic hecked the GWT jars( i mean how they built and the content..) and found that they

Re: how to make gwt eclipse plugin compiler see other projects

2009-06-17 Thread Dan Batten
when compiling the code. I did NOT add the 'dtos' to the 'Projects' tab of webgwt. Hope this helps. Cheers, Dan. On May 17, 8:37 pm, Salvador Diaz diaz.salva...@gmail.com wrote: Hi Tim, But then I can't choose the package name I want, correct? No, you're wrong, you can choose whatever package

Class in package can't be resolved to a type

2009-06-05 Thread Dan King
in the common package that they cannot be resolved to a type Here is an example. I have a class called testClass in the common package and I am trying to use it in the entry point for my project: [ERROR] Line 38: testClass cannot be resolved to a type Any help is greatly appreciated. Thanks, Dan

Statistical functions help

2009-06-01 Thread Dan W
Hi, I have an app that i would like to perform client side calculations involving the Cumulative Normal Density Function. (normally denoted as N(x) ) Is there a GWT supported lib that can be used to achieve this? --~--~-~--~~~---~--~~ You received this message

Re: GWT 1.6.4 fails to load

2009-05-28 Thread Dan H
module, actually). dan On Apr 27, 1:27 pm, BR benjamin.ren...@gmail.com wrote: Just changed the title to make it clear it's 1.6.4. On Apr 27, 10:51 am, BR benjamin.ren...@gmail.com wrote: I am running into the very same issue. To answer your questions: 1. No. It's happening in hosted mode

Re: Deployment of default GWT application.

2009-05-05 Thread Dan King
/ testProject Then reload Tomcat (this may not be needed) and in your browser browse to http://server address:8080/testProject And your new app should be loaded. 8080 is the default port used by Tomcat. On Apr 28, 1:27 am, Dan King dankin...@gmail.com wrote: It works fine when running/debugging

Size of panels.

2009-05-05 Thread Dan King
I am having some difficulty with the display of a a bunch of panels. I need a specific layout and am adding a HorizontalPanel with two Labels on it to a VerticalPanel, named x, with a Label on top and the HorizontalPanel on the bottom and then adding the VerticalPanel, named x, to another

Deployment of default GWT application.

2009-04-27 Thread Dan King
Hi there, Can anyone give me any instructions on how to deploy the default GWT application. I have successfully gotten the client to appear properly in the browser by reference it as a website in Apache. The problem I am getting is when I click Send to send the name to the server I receive a

Re: Problem with Generics and Serialization of Primitive Type Array Fields

2009-02-15 Thread Dan Ox
interested. On Feb 9, 3:53 pm, Dan Ox danoxs...@gmail.com wrote: Have you tried: new MySerializableObjectInteger[](new Integer[] {1}); ? On Feb 10, 4:13 am, jsegal jason.se...@issinc.com wrote: You're correct that primitives themselves will not work, but they can be autoboxed using

Servlets / war file help

2009-02-14 Thread Dan
university servers as they do not have tomcat servers for student use - are tomcat servers the only real way to carry on using JDBC? Everything works fine from my computer when using the tomcat server that comes with the GWT. Many Thanks for any help you can provide. Dan

Allowing plugins to our GWT app

2009-02-09 Thread Dan Diephouse
We have an application built on GWT. We've enabled people to drop in plugins on the server side, but we'd also like to provide them with a way to build a view for their data which is displayed in our application. I'm wondering if it'd be possible in any way to allow people to build a panel (for

Re: Deployment server side issues

2009-02-09 Thread Dan
Hi Feltros Did you manage to solve this problem as I have exactly the same issue. Everything works absolutely fine on my machine, then I move the entire build folder to a server, and then: com.google.gwt.user.client.rpc.StatusCodeException: Not Found The requested URL

Re: Problem with Generics and Serialization of Primitive Type Array Fields

2009-02-09 Thread Dan Ox
Have you tried: new MySerializableObjectInteger[](new Integer[] {1}); ? On Feb 10, 4:13 am, jsegal jason.se...@issinc.com wrote: You're correct that primitives themselves will not work, but they can be autoboxed using their Object versions. My problem is with *arrays* of primitive types,

  1   2   >