Re: How to manage background color of any cell of dockPanel?

2009-01-29 Thread anatolij.terent...@gmail.com
I have made changes: public void onModuleLoad() { final Label theTitle = new Label(); theTitle.setText(Livesbook); theTitle.setStyleName(livesbook); DockPanel thePanel = new DockPanel();

Re: JVM crash in hosted mode

2009-01-29 Thread Florian
I am currently using 1.5.3 I added the gwt-log to the xml: !-- Add gwt-log support, default level `DEBUG` -- inherits name=com.allen_sauer.gwt.log.gwt-log-DEBUG / set-property name=log_RemoteLogger value=ENABLED / set-property name=log_WindowLogger value=ENABLED / The code: Log.debug(The

3rd party widget libraries

2009-01-29 Thread Nisse
Hello all. We (small start-up company) are currently considering to adopt ExtGWT as a library to extend the functionality of GWT's standard UI library, with respect to functionalities as more control over layout, drag and drop etc. Have you had any good/bad experiences with ExtGWT? Are there

a problem with FileUpload in IE8

2009-01-29 Thread yb.chen
i use FileUpload to upload the file. when i test it in ie8 , i find a problem: after selecting a file , i put the mouse to the upload button, it appears shadow of the file name in textarea. --~--~-~--~~~---~--~~ You received this message because you are

Re: Singleton with FF

2009-01-29 Thread Yousef.Ghandour
gwt-linux-1.5.3. here is a Sample code, i didn't compile it: it's just to give the idea public class Commands { //com.google.gwt.user.client.Command private MapString, Command commands; private static Commands instance; private Commands() {

Re: What is the most preferred way !!??

2009-01-29 Thread ajay jetti
U can go to http://examples.roughian.com and check out clicklisteners in Listeners section you will find all the methods u mentioned above and explanations for using each of them yours Ajay --~--~-~--~~~---~--~~ You received this message because you are

Re: Proxying REST URLs to Google AppEngine

2009-01-29 Thread Thomas Broyer
On 28 jan, 01:49, Devraj Mukherjee dev...@gmail.com wrote: Hi all, We are developing an application that uses Google AppEngine for its backend / REST provider and using GWT to developing the JavaScript / UI. Is there are way we can proxy the REST URL (obviously running on a different port

Re: VLC embedding in GWT

2009-01-29 Thread Venkat
Hi All, Anyboby who is aware of emebeding VLC player in GWT please help me. i have posted the code which i tried to embed in get. Please help me Regards, Venkat On Jan 28, 5:33 pm, Venkat venkivo...@gmail.com wrote: Hi Lothar, It worked fine in html. Please help me where I am making

need GWT tutorial

2009-01-29 Thread babar
hi fellows, i need GWT tutorial urgently, because i have to present it to my fellows Regards: Babar --~--~-~--~~~---~--~~ 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: My own SSL server in Hosted Mode

2009-01-29 Thread Thomas Broyer
On 23 jan, 19:29, Arend van der Veen arend.vanderv...@gmail.com wrote: However, I would like to develop using hosted mode with https.  Is this possible or is this a limitation of GWTShell. As I already said many times here, we're successfully using a proxy servlet in hosted mode. Hosted

Re: Threaded Servlet

2009-01-29 Thread stephen.sm...@paretopartners.com
Cant find that anywhere. Can you post a link please On Jan 28, 2:06 pm, Ben Tilford bentilf...@gmail.com wrote: From the documentation Servlets typically run on multithreaded servers, so be aware that a servlet must handle concurrent requests and be careful to synchronize access to shared

howto: slide-out behavior for table rows?

2009-01-29 Thread Denis Ergashbaev
His again :) I maybe looking for easy solutions, but could not hold myself from posting. Do the standard DWR components support effects like fade-ins/outs and slide-ins/outs? The task would be to have one component (a table or tabbed pane with table inside) to add/remove rows with pretty row

Re: need GWT tutorial

2009-01-29 Thread Charlie Collins
http://code.google.com/webtoolkit/gettingstarted.html On Jan 29, 5:20 am, babar mbabarna...@gmail.com wrote: hi fellows, i need GWT tutorial urgently, because i have to present it to my fellows Regards: Babar --~--~-~--~~~---~--~~ You received this message

Re: Accessing Static Resources

2009-01-29 Thread Charlie Collins
If you want the images on another server, you could just use the Image class and refer to them where they end up? http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/Image.html You might be a lot better off though, to abandon that approach and use an

Re: How do you retrieve the output or XML from the AJAX page?

2009-01-29 Thread Jason Morris
Hi there, I think what you are looking for is the getText() method of the Response object (the one that gets passed into the onResponseReceived method). To convert the String returned into an XML DOM object, you can use the classes in com.google.gwt.xml.client: public void

Re: Removing Radio Buttons

2009-01-29 Thread Jason Morris
Heya, I think your problem is that you are not either: 1) clearing the grid before re-populating it 2) removing the last row after a remove has been performed RadioButton rb = new MyRadioButton(group, radioButtonText); rb.addClickListener(listener); scrollBoxGrid.setWidget(i, 0, rb); except

Re: GWT-ext or ext-GWT?

2009-01-29 Thread hbatista
Not to resurrect the thread, but I feel I need to add some input to this, as I've been using Gwt-Ext for over a year now. I've been using it in a big and complex application, and the results have been great. Now, about some points people have raised: -Slowness: if you design your application

Re: Microsoft Picture Manager

2009-01-29 Thread Arthur Kalmenson
Then this question has nothing to do with GWT. You're going to have to ask on another forum how you would open Microsoft Picture Manager using Javascript and HTML. -- Arthur Kalmenson On Wed, Jan 28, 2009 at 11:02 PM, Anti zer...@gmail.com wrote: That's not the problem. The problem is:

Re: Threaded Servlet

2009-01-29 Thread Ben Tilford
Google didn't write the servlet spec, all servlet containers follow the spec sun wrote. http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/http/HttpServlet.html On Thu, Jan 29, 2009 at 5:25 AM, stephen.sm...@paretopartners.com stephen.sm...@paretopartners.com wrote: Cant find

Re: 3rd party widget libraries

2009-01-29 Thread alex.d
There were a lot of wars about using/not using ExtGWT/GWT-Ext. Just use search in this group... On 29 Jan., 09:30, Nisse dh.vanuyt...@gmail.com wrote: Hello all. We (small start-up company) are currently considering to adopt ExtGWT as a library to extend the functionality of GWT's standard UI

acentos en gwt

2009-01-29 Thread Locovich
como ver las ñ, o acentos en las aplicaciones gwt. Ya cambié ?xml version=1.0 encoding=ISO-8859-1? en el xml de entrada y en el project pero sigo sin ver cuando por ejemplo pongo una label y seteo el contenido con una ñ o acentos. Si alguien saben por favor espero su respuesta.

Re: 3rd party widget libraries

2009-01-29 Thread Dong Hoon Van Uytsel
Thanks, sorry for this. Op 29-jan-09, om 14:57 heeft alex.d het volgende geschreven: There were a lot of wars about using/not using ExtGWT/GWT-Ext. Just use search in this group... On 29 Jan., 09:30, Nisse dh.vanuyt...@gmail.com wrote: Hello all. We (small start-up company) are currently

Re: what design pattern to use with DWT

2009-01-29 Thread logicpeters
For rich-client apps, such as with Swing and GWT, I would suggest something akin to the observer pattern, as Ben mentioned, rather than a traditional MVC framework. MVC frameworks work best with page- based applications, such as with a form submission and response page. For component-based

Re: Removing Radio Buttons

2009-01-29 Thread fatjack1...@googlemail.com
Ok thanks very much! That worked! I knew it would be something simple :P On Jan 29, 12:21 pm, Jason Morris lem...@gmail.com wrote: Heya, I think your problem is that you are not either: 1) clearing the grid before re-populating it 2) removing the last row after a remove has been performed

