Re: A CMS made with GWT?

2009-10-12 Thread alex.d
It does look nice for a start. But i'm looking for smth. i can start working with in a few weeks. On Oct 9, 9:57 am, Prashant antsh...@gmail.com wrote: Hi, I am working on a cms project for GAE. It is not yet ready for end users but you can take a look at working draft

Re: SerializationException

2009-10-12 Thread Uwe Post
Meanwhile I found the solution. Looked at the code a hundered times but didn't see it. The JDO @PersistenceCapable annotation must have the detachable=false flag. It was true instead, for each other of my classes it was correctly set to false. detachable=true puts a field jdoDetachedState into

Re: A CMS made with GWT?

2009-10-12 Thread Prashant
so, you must find some other app because mine one is gonna take months to get launched. --~--~-~--~~~---~--~~ 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: A new Netbeans 'UPDATED' Plugin, please!!

2009-10-12 Thread .tury
I saw that link...The plugin is very old, and uses deprecated methods of GWT. On Oct 12, 2:28 am, Scooter willi...@gmail.com wrote: I assume you have checked this link? https://gwt4nb.dev.java.net/servlets/ProjectDocumentList?folderID=708... On Oct 10, 1:41 pm, .tury rotund...@gmail.com

Re: StatusCodeException: call failed on the server ; see server log for details.

2009-10-12 Thread Jaroslav Záruba
Ha! java.lang.ClassNotFoundException: org.apache.log4j.Logger!!! Thanks A Lot! You are my hero, sir!!! :) /bow On Oct 12, 1:12 am, Sripathi Krishnan sripathi.krish...@gmail.com wrote: Override the method  *protected void doUnexpectedFailure(Throwable e)* in your RPC Servlet, and log the

Re: GWT 2.0 RPC Problem

2009-10-12 Thread Zé Vicente
In fact, I did many tests... If I compile the application I get the same error. For the Jars I quite sure the is ok. If I go back to GWT 1.7 it works fine. My scenario again: ServeviceAAsync serviceA = GWT.create(ServiceA.class); ServeviceBAsync serviceB = GWT.create(ServiceB.class);

Re: gwt rpc client side serialization

2009-10-12 Thread Alex Bertram
Check out http://code.google.com/p/rocket-gwt/wiki/JsonSerialization this will allow you to serialize into and out of json, which you can store in the gears database. Alex On Sep 16, 1:15 pm, akhil akhil.kod...@gmail.com wrote: Hi, I am trying to serialize agwtpojo on the client side and

Re: gwt sqlexception from server side

2009-10-12 Thread Jaroslav Záruba
Do you need AppEngine or not? Judging by the mysql on your stack trace I'm guessing you are using your own d/b, i.e. you are not deploying your project on AppEngine: http://code.google.com/appengine/ ...my guess is then that you don't want to have AppEngine option checked. What do you mean by I

Re: Connection with DB

2009-10-12 Thread Jaroslav Záruba
It seems to me that having the App Engine checked by default was not a good choice. Lot's of folks stuck on this one... On Oct 12, 3:30 am, Chad chad...@gmail.com wrote: You can't use your own database with Google App Engine (GAE). You can either use GAE for all of your storage or turn GAE off

GWT-Gears Offline Module

2009-10-12 Thread Alex Bertram
Hi All, Have started using the Offline module and noticed that it includes ALL permutations in the generated manifest, which means, for our app, that a user would have download 32 permutations -- quite a few megabytes for languages and browsers they don't need. I've worked out an alternative

Re: Unsolveable problem invoking code from plug-in in Galileo!

2009-10-12 Thread Jaroslav Záruba
This is probably quite a stupid one, but have you tried eclipse.exe - clean? On Oct 10, 4:14 pm, MMT mmto...@gmail.com wrote: Hi, I tried many solutions but i couldn't figure out what to do. I just installed Galileo and updated to the last version. And i installed Google Plugin for

Editing Tree Panel

2009-10-12 Thread muhannad nasser
hi all; i am using the pure gwt 1.7.1 and i want to customize the tree i have created a composite object to contain an image, checkbox, and label.. then i created a new object that extends the TreeItem, in which i defined an object from my composite one, and added it to its widget the

No suitable Log constructor (again)

2009-10-12 Thread Jaroslav Záruba
I am trying to make GWT work with Hibernate which has lead me to Gilead. Unfortunately they use both Apache Logging framework and Log4j, former of which allegedly causes %subj% to happen. -- org.apache.commons.logging.LogConfigurationException:

