What does issue accepted means?

2009-12-20 Thread Ittai
Hi All, I've recently run into a bug (Issue 2759 to be precise) and when I found that it existed in the issue tracker I was very pleased only I saw that it's status is accepted but the Milestone is 1_6_RC which confused me. Is it only a matter of workload which has this bug (and other bugs which

gwt-ckeditor V0.2

2009-12-20 Thread Damien Picard
Hi, CKEditor's GWT wrapper gwt-ckeditor is released in 0.2 ; major changes : - Adding some options to configuration - Adding Save handling when the user click on the Save button - Fixing major issues on CKEditor and CKConfig classes Project : http://code.google.com/p/gwt-ckeditor/

Re: Non GWT Project's Classes

2009-12-20 Thread mariyan nenchev
Yes, you need to make the java source of you projects available at compile time. The easiest way is to create gwt.xml module in every non gwt project and add it in the gwt.xml in your gwt project. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: What does issue accepted means?

2009-12-20 Thread Thomas Broyer
On Dec 20, 9:38 am, Ittai etai...@gmail.com wrote: Hi All, I've recently run into a bug (Issue 2759 to be precise) and when I found that it existed in the issue tracker I was very pleased only I saw that it's status is accepted but the Milestone is 1_6_RC which confused me. Is it only a

Re: GWT 2.0.0 module eval performance with IE6

2009-12-20 Thread Thomas Broyer
On Dec 20, 2:14 am, Alex alex.mof...@gmail.com wrote: I've noticed that the performance for the module eval (when the javascript is initially parsed on page load) has decreased for IE6 going from GWT 1.7.1 to GWT 2.0.0. I'm seeing about half a second slowdown.

Re: Any easy way to tell which file is for which permutation?

2009-12-20 Thread peterk
This looks really good Alex, I'll give it a try :) Thank you! On Dec 20, 1:04 am, Alex alex.mof...@gmail.com wrote: I wrote a post about GWT linkers last year and that includes a linker that produces a manifest that shows which generated file goes with which set of properties, including

Re: smart gwt help

2009-12-20 Thread ben fenster
how can u use the cache option u suggested ? On Dec 18, 2:53 pm, mariyan nenchev nenchev.mari...@gmail.com wrote: In our host page specify what modules you want to use, unused images are not loaded(just make your war(static content folder) bigger). The problem is that smart gwt does not user

Re: Use smartgwt or not

2009-12-20 Thread Martin Kraus
On Dec 4th keyboard_samurai wrote : Hi, I am a newbie to GWT. http://groups.google.com/group/google-web-toolkit/browse_thread/thread/2d66440f4c6a59f/449f9401e2d4ddd4 To the original poster : Make sure you do your own research too. There are a lot of newbies on this board that love to give

gwt and seam

2009-12-20 Thread zizou84
hi i would like to start an application with seam and GWT(POJO in my business code and GWT instead of JSF in the web part) i used seam 2.2.0 and GWT 2.0 and eclipse (with GWT plugin) i start by creating the seam application and when i would like to see if i can compile it to a GWT application i

Re: Use smartgwt or not

2009-12-20 Thread azure
I haven't yet found the answer if I can use it or not. I think it's better to try using it and if I get any problem, I'll switch back to GWT only. On Dec 17, 2:15 pm, András Csányi sayusi.a...@gmail.com wrote: 2009/12/17azurerockan...@gmail.com: Hi all, There are many gwt experienced

Re: UIBinder @UiHandler does not work with Button

2009-12-20 Thread NahumMor
show your code nahum On 19 דצמבר, 17:47, Richard richard.fa...@gmail.com wrote: Hi all,    I've tried to create a simple GUI with a TextBox and a Button inside a FlowPanel using UiBinder. I want to display an alert dialog box when user clicks on the button. But nothing happen for both using

Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-20 Thread rlag...@googlemail.com
Hi all i just spent more than a whole day on this issue. Do somebody why this problem occurs? I tried almost all solutions discussed on this thread. But nothing seems to work. here is my error message: Type 'cm.bao.sms.ui.web.gwt.client.wrapper.BooleanWrapper' was not included in the set of

Re: GWT 2.0.0 module eval performance with IE6

2009-12-20 Thread Alex
I don't think it's a big deal either, we get back the time with some other improvements and have hopes for the direct eval GWT RPC changes. I would like to understand what's going on though, the new compiler is emitting something that's slower to parse, by quite a large amount, than the new

Problem using rpc GWT2.0

2009-12-20 Thread Rodrigue Lagoue Njinthe
Hi all i just spent more than a whole day on this issue. Does somebody know why this problem occurs? I tried almost all solutions discussed on the internet. But nothing seems to work. here is my error message: Type 'cm.bao.sms.ui.web.gwt.client.wrapper.BooleanWrapper' was not included in

GWT Gallery is down ? (for posting)

2009-12-20 Thread Keepeek-Force-1
Hi, We wanted our new product Keepeek 360 on the GWT Gallery, but it doesn't work anymore (blank page when posting). Is there a new place to show success story based on GWT ? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Possible to use GWT with Google Sites?

2009-12-20 Thread amich...@gmail.com
Hello, Is it possible to use GWT with Google Sites? It doesn't seem like it: http://groups.google.com/group/sites-help-suggestions/browse_thread/thread/5bc0fff5cd3ff4f8 Amir -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

Re: GWT Gallery is down ? (for posting)

2009-12-20 Thread Chris Ramsdale
That's an issue with the gallery app that we've been meaning to fix. Your app was submitted, but the confirmation page is blank. We'll review and get back to you asap. On Dec 20, 2009 12:44 PM, Keepeek-Force-1 thomas.larzilli...@gmail.com wrote: Hi, We wanted our new product Keepeek 360 on the

Re: Any easy way to tell which file is for which permutation?

2009-12-20 Thread Brendan Kenny
Alex's automated solution is probably the best solution, but you can also walk through a Detailed-compiled version of nocache.js and match it up to http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/google/gwt/user/UserAgent.gwt.xml (and any conditionals you've added) to