Re: How to pop up an YES/NO dialog before moving node in Tree?

2009-01-29 Thread joe young
Thanks~ it works perfectly. But if i want to use gwt.ext's MessageBox, so that I can have the same look and feel, how do it do it? It is like having a confirm box listener waiting for result, and meanwhile doBeforeMoveNode() is waiting for the result from the listener. On Jan 28, 1:50 pm, Ian

Re: Microsoft Picture Manager

2009-01-29 Thread Anti
Mmmm So things related to Javascript and HTML have nothing to do with GWT? I don't think so. I insist, how do I open a, for example MS Word, from a GWT instruction? Thanks. On Jan 29, 7:26 am, Arthur Kalmenson arthur.k...@gmail.com wrote: Then this question has nothing to do with GWT.

Re: GWT skinning templating

2009-01-29 Thread chandraj...@gmail.com
I am not good in CSS. 1) Is there any ready made templates available. If you have used Joomla, you would know how easy it is to skin your GUI using 100s of templates available. 2) Is there a quick and easy way to master CSS? Thanks On Jan 28, 8:45 pm, Arthur Kalmenson arthur.k...@gmail.com

Re: what widget to display status?

2009-01-29 Thread tony.p..
Sounds good, I'll use the Label. Thanks a lot. Tony On Jan 28, 10:42 pm, Litty Preeth preeth.h...@gmail.com wrote: Well that depends on ur requirement Well for displaying error messages and status i think Label is the one Dont worry... Label is just a DIV whose innerText is set. I

