Re: Trying to build workaround for errorL The import com.google.appengine cannot be resolved

2009-12-03 Thread philippe
You cann't use appengine API in gwt client code. You must use jdo annotation on your pojo with simple attributes. On 2 déc, 19:49, etsauer etsa...@gmail.com wrote: Hi, I am new to GWT. I was getting an error in my code when trying to use JDO to store data. The import com.google.appengine

com.google.gwt.user.theme.standard.Standard messes up my page

2009-12-03 Thread jax
com.google.gwt.user.theme.standard.Standard is messing up my page because I am including the html page into another page (not through an iframe). Is there a way to apply this to the DIV only? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

Re: Is it possible to seamlessly display an ajax spinner for every GWT RPC call?

2009-12-03 Thread Cristiano
Hi, interesting question and answer, could please Mohamed make a GWT example of what you mean? Thanks! On 3 Dic, 05:54, Mohamed Mansour m0.interact...@gmail.com wrote: When I mean decorator, I meant to follow the decorator pattern:http://en.wikipedia.org/wiki/Decorator_pattern On Dec 2,

Re: Why Label widget chose to use div instead of label?

2009-12-03 Thread philippe
Maybe Label widget generate div to a better compatibility with ie6 ?? Maybe.. On 3 déc, 04:56, Yozons Support on Gmail yoz...@gmail.com wrote: I forgot the methods for setting the for attribute id!  I used the setHtmlFor() method name to match the dom LabelElement class (my own pref would have

Re: Is it possible to seamlessly display an ajax spinner for every GWT RPC call?

2009-12-03 Thread tin
I guess I could have a decorator class for every async service interface I use but that seems incredibly tedious and repetitive. I have quite a few RPC services already and will have many more as the project grows. I guess the other option is to try to generate decorator classes via deferred

Re: GWT 1.7 public folder location

2009-12-03 Thread Thomas Broyer
On Dec 3, 7:01 am, jax jackma...@gmail.com wrote: I am running 1.7 and after some reading online people keep referencing the public folder.  I don't have a public folder in my project...am I meant to?  Has GWT changed the public folder?  I only have com.example.myapp

New Widget: Window Panel (minimize, maximize/restore, close, resize)

2009-12-03 Thread Joe
Hello everyone, please check out this new widget I have built called: WindowPanel. It extends DialogBox widget and it contains no JSNI code. It has 4 functionalities: minimize, maximize/restore, close, and resize. Please note that the resize functionality is only from the bottom right corner

New Widget: Window Panel (minimize, maximize/restore, close, resize)

2009-12-03 Thread Joe
Hello everyone, please check out this new widget I have built called: WindowPanel. It extends DialogBox widget and it contains no JSNI code. It has 4 functionalities: minimize, maximize/restore, close, and resize. Please note that the resize functionality is only from the bottom right corner

Re: Full GWT Website with MS SQL Server 2008

2009-12-03 Thread Joe
Hello Everyone, Please visit this thread if you're interested in a new widget i have built called WindowPanel. http://groups.google.com/group/google-web-toolkit/browse_thread/thread/1053a03dee716aa1# This new widget extends DialogBox and contains no JSNI code. it has 4 functionalities:

Re: Why Label widget chose to use div instead of label?

2009-12-03 Thread Thomas Broyer
On Dec 3, 4:45 am, Open eSignForms yoz...@gmail.com wrote: Does anybody know the history as to why GWT's Label widget uses a div instead of a label tag? Probably because the Label widget is only for showing some text, not necessarily label an input widget (such as a TextBox). I also think GWT

Re: New Widget: Window Panel (minimize, maximize/restore, close, resize)

2009-12-03 Thread rudolf michael
Good Jod Joe ;)...but the resize is not working properly...Anyways this is a good start. after you finish it try to build a window manager :D On Thu, Dec 3, 2009 at 12:02 PM, Joe joechahh...@gmail.com wrote: Hello everyone, please check out this new widget I have built called: WindowPanel.

how about compressing css?

