Re: how to align labels within a FlowPanel or a LayoutPanel

2010-08-31 Thread Magnus
Addon: I have tried a lot of things with LayoutPanel and FlowPanel, and also a lot of alignment methods with CSS (e. g. display:table-cell;vertical- align:middle;), but I feel that everything is overridden by GWT. Every div has style position: absolute; left: 0px; top: 0px; right: 0px; bottom:

Re: Browser related issue

2010-08-31 Thread sathya ayyanar
On Mon, Aug 30, 2010 at 11:10 AM, aditya sanas 007aditya.b...@gmail.comwrote: which version of IE are you using...? the problem you are facing here is with the styling of your page not the GWT issue so you have to include IE enabled css to counter this problem. -- Aditya On Mon, Aug 30,

Re: Using GWT for a large UI project

2010-08-31 Thread Ulon
Thanks Marius, your document has helped me a lot. On Aug 30, 9:34 pm, Fred Sauer fre...@google.com wrote: Thanks, Marius On Mon, Aug 30, 2010 at 12:32 PM, marius.andreiana marius.andrei...@gmail.com wrote: Hello group, A few weeks ago I started a shared document which analyses using

Re: XMLHttpRequest / RequestBuilder - withCredentials

2010-08-31 Thread davewilliamson
Thanks Thomas, I'll have a look at that! Regards Dave On Aug 30, 9:30 pm, Thomas Broyer t.bro...@gmail.com wrote: On 30 août, 18:14, davewilliamson dave.p.william...@googlemail.com wrote: Hi, Using GWT RequestBuilder, I need to set the withCredentials flag for the XMLHttpRequest (I

Re: Browser related issue