Re: How to pop up an YES/NO dialog before moving node in Tree?

2009-01-29 Thread Ian Petersen
On Thu, Jan 29, 2009 at 7:52 AM, joe young keven.c...@gmail.com wrote: But if i want to use gwt.ext's MessageBox, so that I can have the same look and feel, how do it do it? It is like having a confirm box listener waiting for result, and meanwhile doBeforeMoveNode() is waiting for the result

random vertical scroll bar

2009-01-29 Thread JohnMudd
The following code produces a vertical scroll bar (on the right side) even though the panel size doesn't exceed the window size. I'm using ver 1.5.3 in shell mode. The scroll bar does not always appear. If I press Refresh repeatedly then I will see the scroll bar come and go. There's some

Re: acentos en gwt

2009-01-29 Thread SalvadorDiaz
No olvides añadir lo siguiente a tu html dentro del tag head: meta http-equiv=Content-Type content=ISO-8859-1 Espero que esto te ayude On Jan 29, 2:06 pm, Locovich siste...@sistemasintegrados.com.ar wrote: como ver las ñ, o acentos en las aplicaciones gwt. Ya cambié ?xml version=1.0

tabpanel not showing tabs image

2009-01-29 Thread ytbryan
hi, i'm new to gwt. i created a tab panel but image of the tab is not showing. i reckon the problem is with the css. can someone help me take a look below? .gwt-Label { font-weight: bold; } .bibleTable { border:1px solid #aaa; } /* record set rows */ .rs-selected {

Re: Keyboard listeners for grid are not working in firefox