2009-12-03 Thread Martin Trummer
when using GWT together with 3rd party libs, you sometimes get really huge css files. would it be possible to use some mechanism like the i18n constants for css classes and styles, so that the css-classnames could be shortened/ obfuscated? Not only would it decrease filesize (like zipping the

Pure GWT Website

2009-12-03 Thread ruds
Hello there, Can you please check the following website http://beta.mtv.com.lb/ This is done using GWT+third party libraries like gwt2swf, gwt_Facebook_Connect... I wanna check how fast it is to load and stream live comments on your side. I have hosted the website over a cloud server to test it

Re: Full GWT Website with MS SQL Server 2008

2009-12-03 Thread mariyan nenchev
Hi, great, keep going. There is one thing i need to know, how did you customize this tab panel. I was trying to do the same tab bars but no success with decorated panel. You may show sample code :) Regards. -- You received this message because you are subscribed to the Google Groups Google Web

Re: New Widget: Window Panel (minimize, maximize/restore, close, resize)

2009-12-03 Thread Prashant
Good work ! but resizing is not working properly, resizing stops when I click again after releasing first click. Good luck. -- 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: New Widget: Window Panel (minimize, maximize/restore, close, resize)

2009-12-03 Thread Joe
Hi Rudolph, yes the resize is not working properly yet. I just looked at the gwt window manager: http://www.gwtwindowmanager.org/ it's nice, a really good job, but it seemd to me that the resize problem they have is quite the same as mine, in dragging the corner. Anyway, i'll be working on it.

Re: New Widget: Window Panel (minimize, maximize/restore, close, resize)

2009-12-03 Thread Joe
Hi Prashant, thank's for your comment, yes this is true, it's not working correctly the widget is still in its early stage of development. Later enhacements will follow up and as Rudolph said, why not, building a window manager? On Dec 3, 12:24 pm, Joe joechahh...@gmail.com wrote: Hi

Re: Pure GWT Website

2009-12-03 Thread mariyan nenchev
Hi, What video player are you using? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to

Re: Pure GWT Website

2009-12-03 Thread rudolf michael
JWPlayer On Thu, Dec 3, 2009 at 12:35 PM, mariyan nenchev nenchev.mari...@gmail.comwrote: Hi, What video player are you using? -- 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: Full GWT Website with MS SQL Server 2008

2009-12-03 Thread Joe
Hi Mariyan, Thank's for your post, well, first, this is not a tab panel, unfortunately. The home page was designed in dreamweaver(HTML page) than the whole objects, I mean textboxes, images, listboxes, etc are removed, and replaced byt gwt widgets. So you go like: HTMLPanel homepage = new

Re: Pure GWT Website

2009-12-03 Thread Joe
Really nice job ! On Dec 3, 12:37 pm, rudolf michael roud...@gmail.com wrote: JWPlayer On Thu, Dec 3, 2009 at 12:35 PM, mariyan nenchev nenchev.mari...@gmail.comwrote: Hi, What video player are you using?  -- You received this message because you are subscribed to the Google

Re: Why Label widget chose to use div instead of label?

2009-12-03 Thread philippe
I also think GWT has not a really good history regarding accessibility. http://code.google.com/intl/fr-FR/webtoolkit/doc/1.6/DevGuideI18nAndA11y.html#DevGuideAccessibility On 3 déc, 11:04, Thomas Broyer t.bro...@gmail.com wrote: On Dec 3, 4:45 am, Open eSignForms yoz...@gmail.com wrote:

RC2 and Eclipse Plugin

2009-12-03 Thread jd
Hi, Can someone please post a definitive procedure to get RC2 working? I have tried many different pieces of advice from many different threads and none have worked for me on my mac with Eclipse. 1 - Is it possible to use the Google Plugin's Web Application launch? 2 - Is it really necessary

Re: RC2 and Eclipse Plugin

2009-12-03 Thread jd
Also, 3 - If I must create a normal launch what parameters are required? 4 - What should my workspace be set to to run both GWT and App Engine? -- 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: RC2 and Eclipse Plugin

2009-12-03 Thread Thomas Broyer
On Dec 3, 12:27 pm, jd jdpatter...@gmail.com wrote: Hi, Can someone please post a definitive procedure to get RC2 working?  I have tried many different pieces of advice from many different threads and none have worked for me on my mac with Eclipse. 1 - Is it possible to use the Google

Re: RC2 and Eclipse Plugin

2009-12-03 Thread John Patterson
Thanks for the confirmation. I now have it working - _possibly_ my problem was due to not having a fresh workspace. Just for others reference this is what I did: Installed fresh Eclipse 3.5 and chosen a new workspace I have installed WST and then only Google Plugin RC2. I configured the