2010-08-31 Thread aditya sanas
Including conditional CSS files accordingly as follows: * * *link type=text/css rel=stylesheet href=styles.css /* *!--[if IE 6]link rel=stylesheet href=style.ie6.css type=text/css /![endif]--* * * you can style ur page accordingly in style.ie6.css which will be applied to IE 6 only. In case of

Error while running a test case

2010-08-31 Thread Navaratan Technologies
Hi, I get the following error while running a JRETestCase using GWT. Can anyone please provide suggestions. The folder test/com/navaratan/elearn/client/ does contain the LMSTest.java file Testsuite: com.navaratan.elearn.client.LMSTest Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec

eLuminous – Provides Virtual Assistant Services - Assist Your Business Succeed

2010-08-31 Thread eluminous chaitu
Contact: Hrushikesh Wakadkar eLuminous Technologies http://www.eluminoustechnologies.com/ Phone: - +91-0253-6521258, 0253-2316146 Email: hrushik...@eluminoustechnologies.com eLuminous – Provides Virtual Assistant Services - Assist Your

GWT data widget API stability at M4

2010-08-31 Thread Yaakov
Hi, I was curious how stable the API of the data widgets is at this point, i.e. at the current M4 release. Are they still actively changing? Thanks, Yaakov. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Using slf4j in hosted mode :

2010-08-31 Thread Etienne Lacazedieu
Hi, I've had difficulties to use slf4j in Hosted mode. This post (http:// groups.google.com/group/google-web-toolkit/browse_thread/thread/ ca28213d01632087/74f8cf4628f84eda?lnk=gstq=slf4j#74f8cf4628f84eda) helped me, but I stlil have a problem with this : The solution described works, and solved

GWT Designer not available ...

2010-08-31 Thread norandom
Hi, I bought a license gwt designer a few months ago and now I need to install it again. But I can not download it from the site of instantiations since the purchase by google :-(. Hallo google !?!? How can I do? Do you plan to put it again online ? regards -- You received this message because

Pause scrolling in a scrollpanel...

2010-08-31 Thread Asela Neligama
H i All, I'm using GWT with Vaadin I have a drawing area a scroll panel inside my client-side widget constructor as follows. (I intend to use the drawing area for drawing a graph using Lines/Paths) DrawingArea drawArea= new DrawingArea(500, 500); ScrollPanel scrollPanel = new ScrollPanel();

google web Toolkit on ur mai

2010-08-31 Thread ponraj niz
http://123maza.com/25/flight472/ -- 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

Grid Header

2010-08-31 Thread abhijeet
Hello, I have some issues about GWT grid header GWT grid header provides 2 in built client side functionality. 1. We can sort. 2. We can add column and remove columns. I want an event, which will enable me to get name of the columns added/removed from the grid. Thanks Regards Abhijeet S

Exception in client code.

2010-08-31 Thread vikky8118
Hello all, Not sure how to solve this . I am having null pointer exceptions in Client code. Not sure what is the point of code resulting this. com.google.gwt.core.client.JavaScriptException: (TypeError): h is null fileName:

Re: GWT Designer not available ...

2010-08-31 Thread dleins
I have the same problem. Can the old version at least be made available? On Aug 31, 6:14 am, norandom vincent.arc...@gmail.com wrote: Hi, I bought a license gwt designer a few months ago and now I need to install it again. But I can not download it from the site of instantiations since the

Re: Loading the old 'gwt.js' bootstrap script is no longer supported

2010-08-31 Thread Isaac Truett
It sounds to me like you're editing ClientCallDetails.html in the compiler output instead of the source directory. You probably want src/com/sample/project/public/ClientCallDetails.html. On Mon, Aug 30, 2010 at 12:17 PM, grasshopper revi2...@gmail.com wrote: Hello all, I am trying to upgrade

How to use the ClientLocation class

2010-08-31 Thread Kevin (Yau) Leung
I can't find any example of how to use this class. Can anyone suggest how to do it? Thanks. http://code.google.com/p/gwt-google-apis/source/browse/trunk/ajaxloader/ajaxloader/src/com/google/gwt/ajaxloader/client/ClientLocation.java?r=1609 -- You received this message because you are

Re: GWT Designer not available ...

2010-08-31 Thread Kasper Hansen
I third that ;-) I also bought the awesome GWT Designer, and where did it go... ? On Tue, Aug 31, 2010 at 3:37 PM, dleins dle...@gmail.com wrote: I have the same problem. Can the old version at least be made available? On Aug 31, 6:14 am, norandom vincent.arc...@gmail.com wrote: Hi, I

Developing Gadgets, no compiler output.

2010-08-31 Thread Jg
Hi, I'm trying to build a gadget with the GWT plugin for eclipse. Following the instructions Here: http://code.google.com/p/gwt-google-apis/wiki/GadgetsGettingStarted it says I'll get several .cache.js files produced and a *.xml file. I don't see either of these, just the nocache.js file and a

what is the appropriate MVP way of doing this?

2010-08-31 Thread Joe Hudson
Hi, If I have a presenter that needs to populate a view that contains a FlowPanel which a list of custom widgets that contain some text and a hyperlink can anyone help me understand the best way of properly interfacing this out in the view? For example: public class MyPresenter { public

GWT Spring integration - what is the best method in late 2010?

2010-08-31 Thread Sam
Note: this thread is about using Spring for your service impls in a GWT app (it's not about integrating Spring MVC or using ROO. It's also not about Guice) There are a few posts on this but it's hard to tell what the best method is today. The two contenders seem to me to be: 1)

Re: what is the appropriate MVP way of doing this?

2010-08-31 Thread Thomas Broyer
On 31 août, 17:00, Joe Hudson joe...@gmail.com wrote: Hi, If I have a presenter that needs to populate a view that contains a FlowPanel which a list of custom widgets that contain some text and a hyperlink can anyone help me understand the best way of properly interfacing this out in the

user.agent options

2010-08-31 Thread John V Denley
Does anyone know if there is a comprehensive list of options that a compatible with the different versions of GWT? I cant seem to find a list anywhere, it actually took me a while to work out that safari = chrome, and surprisingly it even took a while (without just trying it) to find out that ie8

RPC security check class design

2010-08-31 Thread cokol
hello, I understand the mean behind the check in RPC::decodeRequest() which ensures that the implemented interface also has to extend RemoteService, but what about giving control to the user to decide if he wants this check to happen or not? i.e. by allowing to extend this class ( I know,

Re: problems with auto-complete form login

2010-08-31 Thread Thomas Broyer
On 31 août, 11:38, Magnus alpineblas...@googlemail.com wrote: Hi Thomas, didn't you propose exactly this method which is referenced in the document I referred to? Yes, and I implemented it, and I now regret. On 30 Aug., 10:48, Thomas Broyer t.bro...@gmail.com wrote: ...which violates

App engine automatically caching?

2010-08-31 Thread Thomas Dvornik
Hey guys, I'm building an application that processes xml, which can be located on an external server. Based on the xml, the application views and runs differently. A common use case when working on the xml, is to make some changes, go to the application, and reprocess the xml to see the changes.

Re: Use ScrollPanel inside the HorizontalPanel

2010-08-31 Thread udayanga ranasinghe
Hi, My scroll problem is over. Thanks again But I have few problems in my GWT project. My project is timeline Graph. so im use GWTGraphic lib for graphic purposes. Now I want to add a ruler which must be drag-ble (move place to place). I'm searching a solution but still I couldnt get a good one.

2.1 M3 sdk download missing classes

2010-08-31 Thread John
I just downloaded the eclipse plugin and sdk for 2.1M3 using the eclipse software installer. I'm trying to create a simple CellTable example based on another post (http://groups.google.com/group/google- web-toolkit/browse_thread/thread/85dd53d3183e7b9a) but the class ListViewAdapter doesn't exist

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: what is the appropriate MVP way of doing this?

2010-08-31 Thread Joe Hudson
That's great! Thanks Thomas. I've got another question (well, a set of questions) - say you have a text field in the view that you want to reference - to receive click events as well as key up events. 1) Would you reference the text field as HasText and cast to the event handlers? 2) Would you

Re: problems with auto-complete form login

2010-08-31 Thread Magnus
Hi folks, is it the common opinion for GWT apps to have a separate login page? (Thomas, your cache example seems a bit artificial to me (although I believe that you know why you recommend a separate login page).) Could someone please provide an example for a separate login page? I wonder if this

Re: what is the appropriate MVP way of doing this?

2010-08-31 Thread Sam
Joe, in the View interface I would provide: HasClickHandlers getTextBoxForClickHandler(); HasKeyUpHandlers getTextBoxForKeyUpHandler(); The implementations in the View would both return that same TextBox. Redundant but clear. -- You received this message because you are subscribed to the

Re: what is the appropriate MVP way of doing this?

2010-08-31 Thread Christian Goudreau
Even better, I would declare an interface inside my view referencing only presenters function needed and use @UiHandler. More informations here: http://code.google.com/intl/fr-FR/webtoolkit/articles/mvp-architecture-2.html I'm also about to publish an article on ArcBees's developer

Re: gwt 2.1.0 m3 compilation error

2010-08-31 Thread chiappone
Could you provide an example of using the new ListDataProvider class? I had a ListViewAdapter working with M2 but an unable to get the new implementations working. thanks. On Aug 25, 1:23 pm, Rokesh rjan...@gmail.com wrote: Hi, I'm giving gwt2.1 m3 a try with my current code (http://

Re: 2.1 M3 sdk download missing classes

2010-08-31 Thread chiappone
I am also struggling to get a simple CellTable working with M3. Javadocs are included with the SDK locally if you need them. On Aug 31, 11:01 am, John bradley.r...@gmail.com wrote: I just downloaded the eclipse plugin and sdk for 2.1M3 using the eclipse software installer.  I'm trying to

Re: 2.1 M3 sdk download missing classes

2010-08-31 Thread Christian Goudreau
Yeah they changed a lot of thing, I'm also struggling to get my CellTable back to work. Cheers, On Tue, Aug 31, 2010 at 2:44 PM, chiappone chiapp...@gmail.com wrote: I am also struggling to get a simple CellTable working with M3. Javadocs are included with the SDK locally if you need them.

Clearing handlers added to elements created using wrap method

2010-08-31 Thread myapplicationquestions
Hi All, I have an existing html and i am adding a simple GWT script to that page which will show an alert when an existing link is clicked. I do this by the following code public class ABCMobile implements EntryPoint,ClickHandler { public void onModuleLoad() { Anchor lo =

Re: Speed-Optimization of an application (RPCs, Architecture)

2010-08-31 Thread Tanguy Le Barzic
Hi Fabian, Generally speaking, the fewer rpc calls the better, as browsers generally limit the number of simultaneous (http) calls to the same domain to two. If you make more, they will be queued. Therefore, it is often a good practice to batch these calls (see for example

Re: App engine automatically caching?

2010-08-31 Thread Ikai L (Google)
App Engine should not automatically cache anything unless you tell it to. Here are the probably cases: 1. Did you set cache-control headers? If you set cache-control:public, this may cause your ISP, any proxies, or even the App Engine infrastructure to hold on longer than you like. 2. Local

Re: Exception in client code.

2010-08-31 Thread Gal Dolber
You can re-symbolize it to get the original method name. http://code.google.com/p/google-web-toolkit/wiki/WebModeExceptions http://code.google.com/p/google-web-toolkit/wiki/WebModeExceptions(at the bottom) Or easier, you can execute development mode agains the remote server (instead of using

Re: How to add an ImageResource to a CellTable Column

2010-08-31 Thread chiappone
Thanks, do you have any examples implementing a CellTable with an ImageResourceCell? On Aug 30, 6:50 am, Thomas Broyer t.bro...@gmail.com wrote: On 27 août, 20:48, chiappone chiapp...@gmail.com wrote: I have set up a CellTable where I would like to have an image inside of a cell defined by

Re: what is the appropriate MVP way of doing this?

2010-08-31 Thread Joe Hudson
Cool, I definitely look forward to reading the article. Thanks guys! Joe On Aug 31, 2:27 pm, Christian Goudreau goudreau.christ...@gmail.com wrote: Even better, I would declare an interface inside my view referencing only presenters function needed and use @UiHandler. More informations

Re: GWT Spring integration - what is the best method in late 2010?

2010-08-31 Thread George Georgovassilis
Hi Sam, The SL [1] is a community maintained integration of Spring and GWT mainly focused at exporting Spring managed beans as RPC services. It was launched four years ago and has reached through many releases a high degree of maturity. The documentation is extensive, it's easy to use (though I'm

Re: Clearing handlers added to elements created using wrap method

2010-08-31 Thread George Georgovassilis
RootPanel.detachOnWindowClose(yourWidget) On Aug 31, 9:06 pm, myapplicationquestions parag.bhag...@cgi.com wrote: Hi All, I have an existing html and i am adding a simple GWT script to that page which will show an alert when an existing link is clicked. I do this by the following code

Re: Clearing handlers added to elements created using wrap method

2010-08-31 Thread Gal Dolber
Are you sure that is required? That should be automatic 2010/8/31 George Georgovassilis g.georgovassi...@gmail.com RootPanel.detachOnWindowClose(yourWidget) On Aug 31, 9:06 pm, myapplicationquestions parag.bhag...@cgi.com wrote: Hi All, I have an existing html and i am adding a simple

Re: Clearing handlers added to elements created using wrap method

2010-08-31 Thread George Georgovassilis
Good point... I've been spending too much time writing my own widgets lately :-) Anchor.wrap() takes care of everything. Gal Dolber wrote: Are you sure that is required? That should be automatic 2010/8/31 George Georgovassilis g.georgovassi...@gmail.com mailto:g.georgovassi...@gmail.com

Re: Loading the old 'gwt.js' bootstrap script is no longer supported

2010-08-31 Thread grasshopper
Thanks Isaac. On Aug 31, 9:47 am, Isaac Truett itru...@gmail.com wrote: It sounds to me like you're editing ClientCallDetails.html in the compiler output instead of the source directory. You probably want src/com/sample/project/public/ClientCallDetails.html. On Mon, Aug 30, 2010 at 12:17

Re: problems with auto-complete form login

2010-08-31 Thread Thomas Broyer
On 31 août, 19:34, Magnus alpineblas...@googlemail.com wrote: Hi folks, is it the common opinion for GWT apps to have a separate login page? (Thomas, your cache example seems a bit artificial to me (although I believe that you know why you recommend a separate login page).) Having built 2

Re: how to call forcelayout() in a tablayout panel

2010-08-31 Thread Paul Smith
I had a need for this recently - this is what I used: private native void forceTabLayoutPanelToLayout(TabLayoutPanel tabLayoutPanel) /*-{ var layoutPanel = tablayoutpan...@com.google.gwt.user.client.ui.composite::getWidget() ();

Accessing GWT code objects from the HTML/JS of another webpage

2010-08-31 Thread andrewjmccann
Hi All, I am building a web application which has, among other things, a com.google.gwt.user.client.ui.Frame. I have access to the webpage viewed by this Frame and I can make some small changes (add some javascript functions) to this page. What I would like to do is be able to click on a button

HTML5 audio support added to gwt-voices-2.0.0.jar

2010-08-31 Thread Fred Sauer
GWT developers, Want to add sound effects to your GWT apps? The gwt-voices project http://code.google.com/p/gwt-voices/ has long provided a simple API for adding sound to your GWT apps, which can be useful for business applications and

How to make a dockpanel center take up the whole center? like swing does?

2010-08-31 Thread gwt hanasaki
The below code makes a center in a yellowish color as desired however - EAST is only as high as the text - CENTER is just a small box not the whole center that grows/shrinks as the browser is resized. code below public class DemoEntryPoint implements EntryPoint { /** * This

Re: 2.1 M3 sdk download missing classes

2010-08-31 Thread Paul Stockley
I managed to convert my code without too many problems. This release has fixed a few issues I was having so I am happy. There are quite a few changes required: 1) thePager = new SimplePagerR(theTable); theTable.setPager(thePager); Now becomes

Re: 2.1 M3 sdk download missing classes

2010-08-31 Thread Paul Stockley
Ignore 4 above, I hit submit by accident 4) protected class ResidentListAsyncAdapter extends AsyncListViewAdapterResidencyListV{ @Override protected void onRangeChanged(ListViewResidencyListV view) { Range newRange = view.getRange();

Re: Difficulty with GWT Developer Plugin Chrome Firefox

2010-08-31 Thread lisasroughdrafts
I tried the link: http://gwt.google.com/samples/MissingPlugin For IE and it's not working for me. The error message is: The installer encountered error 1603: fatal error during installation Any thoughts? Thanks, Lisa On Aug 27, 3:46 pm, Chris Ramsdale cramsd...@google.com wrote: Here's a

Re: GWT Developer Plugin for IE

2010-08-31 Thread lisasroughdrafts
Where did you find the plug-in for IE? When I launch my app in IE, there is no prompt to download GWT. Will my user's have to download this plug-in as well to run GWT applications? On Aug 23, 9:38 am, Ty tdem...@gmail.com wrote: Hi, I am a software engineer and new to GWT. I would like to

Re: GWT Designer not available ...

2010-08-31 Thread Eric Clayberg
GWT Designer, along with the other Instantiations products, is currently being Googlized (legal, branding, etc.) and will be available again in the future. We will make an announcement on the Google Web Toolkit Blog when we have more information to provide. All paid, registered users were sent an

How is the the UncaughtExceptionHandler implemented/compiled?

2010-08-31 Thread Jonas Huckestein
Hey guys, from using GWT a while ago (it was a blast, thanks!), I know that it allows you to install an uncaught exception handler that will handle all exceptions. That way you can e.g. send them to a server where they are logged. How does GWT compile that into Javascript code? I have been

GWT designer roadmap

2010-08-31 Thread har_shan
Can anyone share the roadmap for GWT designer tool acquired from Instantiations. i know it must be in discussion internally bur please share a minimal info atleast if possible, or if its already answered please point me to it. Thanks much. -- You received this message because you are subscribed

PasswordTextBox Security

2010-08-31 Thread drtman
According to at least one source, passwords should not be stored as strings in Java since they are immutable and could be readable from memory later even if the reference is nulled. So I was wondering how PasswordTextBox maintains its value under the hood? I know that getText() returns a string

GWT with JPA 2.0

2010-08-31 Thread ASE
I'm currently using GWT 2.0.4 with Maven, Hibernate 3.5, Spring 3, Gilead and JPA 2.0. I've a little problem with the metamodels created for CriteriaQuery in JPA 2.0. In fact, my entities are in a client package (com.exemple.client.model) so i can use them in my widgets (with Gilead) and

GWT Database

2010-08-31 Thread Noor
Hi, I have a question. When we are using GWT, what is the best server language that is recommended to be use? Thanks -- 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.

Re: GWT Database

2010-08-31 Thread Gal Dolber
If you want to share code between client/server and use gwt's great rpc system: Java... otherwise, anyone will work ok. Best 2010/8/31 Noor baken...@gmail.com Hi, I have a question. When we are using GWT, what is the best server language that is recommended to be use? Thanks -- You

Re: PasswordTextBox Security

2010-08-31 Thread Chris Conroy
The PasswordTextBox results in an input type='password' element on the page which is handled by the browser in the same way all other such password boxes. And, to be a bit pedantic..If you assume an attacker has access to the address space of your program, then what would stop him from reading

Re: GWT designer roadmap

2010-08-31 Thread Chris Conroy
See this thread: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/75f9493bc8f2ef76/caeb01d070406c3d On Wed, Sep 1, 2010 at 12:10 AM, har_shan harsha...@gmail.com wrote: Can anyone share the roadmap for GWT designer tool acquired from Instantiations. i know it must be in

Listbox control always comes over the calendar control

2010-08-31 Thread ranju malhotra
Hello Sir, I have been trying to use listbox and calendar control in my gwt application.but when the calendar control opens up it goes behing the listbox.Same problem is happening with various other controls where list box covers some part of the control,which is being opened on the top.Please

[gwt-contrib] Re: Modified the MenuBar class to change the Close() method from private to public. (issue798801)

2010-08-31 Thread sbrubaker
http://gwt-code-reviews.appspot.com/798801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Modified the MenuBar class to change the Close() method from private to public. (issue798801)

2010-08-31 Thread sbrubaker
http://gwt-code-reviews.appspot.com/798801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Modified the MenuBar class to change the Close() method from private to public. (issue798801)

2010-08-31 Thread sbrubaker
I made close() private and created a new method closeAllChildren() to close children of the calling MenuBar. MenuBarTest updated as well; please review. Note that Eclipse auto-sorted the test functions by name; the only appreciable changes are in testAutoHideChildMenuPopup().

[gwt-contrib] Avoids a hidden NPE in eventGetRelatedTarget() when Mozilla decides to return (issue819801)

2010-08-31 Thread jgw
Reviewers: bobbrose_google.com, Description: Avoids a hidden NPE in eventGetRelatedTarget() when Mozilla decides to return a null value for Event.relatedTarget. This NPE was getting trapped by an exception handler, but was wreaking havoc for people debugging compiled code under Firebug (with

[gwt-contrib] [google-web-toolkit] r8672 committed - Avoids a hidden NPE in eventGetRelatedTarget() when Mozilla decides to...

2010-08-31 Thread codesite-noreply
Revision: 8672 Author: j...@google.com Date: Tue Aug 31 03:49:05 2010 Log: Avoids a hidden NPE in eventGetRelatedTarget() when Mozilla decides to return a null value for Event.relatedTarget. This NPE was getting trapped by an exception handler, but was wreaking havoc for people debugging

[gwt-contrib] Fix assertion error in CastNormalizer. (issue820801)

2010-08-31 Thread jbrosenberg
Reviewers: scottb, Description: Fix assertion error in CastNormalizer. Please review this at http://gwt-code-reviews.appspot.com/820801/show Affected files: M dev/core/src/com/google/gwt/dev/jjs/impl/CastNormalizer.java Index: dev/core/src/com/google/gwt/dev/jjs/impl/CastNormalizer.java

[gwt-contrib] Re: Avoids a hidden NPE in eventGetRelatedTarget() when Mozilla decides to return (issue819801)

2010-08-31 Thread jlabanca
You have to click the big red button in the corner that says IMMINENT DANGER: DO NOT CLICK THIS BIG RED BUTTON http://gwt-code-reviews.appspot.com/819801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Fixes the NPE in ExpenseTree. Also fixes a bug where saving notes in the ExpenseDetails clears ... (issue803802)

2010-08-31 Thread jlabanca
Reviewers: rjrjr, Description: Fixes the NPE in ExpenseTree. Also fixes a bug where saving notes in the ExpenseDetails clears out the notes; we now request a new record after saving. Also fixes a bunch of checkstyle warnings and uses of deprecated calls to RecordRequest#forProperties().

[gwt-contrib] Re: Use SafeHtml for Cell widgets (issue776804)

2010-08-31 Thread jlabanca
We also extend Cell in ExpenseDetails#ApprovalCell, MobileExpenseList#ExpenseCell, ExpenseList#HighlightCell, ExpenseTree#EmployeeCell, and MobileReportList (contructor). http://gwt-code-reviews.appspot.com/776804/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r8673 committed - LocaleInfoGenator produces a Java-only code path for Dev Mode....

2010-08-31 Thread codesite-noreply
Revision: 8673 Author: sco...@google.com Date: Tue Aug 31 06:08:15 2010 Log: LocaleInfoGenator produces a Java-only code path for Dev Mode. http://gwt-code-reviews.appspot.com/817801/show Review by: jat http://code.google.com/p/google-web-toolkit/source/detail?r=8673 Modified:

[gwt-contrib] Re: Fix assertion error in CastNormalizer. (issue820801)

2010-08-31 Thread scottb
LGTM http://gwt-code-reviews.appspot.com/820801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Update i18n Messages to include: (issue796802)

2010-08-31 Thread jat
Thanks for the review. http://gwt-code-reviews.appspot.com/796802/diff/1/10 File user/src/com/google/gwt/i18n/rebind/MessagesMethodCreator.java (right): http://gwt-code-reviews.appspot.com/796802/diff/1/10#newcode425 user/src/com/google/gwt/i18n/rebind/MessagesMethodCreator.java:425: private

[gwt-contrib] Re: Fix https://jira.springsource.org/browse/ROO-1286, NPE when setting an invalid number in Amount box (issue818801)

2010-08-31 Thread rjrjr
http://gwt-code-reviews.appspot.com/818801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix https://jira.springsource.org/browse/ROO-1286, NPE when setting an invalid number in Amount box (issue818801)

2010-08-31 Thread rjrjr
Ray, can you look again? This is a much simpler fix. On 2010/08/31 17:29:33, rjrjr wrote: http://gwt-code-reviews.appspot.com/818801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Updates the reflective visitor pattern uses in GenerateJavaAST (issue817802)

2010-08-31 Thread zundel
Reviewers: scottb, conroy, mmendez, Description: Updates the reflective visitor pattern uses in GenerateJavaAST to cache Method instance lookups. This cuts the runtime of GenerateJavaAST.exec() in half. Please review this at http://gwt-code-reviews.appspot.com/817802/show Affected files: M

[gwt-contrib] Re: Adds a baseTime property to top level events to help re-normalize (issue797801)

2010-08-31 Thread zundel
r8643 http://gwt-code-reviews.appspot.com/797801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r8675 committed - Changes required for reliable editing of ui:field attribute in...

2010-08-31 Thread codesite-noreply
Revision: 8675 Author: rj...@google.com Date: Tue Aug 31 07:18:57 2010 Log: Changes required for reliable editing of ui:field attribute in template and corresponding @UiField in Java. Solved problems: 1. When GWT Designer calls createAndBindUi(), it can not provide owner, because we can not

[gwt-contrib] [google-web-toolkit] r8676 committed - Tests and tweaks for DisclosurePanel and StackLayoutPanel parsers....

2010-08-31 Thread codesite-noreply
Revision: 8676 Author: gwt.mirror...@gmail.com Date: Tue Aug 31 12:33:22 2010 Log: Tests and tweaks for DisclosurePanel and StackLayoutPanel parsers. 1. Problems in assertFirstHeader(). 1.1. invalid condition; 1.2. invalid reference on second argument. 2. Use addStatement() instead of

[gwt-contrib] [google-web-toolkit] r8677 committed - Fix assertion error in CastNormalizer....

2010-08-31 Thread codesite-noreply
Revision: 8677 Author: jbrosenb...@google.com Date: Tue Aug 31 08:51:07 2010 Log: Fix assertion error in CastNormalizer. Review at http://gwt-code-reviews.appspot.com/820801 Review by: sco...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=8677 Modified:

[gwt-contrib] Cosmetic changes in safehtml package. (issue821801)

2010-08-31 Thread xtof
Reviewers: pdr, rice, Description: Cosmetic changes in safehtml package. Run SafeHtmlBuilderTest both as a GWT and a JRE test. Please review this at http://gwt-code-reviews.appspot.com/821801/show Affected files: M user/src/com/google/gwt/safehtml/shared/SafeHtmlBuilder.java M

[gwt-contrib] Adds a hack to pre-initialize the Java Graphics2D library. (issue822801)

2010-08-31 Thread zundel
Reviewers: scottb, jat, conroy, fabbott, Description: Adds a hack to pre-initialize the Java Graphics2D library. I've noted varying times to make the first call to grab a Graphics2D object, ranging from 200ms to 6s. This runs the first call in a thread. Please review this at

[gwt-contrib] Re: Adds a hack to pre-initialize the Java Graphics2D library. (issue822801)

2010-08-31 Thread John Tamplin
On Tue, Aug 31, 2010 at 4:09 PM, zun...@google.com wrote: Reviewers: scottb, jat, conroy, fabbott, Description: Adds a hack to pre-initialize the Java Graphics2D library. I've noted varying times to make the first call to grab a Graphics2D object, ranging from 200ms to 6s.  This runs the

[gwt-contrib] [google-web-toolkit] r8674 committed - Fixes the NPE in ExpenseTree. Also fixes a bug where saving notes in ...

2010-08-31 Thread codesite-noreply
Revision: 8674 Author: jlaba...@google.com Date: Tue Aug 31 06:51:28 2010 Log: Fixes the NPE in ExpenseTree. Also fixes a bug where saving notes in the ExpenseDetails clears out the notes; we now request a new record after saving. Also fixes a bunch of checkstyle warnings and uses of

[gwt-contrib] Re: Updates the reflective visitor pattern uses in GenerateJavaAST (issue817802)

2010-08-31 Thread conroy
http://gwt-code-reviews.appspot.com/817802/diff/1/2 File dev/core/src/com/google/gwt/dev/jjs/impl/GenerateJavaAST.java (right): http://gwt-code-reviews.appspot.com/817802/diff/1/2#newcode591 dev/core/src/com/google/gwt/dev/jjs/impl/GenerateJavaAST.java:591: Method method =

[gwt-contrib] Re: No longer require RPCs to contain a 'Content-Length' HTTP request header, thus (issue727801)

2010-08-31 Thread conroy
close me? On 2010/07/30 16:22:13, fredsa wrote: http://gwt-code-reviews.appspot.com/727801/diff/1/2 File user/src/com/google/gwt/user/server/rpc/RPCServletUtils.java (right): http://gwt-code-reviews.appspot.com/727801/diff/1/2#newcode175

[gwt-contrib] Re: Cosmetic changes in safehtml package. (issue821801)

2010-08-31 Thread rice
LGTM http://gwt-code-reviews.appspot.com/821801/diff/1/2 File user/src/com/google/gwt/safehtml/shared/SafeHtmlBuilder.java (right): http://gwt-code-reviews.appspot.com/821801/diff/1/2#newcode81 user/src/com/google/gwt/safehtml/shared/SafeHtmlBuilder.java:81: * @param c the number whose string

[gwt-contrib] Re: Updates the reflective visitor pattern uses in GenerateJavaAST (issue817802)

2010-08-31 Thread zundel
http://gwt-code-reviews.appspot.com/817802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Updates the reflective visitor pattern uses in GenerateJavaAST (issue817802)

2010-08-31 Thread conroy
LGTM http://gwt-code-reviews.appspot.com/817802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Updates the reflective visitor pattern uses in GenerateJavaAST (issue817802)

2010-08-31 Thread zundel
http://gwt-code-reviews.appspot.com/817802/diff/1/2 File dev/core/src/com/google/gwt/dev/jjs/impl/GenerateJavaAST.java (right): http://gwt-code-reviews.appspot.com/817802/diff/1/2#newcode591 dev/core/src/com/google/gwt/dev/jjs/impl/GenerateJavaAST.java:591: Method method =

[gwt-contrib] Re: Adds a hack to pre-initialize the Java Graphics2D library. (issue822801)

2010-08-31 Thread zundel
On 2010/08/31 21:03:53, conroy wrote: On 2010/08/31 20:11:37, zundel wrote: FYI, I looked at dev mode speedtracer logs and did not notice the same overhead. jat: why are you concerned specifically about GPE on a Mac? conroy: graphics support on the Mac has burned us a couple of times in

[gwt-contrib] Re: Adds a hack to pre-initialize the Java Graphics2D library. (issue822801)

2010-08-31 Thread scottb
LGTM http://gwt-code-reviews.appspot.com/822801/diff/1/2 File dev/core/src/com/google/gwt/dev/Precompile.java (right): http://gwt-code-reviews.appspot.com/822801/diff/1/2#newcode390 dev/core/src/com/google/gwt/dev/Precompile.java:390: createGraphicsEvent.end(); This looks fine, but my only

[gwt-contrib] Re: Updates the reflective visitor pattern uses in GenerateJavaAST (issue817802)

2010-08-31 Thread scottb
LGTM http://gwt-code-reviews.appspot.com/817802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fixes the NPE in ExpenseTree. Also fixes a bug where saving notes in the ExpenseDetails clears ... (issue803802)

2010-08-31 Thread jlabanca
committed as r8674 http://gwt-code-reviews.appspot.com/803802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Fixing a bug in various selection models where calling isSelected() prevents a SelectionChange e... (issue819802)

2010-08-31 Thread jlabanca
Reviewers: rjrjr, Description: Fixing a bug in various selection models where calling isSelected() prevents a SelectionChange event from firing because we cancel the event when we call resolveChanges(). This patch fires the event from resolveChanges(), so if the user calls isSelected(), the

  1   2   >