2009-01-29 Thread Vladimir.Dyuzhev
Works in both FF and IE: public class MyGrid extends FocusPanel { Grid grid; MyGrid() { addKeyboardListener(...); ... I've actually found the solution in another thread in the same group, here: http://markmail.org/message/wwajye7slr7yqm76 but Google search finds this

JUnit tests for widgets

2009-01-29 Thread GWTDeveloper
Hi, I am new to GWT. I wanted to know effective way of testing widgets like button, listbox, checkbox, anchor, textbox etc. I have created a widget factory to create these widgets and attach given listeners. when i tried writing unit tests, i was facing problems with anchor element's clicks.

Re: java.io.Serializable

2009-01-29 Thread Arthur Kalmenson
Hi danox, This looks great! I'm trying it out right now, but could you tell me where you were copying the .gwt.rpc file to to get it to run in hosted mode? I'm also using Maven (with the gwt-maven plugin), so can you post that part of your Maven configuration? Thank you very much! -- Arthur

How to get file seperator in gwt ?

2009-01-29 Thread Rinku
How to get file seperator in gwt to because System.getProperty (file.separator) is not working on client side ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

SOP, 1.5.3, *not* hosted mode ...

2009-01-29 Thread Brice
Good morning, I am working on a project that uses GWT in pure client-side mode, i.e. there's no server. This is an interface for content on a CD/DVD (PDF files, etc.). GWT provides the interface search functionality by loading XML files that contain meta-data about the content. I develop in

Style Names

2009-01-29 Thread Rafael
To be honest i do not have much experience with .css. The thing is, i am getting confused when trying to set the style of a widget. I understand i should use the method setStyleName() or addStyleName () but i dont know where to look for possible style names. For example: final

Re: Microsoft Picture Manager

2009-01-29 Thread Ben Tilford
You would need to write your own javascript library and most likely a browser plugin to be able to do something like that. Browsers intentionally prevent you from doing this sort of thing. On Thu, Jan 29, 2009 at 11:00 AM, Anti zer...@gmail.com wrote: Mmmm So things related to Javascript

lamine adamou souhaite chatter

2009-01-29 Thread lamine adamou
--- lamine adamou souhaite rester en contact avec vous et communiquer plus facilement grâce aux tout derniers produits proposés par Google. Si vous possédez déjà un compte Gmail ou un compte Google Talk, consultez la page

Re: How to manage background color of any cell of dockPanel?

2009-01-29 Thread eleven0eight Kidd
The getParentElement() is a native JNSI call that returns the parent element BUT remember it returns a JavaScript object. Therefore, you need to cast it appropriately. DOM.setStyleAttribute((com.google.gwt.user.client.Element) theTitle.getElement().getParentElement(), backgroundColor,#FF

Re: How to get file seperator in gwt ?

2009-01-29 Thread Lothar Kimmeringer
Rinku schrieb: How to get file seperator in gwt to because System.getProperty (file.separator) is not working on client side ? What do you want to do with this information? Maybe you can solve the underlying problem leading to this question differently. Regards, Lothar

Re: 3rd party widget libraries

2009-01-29 Thread Flemming Boller
Hi Do any of you guys know what will happen with GWT-EXT when 1.6 comes out? I could imagine a lot of fixes would be needed, because of the changed event system. Anyway to answer to this thread, I have used gwt-ext, in a project. benefit: we could quickly produce a very nice looking and feeling

Set focus on tree item

2009-01-29 Thread vroom_vroom
Anyone know how to set focus on a tree item programatically? If I set selected on a tree item, it does not expand the tree to show that selected item thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web

Re: Set focus on tree item

2009-01-29 Thread vroom_vroom
Digging through all the GWT code again, I see the problem...The functionality I need is all set to private. This seams to be a reacurring problem with GWT. So far I've had to do some pretty hacky stuff to get around. Why are there so many functions that needed set to private and have testing code

Re: 3rd party widget libraries

2009-01-29 Thread Rob Smith
The GWT 1.6 event API is not an API breaking change, and besides the gwt-ext event mechanism is separate and unaffected by changes in the GWT 1.6 event mechanism. At one point I tried the 1.6 branch with GWT- Ext and things ran fine. On Jan 29, 2:37 pm, Flemming Boller flemming.bol...@gmail.com

Re: How to manage background color of any cell of dockPanel?

2009-01-29 Thread anatolij.terent...@gmail.com
Thanks, I am very grateful to you! On Jan 29, 9:46 pm, eleven0eight Kidd htava...@gmail.com wrote: The getParentElement() is a native JNSI call that returns the parent element BUT remember it returns a JavaScript object. Therefore, you need to cast it appropriately.    

Re: 3rd party widget libraries

2009-01-29 Thread Flemming Boller
Hi Yeah, I also see that it is not api breaking, so things will work :-) Thanks for your answer. /Flemming On Thu, Jan 29, 2009 at 9:09 PM, Rob Smith scubacarri...@gmail.com wrote: The GWT 1.6 event API is not an API breaking change, and besides the gwt-ext event mechanism is separate and

Re: what design pattern to use with DWT

2009-01-29 Thread Flemming Boller
Now that you mention SmallTalk... I of course agree! when I wrote LISP, I have a funny feeling it about, but I thought it was so :-) anyway that for the correction. /Flemming On Thu, Jan 29, 2009 at 9:23 PM, Ian Petersen ispet...@gmail.com wrote: On Thu, Jan 29, 2009 at 11:33 AM, Flemming

Re: java.io.Serializable

2009-01-29 Thread danox
Well that's kind of a cheat. I ran the compile (using the gwt-maven- plugin) which creates the gwt.rpc file in target/mvn_module-1.0- SNAPSHOT/.gwt-tmp/shell/com.some.gwt.Module/ Then I copied the gwt.rpc files (there's one for each gwt module you compile) into src/main/resources. Then I added