Call URL via a ListBox change handler

2009-10-12 Thread Dariusz
I have a problem setting the locale via a ListBox behaviour. Let's take this example: public class GWTClient implements EntryPoint,ChangeHandler { ListBox list = new ListBox(); public void onModuleLoad() { list.setVisibleItemCount(10); list.setMultipleSelect(true);

Re: onModuleLoad not called

2009-10-12 Thread Viliam Durina
After a while returned to my GWT project, and unfortunately not following this discussion, I found out, that problem was in the module name (i.e. name collision). My module was named base.gwt.xml. In web mode, in the javascript console I found the error base.onInjectionDone is not a function. I

Re: Google Chrome Frame issue with GWT application on a remote server

2009-10-12 Thread Estelito D. Reyes III
check the generated javascript if there is a function called top(). We might having the same problem. posted another query here: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/a17bbaf2bac4c05c opened issues:

Re: excluding source files with Eclipse plugin

2009-10-12 Thread Ed
I just uninstalled the plugin. I am sorry, but simple don't like it, don't see the added-value of it... Maybe I am just old-fashion, have my own launch files, just changed them a bit for 2.0, and off it goes again... Compiling doesn't work well in my case with complex structues, as explained

RichTextArea : Insert HTML ( not setHTML )

2009-10-12 Thread fonghuangyee
Hi, Is there anyway i can insert html into a RichTextArea? The html code should display just beside the pointer. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: using a JPA annotated class in a RPC call yelds IncompatibleRemoteServiceException

2009-10-12 Thread Dariusz
I don't know for sure if it's required or not, but what about your table annotation? @Entity @Table(name = user) public class User implements IsSerializable{ ... On Oct 10, 11:29 pm, Alexandru Ioan alexandruioan.c...@gmail.com wrote: I came across this strage problem... I have this

Re: Can GWT alone make a good application?

2009-10-12 Thread azure
Hi, From some of the projects using GWT I've seen, they use GWT for the client side only (eg. Google wave client and many others that I can't remember right now). So, I think it is better to use some other technology at the serverside like PHP, Spring etc. On Oct 12, 8:08 am, Kamal Chandana

Re: Can GWT alone make a good application?

2009-10-12 Thread Nathan Wells
I'm not sure that I understand the question, since GWT does very little to nothing on the server side. The little it does is GWT-RPC. Personally, as a Java guy, I would prefer Java to PHP... but it's really a matter of what's practical for your application. Oh, and RPC doesn't make any

Re: Can GWT alone make a good application?

2009-10-12 Thread Ian Bambury
GWT is client-side only. It's JavaScript created from Java. You can't use it on the server. RPC is just a link to serverside Java. PHP is a language used on servers, just like any other. Spring is a Java framework for use on servers. Requestbuilder is just a link to serverside anything Ian

Re: Call URL via a ListBox change handler

2009-10-12 Thread Thomas Broyer
On 12 oct, 11:07, Dariusz darius...@gmail.com wrote: I tried already Window.Location.assign( ?locale=en ); It's working in FF but not in IE. Appreciate for any hints, examples or solutions. Assuming you want to entirely replace the query-string:

Re: Configure GWT to use GAE

2009-10-12 Thread Miguel Méndez
If you add App Engine to your project and the project has a war/WEB-INF folder, you should get a problem marker telling you that it is missing. If you open up the Problems View in Eclipse (Window Show View Problems), select the problem The appengine-web.xml file does not exist and hit CTRL+1

How to copy text to Clipboard in GWT

2009-10-12 Thread 徐恒飞
I can't find the method to copy text to Clipboard in GWT, Is the GWT not support this method? if it can't work in GWT, how can it do in javascript I know how to work in IE, but i don't know how to make javascript work in chrome? how to use the javascript object Clipboard in chrome? thank

Re: Unsolveable problem invoking code from plug-in in Galileo!

2009-10-12 Thread Jason Parekh
Definitely seems like there's some strangeness with the installation of the plugin. If Jaroslav's suggestion of -clean does not work, could you try uninstalling the Google Plugin for Eclipse and re-installing? jason On Sat, Oct 10, 2009 at 10:14 AM, MMT mmto...@gmail.com wrote: Hi, I tried

Re: excluding source files with Eclipse plugin

