Re: Applying Spring Dependency Injection(DI) to client side classes in GWT

2012-07-10 Thread Saritha
Please ignore last post.. *Wanted to know... combination of Guice and Spring DI used at server side?* On Wednesday, July 11, 2012 11:52:09 AM UTC+5:30, Saritha wrote: > > Thank you very much reply. > > One more doubt, with Spring DI,(from following links, i understood that, > http://technophilia

Re: Applying Spring Dependency Injection(DI) to client side classes in GWT

2012-07-10 Thread Saritha
Thank you very much reply. One more doubt, with Spring DI,(from following links, i understood that, http://technophiliac.wordpress.com/2008/08/24/giving-gwt-a-spring-in-its-step/ https://docs.google.com/document/pub?id=1USHYx9cB3B1s1zM4dlkzEZ759D3lEfavn_dDewvBkaA) I am

Re: Layout great difference between IE8 and FF13 after using window.getClientWidth() and window.getClientHeight()

2012-07-10 Thread tong123123
After add the "px" unit, FF can show the image correctly. image1.setSize(String.valueOf(clientWidth * 0.1) + "px", > String.valueOf(clientHeight * 0.1) + "px"); > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion

Re: Simple GWT Dual list

2012-07-10 Thread Juan Pablo Gardella
Hi folks, If anyone want to share a custom components, I can add to the repository and a working demo. Thanks! 2012/7/11 Juan Pablo Gardella > Hi Ian, > > I added to the dual list the double click handler that you purpose and > support to IE6. > > Thanks for your feedback, > Juan > > > > 201

Re: Simple GWT Dual list

2012-07-10 Thread Juan Pablo Gardella
Hi Ian, I added to the dual list the double click handler that you purpose and support to IE6. Thanks for your feedback, Juan 2012/7/9 Ian Mayo > Hi there, nice clean implementation - well done. > > A couple of minor suggestions, if you don't mind ;-) > > There's a UI precedent in controls li

maven-compiler=plugin not invoking validation tool during build

2012-07-10 Thread Yan
Hi there, I am having trouble with GWT 2.4 using Request factory with Maven 2.2.1 build. I have followed this URL: http://code.google.com/p/google-web-toolkit/wiki/RequestFactoryInterfaceValidation#Maven_builds The maven build works, but validation tool is not run, I can see that by the err

Re: Responsive web design for Web application

2012-07-10 Thread Rob
Hi, You might also find this post helpful: -> http://kiahu.com/tutorial/form-factor-support-with-gin-and-guice/ Cheers Rob On Wednesday, July 11, 2012 12:28:11 AM UTC+10, Ümit Seren wrote: > > You can check out the > mobilewebapp

Re: Video from io 2012 : "The History and Future of Google Web Toolkit"

2012-07-10 Thread Jim Douglas
https://developers.google.com/events/io/sessions/gooio2012/218/ https://www.youtube.com/watch?v=VOf27ez_Hvg On Jul 6, 12:57 am, Nicolas Antoniazzi wrote: > Does anyone know if there is a video about the gwt session from io 2012: > "The History and Future of Google Web Toolkit" by Ray Cromwell? >

Re: Video from io 2012 : "The History and Future of Google Web Toolkit"

2012-07-10 Thread ni...@stsoftware.com.au
We're not feeling much love on the GWT side :-( -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/YCeGSyD7Hs4J. To post to this group, send email

Re: Creating a Photo Slideshow in GWT

2012-07-10 Thread Joseph Lust
Here is a working example for you. Your variable names were not consistent and you also did not appear to attach any of the objects you made to the DOM. See the "imgContainer" div I referred to in the example. This is just a dive in the YourModule.html file (for your given module). Images will

Re: SuperDevMode stuck on compiling

2012-07-10 Thread Chris Gamache
I know it's poor form to bump one's own thread, but I'm down to the end of my rope: I'm not sure if this has anything to do with anything, but this is from my nocache.js file, where the error had occurred: function computePropValue(propName){ var value = providers[propName](), allowedValuesMap

Re: Any summary on The History and Future of Google Web Toolkit available?

2012-07-10 Thread Levi Van Zele
Good news, the video of The History and Future of GWT has been put on YouTube: http://www.youtube.com/watch?v=VOf27ez_Hvg -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/

Re: type MenuBar or MenuItem with addClickHandler(new ClickHandler()

2012-07-10 Thread Assiya EL
Hi Vivek , but i want to add a parameter in my function execute it is possible ? 2012/7/5 Vivek Ghavle > Hi Assiya, > no need to use handlers there > you can use the below code > > > MenuItem mntmNewItem = new MenuItem("Vivek", false, new Command() { > public void execute() { > >

Re: Elemental in GWT 2.5 is what?

2012-07-10 Thread Clint Gilbert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > (just like everyone else doing web dev out there, in JS, CoffeeScript, Dart, > etc.) TLDR: There are many of us out here, I suspect, for whom this is exactly what we do not want. Elemental sounds cool, but I'm glad it's optional. I hope that stays

Re: Elemental in GWT 2.5 is what?

2012-07-10 Thread Clint Gilbert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I can see how this would be helpful for some apps - ones that need HTML5 features, only need to support one (or a couple) of up-to-date browsers, like mobile or tablet apps as others have mentioned. But a huge selling point of GWT at my organization (

Re: Simple GWT Dual list

2012-07-10 Thread Thad
Thank you! I believe I'll have a use for this very soon. On Saturday, July 7, 2012 4:08:59 PM UTC-4, Juan Pablo Gardella wrote: > > Hi folks, > > I did a simple DualList component > that I want > to share to the community. I search and

Re: RequestFactory VS Cloud Endpoints (App Engines Java Rest API)

2012-07-10 Thread YatiRaj B
Great thanks Thomas! That group thread is just 2 days old (where they told to downgrade to 2.6.1) and I tried all the things in the world to get that "app engine connected..." option back and lost my hope. So what's your suggestion: Shall I wait for Endpoints to be open or shall I keep using RF?

Re: Elemental in GWT 2.5 is what?

2012-07-10 Thread emurmur
Elemental is a GWT api that exposes the raw browser api's defined in the browser IDLs. So, Elemental is a 'to the metal' way of programming the browser using Java (assembly programmers please forgive the usage). It allows me to program the browser in a type- safe language using direct browser ap

Re: UIBinder : Images in PushButton not visible within Designer - only at runtime

2012-07-10 Thread Joseph Lust
Olaf, Please provide your code that is generating this issue. Sincerely, Joseph -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/r35UalT_Z_IJ

Re: GWT 2.5RC1 - UiRenderer

2012-07-10 Thread Rodrigo Chandia
Also, the MobileWebApp sample has some widgets that use UiRenderer. http://code.google.com/p/google-web-toolkit/source/browse/trunk/samples/mobilewebapp/src/main/java/com/google/gwt/sample/mobilewebapp/client/desktop/TaskTemplateCell.ui.xml http://code.google.com/p/google-web-toolkit/source/brows

Re: super dev mode & tomcat & eclipse

2012-07-10 Thread Marius Grama
On Tuesday, July 10, 2012 1:05:46 PM UTC+2, Thomas Broyer wrote: > > > On Tuesday, July 10, 2012 12:31:30 PM UTC+2, Marius Grama wrote: >> >> I've recently switched to gwt 2.5 rc1 and i've integrated on the >> application i am working on. >> >> I work with Eclipse 3.7.2 and Tomcat 7.0.8. >> I've

Re: Removing a droptarget from DOM.

2012-07-10 Thread Joseph Lust
Jorge, FWIW, can you set a breakpoint in Eclipse on throwing of IllegalStateException and try to see what object it thinks is not yet unregistered? Your code looks thorough, but perhaps there is a missed item or sequencing issue. Sincerely, Joseph -- You received this message because you ar

Re: Swing UI Thread exception

2012-07-10 Thread Joseph Lust
Why are you using Swing and threads with GWT? Sincerely, Joseph -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/nT-9fJVgDSYJ. To post to this

Re: javax.servlet.ServletContext log: Exception while dispatching incoming RPC call

2012-07-10 Thread Joseph Lust
Usually you need to make sure your server code is in your .server package and the GWT code is in the .client package. Here the server side is trying to invoke GWT code, but cannot, because it is not client side. > > Make sure the classes are in the proper folders and place code that needs to b

Re: Super Dev Mode architecture

2012-07-10 Thread Joseph Lust
See Broyer's blog post http://tbroyer.posterous.com/how-does-gwts-super-dev-mode-work Sincerely, Joseph -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-

Re: GWT 2.5RC1 - UiRenderer

2012-07-10 Thread Thomas Broyer
On Monday, July 9, 2012 8:14:43 PM UTC+2, Deepak Singh wrote: > > Hi, > > I updated my GWT sdk to 2.5Rc1 and eclipse plugin. > > I am trying to use UiRenderer. I find that there is no option available > with new eclipse plugin to generate auto UiRenderer as we have for UiBinder > with sample cod

Re: RequestFactory VS Cloud Endpoints (App Engines Java Rest API)

2012-07-10 Thread Thomas Broyer
On Tuesday, July 10, 2012 5:05:42 PM UTC+2, AB wrote: > > I like the idea of: "truly restful API for all Google Services (i.e. > Cloud SQL, Datastorage, etc)" > That would be great! > > On the other side, it seems Google has plans to make RequestFactory a > thing of past. That's the reason, in

Re: Elemental in GWT 2.5 is what?

2012-07-10 Thread Thomas Broyer
On Tuesday, July 10, 2012 4:45:43 PM UTC+2, Derek wrote: > > > On Tuesday, July 10, 2012 9:47:56 AM UTC-4, Thomas Broyer wrote: >> >> >> Not having permutations "per UA" is not only a compile-time thing, it >> also means you don't have to "sniff" the UA at runtime, so there's no risk >> of fals

Re: RequestFactory VS Cloud Endpoints (App Engines Java Rest API)

2012-07-10 Thread YatiRaj B
I like the idea of: "truly restful API for all Google Services (i.e. Cloud SQL, Datastorage, etc)" That would be great! On the other side, it seems Google has plans to make RequestFactory a thing of past. That's the reason, in new GPE version, you won't even see the option of "App Engine Connected

Re: GWT 2.5RC1 - UiRenderer

2012-07-10 Thread Deepak Singh
Anyone showing some light over the problem . On Mon, Jul 9, 2012 at 11:44 PM, Deepak Singh wrote: > Hi, > > I updated my GWT sdk to 2.5Rc1 and eclipse plugin. > > I am trying to use UiRenderer. I find that there is no option available > with new eclipse plugin to generate auto UiRenderer as w

Re: Simple GWT Dual list

2012-07-10 Thread Juan Pablo Gardella
At now, the dual list doesn't work on IE6. To work on this browser, I suppose must eliminate CSS to align vertical and use a table. Juan 2012/7/10 Daniel Mauricio Patino León > Thank you for your sharing. > > > 2012/7/10 Alain Ekambi > >> Nice job Juan. Works great. >> Maybe you should also th

Re: RequestFactory VS Cloud Endpoints (App Engines Java Rest API)

2012-07-10 Thread Thomas Broyer
On Tuesday, July 10, 2012 4:26:02 PM UTC+2, Ümit Seren wrote: > > I think Cloud Endpoints are bigger than RequestFactory for GWT. > They are supposed to be a truly restful API for all Google Services (i.e. > Cloud SQL, Datastorage, etc). > However RequestFactory has some distinct features that

Re: Google Web Toolkit : Tree.addTreeListener is deprecated what should I use instead.

2012-07-10 Thread Derek
The API docs are normally pretty good about giving you the alternative: http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/client/ui/Tree.html#addTreeListener(com.google.gwt.user.client.ui.TreeListener) *Deprecated.* *Use addSelectionHandler(com.google.gwt.event.logi

Re: Elemental in GWT 2.5 is what?

2012-07-10 Thread Derek
On Tuesday, July 10, 2012 9:47:56 AM UTC-4, Thomas Broyer wrote: > > > Not having permutations "per UA" is not only a compile-time thing, it also > means you don't have to "sniff" the UA at runtime, so there's no risk of > false-positives or false-negatives ( > http://code.google.com/p/google-we

Re: Simple GWT Dual list

2012-07-10 Thread Daniel Mauricio Patino León
Thank you for your sharing. 2012/7/10 Alain Ekambi > Nice job Juan. Works great. > Maybe you should also think and Drag and Drop ? > > Cheers, > > Alain > > > 2012/7/10 Juan Pablo Gardella > >> Hi >> >> Thanks for the suggestions. I will include this features soon. >> >> Juan >> >> >> 2012/7/9

Re: DateBox doesn't update "today" when the day changes?

2012-07-10 Thread Ashley Collins
I thought that might be the case. I'll do that. Thanks. Ashley On Tuesday, 10 July 2012 15:20:07 UTC+1, Patrick Tucker wrote: > > I believe the only way to do it now is to create a new DatePicker. > > On Tuesday, July 10, 2012 4:05:10 AM UTC-4, Ashley Collins wrote: > >> I have a long lived appli

Small serialization library for GWT

2012-07-10 Thread Antón Kuranov
Hi! I could not find any serialization library that satisfies my needs and I decided to write my own. I post the link here if it will be useful for somebody. http://code.google.com/p/gwt-streamer/ The library does symmetric serialization/deserialization of objects to strings on client and ser

Re: Responsive web design for Web application

2012-07-10 Thread Ümit Seren
You can check out the mobilewebappsample in the GWT repository. It switches views based on the device (desktop, phone, desktop). The business code in the presenters remains mostly unchanged. On Monday, Jul

Re: RequestFactory VS Cloud Endpoints (App Engines Java Rest API)

2012-07-10 Thread Ümit Seren
I think Cloud Endpoints are bigger than RequestFactory for GWT. They are supposed to be a truly restful API for all Google Services (i.e. Cloud SQL, Datastorage, etc). However RequestFactory has some distinct features that AFAIK Clound Endpoints don't support yet (i.e. tracking changes and tran

Re: DateBox doesn't update "today" when the day changes?

2012-07-10 Thread Patrick Tucker
I believe the only way to do it now is to create a new DatePicker. On Tuesday, July 10, 2012 4:05:10 AM UTC-4, Ashley Collins wrote: > I have a long lived application which uses a date picker and the > highlighted cell representing "today" does not update overnight (css style > datePickerDayIs

Re: Converting existing app to MVP

2012-07-10 Thread Ümit Seren
Make sure you read following articles (in case you haven't done it yet): https://developers.google.com/web-toolkit/articles/mvp-architecture https://developers.google.com/web-toolkit/articles/mvp-architecture-2 Then there are also some interesting google I/O conference from last year: http://www

Re: Applying Spring Dependency Injection(DI) to client side classes in GWT

2012-07-10 Thread Nick Siderakis
You could use - Server: Guice - Client(GWT): Gin or - Server: Spring - Client: Gin On Tuesday, July 10, 2012 1:26:22 AM UTC-4, Saritha wrote: > > Hi All, > > I am new GWT. I have a project where I am using GWT and Spring as our > technologies to implement. > I have done S

Re: How do I assign a JSONObject or JavaScriptObject to $wnd[x] in GWT?

2012-07-10 Thread Ümit Seren
Instead of going through JSONParser I would rather directly use JsonUtils. I think it's faster because it isn't converted to a JSONObject before. On Tuesday, July 10, 2012 3:07:26 PM UTC+2, Chris Price wrote: > > Is this what you're after? > > public native void set(JavaScriptObject value) /*-{

Re: Elemental in GWT 2.5 is what?

2012-07-10 Thread Thomas Broyer
On Tuesday, July 10, 2012 2:32:19 PM UTC+2, mp31415 wrote: > > Thank you very much Thomas for the expanded answer. (I'm somewhat worried > about GWT as a "bus factor" looks close to one). > > I understand what you say, but my question is more of an Elemental > consumer nature. I mean it's defin

Re: Simple GWT Dual list

2012-07-10 Thread Alain Ekambi
Nice job Juan. Works great. Maybe you should also think and Drag and Drop ? Cheers, Alain 2012/7/10 Juan Pablo Gardella > Hi > > Thanks for the suggestions. I will include this features soon. > > Juan > > > 2012/7/9 Ian Mayo > >> Hi there, nice clean implementation - well done. >> >> A couple

UIBinder : Images in PushButton not visible within Designer - only at runtime

2012-07-10 Thread Olaf Raether
I have UIBinder Dialog with a button that contains an image. This works fine, but the image on the button is not visible in design mode - only at runtime. Is there a way to get this done ? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" grou

Re: Simple GWT Dual list

2012-07-10 Thread Juan Pablo Gardella
Hi Thanks for the suggestions. I will include this features soon. Juan 2012/7/9 Ian Mayo > Hi there, nice clean implementation - well done. > > A couple of minor suggestions, if you don't mind ;-) > > There's a UI precedent in controls like this whereby double-clicking on an > item moves it to

What should I use instead of Tree.addTreeListener

2012-07-10 Thread laurence Turpin
Hi I'm learning GWT from the book "Beginning Google Web Toolkit". It uses a Tree widget and an addTreeListener which is now deprecated. I cannot work out what I should use instead of addTreeListener. The section of code where the problem occurs is shown below -

Re: How do I assign a JSONObject or JavaScriptObject to $wnd[x] in GWT?

2012-07-10 Thread Chris Price
Is this what you're after? public native void set(JavaScriptObject value) /*-{ $wnd["test"] = value; }-*/; public void onResponseReceived(Request request, Response response) { JSONObject obj = (JSONObject) JSONParser.parseLenient(response.getText()); set(obj.getJavaScriptObject()); }

Selecting Dependency Injection

2012-07-10 Thread Saritha
Hi All, I am new GWT. I have a project where I am using GWT and Spring as our technologies to implement. I have done Spring integration with GWT, with the help of following links. http://technophiliac.wordpress.com/2008/08/24/giving-gwt-a-spring-in-its-step/

Super Dev Mode & Live Reload

2012-07-10 Thread bootstraponline
I added livereload.js to super dev mode which enables automatic compilation as the source is changed. Here's a video of WebGL using Elemental with automatic reloading. If there's any interest let me know and I'll open source the code on GitHub. http://www.youtube.com/watch?v=DbWerat40qo -- You

Undefined Character and Class methods in GWT 2.4

2012-07-10 Thread Alfonso Guerra
Greetings, I'm attempting to port some code to GWT 2.4 and experiencing the following errors when the module is loaded: [ERROR] [starterwithsequins] - Line 424: The method isJavaIdentifierStart(char) is undefined for the type Character [ERROR] [starterwithsequins] - Line 426: The method isJava

problem using DataGrid in StackLayoutPanel

2012-07-10 Thread Joey Li
I tried to use DataGrid and put it in the stacklayoutpanel.At the time when I provide the data for the ListDataProvider, the CellTable is not visible in the browser because it's on a non active tab (although it's visible in the DOM tree). After switching to the tab containing the CellTable the

GWT FileUpload Help :-(

2012-07-10 Thread Alexander Bonzo Supertramp
Hi all, i'm working on GWT FileUpload. I have two side, clinet and server. In client there are a form with FileUpload widget and a submit button that send a file to server side. The problem is that the check if (ServletFileUpload.isMultipartContent(request)) {} is true

Re: Facing issue while designing UI in GWT

2012-07-10 Thread javed ansari
Vikas, It seems you first needs the basic understanding of GWT and its uses Here is the procedure to create GWT app in eclipse IDE 1. Install GWT from eclipse https://developers.google.com/eclipse/docs/getting_started 2. Create gwt application. Follow the tutorials. https://developers.google.com/ec

Re: Creating a Photo Slideshow in GWT

2012-07-10 Thread nousheen
Please help me I am working on your code. I wanted to show images on my main page but it is not working. I am totally new to GWT. public void onModuleLoad() { Image base = new Image("resources/images/1.png"); VerticalPanel img = new VerticalPanel(); img.add(base); final List

DateBox doesn't update "today" when the day changes?

2012-07-10 Thread Ashley Collins
I have a long lived application which uses a date picker and the highlighted cell representing "today" does not update overnight (css style datePickerDayIsToday). Is there way of kicking it to update? Or should it happen naturally? Any ideas welcome. Thanks. Ashley -- You received this mess

Problem about using DataGrid wrapped StackLayoutPanel

2012-07-10 Thread Joey Li
I tried to use DataGrid and put it in the stacklayoutpanel.At the time when I provide the data for the ListDataProvider, the CellTable is not visible in the browser because it's on a non active tab (although it's visible in the DOM tree). After switching to the tab containing the CellTable the

Re: Creating a Photo Slideshow in GWT

2012-07-10 Thread nousheen
Please look at my code I have been trying to execute slide show using the same code that you gave but when I run this code it shows nothing. Please reply me I am working on my Final year project. really need help. public void onModuleLoad() { Image base = new Image("resources/images

Custom Data Grid ( CellTableBuilder )

2012-07-10 Thread maxie
In the case of the custom grid, 2 rows per logical grid row, mouse over ( hot track ) highlights only 1 row and not the whole logical grid row, is there a why how that can be addressed? Thanks. -- You received this message because you are subscribed to the Google Groups "Google Web Toolki

Re: contrib: script.aculo.us Effects

2012-07-10 Thread Mussi
Hi Alex, I am with the following message: Caused by: com.google.gwt.core.client.JavaScriptException: (TypeError): Cannot read property 'Shake' of undefined Any idea what is causing it Thanks Mussi Em segunda-feira, 5 de junho de 2006 04h57min48s UTC-3, aos escreveu: > > Hi Alex, > > Thanks

Re: Video from io 2012 : "The History and Future of Google Web Toolkit"

2012-07-10 Thread Miкола
Actually, many of session recordings from day 3 are not yet available online. So, hopefully the GWT session will be on YouTube soon, along with all the remaining Friday presentations... On Friday, July 6, 2012 3:22:10 AM UTC-7, Paulo Martins wrote: > > I'm also looking for this presentation. It

Re: Any summary on The History and Future of Google Web Toolkit available?

2012-07-10 Thread Levi Van Zele
Likewise, been looking for the video for some time now, as it didn't end up in the Google developers YouTube channel... I've noticed almost every other talk's video has been put on their respective Google I/O page, except for the GWT session. Even more interested to see it after looking at Ray's

Re: Context Menu in CellTable

2012-07-10 Thread KalyanChakri
On executing the command on the MenuItem, Hide the popup. Something like this popupPanel.hide(); Thanks, Kalyan. On Thursday, June 23, 2011 5:00:09 PM UTC+2, André Salvati wrote: > Now, with a dynamic context (defined by View). > > The only problem that remains is that when I click t

Uibinder: Icon from Button or PushButton not visible within design mode - only runtime

2012-07-10 Thread Olaf Raether
I´m trying to create a Uibinder-Form with the designer, but the Icons for the Buttons or PushButton are only visible at runtime not in design mode. Is there a way to get this done ? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To vie

Re: Simple GWT Dual list

2012-07-10 Thread Ian Mayo
Hi there, nice clean implementation - well done. A couple of minor suggestions, if you don't mind ;-) There's a UI precedent in controls like this whereby double-clicking on an item moves it to the other list. This lets the user to continue to focus their gaze on the list in question. The sec

GWT works fine in hosted mode but fails to deploy

2012-07-10 Thread David Courté
Hi everybody, I'am actually working in an GWT 2.3 application with GWT-Ext 2.2.5. The application works fine in hosted mode, the compilation is okay but when I deploy it on a Tomcat server, there ares loads of problems : - An error message appears : ""Should only call onDetach when the widge

GWT 2.5 RC1 issue -- com.google.gwt.dev.jjs.InternalCompilerException: Unexpected error during visit.

2012-07-10 Thread bkc
Here is the relevant output from the gwtc target in ant with -logLevel set to ALL. I am using SmartGWT 3.0 (the current latest release); the error below suggests an incompatibility between the GWT 2.5 RC1 compiler and SmartGWT 3.0 (everything compiles fine with GWT 2.4). Please let me know ho

GWT Elemental Problem with Listner

2012-07-10 Thread Allahbaksh
Hi, I am trying to run example from GWT Elemental sitehttp://tinyurl.com/7oo2jmv. I have made appropriate changes to compile the same (getWindow().setTimeout(new TimeoutHandler() and xhr.setOnload and package name change for xml http request). The problem I face it is when I add a listner to any o

SuperDevMode stuck on compiling

2012-07-10 Thread Chris Gamache
So I start CodeServer-- that works. Then I fire up a server instance of the GWT app and navigate to the landing page for the module. I hit my bookmarklet and it brings up the module -> compile box. I hit compile. It just stays there. There's no logging output in the CodeServer. Stuck. I can see

Re: GWT 2.5 RC1 Is Here!

2012-07-10 Thread dodo dard
Finally it's here :) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/baR9Dmbx71QJ. To post to this group, send email to google-web-toolkit@googl

Responsive web design for Web application

2012-07-10 Thread goluguri v v s n reddy
Hi, I'm going to build a e-commerce website and client want that website should be for all user Desktop, Tablets and Smartphones. Site is an e-commerce website lost of categories and products , "add to cart, checkout functions, credit card and paypal payment etc. Would it be good to make respo

SimplePager is not being displayed

2012-07-10 Thread Pete
Hi Everybody, I am trying to use SimplePager in my app, but its not visible on the screen. Everything else seems to be in working order. Details here: http://stackoverflow.com/questions/11365705/gwt-simplepager-is-not-being-displayed Please help! Thanks. -Pete -- You received this message

Inline editing in GWT Cell table

2012-07-10 Thread anand jain
I have a cell table in one of my GWT screen. Now requirement is that there will be some button on the screen clicking on which one editable row will be inserted into the cell table. Can somebody please help me with that? -- You received this message because you are subscribed to the Google Gro

Applying Spring Dependency Injection(DI) to client side classes in GWT

2012-07-10 Thread Saritha
Hi All, I am new GWT. I have a project where I am using GWT and Spring as our technologies to implement. I have done Spring integration with GWT, with the help of following links. http://technophiliac.wordpress.com/2008/08/24/giving-gwt-a-spring-in-its-step/ https://docs.google.com/document/pub?

Deploying newbie GWT project to Tomcat server

2012-07-10 Thread Marika Fernandez
Hi! I have a really newbie question. I've followed the instructions from google on how to set up Eclipse with GWT plugin (I use the Springsource Tool Suite). The step by step instructions shows What I'm trying to do is see if I can deploy the starter project (the one which replies with the se

Re: RequestFactory VS Cloud Endpoints (App Engines Java Rest API)

2012-07-10 Thread YatiRaj B
I signed up for the trusted tester some 3 days back and yet to get it. Do you guys know how long it took for you to get it, if anybody got it. You can call me noob but from what I understood from the IO video, Cloud endpoint seem to replace the request factory approach. You don't need to use any

Automating GWT application

2012-07-10 Thread Smitha R
Hi , I need a help regarding automating my GWT application. My page has Gcharts which are generated on the click of a button. The user can left click on the Gchart image and a menu pops up . We need to test the application using QTP . While executing , QTP recognizes the Gchart object as an ima

Re: Elemental in GWT 2.5 is what?

2012-07-10 Thread Paul Stockley
Elemental really is two things. Firstly, a set of collections that have very little overhead compared to the java emulated classes. They are created based on JSO objects and are about as performant as you can get. Secondly, a generated set of JSO mappings to ALL webkit/chrome exposed javascrip

Downloading an old version of GWT Designer?

2012-07-10 Thread blacksmithforlife
work on a closed network and need to download a specific version of GWT Designer, namely version 2.4.2. How do I get GWT Designer version 2.4.2 as a zip? Any help is greatly appreciated thanks! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" grou

Swing UI Thread exception

2012-07-10 Thread Venkat
What I am doing is that, when I get the params from user, I am initializing those params using constructuors on my class. and running a thread on my class. When I debug I am getting the below exception. I guess it is not stopping for the entire process to execute. I am new to GWT, can anybody l

Using Locale and Currency classes with GWT

2012-07-10 Thread Bartosz Porzuczek
Hi, we have a problem with using java Locale and Currency classes with GWT on client-side. We want to pass our domain model objects (containing properties of Locale and Currency types) to client side to manipulate them there. But we are stuck with some java classes that don't have GWT implementati

Removing a droptarget from DOM.

2012-07-10 Thread Jorge Boscan
*Explanation* I'm creating an application which let's you initially have 1 droptarget, and the items you insert could also be droptargets. All items inserted in the mainPanel can be move around in the same way as the flexTable example in the gwt-dnd samples. Also all items can be removed, an

Call GWT from Frame

2012-07-10 Thread mornindew
Hi, I am relatively new to GWT and have a question about how frames work. I have put a frame inside of a tabpanel. Something like: Frame frame = new Frame("http://localhost:8080/xopus/examples/simple/start.html";); frame.setSize("900px", "900px"); final TabPanel tp = new TabPanel(); tp.se

Communication between presenters? Passing controls, GWT Model View Presenter query?

2012-07-10 Thread Harsha G
A rookie here. I have this specific issue in implementing Model View Presenter Pattern using GWT in one of my use cases. I just started with Ray Ryan's Google IO talk and following some articles on Google Developers site. I have not used any of the GWT add- ons like GWTP or MVP4G or GIN or any oth

[GWT Model View Presenter] Reusing of presenters possible ? Problem

2012-07-10 Thread Napster
Hi, A rookie here. I just started with Ray Ryan's Google IO talk and following some articles on Google Developers site. I have not used any of the GWT add-ons like GWTP or MVP4G or GIN or any other stuff. Just followed the contacts example on the GWT site and tried to model my case. I have

Module Loader Exception

2012-07-10 Thread Venkat
I am using SmartGWT and I am testing my logic, and this is my gwt.xml and this is my test class public class ExportDataToExcelTest extends GWTTestCase { @Override public String getModuleName() { // TODO Auto-generated method stub

javax.servlet.ServletContext log: Exception while dispatching incoming RPC call

2012-07-10 Thread soichi
GWT2.3 AppEngineSDK 1.6.6 I'm getting a several errors and I'm not sure which one of these needs to be fixed first. javax.servlet.ServletContext log: Exception while dispatching incoming RPC call java.lang.ExceptionInInitializerError at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Nat

Re: type MenuBar or MenuItem with addClickHandler(new ClickHandler()

2012-07-10 Thread Vivek Ghavle
Hi Assiya, no need to use handlers there you can use the below code MenuItem mntmNewItem = new MenuItem("Vivek", false, new Command() { public void execute() { Window.alert("Hi Vivek"); } }); menuBar.addItem(mntmNewItem); Hope this code will sa

Super Dev Mode architecture

2012-07-10 Thread Daniel DLC
Hi, I want to know about the architecture of the "Super Dev Mode", because I don't like the idea that is not a Java application. Thanks. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://

max allowed text length in textbox

2012-07-10 Thread Dan
Hi, There is a limit for the lenght of string in textbox? We are facing some problems, strings with length > 4849 chars are being truncated. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion

Loading applet in GWT 1.5.3 hosted mode

2012-07-10 Thread niconic
I would like to load an applet in GWT 1.5.3 hosted mode, i.e. the applet must be loaded by the shell. Is it possible? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/ms

Converting existing app to MVP

2012-07-10 Thread Zane
We have a alpha stage application with significant code developed in the "classic" style with front end widgets (using UiBinder in many cases, but not exclusively) making calls to back end services and directly updating the UI themselves. I.e., clicking on row in CellTable summary widget clears

Re: DataGrid Issue : Deferred binding failed for 'com.google.gwt.user.client.ui.NativeHorizontalScrollbar.ResourcesTransparant'; expect subsequent failures

2012-07-10 Thread Matthew Wiley
Thanks for pointing this out. I had the exact same problem. On Wednesday, December 14, 2011 11:48:28 AM UTC-8, Craig McIlwee wrote: > > I've just encountered this issue during my 2.4 upgrade and have found > the source of the problem, or at least in my case. I have gwt- > incubator-20101117-r176

Re: Vaadin 7 to include GWT

2012-07-10 Thread deepak chauhan
As far as I know, Vaadin is server side framework with GWT components wrapping. A quick question.. If GWT is for client side then what is vaadin for? On Tue, Jul 3, 2012 at 8:10 PM, Harpal Grover wrote: > This is great news. > > Finally, aesthetically appealing widgets for GWT. Been wanting som

How to use CssResource from dependency jar

2012-07-10 Thread Oleksandr.Bezhan
Hi everybody. I have two projects: main project and child. Main project packaging is JAR and child packaging is WAR. Main project has following resource: public interface MyClientBundle extends ClientBundle { @Source("./style.css") MyCssResource style(); } And there is also 'style.css' fi

com.google.gwt.user.client.rpc.StatusCodeException: 12002

2012-07-10 Thread Ibtissam HAIDOUDI
Hi all, Please, i need your help when i use FF it works fine, but in Internet Explorer it give me this error : com.google.gwt.user.client.rpc.StatusCodeException: 12002 . -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this

Googlebot not see tag

2012-07-10 Thread Roman Kudashew
Hi. First i want to tell you - my english very bad, please try to understand me.At the present time i make music site. All its code is written on ajax. I was read foolowing http://support.google.com/webmasters/bin/answer.py?hl=en&answer=174992 artikle. Everything works fine, however, there is

Re: Elemental in GWT 2.5 is what?

2012-07-10 Thread mp31415
Thank you very much Thomas for the expanded answer. (I'm somewhat worried about GWT as a "bus factor" looks close to one). I understand what you say, but my question is more of an Elemental consumer nature. I mean it's definitely a big time saver for the GWT team to generate semi-magically all

Function behaving differently when called with variables and constants

2012-07-10 Thread marklar
Hi, I'm using GWT + canvas to make a web app. I have a function called createWidget(Object, int, int) that takes some metadata and a position and draws it to the canvas. Everything works as expected, until I try to load previously placed widgets when the user revisits the page. After the page

  1   2   >