Re: How to get file seperator in gwt ?

2009-01-29 Thread danox
Which file separator do you want to get? If it is the client file separator, the only way I could think would be to run a trusted java applet in the client and use javascript to invoke a call to System.getProperty(). This would involve the user having to agree to let the applet run and so on.

Re: Style Names

2009-01-29 Thread danox
Whatever you set as a style name in a GWT widget will translate to a class=stylename attribute in the HTML element that represents your widget. You can set whatever name you want in there, but it will only do something if you define a css class in a css file that is linked to in your

Re: JUnit tests for widgets

2009-01-29 Thread danox
The GWT has a test framework that is built on JUnit. Essentially you create tests and you can then test your widgets as java objects in your test case. The GWT test case will load up hosted mode under the covers and run your tests in a GWT environment. A quick read over the GWT docs should get

Re: messages plurals

2009-01-29 Thread Brandon
Is there no one who can answer Peter's question? Does the pluralization feature work at all? I've been trying to make use of it and am completely stumped. (GWT 1.5.3) -Brandon On Dec 31 2008, 6:01 pm, otismo pe...@nomad.org wrote: Can anyone tell me why this doesn't work? public

data returned from Async call... how to use it?

2009-01-29 Thread keith.m...@gmail.com
Hi I'm able to get my data returned in my Async call... inside the call, in the onSuccess, I can output the data with the system.out.println (data) but how to I get the data out of the async call so that it can be used say in a label? I'm having all sorts of trouble with this. Any

Re: Error executing RPC call after updating to GWT 1.5.3

2009-01-29 Thread Sumit Chandel
Hi mgrouch, This is probably a step you've already taken, but in case you've observed this error using hosted mode with the -noserver option, have you checked that you've update the JARs on your web server to use the latest 1.5.3 gwt-servlet.jar file? Also, for the RPC calls that you mentioned

Re: com.google.gwt.dev.jjs.InternalCompilerException: Failed to get JNode

2009-01-29 Thread rodrigob
I finally found and fixed the problem. The error appeared because the class FreeSlotEventPlanel was declared as class in the same package as the caller (but not the same than the module XML) and not as public class. Simply changing to public class fixed the issue. The problem did not appear in

Strang issue

2009-01-29 Thread Alex Luya
I am not sure it is a bug,but you guys run following code please. --- import com.google.gwt.core.client.EntryPoint; import com.google.gwt.user.client.Window; public class Test

Re: Transforming a FastTreItem Interrior node to Leaf

2009-01-29 Thread Sumit Chandel
Hi Gabriel, I'm not sure why the becomeLeafNode() functionality was removed. It seems like it might be a good idea to raise this on the GWT Incubator project to find out why this was removed (perhaps by mistake). In the meantime, it seems like you should be able to subclass the FastTree widget and

Re: right click on map

2009-01-29 Thread Sumit Chandel
Hi huy, I would take a look at the Reverse Geocoding example in the Ajax API playground linked below: http://code.google.com/apis/ajax/playground/?exp=maps#reverse_geocoder You could basically adapt the code there to your use of the GALGWT Maps library in your GWT application. The only catch is

Re: Problem Runnig GWTTestCase on Linux

2009-01-29 Thread Sumit Chandel
Hi gwt_newbie, One more thing to check might be to ensure that your PATH and LD_LIBRARY_PATH are correctly set, and include an entry pointing to the GWT install directory. Also ensure there are no other versions of libswt-pi-gtk-3235.so in the LD_LIBRARY_PATH that could be potentially superseding

Re: Strang issue