Re: New Widget: Window Panel (minimize, maximize/restore, close, resize)

2009-12-03 Thread Joe
Please visit these two websites, they were built with 100% pure GWT. - http://www.property.com.lb - http://www.beta.mtv.com.lb Feedback and comments are welcome, thank's in advance! On Dec 3, 12:28 pm, Joe joechahh...@gmail.com wrote: Hi Prashant, thank's for your comment,

Re: New Widget: Window Panel (minimize, maximize/restore, close, resize)

2009-12-03 Thread Joe
Please visit these two websites, they were built with 100% pure GWT. - http://www.property.com.lb - http://beta.mtv.com.lb Feedback and comments are welcome, thank's in advance! On Dec 3, 12:28 pm, Joe joechahh...@gmail.com wrote: Hi Prashant, thank's for your comment,

Re: How to run GWT 2.0 RC2's hosted mode with another server?

2009-12-03 Thread Jan Ehrhardt
The idea was, to prevent the existences of 'war/*' in my GWT project. With the current stable version of the plugin and GWT 1.7.1 everything works well. So the problem is, that my GWT project does not have any server code and no host page or anything else. The current version works the following

Re: Is it possible to seamlessly display an ajax spinner for every GWT RPC call?

2009-12-03 Thread chrisom
By using the MVP Pattern this scenario is prepared. Every Dispatch Call invokes a startProcessing-Method in the Display (View). After the Call a stopProcessing-Method is called. It's worth to take a look at it. On Dec 3, 10:19 am, tin tin.pavli...@gmail.com wrote: I guess I could have a

Re: Is it possible to seamlessly display an ajax spinner for every GWT RPC call?

2009-12-03 Thread chrisom
By using the MVP Pattern this scenario is prepared. Every Dispatch Call invokes a startProcessing-Method in the Display (View). After the Call a stopProcessing-Method is called. It's worth to take a look at it. On Dec 3, 10:19 am, tin tin.pavli...@gmail.com wrote: I guess I could have a

Re: Google Gadget: works in hosted mode, but not in web mode (iGoogle)

2009-12-03 Thread flokay
Now if I want to make the rpc call the onFailureMethod is invoked and the error message: unable to initiate the asynchronous service invocation -- check the network connection What could be wrong here? On 1 Dez., 17:14, Eric Ayers zun...@google.com wrote: This may be a conflict between

Re: Is it possible to seamlessly display an ajax spinner for every GWT RPC call?

2009-12-03 Thread Nathan Wells
tin, you might consider using an RPC wrapper... check this library out: http://code.google.com/p/gwt-dispatch/ It takes one approach to this. Another library http://code.google.com/p/gwt-command-pattern/ which I wrote, takes a different approach. Note that I have since abandoned my project

Re: What does Unknown argument: -style mean?

2009-12-03 Thread Ezra
Your unknown argument: -style issue seems similar to http://groups.google.com/group/google-web-toolkit/browse_thread/thread/6e1d54bc856ec233/4948babf7e8de3b8?lnk=gstq=style+gwt+2.0#4948babf7e8de3b8 . On Dec 2, 6:45 pm, Rob Tanner caspersg...@gmail.com wrote: I think I already checked more than

Re: What does Unknown argument: -style mean?

2009-12-03 Thread Jeff Chimene
Would you please post the version number of the Google plugin? You're definitely running the RC2 compiler. On Wed, Dec 2, 2009 at 4:28 PM, Rob Tanner caspersg...@gmail.com wrote: In order to solve another problem, it was recommended that I switch to GWT 2.0RC2 (I was running 1.7.1). I

Re: css file location

2009-12-03 Thread mwaschkowski
Yay, that helped, thanks! I missed the part of the default 'public' folder as its not mentioned here: http://code.google.com/webtoolkit/doc/1.6/DevGuideOrganizingProjects.html#DevGuideDirectoriesPackageConventions and the public directory is also not created when using the eclipse plug-in. It

Re: Controlling desktop windows size and position.

2009-12-03 Thread PatrickJ
It's very helpful thanks, can you put me on the right track as regards to how I would interact with the server side through GWT. Would I simply post requests to the server side script or could I interact with in using Ajax? I suppose I just need to understand the high-level aspects around how I