Re: Problem of Unable to determine my ip

2009-12-20 Thread Ji
I had changed the hostname to localhost, and everything works fine now. Thank you again. By the war, my original hostname is something like this Xx.myDomain On Dec 19, 2:36 pm, darrell pfeifer darrel...@gmail.com wrote: On Dec 16, 9:22 pm, Ji jimzhang...@gmail.com wrote: Hi guys, I had

Correct GWT 2.0 way to replace calls to deprecated StyleInjector.injectStylesheet and StyleInjector.setContents

2009-12-20 Thread Dazza
I have an existing GWT project that uses StyleInjector.injectStylesheet and StyleInjector.setContents from the GWT Incubator. I have upgraded to GWT 2.0 and see that StyleInjector is now an official GWT class. Unfortunately the two methods I am using (injectStylesheet and setContents) are now

How many calls to CreateAndBinUi() are possible?

2009-12-20 Thread Jeff Chimene
Hi: In trying to work around issue 4374, I split one ui.xml into several pieces, each with its own class and ui.xml Now, I'm not getting logical events fired on widgets in those pieces. I get logical events fired on widgets in the main ui.xml Currently, the CreateAndBindUi gets called in the

DialogBox center broken in GWT 2.0

2009-12-20 Thread amich...@gmail.com
Hello, The Game Over dialog is not centered properly using the center method: http://dropzap.appspot.com Is there a workaround? Amir -- 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: GWT 2.0.0 module eval performance with IE6

2009-12-20 Thread Alex
I've looked at this in more detail and it is the clustering of the JavaScript to try to improve compression that is causing the problem. If I disable clustering the module eval step is 1.7 seconds faster. In addition the unclustered file compresses better than the clustered one. I've looked at

Multiple domains from a single servlet container

2009-12-20 Thread DCYorke
I currently have a GWT app available to about 2 dozen clients. Each client has their own version of the app. That is to say they each have their own database running on their own tomcat context accessible by virtual domain. The codebase (both servlets and GWT front-end) are all the same. Though

UIBinder with dynamically created xml