2009-01-29 Thread danox
I am not sure its a bug either. What exactly are you trying to point out? On Jan 30, 12:52 pm, Alex Luya alexander.l...@gmail.com wrote: I am not sure it is a bug,but you guys run following code please.

Re: What is the most preferred way !!??

2009-01-29 Thread Ajay Garg
Thanks for the reply. However, I fail to understand as to :: 1) why would someone be attaching more than one clicklistener to a button? 2) why would a clicklistener-to-a-button be interested in listening to other widgets? May be I am overlooking some of the scenarios ..!!?? Looking forward to

Re: What is the most preferred way !!??

2009-01-29 Thread ajay jetti
The Answer to second question depends on the scenario , but multiple listners on a single button? i din know if that is possible --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

Re: messages plurals

2009-01-29 Thread joel
I'm not sure what's wrong with Peter's code but I use pluralization with 1.5.3 with property files and it works fine. Using his examples, instead of the @DefaultMessage and @PluralText annotation, in a properties file I would have test[one] = You have 1 message test = You have {0} messages

Re: What is the most preferred way !!??

2009-01-29 Thread Ajay Garg
Right, and so that brings to the query in my first post :: What is the recommended way to attach a clicklistener to simple widgets like Button and Hyperlink :: 1. Let a Button be listened by itself ? 2. Let a Button be listened by a bigger widget (eg. DeckPanel, HorizontalPanel ..) encapsulating

Re: need GWT tutorial

2009-01-29 Thread babar nazir
thanks charlie, i have read it but it is not sufficent to me. i want to build a demo application myself, please provide your assistance in this matter . Regards: Babar On Thu, Jan 29, 2009 at 4:14 PM, Charlie Collins charlie.coll...@gmail.comwrote:

Re: data returned from Async call... how to use it?

2009-01-29 Thread Litty Preeth
Either you can set the Label text inside the onSuccess method itself... For this you can make the Label a member variable OR you can the set the value you retrieved frm the server to a member variable and use it later On Fri, Jan 30, 2009 at 5:59 AM, keith.m...@gmail.com

Re: How to get file seperator in gwt ?

2009-01-29 Thread Rinku
Thanks for your reply. Let me explain the scenario in which i want to get the file seperator. I am using FileUploadWidget to upload a file. After uploading file I am adding the uploaded filename in a ListBox to display the uploaded filename to the user. From server side I am returning the

Re: random vertical scroll bar