Re: RC2 and Eclipse Plugin

2009-12-03 Thread Jeff Chimene
On Thu, Dec 3, 2009 at 5:04 AM, John Patterson jdpatter...@gmail.comwrote: Thanks for the confirmation. I now have it working - _possibly_ my problem was due to not having a fresh workspace. Just for others reference this is what I did: Installed fresh Eclipse 3.5 and chosen a new

Compiling GWT RC2.0 application on a linux server

2009-12-03 Thread Feldman, Nir
When downloading the gwt RC2.0 I saw it is written there all-platforms. Is there no longer dependency in the platform for development? [cid:image001.gif@01CA7440.19354190] Nir Feldman Release Control RD Team Leader Hewlett-Packard Company +972-3-5399896 Phone +972-54-7213833 Cell

CssResource does not support sprites that are repeated in IE6?

2009-12-03 Thread BenjaminBerry
In the wiki for CssResource (http://code.google.com/p/google-web- toolkit-incubator/wiki/CssResource) the image sprites section says: Support for IE6 isn't feasible in this format, because structural changes to the DOM are necessary to implement a windowing effect. Once it's possible to

Re: RC2 and Eclipse Plugin

2009-12-03 Thread mariyan nenchev
Hi, this GEP, is very easy to setup, but the hard part is to keep it working after integrating with maven. I just setup my project with maven. And now the cycle edit/save/refresh is not working :(. I have to recompile the project in order to see the changes, no exceptions nothing and i can't

Re: RC2 and Eclipse Plugin

2009-12-03 Thread John Patterson
On 3 Dec 2009, at 22:41, Jeff Chimene wrote: Eh? The Dev. Mode window should have a url that's the same as the one you posted. Right-click, copy and paste into your browser. AFAIK, Dev. Mode is now identical on all supported platforms. Do you see a Dev. Mode View after launching

Re: RC2 and Eclipse Plugin

2009-12-03 Thread Jeff Chimene
On Thu, Dec 3, 2009 at 8:58 AM, John Patterson jdpatter...@gmail.comwrote: On 3 Dec 2009, at 22:41, Jeff Chimene wrote: Eh? The Dev. Mode window should have a url that's the same as the one you posted. Right-click, copy and paste into your browser. AFAIK, Dev. Mode is now identical on

Re: Compiling GWT RC2.0 application on a linux server

2009-12-03 Thread Jeff Chimene
On Thu, Dec 3, 2009 at 8:43 AM, Feldman, Nir nir.feld...@hp.com wrote: When downloading the gwt RC2.0 I saw it is written there all-platforms. Is there no longer dependency in the platform for development? Correct. -- You received this message because you are subscribed to the Google

Re: RC2 and Eclipse Plugin

2009-12-03 Thread Miguel Méndez
On Thu, Dec 3, 2009 at 10:58 AM, John Patterson jdpatter...@gmail.comwrote: On 3 Dec 2009, at 22:41, Jeff Chimene wrote: Eh? The Dev. Mode window should have a url that's the same as the one you posted. Right-click, copy and paste into your browser. AFAIK, Dev. Mode is now identical on

Re: Controlling desktop windows size and position.

2009-12-03 Thread Isaac Truett
I'd start with this section of the Developer's Guide: http://code.google.com/webtoolkit/doc/1.6/DevGuideServerCommunication.html GWT RPC is what I use and would recommend if you're running a Java server on the backend. On Thu, Dec 3, 2009 at 10:01 AM, PatrickJ patrickjsim...@gmail.com wrote:

Passing a javascript function to a GWT function

2009-12-03 Thread Davidj2k
I am needing to pass a function from javascript to the java code to fire an event so that when a button is created using Java I can pass to it the function to call when that button is clicked, any help would be greatly appreciated. the javascript function onclick() { alert('I was clicked');

Re: Major memory leak with RPC, Internet Explorer and GWT 2.0 (MS1 MS2)

2009-12-03 Thread mrpantsuit
I'm seeing a similar memory leak in 1.7. Does anyone know if this bug predated 2.0, or was it introduced therein? On Nov 14, 11:28 am, Rob rob.a.st...@gmail.com wrote: Seehttp://code.google.com/p/google-web-toolkit/issues/detail?id=4133

Re: Very slow DevMode on Mac Leopard with GWT 2.0 RC2

2009-12-03 Thread Chris Ramsdale
Where are you seeing the slowness? Is it confined to initial module load (of a specific app maybe) or are you experiencing speed degradation across the board? On Thu, Dec 3, 2009 at 7:02 AM, jvictor jeffvic...@gmail.com wrote: Is anyone else experiencing *extremely* slow DevMode on a mac? I'm

Re: Major memory leak with RPC, Internet Explorer and GWT 2.0 (MS1 MS2)

2009-12-03 Thread Chris Ramsdale
A diff on com.google.gwt.xhr.client.XMLHttpRequest should give you an idea of what code has changed and when it changed. That said, Rob points out earlier in this thread that he is not seeing the issue in 1.7. Are you in a position where you could build your app with RC2 to see if the leak goes

Re: RC2 and Eclipse Plugin

2009-12-03 Thread John Patterson
On 3 Dec 2009, at 23:23, Miguel Méndez wrote: Yes I see the dev mode view but there is no link. ie it says For you convenience and there is an empty list. Do you have a war folder as part of your project? Yes I do. Although its not a problem... the url just works. But, I have

Form + servlet + Firefox does not work

2009-12-03 Thread Lena
I'm writing a gwt site with a form using components from both gwt and gwt-ext. Since I need to send a file I can't use gwt's RPC services (GWTServletService), so I use a java servlet. I tried it in hosted mode and with IE6 and I recieve data properly. However, using firefox the servlet does not

Re: Passing a javascript function to a GWT function

2009-12-03 Thread Thomas Broyer
On 3 déc, 17:34, Davidj2k david...@gmail.com wrote: I am needing to pass a function from javascript to the java code to fire an event so that when a button is created using Java I can pass to it the function to call when that button is clicked, any help would be greatly appreciated. the

Grid (Sluggish Load)

2009-12-03 Thread Vince
Hello, I have a regular Grid implementation with 5 columns that loads in 300 records within a DialogBox. Everything is fine until the actual return off of a Callback that handles the feedback from a data extraction routine intended to populate the Grid. Problem : The Grid seems to take an

Re: Grid (Sluggish Load)

2009-12-03 Thread Thomas Matthijs
On Thu, Dec 3, 2009 at 21:05, Vince vicenci...@aol.com wrote: Hello, I have a regular Grid implementation with 5 columns that loads in 300 records within a DialogBox. Everything is fine until the actual return off of a Callback that handles the feedback from a data extraction routine

Can anyone over here help me out in sending the email from gwt application

2009-12-03 Thread Darpan Mhatre
Can anyone over here help me out in sending the email from gwt application?? The small snippet will be helpful. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To

Native HTML5 Features

2009-12-03 Thread Mark Renouf
Two quick questions: 1) Is anyone out there using GWT to work with native HTML5 VIDEO and AUDIO tags, and if so is that code publicly available? 2) Is there interested in a GWT library with HTML5 extensions? This would not attempt to support non-HTML5 fallbacks (though I would welcome others to

Re: Very slow DevMode on Mac Leopard with GWT 2.0 RC2

2009-12-03 Thread jvictor
DevMode starts up quickly as you would expect inside the new eclipse console window and I receive the url to copy and paste into the browser. The issue occurs as soon as I connect to DevMode from any browser. Specifically, the browser seems to hang for about 20 seconds and will then come back to

Re: GWT, Wave extensions API tutorials/resources

2009-12-03 Thread mass0ne
When you deploy on appengine change the version of the application When you upgrade the robot in a wave just change the version I can only suggest: that you forgot to change the version and flew crash Unfortunaly I do not have the opportunity to check this practice. On Dec 2, 11:10 am, Angel

Re: What does Unknown argument: -style mean?

2009-12-03 Thread Rob Tanner
The full version number 1.1.2.v200910131704. The odd thing is if I switch back to the 1.7.1 toolkit (but continue to use currently installed plugin), I have no problem in hosted mode. On Dec 3, 6:45 am, Jeff Chimene jchim...@gmail.com wrote: Would you  please post the version number of the

Re: What does Unknown argument: -style mean?

2009-12-03 Thread Rob Tanner
Yep. It sure looks like the same thing. On Dec 3, 6:20 am, Ezra esk...@gmail.com wrote: Your unknown argument: -style issue seems similar tohttp://groups.google.com/group/google-web-toolkit/browse_thread/threa... . On Dec 2, 6:45 pm, Rob Tanner caspersg...@gmail.com wrote: I think I

Re: GWT, Wave extensions API tutorials/resources

2009-12-03 Thread Angel Marquez
When you deploy on appengine change the version of the application When you upgrade the robot in a wave just change the version I can only suggest: that you forgot to change the version and flew crash Unfortunaly I do not have the opportunity to check this practice. Sounds good. I sent my

GWT Expert in the Los Angeles / North Hollywood Area

2009-12-03 Thread Kyle Hayes
We are looking to possibly hire a GWT expert very soon. The position would be located in North Hollywood. Please reach out to me if you are interested. Thank you! -Kyle Hayes -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: GWT, Wave extensions API tutorials/resources

2009-12-03 Thread mass0ne
Generally there are have two main technologies gwt gae, exploring the technologies you will be able to make application to the similarity of Google. But if your goal is to expand Wave then you can use plug-in for Eclipse and offline design for a wave. Google will make the magic box for Wave

Re: GWT, Wave extensions API tutorials/resources

2009-12-03 Thread Angel Marquez
Well, I have multiple goals. I don't need another google, one is enough. Expanding on a solid core it definitely what I seek. Yes, I've been using the plugin enough to have a working knowledge. I think I could even create a high fi UI and map all the functionality to the core and list anything

Re: How to halt the process

2009-12-03 Thread naga vinod kumar
On Wed, Dec 2, 2009 at 11:56 PM, naga vinod kumar vinodkumark...@gmail.com wrote: Hi i am using smartGWT i have one function which returns satus of saved operation and i am using callback in that.. ,my question is how to wait till the call back is complete public int

Problem with IsSerializable in tomcat

2009-12-03 Thread osugus
Hello folks, I've been trying to solve this problem by looking at related discussions, but I'm not able to do it. I developed an application with gwt which runs in hosted and web mode but fails to run when compiled and set up for tomcat. I'm obtaining a Invocation Exception from a RPC call from

DecoratorPanel wrapping a HorizontalSplitPanel

2009-12-03 Thread dane.molotok
I found this post [1], and have a similar question, but it didn't really get answered. I e-mailed the OP and he said he never got it to work, so I'm asking again to see if other people have seen this problem more recently, and how they go about avoiding it if it really isn't able to be worked

How to halt the process

2009-12-03 Thread naga vinod kumar
Hi i am using smartGWT i have one function which returns satus of saved operation and i am using callback in that.. ,my question is how to wait till the call back is complete public int saveTabOperation(AbstractShrisTab shrisTab) { PatientInsuranceDS

Re: how about compressing css?

2009-12-03 Thread 7bf
isn't that exactly what all these compressors out there (take http://developer.yahoo.com/yui/compressor/ for example) do? Content zipping is something most application servers support, without any need to change your application. But there are other, better, way to archive this. Take a look what

DecoratedPopupPanel

2009-12-03 Thread Tony
how can i make a DecoratedPopupPanel move like a DialogBox? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to

Someone please help me. I met a problem when I made a RPC class

2009-12-03 Thread Leon
Hi dear developers, I downloaded the mysql connect gwt example from http://code.google.com/p/gwt-examples/wiki/project_MySQLConn. And I re- configured it on my Eclipse Galileo (using gwt eclipse plugin) + XP. When it makes rpc call and retrieves the data from mysql database, it give me this

Re: Is it possible to seamlessly display an ajax spinner for every GWT RPC call?

2009-12-03 Thread Erick Audet
Here's what I do: public void someMethod(){ BusyHandler.show(); AsyncCallback callback = new AsyncCallback() { public void onSuccess(Object result) { //do some stuff here BusyHandler.hide(); }

RPC calls in iGoogle container

2009-12-03 Thread me
Hi, I've created an application using GWT and in host mode it works fine.Then I've turned my application to gadget (opensocial gadget) using Gadgets Library for GWT and uploaded it to app engine. When I add this gadget to iGoogle container (using

Facing problem while updating Google Web Toolkit

2009-12-03 Thread suhas trikul
Hi, I want to add Google Web Toolkit plugin in Eclipse Classic 3.5.1 from http://dl.google.com/eclipse/plugin/3.5 I follow the following steps: To install the plugin, using Eclipse 3.5 (Galileo): 1. Select the Help menu Install New Software 2. In the Work with text box, enter:

Re: GWT 2.0.0rc2 ::: Unknown argument: -portHosted

2009-12-03 Thread Gerhard Davids
Hey, what did you do at this point to get it working? Your steps up to now has been very valuable. My run config is now a normal java config instead of the GWT plugin's config. I'm getting the following in my Dev Mode when I hit the Default Browser button : Unable to find type

Trouble with fresh install of Eclipse Plugin 1.2rc2

2009-12-03 Thread anatoly techtonik
Can't get Google Plugin 1.2rc2 work correctly in Eclipse 3.5. Followed instructions from http://code.google.com/p/google-web-toolkit/wiki/GWT_2_0_RC Used Eclipse Galileo 3.5 for Java Developers (eclipse-java-galileo-SR1- win32.zip). Created fresh workspace. Downloaded Google plugin from

Re: Trouble with fresh install of Eclipse Plugin 1.2rc2

2009-12-03 Thread Chris Ramsdale
Enaure that your version of Eclipse has Eclipse's Web Standard Tools (WST) installed before installing the plugin. WST can be installed by navigating to the Software Installation section, and selecting the the appropriate WST feature from the update site for your version of Eclipse. The update

Re: What does Unknown argument: -style mean?

2009-12-03 Thread Thomas Broyer
On 3 déc, 22:50, Rob Tanner caspersg...@gmail.com wrote: The full version number 1.1.2.v200910131704. The 1.2rc2 Eclipse plugin is version 1.1.101.v200911250703. Have you uninstalled the previous plugin version? (the one from the update site, the official, the one you were using with GWT 1.7)

Re: Pure GWT Website

2009-12-03 Thread sathya
Looks very good... On Dec 3, 4:12 pm, Joe joechahh...@gmail.com wrote: Really nice job ! On Dec 3, 12:37 pm, rudolf michael roud...@gmail.com wrote: JWPlayer On Thu, Dec 3, 2009 at 12:35 PM, mariyan nenchev nenchev.mari...@gmail.comwrote: Hi, What video player are you using?

Re: Full GWT Website with MS SQL Server 2008

2009-12-03 Thread sathya
Good one.But it is taking time to loak all images and text boxes.I feel you can make it still fast as user doesnt feel to wait to load everything On Dec 3, 3:55 pm, Joe joechahh...@gmail.com wrote: Hi Mariyan, Thank's for your post, well, first, this is not a tab panel, unfortunately. The

How to configure GWT for HTTPS and client certificates

2009-12-03 Thread Eric
I am trying to set up a GWT application to use client certificate- based authentication and lightweight directory-based authorization. I am trying to use Spring security, and I have stepped through the Spring part in a debugger; the appropriate authentication objects are placed in a server

placing a widget in a dropdown

2009-12-03 Thread Jaimon
hi, i would like to create something that looks like a dropdown/listbox that contains no just text but also images, and each image perfoms a different action, so basically i would like to create something that opens up like a drop down but each item is a widget. the dropdown list is now sutible

datebox popup position

2009-12-03 Thread Stephen
Hi, How do you position the datepicker popup for a DateBox ? Right now I am just doing a DateBox myDB = new DateBox(); and the datepicker appears below the textbox when you click on it. I see that on the gwt showcase example their's is popping up ABOVE the text box as seen here:

Re: datebox popup position

2009-12-03 Thread Jim Douglas
If you play with it some more, you'll find that the date picker appears relative to the edit box, which means below the edit box if there's room, otherwise above it. If you'd like to impose different positioning rules, the logical thing to do would be to override showDatePicker(), but it's

applying CSS on the widget special features

2009-12-03 Thread Jaimon
hi, i have few listbox widgets, and i need to change the color of the arrow that opens the drop down list, and its surrounding box (the little gray square) how can i do it with the CSS? is there an attribute list for all styles that can be applied on a widget? Me -- You received this message

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

2009-12-03 Thread codesite-noreply
Comment by jeffvictor: Is anyone else experiencing *extremely* slow DevMode on a mac? I'm using Leopard 10.5.8 with all of the updates and running DevMode with 64 bit Java 6. I experience the same slowness when using 32 bit Java 5 as well. I'm using 2.0 RC 2 and experience the problem

[gwt-contrib] NumberFormat JavaDoc fix

2009-12-03 Thread jlabanca
Reviewers: jat, Description: Simple fix in NumberFormat JavaDoc. Please review this at http://gwt-code-reviews.appspot.com/118805 Affected files: user/src/com/google/gwt/i18n/client/NumberFormat.java Index: user/src/com/google/gwt/i18n/client/NumberFormat.java

[gwt-contrib] Re: NumberFormat JavaDoc fix

2009-12-03 Thread John Tamplin
LGTM -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Mail sample doesn't resize mail list to the number of emails

2009-12-03 Thread jlabanca
Reviewers: jgw, Description: The Mail sample doesn't resize the table containing the mail list to the number of emails on the last page. This results in a vertical scroll bar that doesn't go away when it isn't needed. Fix: We now resize the table dynamically. Testing: Verified

[gwt-contrib] Re: Provide better exceptions for bad values in an RPC stream (not for 2.0)

2009-12-03 Thread דניאל רייס
No, what do I need to do for that? Dan On Thu, Dec 3, 2009 at 11:09 AM, robertvaw...@google.com wrote: Did you test this case with the deRPC code base? http://gwt-code-reviews.appspot.com/118802 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Minor Showcase tweaks

2009-12-03 Thread jlabanca
Reviewers: jgw, Description: This patch tweaks a couple of minor issues in showcase. 1. In the StackPanel example, the tree in the first stack should be open by default. 2. In the DatePicker sample, the DateBox should only include the date component. The time component of the date has very

[gwt-contrib] Re: Test targets in project.ant.xmlsrc do not include project src directory

2009-12-03 Thread rjrjr
Please make the test do something more real than assertTrue(true), something actually involving the app. http://gwt-code-reviews.appspot.com/118807 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] GWT RC2: TabPanelLayout -- no supporting CSS?

2009-12-03 Thread Joel Webber
Great, I'm glad that worked out ok. Just for the record, we very much want to do better than having to mix @external and obfuscated CSS like this. We fully intend to revisit how styles and themes are applied, both to make it easier and more efficient, as soon as we get 2.0 out the door. On Thu,

[gwt-contrib] Re: Minor Showcase tweaks

2009-12-03 Thread jgw
On 2009/12/03 16:36:33, jlabanca wrote: LGTM. http://gwt-code-reviews.appspot.com/118806 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] GWT RC2 - Events are being hid by Layout layers in UIBinder

2009-12-03 Thread Stuart Moffatt
@jgw, Now that my TabLayoutPanel is working (thanks, btw), I want to go back to using LayoutPanel and g:layer. The problem is, my UI requires a few layers that nest nicely together like the old VerticalPanel (one above the other as you go down the page). Using a LayoutPanel with layers, my UI

[gwt-contrib] Re: Test targets in project.ant.xmlsrc do not include project src directory

2009-12-03 Thread jgw
On 2009/12/03 21:11:22, Ray Ryan wrote: Please make the test do something more real than assertTrue(true), something actually involving the app. LGTM. http://gwt-code-reviews.appspot.com/118807 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Test targets in project.ant.xmlsrc do not include project src directory

2009-12-03 Thread jgw
On 2009/12/03 22:20:58, jgw wrote: On 2009/12/03 21:11:22, Ray Ryan wrote: Please make the test do something more real than assertTrue(true), something actually involving the app. LGTM. (Assuming you do something like Ray suggestd) http://gwt-code-reviews.appspot.com/118807 --

Re: [gwt-contrib] GWT RC2 - Events are being hid by Layout layers in UIBinder

2009-12-03 Thread Ray Ryan
VerticalPanel and HorizontalPanel are not dead yet, for exactly this reason. But they're still table based. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] GWT RC2 - Events are being hid by Layout layers in UIBinder

2009-12-03 Thread Joel Webber
What Ray said. Mostly. The table-based HorizontalPanel is practically impossible to reproduce in CSS. You can use all kinds of inline-block hackery (since its cross-browser support is poor), but even that breaks down under various circumstances. VerticalPanel, on the other hand, is less useful (I

  1   2   >