2009-12-20 Thread ajaxDeveloper
Hi guys. I need to know that if I am generating xml string programmatically then how can I use UIBinder. Please help me with some source code. Regards Anees-ur-Rehman -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: Correct GWT 2.0 way to replace calls to deprecated StyleInjector.injectStylesheet and StyleInjector.setContents

2009-12-20 Thread uwfrog
try MyCssResource css = GWT.create(MyCssResource.class); css.ensureInjected(); http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/index.html?com/google/gwt/resources/client/CssResource.html On Dec 20, 8:33 pm, Dazza dazzacoll...@gmail.com wrote: I have an existing GWT project that uses

GWT-RPC iGoogle timing out requests

2009-12-20 Thread 3ala2
Dear all, I know there is an issue with using GWT-RPC with iGoogle sandbox as described in the issue http://code.google.com/p/gwt-google-apis/issues/detail?id=292 However using the workarounds suggested, I am using the 'makeRequest' method to POST to iGoogle. The problem I am facing is that

NetBeans to eclipse

2009-12-20 Thread muhannad nasser
Dear All: i have created a GWT Project in NetBeans and now i need to move it to eclipse when i open it using eclipse it does not recognize it as a GWT project any help please ASAP -- ~~~With Regards~~~ Muhannad Dar-Nasser ~~Computer Systems Engineering~~ -- You received this message

Re: JUnit 4 possible?

2009-12-20 Thread Ignat Alexeyenko
Please, review the following thread: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/8f6f8fc47738b720?pli=1 On Sun, Dec 20, 2009 at 5:20 AM, Sekhar sek...@allurefx.com wrote: Is it possible to use JUnit 4 in GWT 2? -- You received this message because you are

[gwt-contrib] Re: Comment on WhyWidgetIsAClass in google-web-toolkit

2009-12-20 Thread codesite-noreply
Comment by robertva...@google.com: Interfaces alone cannot enforce the common functional constraints that are required to make the plumbing work. It doesn't matter if the type name is Widget, BaseWidget, or BigRedDog, the only way (in Java) to make sure that any given widget is playing by

[gwt-contrib] uibinder : how to add a gwt:Button to html fragment ?

2009-12-20 Thread nicolas de loof
Hi I've migrated some nice HTML/CSS code to uibinder, and would like now to listen to clickEvents on the button present in this HTML fragment. according to http://code.google.com/intl/fr-FR/webtoolkit/doc/latest/DevGuideUiBinder.html#Simple_binding, I need to use a gwt:Button as replacement for

Re: [gwt-contrib] uibinder : how to add a gwt:Button to html fragment ?

2009-12-20 Thread Ray Ryan
EventWidget must extend Widget, and it will have to be placed in a panel whose ultimate ancestor is either a RootPanel or a RootLayoutPanel On Mon, Dec 21, 2009 at 5:24 AM, nicolas de loof nicolas.del...@gmail.comwrote: Hi I've migrated some nice HTML/CSS code to uibinder, and would like now

[gwt-contrib] Re: Comment on DomEventsAndMemoryLeaks in google-web-toolkit

2009-12-20 Thread codesite-noreply
Comment by micahherstand: If I have classes in Java that reference each other, is this considered circular referencing and therefore will they never be GC'd? I'm having big-time memory leaks in FF and Safari without JSNI. Very stripped down example: {{{ class Controller{ Model m;

[gwt-contrib] [google-web-toolkit] r7341 committed - Merges trunk @ 7336 and 7338 into branches/snapshot-2009.11.20-r7061,...

2009-12-20 Thread codesite-noreply
Revision: 7341 Author: rj...@google.com Date: Sun Dec 20 15:05:47 2009 Log: Merges trunk @ 7336 and 7338 into branches/snapshot-2009.11.20-r7061, for fix to SameParameterValueOptimizer svn merge --ignore-ancestry -c 7336 https://google-web-toolkit.googlecode.com/svn/trunk . svn merge

[gwt-contrib] Re: Comment on WhyWidgetIsAClass in google-web-toolkit

2009-12-20 Thread codesite-noreply
Comment by j...@google.com: In the context of the Widget class, Bob's point is even stronger -- failure to properly implement certain methods, which have very subtle requirements, will not only lead to failure, but will do so in a way that is insidious and difficult to detect. Things such