2009-01-29 Thread Jason Morris
Have you tried: Window.setMargin(0); Window.enableScrolling(false); Which will remove the default padding the browser puts around the document, and disables scrolling of the document as well (ScrollPanel's will still work though ;) ) Hope that helps //J JohnMudd wrote: The following code

Re: What is the most preferred way !!??

2009-01-29 Thread Ajay Garg
Thanks danox for your viewpoint. However, just curious, isn't case 2 doable as a case 1; i.e. after the button is clicked, it calls a method elsewhere, which may then delegate to a RPC ... Ajay Garg On Jan 30, 10:14 am, danox danoxs...@gmail.com wrote: I'm not sure that there is a recommended

How to get RequestBuilder data?

2009-01-29 Thread Alex Luya
In client,I did this: setRequestBuilder(getSalesman.php); builder.sendRequest(departmentId=46tefgrdf , getCallback(salesIDList, salesman, salesman));

how to access the flash components in GWT

2009-01-29 Thread swathi
Hi.. I am working on flash and GWT Here i want to access the flash components like button instances,MovieClip instances in gwt, I tried the code which is in URL: http://code.google.com/p/gwt-fabridge/downloads/list But the code in this uses Flex .swf file. In my application, I

how to access the flash components in GWT?

2009-01-29 Thread Swathi Kondepati
Hi.. I am working on flash and GWT Here i want to access the flash components like button instances,MovieClip instances in gwt, I tried the code which is in URL: http://code.google.com/p/gwt-fabridge/downloads/list But the code in this uses Flex .swf file. In my application, I need

[ANN]PickerPanel, ColorPicker and DomIterator (getAllElementsByClass) components

2009-01-29 Thread Fred Janon
Hi, I just made some components available on Google Code at http://code.google.com/p/thecodefactory/. - If you want a simple ColorPicker or want to create a custom Picker, check the PickerPanel project out. - If you want something like DOM.getAllElementsByClass(myClass) or

[gwt-contrib] [google-web-toolkit commit] r4581 - wiki

2009-01-29 Thread codesite-noreply
Author: amitman...@google.com Date: Thu Jan 29 07:49:14 2009 New Revision: 4581 Modified: wiki/EmmaSupport.wiki Log: Edited wiki page through web user interface. Modified: wiki/EmmaSupport.wiki == ---

[gwt-contrib] Re: Code Review for 1.6: Restore HasChangeEventHandlers to TextBoxBase

2009-01-29 Thread jlabanca
LGTM http://gwt-code-reviews.appspot.com/2401 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Code Review for 1.6: Restore HasChangeEventHandlers to TextBoxBase

2009-01-29 Thread rjrjr
On 2009/01/29 17:37:23, jlabanca wrote: LGTM Thanks, submitted @r4583 http://gwt-code-reviews.appspot.com/2401 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] [google-web-toolkit commit] r4583 - releases/1.6/user/src/com/google/gwt/user/client/ui

2009-01-29 Thread codesite-noreply
Author: rj...@google.com Date: Thu Jan 29 09:42:29 2009 New Revision: 4583 Modified: releases/1.6/user/src/com/google/gwt/user/client/ui/TextBoxBase.java Log: This change restores TextBoxBase's implementation of HasChangeEventHandlers We recently removed TextBox's implementation of

[gwt-contrib] [google-web-toolkit commit] r4584 - in releases/1.6/user/src/com/google/gwt/user/client/ui: . impl

2009-01-29 Thread codesite-noreply
Author: j...@google.com Date: Thu Jan 29 09:45:06 2009 New Revision: 4584 Modified: releases/1.6/user/src/com/google/gwt/user/client/ui/Image.java releases/1.6/user/src/com/google/gwt/user/client/ui/impl/ClippedImageImpl.java

[gwt-contrib] 1.6 heap and stack size

2009-01-29 Thread gregor
I'm trying to compile a sizable module with 1.6 (trunk 4581). I seem to be hitting JVM limits I can't resolve (I have 2G memory, XP machine). I've had both stack overflow and out of memory, and I've upped the anti so far to this: -Xms512m -Xmx1080m -Xss86m The 86m stack sorts out the stack

[gwt-contrib] [google-web-toolkit commit] r4585 - in releases/1.6/user/src/com/google/gwt: dom/client user/client/impl

2009-01-29 Thread codesite-noreply
Author: j...@google.com Date: Thu Jan 29 09:46:23 2009 New Revision: 4585 Modified: releases/1.6/user/src/com/google/gwt/dom/client/DOMImpl.java releases/1.6/user/src/com/google/gwt/dom/client/DOMImplIE6.java releases/1.6/user/src/com/google/gwt/dom/client/DOMImplSafari.java

[gwt-contrib] Re: 1.6 heap and stack size

2009-01-29 Thread Scott Blum
That seems pretty wrong that you'd see an order of magnitude increase in the memory requirements between 1.5 and 1.6. How many permutations do you have? Does running a single permutation at a time reduce the memory footprint? On Thu, Jan 29, 2009 at 12:47 PM, gregor

[gwt-contrib] Re: 1.6 heap and stack size

2009-01-29 Thread John Tamplin
On Thu, Jan 29, 2009 at 1:07 PM, Scott Blum sco...@google.com wrote: That seems pretty wrong that you'd see an order of magnitude increase in the memory requirements between 1.5 and 1.6. Just the way we serialize the UnifiedAST to disk means we need 2x serialized AST size (due to

[gwt-contrib] Re: 1.6 heap and stack size

2009-01-29 Thread gregor
 Does running a single permutation at a time reduce the memory footprint? Just a little! Compiling for gecko only works under 1.6 with -Xms128m - Xmx160m with no requirement for -Xss setting. I rechecked this as well (I was just a little surprised by this). By contrast compiling for single

[gwt-contrib] [google-web-toolkit commit] r4586 - in trunk/user/super/com/google/gwt/overlayemul: . java java/lang

2009-01-29 Thread codesite-noreply
Author: j...@google.com Date: Thu Jan 29 12:15:10 2009 New Revision: 4586 Added: trunk/user/super/com/google/gwt/overlayemul/ trunk/user/super/com/google/gwt/overlayemul/EmulationNoClassLits.gwt.xml trunk/user/super/com/google/gwt/overlayemul/java/

[gwt-contrib] Re: 1.6 heap and stack size

2009-01-29 Thread Scott Blum
This makes me think possibly the linker stack is chewing through that memory still. Compiling a single permutation shouldn't take an order of magnitude less RAM than compiling multiple perms in serial (which is what happens by default). On Thu, Jan 29, 2009 at 2:45 PM, gregor

[gwt-contrib] [google-web-toolkit commit] r4587 - branches/snapshot-2009.01.29

2009-01-29 Thread codesite-noreply
Author: j...@google.com Date: Thu Jan 29 12:19:10 2009 New Revision: 4587 Added: branches/snapshot-2009.01.29/ - copied from r4586, /trunk/ Log: 2009.01.29 snapshot of trunk --~--~-~--~~~---~--~~

[gwt-contrib] Re: r4419 - in trunk: . dev

2009-01-29 Thread Lex Spoon
On Sat, Jan 24, 2009 at 7:04 PM, Sami Jaber sami.ja...@gmail.com wrote: ok, I get it to work, I had to update the webdefault.xml config file located in jetty.jar in the package org\mortbay\jetty\webapp\ here the diff : servlet servlet-namedefault/servlet-name

[gwt-contrib] [google-web-toolkit commit] r4589 - branches/snapshot-2009.01.29

2009-01-29 Thread codesite-noreply
Author: j...@google.com Date: Thu Jan 29 12:35:22 2009 New Revision: 4589 Added: branches/snapshot-2009.01.29/branch-info.txt Log: Updating branch-info. Added: branches/snapshot-2009.01.29/branch-info.txt == ---

[gwt-contrib] Re: eliminate dynamicCast for generics, or all?

2009-01-29 Thread Ray Cromwell
I just looked at doing this. The first target seems to be in GenerateJavaAST: private JExpression maybeCast(JType expected, JExpression expression) { if (expected != expression.getType()) { // Must be a generic; insert a cast operation. JReferenceType toType =

[gwt-contrib] Re: eliminate dynamicCast for generics, or all?

2009-01-29 Thread Scott Blum
On Thu, Jan 29, 2009 at 3:41 PM, Ray Cromwell cromwell...@gmail.com wrote: If I add a check for an option, and make this routine a no-op, is it going to work, or break something? Alternatively, I can replace calls to canCastUnsafe/dynamicCast with no-ops further down in the processing and get

[gwt-contrib] Re: eliminate dynamicCast for generics, or all?

2009-01-29 Thread Ray Cromwell
I think it would be useful to, but on second look, there appear to be a number of different contexts in which JCastOperation is generated by the compiler, rather than present in the original source: 1) when converting JDT expressions involving generics 2) when type-tightening 3) when simplifying

[gwt-contrib] Re: eliminate dynamicCast for generics, or all?

2009-01-29 Thread David
Sounds like a maintenance problem! Time to refactor ? On Fri, Jan 30, 2009 at 1:14 AM, Scott Blum sco...@google.com wrote: Nobody understands GenerateJavaAST. We just hack on it until it does the right thing. :) On Thu, Jan 29, 2009 at 6:59 PM, Ray Cromwell cromwell...@gmail.comwrote: I

[gwt-contrib] Re: eliminate dynamicCast for generics, or all?

2009-01-29 Thread Ray Cromwell
I think it's more like no one's brain is large enough to keep full cognition of 3 complete AST APIs concurrently, and the GWT team lacks resources to have a guy who's sole purpose is to own JDT-GwtAST. Looking at the comments, the JDT AST isn't exactly a pleasure to work with either. There's