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 wrote: > Is it possible to use JUnit 4 in GWT 2? > > -- > > You received this message because you are subscribed to the Googl

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 beca

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 iGoo

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 wrote: > I have an existing GWT project that uses > StyleInjector.injectSt

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

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 no

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 othe

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 google-web-tool..

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

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 dep

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 wrote: > On Dec 16, 9:22 pm, Ji wrote: > > > Hi guys, > > I had problem on running GWT project. I use

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: 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" wrote: Hi, We wanted our new product "Keepeek 360" on the GWT Gallery, but it doesn'

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 th

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 thi

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 the

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 compile

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 type

Re: UIBinder @UiHandler does not work with Button

2009-12-20 Thread NahumMor
show your code nahum On 19 דצמבר, 17:47, Richard 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 > @UIHandler nor a

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 wrote: > 2009/12/17azure: > > > Hi all, > > There are many gwt experienced developers in this group. I am starting >

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 cou

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 ad

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 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 spirtes and load every i

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 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 user.agent. Take a look

Re: Non standard CSS in UiBinder

2009-12-20 Thread Thomas Broyer
On Dec 20, 1:20 am, Alexander De Leon wrote: > If I use non standard css properties in UiBinder (e.g. > -moz-border-radius-bottomleft) , I get the following warnings : > >                 [WARN] Line 17 column 65: encountered "-". Was expecting one > of: "}" ";" > > and these properties are n

Re: GWT 2.0.0 module eval performance with IE6

2009-12-20 Thread Thomas Broyer
On Dec 20, 2:14 am, Alex 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. > Seehttp://development.lombardi.com/?p=1150andht

Re: What does issue accepted means?

2009-12-20 Thread Thomas Broyer
On Dec 20, 9:38 am, Ittai 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 matter of workl

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" g

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/ Tha

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 ar