2009-10-12 Thread Jason Parekh
Hi Ed, Sorry to hear your poor experience with the plugin. Better integration with Maven is on our list of features to add. Regarding your immediate questions, there are two options you have for excluding source: 1) Exclude the source folder in the GWT module that you're compiling. This will

Re: using a JPA annotated class in a RPC call yelds IncompatibleRemoteServiceException

2009-10-12 Thread Mohsen Saboorian
See this related material:https://projects.azoth.eu/jreactor/wiki/jdoAndGWT https://projects.azoth.eu/jreactor/wiki/jdoAndGWTYou JDO impl actually enhances Java byte code which then cannot be serialized by GWT. You should see in your JDO impl documentation if there is some way to bypass this

Re: using a JPA annotated class in a RPC call yelds IncompatibleRemoteServiceException

2009-10-12 Thread Mohsen Saboorian
And here is Datanucleus's answer: http://www.jpox.org/servlet/forum/viewthread_thread,5438 On Mon, Oct 12, 2009 at 5:35 PM, Mohsen Saboorian mohs...@gmail.com wrote: See this related material: https://projects.azoth.eu/jreactor/wiki/jdoAndGWT

Re: First Time GWT: Installed eclipse plugin, does that mean I have the samples?

2009-10-12 Thread Rajeev Dayal
Hi, If you chose to install the GWT SDK as part of the plugin installation, then you have everything that you need to start writing GWT applications. The SDK is located in: your eclipse install dir/plugins/com.google.gwt.eclipse.sdkbundle.platform_version/gwt-platform-gwt version/ If you have

Re: excluding source files with Eclipse plugin

2009-10-12 Thread Ed
Hi Jason, Thanks for your reply. Sounds reasonable, but I am not so sure if maven likes your first suggestion. That is, maven default structure is src/main/java and src/test/ java..which would then be src and test... I probably end up re- configuring maven to able to deal with this, which isn't

Re: How to copy text to Clipboard in GWT

2009-10-12 Thread Mohamed Mansour
Currently there is no way to do that in GWT. AFAIK people use Flash to handle copy to clipboard related actions. You can use this library: http://code.google.com/p/zeroclipboard/ - Mohamed Mansour On Mon, Oct 12, 2009 at 9:40 AM, 徐恒飞 yonglin4...@gmail.com wrote: I can't find the method to

Re: How to copy text to Clipboard in GWT

2009-10-12 Thread Mohsen Saboorian
It's not supported in all browsers. Even using this in IE is not safe, because this is usually disabled, or user is being asked from the user that website wants to change your clipboard. On Mon, Oct 12, 2009 at 5:10 PM, 徐恒飞 yonglin4...@gmail.com wrote: I can't find the method to copy text to

Compiler report creates too many small files.. :(

2009-10-12 Thread Ed
Hellu, I just added code split to my app. It normally was 950KB and I managed to cut it down in pieces... However, The number of created html compiler reports is t much. In my case: 45.660 files, covering 1,22 Gb :(... (it contains many files of 1kb). I had to move this out of the scope

Re: Connection with DB

2009-10-12 Thread Trevis
Yeah, had I not known what app engine was g would had probably left it checked. On Oct 12, 3:06 am, Jaroslav Záruba jaroslav.zar...@gmail.com wrote: It seems to me that having the App Engine checked by default was not a good choice. Lot's of folks stuck on this one... On Oct 12, 3:30 am,

Re: Call URL via a ListBox change handler

2009-10-12 Thread Dariusz
Thomas, Thanks! That's it! It works! :-) On Oct 12, 3:03 pm, Thomas Broyer t.bro...@gmail.com wrote: On 12 oct, 11:07, Dariusz darius...@gmail.com wrote: I tried already Window.Location.assign( ?locale=en ); It's working in FF but not in IE. Appreciate for any hints, examples or

Re: A CMS made with GWT?

2009-10-12 Thread AndyB
/Offtopic Prashant just so you know.. I am using the latest Chrome. If I go to http://gaewcms.appspot.com/ and try to click and drag a user photo on the right hand side.. chrome just crashes.. tried it a couple of times. I know its an issue with chrome and not your app but I can click and drag

Re: Widget position on page is always at the bottom.

2009-10-12 Thread Adnan
Hey, I had cleared everything, but still got a permission error. So for now, am still on GWT 1.5 which is working fine for me. Now facing another problem :), png's on IE 6. I can't use imagebundle, my png's are defined in css file. any suggestions/recommendations?

Re: Can GWT alone make a good application?

2009-10-12 Thread azure
Great. I got the answer. GWT can only be used for the UI and not for serverside processing. RPC/RequesBuilder/JSON etc are helpful to communicate with the server. Thank you all for posting. :) On Oct 12, 5:15 pm, Ian Bambury ianbamb...@gmail.com wrote: GWT is client-side only. It's JavaScript

Re: GWT-Gears Offline Module

2009-10-12 Thread Eric Ayers
Hi Alex, Thanks for posting this. I created an issue for this in the gwt-google-apis issue list http://code.google.com/p/gwt-google-apis/issues/detail?id=316 (Would you like to submit this as a contribution back to the gwt-gears library? ) Thanks, -Eric. On Mon, Oct 12, 2009 at 4:07 AM, Alex

GWT 2.0 X RPC

2009-10-12 Thread Zé Vicente
Hi all, I am just wondering with some had problems with RPC GWT 2.0. I have a lot of problems regarding serialization. Exceptions like: com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: The response could not be deserialized And

Re: Can GWT alone make a good application?

2009-10-12 Thread Ian Bambury
True. Nearly. The point is that much of the processing and business logic can be transferred to the client (it's not just UI). So, for instance, an order number can be checked to ensure that it fits the pattern before you worry the server about it. That is a simple example that you'd be doing in

Link to other site

2009-10-12 Thread Manfred
Hi! I am new in GWT and have following question: Until now i have only played around with only one Class and one HTML- Site. My question is, how do i implement a link to another HTML Site, which has its own class behind? Thanks --~--~-~--~~~---~--~~ You

Re: Connection with DB

2009-10-12 Thread 4F2E4A2E
i dont think so. if you read carefully you guess very soon whats gae and how it works. And _why_ you can't use your own db with gae together. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

Eclipse Plugin Installation Problem

2009-10-12 Thread Sebastian Hoberg
Hello, when I try to install the Google Plugin and GWT-SDK I get the following error messages: eclipse.buildId=I20090611-1540 java.version=1.6.0_16 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE Command-line arguments: -os win32 -ws win32 -arch

Re: Maven + GWT 1.7.1

2009-10-12 Thread brush
This can be worked around by downloading the 1.7.1 distribution, finding the gwt-dev-mac.jar, and installing it in Maven like this: mvn install:install-file -DgroupId=com.google.gwt -DartifactId=gwt-dev -Dversion=1.7.1 -Dclassifier=mac -Dpackaging=jar -Dfile=/opt/gwt- mac-1.7.1/gwt-dev-mac.jar

Re: MapWidget.removeControl() not working?

2009-10-12 Thread ctasada
I'm having the same problem. I can add controls without a problem, but when I call the removeControl method, nothing happens :( On Oct 9, 7:07 am, lumo lumo2...@gmail.com wrote: noone got an idea about that? do i have to call an update function afterwards? 2009/10/6 lumo lumo2...@gmail.com

Adding GWT to existing Java (Eclipse) application

2009-10-12 Thread K. K. Forest
Hi all, I am new to GWT and have just completed the tutorial with the Stockwatcher application plus the tutorial about GWT RPC. I would like to add a GWT user interface to an existing Java application which is currently not a servlet, just an application with a simple main method. This main

JSNI and resizeTo(height,width)

2009-10-12 Thread Ittai
Hi, I have a web-app which requires resizing the browser window when certain actions occur. I have a JSNI function which goes like this: public static native void resizeWindowTo(final int height,final int width) /*-{ $wnd.alert(width); $wnd.alert(height); $wnd.resizeTo(width, height);

Re: Eclipse Plugin Installation Problem

2009-10-12 Thread Chris Ramsdale
Are you trying to install the plugin via the Eclipse-Help-Install New Software menu item? If so, what site URL are you using and where in installation process are you receiving the error? - Chris On Mon, Oct 12, 2009 at 8:36 AM, Sebastian Hoberg sebastian.hob...@gmail.com wrote: Hello, when

Re: JSNI and resizeTo(height,width)

2009-10-12 Thread Chris Ramsdale
You may want to trying recompiling your application with the GWT compiler. Keep in mind that making changes and running in hosted mode won't automatically update the deployable code (that you target from an external, non hosted mode browser) which is generated when you do a full GWT compile. -

Triggering an event upon completion of onModuleLoad

2009-10-12 Thread Suri
Hi all, I have a question for GWT 1.6. I'm currently building a bookmarkable page. To take an example of a search module, 1) We can go to a search index page and search by providing some criteria. Then we can bookmark the results as a link. 2) Upon loading the bookmarked link, the results would

Re: Triggering an event upon completion of onModuleLoad

2009-10-12 Thread charlie
DefferedCommand ? On Mon, Oct 12, 2009 at 3:33 PM, Suri sviswanad...@gmail.com wrote: Hi all, I have a question for GWT 1.6. I'm currently building a bookmarkable page. To take an example of a search module, 1) We can go to a search index page and search by providing some criteria. Then we

Re: Announcing GWT 2.0 Milestone 1

2009-10-12 Thread Sky
Christian, does it work to Terminate the process to close the dev mode hosted window? It should. It works for me to just close it. Works in Vista and Win 7. I don't understand your second problem. Do you mean the main html file, the one with the application's name is the one that was generated

Re: Triggering an event upon completion of onModuleLoad

2009-10-12 Thread Suri
Example? :) On Oct 12, 4:38 pm, charlie charlie.f...@gmail.com wrote: DefferedCommand ? On Mon, Oct 12, 2009 at 3:33 PM, Suri sviswanad...@gmail.com wrote: Hi all, I have a question for GWT 1.6. I'm currently building a bookmarkable page. To take an example of a search module, 1) We

Re: JSNI and resizeTo(height,width)

2009-10-12 Thread Ittai
Hi Chris, First of all thanks for your feedback. I think I did try that but I'm not sure as I've tried several things and it's been a few long hours but still what you're saying is new to me. If I target from an external browser while in hosted mode then that browser will see other compiled code

Re: Triggering an event upon completion of onModuleLoad

2009-10-12 Thread Suri
Never mind, figured it out with a couple of online examples. Thank you Charlie. That really helps quite a bit. Suri On Oct 12, 4:48 pm, Suri sviswanad...@gmail.com wrote: Example? :) On Oct 12, 4:38 pm, charlie charlie.f...@gmail.com wrote: DefferedCommand ? On Mon, Oct 12, 2009 at

Re: JSNI and resizeTo(height,width)

2009-10-12 Thread Ittai
Interesting, I did compile again and now I get the alerts on my IE also, which does explain one voodoo behaviour, but now I still don't understand why the line: $wnd.resizeTo(width, height); doesn't get executed in the function when the very similar line: window.resizeTo(width, height); does work

Re: Eclipse Plugin Installation Problem

2009-10-12 Thread Rajeev Dayal
-[group]+[gwtep-eng] Sounds like it may be http://code.google.com/eclipse/docs/faq.html#wstinstallerror On Mon, Oct 12, 2009 at 4:21 PM, Chris Ramsdale cramsd...@google.comwrote: Are you trying to install the plugin via the Eclipse-Help-Install New Software menu item? If so, what site URL are

Re: Eclipse Plugin Installation Problem

2009-10-12 Thread Rajeev Dayal
Well the private reply didn't work out, but try that anyway :). Sounds like it may be http://code.google.com/eclipse/docs/faq.html#wstinstallerror On Mon, Oct 12, 2009 at 4:21 PM, Chris Ramsdale cramsd...@google.comwrote: Are you trying to install the plugin via the Eclipse-Help-Install

Re: Google Plugin for Eclipse: Use Eclipse Classpath and Libraries

2009-10-12 Thread Rajeev Dayal
Hi Florian, I'm sorry that I confused the issue. You are correct in your statement that the deployment and development environments are different. I was trying to say that we want to make sure that any problems that you'd run into at deployment time are flagged at development time (i.e. not having

Re: OOPHM GWT 2.0 Milestone 1 on Mac

2009-10-12 Thread Rajeev Dayal
Hi, On Thu, Oct 8, 2009 at 11:03 AM, Christian Goudreau goudreau.christ...@gmail.com wrote: Here's some update : I installed another instance of eclipse, installed the GWT plugin and then added GWT 2.0. I create a new project, runned it and everything worked fine exept that the

Re: Using External Jars in Eclipse

2009-10-12 Thread Rajeev Dayal
The Java classpath (in the context of the error message) is exactly what is listed under the Classpath tab for the launch configuration that you're running. Can you tell me what classpath entries are listed there? This classpath is also known as the Runtime Classpath. You should not need to add a

Re: GWT 1.7.1 don't show app in hosted mode (Jetty bug: FULL head)

2009-10-12 Thread Rajeev Dayal
What OS are you running on? My suspicion is that there is some sort of cookie problem (though I know that you tried to clear your cookies). Do you know if GXT sets some sort of cookie? Is your application code setting cookies? How did you try and clear the cookies? On Sat, Oct 10, 2009 at 8:07

Re: First Time GWT: Installed eclipse plugin, does that mean I have the samples?

2009-10-12 Thread Rajeev Dayal
Hi Jignesh, You should post this question on a separate thread. You should not be creating your .java files in your war directory; they should be created in your src directory. You do not have to create the .nocache.js file - this file is automatically generated for you. See

Re: Announcing GWT 2.0 Milestone 1

2009-10-12 Thread Rajeev Dayal
We didn't bundle GWT 2.0 MS1 with the plugin, as it is still a milestone. To add it as another GWT SDK to your Google Plugin For Eclipse installation, download GWT 2.0 MS1, unzip it, and follow these instructions: http://code.google.com/eclipse/docs/using_sdks.html With regard to the Snow Leopard

Re: Inheriting a module is adding the inherited module code in compiled script even when im not using it

2009-10-12 Thread balachandra maddina
its the first case i observed in my local. Thx for the replay. --bala. On Mon, Oct 12, 2009 at 1:44 PM, Thomas Broyer t.bro...@gmail.com wrote: On 12 oct, 06:07, balachandra maddina chandu2...@gmail.com wrote: Hi Sri, Yeah, that's what i read from the documentation, in such case if

Re: Announcing GWT 2.0 Milestone 1

2009-10-12 Thread miller
I am using Snow Leopard w/ Eclipse Plugin. When I run in Development mode, my development mode window is under constant beach ball. How do you work around this issue? are there directions anywhere? thanks- Mike On Oct 9, 5:36 pm, Ben benzhe...@gmail.com wrote: Hey, Guys, Thanks for the

Re: How to copy text to Clipboard in GWT

2009-10-12 Thread Michael
You can use other approach: Show popup textbox with the text you want user to be able to copy. Also, you can automatically make text selection and point focus to the textbox. So the only thing for user left to do is to press Ctrl+C, or use context menu to put the text to Clipboard. This approach

Re: How to copy text to Clipboard in GWT

2009-10-12 Thread Michael
You can use other approach: Show popup textbox with the text you want user to be able to copy. Also, you can automatically make text selection and point focus to the textbox. So the only thing for user left to do is to press Ctrl+C, or use context menu to put the text to Clipboard. This approach

Re: How to copy text to Clipboard in GWT

2009-10-12 Thread Michael
You can use other approach: Show popup textbox with the text you want user to be able to copy. Also, you can automatically make text selection and point focus to the textbox. So the only thing for user left to do is to press Ctrl+C, or use context menu to put the text to Clipboard. This approach

Re: Link to other site

2009-10-12 Thread rjcarr
Hi Manfred- Your question isn't completely clear to me. I think you're asking how to link from one GWT page to another GWT page. The problem with this is you can't really think of GWT as a collection of web pages but more of a web application. Typically, your GWT app will have a single page

Re: RichTextArea : Insert HTML ( not setHTML )

2009-10-12 Thread Michael
You can override RichTextArea and add method like this. Also, set focus to true before using this method. public native void insertHTML(String html) /*-{ var el = th...@com.google.gwt.user.client.ui.uiobject::getElement() (); if (el.contentWindow.document.selection) {

Re: How to read POST parameters in GWT

2009-10-12 Thread rjcarr
Hi Sudeep- As far as I know, the GWT services are proprietary and should only be used for RPC. You'll want to set up a generic servlet to handle your custom POST submissions. Take a look at HttpServlet in Java EE for more info. You *might* be able to coerce a GWT servlet to do what you want

Re: GWT and used API

2009-10-12 Thread rjcarr
The project is open source so you can dig through and find exactly what APIs and libraries are used. Just search around on the main GWT site and you'll find out how to access the source code. On Oct 9, 2:19 am, Bolletta Mathieu mathieu.bolle...@gmail.com wrote: Hello, Does anybody know if

Re: Avoiding RPC Coming in to an inactive client from the server.

2009-10-12 Thread rjcarr
Just keep a count of your service calls. So, when your expiry timer rings, make sure you don't send out any more requests, and keep your client alive until it has received its last response (bringing your count to 0). On Oct 8, 11:13 am, Danny dhho...@gmail.com wrote: My application has a

Re: RichTextArea : Insert HTML ( not setHTML )

2009-10-12 Thread fonghuangyee
thanks michael On Oct 13, 1:30 pm, Michael smm...@gmail.com wrote: You can override RichTextArea and add method like this. Also, set focus to true before using this method. public native void insertHTML(String html) /*-{   var el = th...@com.google.gwt.user.client.ui.uiobject::getElement()

[gwt-contrib] Re: Proposed API Addition - @WithModuleParameters on test cases

2009-10-12 Thread John Tamplin
On Mon, Oct 12, 2009 at 12:03 AM, John LaBanca jlaba...@google.com wrote: @jat - When do you think we'll merge the htmlunit branch into trunk so we can check in this patch? We are supposed to ship MS2 on Wednesday, so it has to be real soon. -- John A. Tamplin Software Engineer (GWT),

[gwt-contrib] Re: remote tests should depend on compile.tests

2009-10-12 Thread Ray Ryan
LGTM On Oct 11, 2009 9:00 PM, fabb...@google.com wrote: Reviewers: Ray Ryan, Please review this at http://gwt-code-reviews.appspot.com/78807 Affected files: build.xml Index: build.xml === --- build.xml (revision 6346) +++

[gwt-contrib] Re: HTMLPanel and UiBinder limitations

2009-10-12 Thread Joel Webber
On Sat, Oct 10, 2009 at 4:06 AM, Amir Kashani amirkash...@gmail.com wrote: On Fri, Oct 9, 2009 at 8:10 PM, Ray Ryan rj...@google.com wrote: But allocating a widget per row isn't a great plan anyway, it won't scale. UiBinder is not a renderer--it's for laying out assemblies of widgets, not

[gwt-contrib] Re: Fix for issue 4067 (make UiBinderGenerator stable)

2009-10-12 Thread Joel Webber
@Ray: Weren't you already working on this? Sounds like a step in the right direction. On Fri, Oct 9, 2009 at 8:51 PM, t.bro...@gmail.com wrote: Reviewers: Ray Ryan, jgw, mmendez, Description: Instead of using a monotonically increasing number in UiBinderWriter.declareDomIdHolder(), makes

[gwt-contrib] Comment on CodeSplitting in google-web-toolkit

2009-10-12 Thread codesite-noreply
Comment by Evelyne24: Hi, I have a question regarding Code Splitting + DI with Guice/Gin. I have a module that looks like this: public class Module { private Thing thing; private ProviderOtherThing provider; // Guice @Inject public Module(Thing thing,

[gwt-contrib] [google-web-toolkit] r6347 committed - Like the other tests, test.remoteweb .selenium should depend on comp...

2009-10-12 Thread codesite-noreply
Revision: 6347 Author: fabb...@google.com Date: Mon Oct 12 08:35:52 2009 Log: Like the other tests, test.remoteweb .selenium should depend on compile compile.tests, so they can run in isolation. Also, it's been long enough to discard the deprecated targets. Review by: rjrjr

[gwt-contrib] Re: RR : GWT 2.0: Initial thoughts on $entry

2009-10-12 Thread bobv
Reviewers: jgw, Message: I'm looking for an initial vetting of the overall idea, not necessarily this implementation. Obviously, there are additional entry-points that need to be reworked and $entry need to detect reentrancy. Description: This is an attempt to rationalize how external JS code

[gwt-contrib] DockLayoutPanel change size north panel

2009-10-12 Thread aris
Hello I added a control “c1” using addNorth(c1, 20), is it possible to change the size of that panel from code? (I'm using latest version from SVN) Thanks --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: DockLayoutPanel change size north panel

2009-10-12 Thread Joel Webber
No, but that's a good idea. I'll make a point to add such a method. On Mon, Oct 12, 2009 at 12:25 PM, aris ari09845...@gmail.com wrote: Hello I added a control “c1” using addNorth(c1, 20), is it possible to change the size of that panel from code? (I'm using latest version from SVN)

[gwt-contrib] Re: RR : GWT 2.0: Initial thoughts on $entry

2009-10-12 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/77810 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Google Plugin for Eclipse Source

2009-10-12 Thread Sam Gross
Any updates on releasing the source for GPE? I would love to be able to start hacking it... -Sam --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Restores ui:data patch

2009-10-12 Thread rjrjr
Reviewers: bobv, Message: Bob, can you take a quick look at this? The only changes from the last version are merges from your @Strict work and tweaks to UiBinderTest Please review this at http://gwt-code-reviews.appspot.com/78808 Affected files: M

[gwt-contrib] Re: Restores ui:data patch

2009-10-12 Thread bobv
LGTM, but I think you should avoid performing any tests on DataResource.getURL() that make assumptions about what kind of resource it is. http://gwt-code-reviews.appspot.com/78808/diff/1/2 File user/src/com/google/gwt/uibinder/rebind/BundleWriter.java (right):

[gwt-contrib] [google-web-toolkit] r6348 committed - Overhaul of SOYC dashboard styling.

2009-10-12 Thread codesite-noreply
Revision: 6348 Author: kpro...@google.com Date: Mon Oct 12 10:59:08 2009 Log: Overhaul of SOYC dashboard styling. http://code.google.com/p/google-web-toolkit/source/detail?r=6348 Added: /trunk/dev/core/src/com/google/gwt/soyc/resources/soycStyling.css Deleted:

[gwt-contrib] Re: overhaul of styling in SOYC dashboard

2009-10-12 Thread Katharina Probst
Thanks, committed at r6348. On Mon, Oct 5, 2009 at 1:13 PM, sp...@google.com wrote: LGTM. To merge it in trunk, you will need to move all the resource files to dev, and you will need to update the following file's resourceNames field: dev/core/src/com/google/gwt/soyc/StaticResources.java

[gwt-contrib] Re: Google Plugin for Eclipse Source

2009-10-12 Thread Jason Parekh
Hey Sam, Unfortunately, there haven't been any recent discussions about open sourcing it. It's not something we're opposed to (quite the opposite, I'd love to see it happen), but in reality we haven't had time to even think about an open source plan. Definitely open a feature request (if there

[gwt-contrib] Re: Google Plugin for Eclipse Source

2009-10-12 Thread Sam Gross
I opened issue 4124 ( http://code.google.com/p/google-web-toolkit/issues/detail?id=4124). -Sam On Mon, Oct 12, 2009 at 2:08 PM, Jason Parekh jasonpar...@gmail.com wrote: Hey Sam, Unfortunately, there haven't been any recent discussions about open sourcing it. It's not something we're opposed

[gwt-contrib] Re: Api Addition - UrlBuilder

2009-10-12 Thread rjrjr
LGTM The test tweak to fix the build looks good. http://gwt-code-reviews.appspot.com/75802 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Api Addition - UrlBuilder

2009-10-12 Thread John LaBanca
Thanks, sorry for the spam :) Thanks, John LaBanca jlaba...@google.com On Mon, Oct 12, 2009 at 3:05 PM, rj...@google.com wrote: LGTM The test tweak to fix the build looks good. http://gwt-code-reviews.appspot.com/75802 --~--~-~--~~~---~--~~

[gwt-contrib] RR : Update user code to use $entry

2009-10-12 Thread bobv
Reviewers: jgw, Ray Ryan, Message: Review requested for user-code portions of adding $entry. Description: This updates the existing GWT user code to use the new $entry() function. See http://gwt-code-reviews.appspot.com/77810 for the core implementation bits. I looked for existing uses of

[gwt-contrib] Re: RR : GWT 2.0: Initial thoughts on $entry

2009-10-12 Thread bobv
Hi Scott and Bruce, @Bruce, can I get feedback on the API that $entry() provides. @Scott, this changset just has the changes to the compiler and hosted mode, can you review them? http://gwt-code-reviews.appspot.com/77810 --~--~-~--~~~---~--~~

[gwt-contrib] Re: RR : GWT 2.0: Initial thoughts on $entry

2009-10-12 Thread John Tamplin
On Mon, Oct 12, 2009 at 3:41 PM, b...@google.com wrote: Hi Scott and Bruce, @Bruce, can I get feedback on the API that $entry() provides. @Scott, this changset just has the changes to the compiler and hosted mode, can you review them? http://gwt-code-reviews.appspot.com/77810 Is $entry

[gwt-contrib] Re: RR : GWT 2.0: Initial thoughts on $entry

2009-10-12 Thread BobV
Is $entry sufficiently obscure to avoid collisions?  I would prefer something like __gwt_entry instead. It lives in the same namespace as $wnd. -- Bob Vawter Google Web Toolkit Team --~--~-~--~~~---~--~~

  1   2   >