Re: CellTable CheckboxCell setTitle()

2011-12-26 Thread Vivek Dudani
Hey, thanks a lot Ed. It worked. On Dec 23, 5:33 pm, Ed post2edb...@gmail.com wrote: Override the method CheckboxCell.render(..) and add the title attribute as a string (see source of CheckboxCell). CheckboxCell is part of the CellWidget family and don't extend from Widget, which make them

Re: SuggestBox doesn't work with Editor Framework (well not like ValueListBox does)

2011-12-26 Thread Elhanan Maayan
and btw here's what i thought of... it's still in the rough, but basically it's a combination between ValueListBox and SuggestionBox (hence ValueSuggestionBox :) ), i've tried in my small sourceforge project and seems to be working (at least with requestFactory EntityProxies), so now i can use an

Re: GWT-RCharts Released (An interactive client side Charting Library with 3D CHARTS)

2011-12-26 Thread saurabh saurabh
Ya I see that now on IE9. Sorry guys now its a major issue, I ll try my best to resolve it as soon as possible. Thanks for all the appreciation. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Tree item height?

2011-12-26 Thread Kulnor
Been struggling for a few hours trying to change the Tree item row heights. I can alter the TreeItem height using Java or CSS but the children level never offset properly. See for example a tree with item height set to 20px and first node expanded: http://screencast.com/t/rX1t8RO0Lst5 Any

Re: Get widget size minus decorations

2011-12-26 Thread Zakaluka
I've been able to come up with a tentative solution. This is on GWT 2.4. I was looking to put in an image because I want to insert a small logo in the menu - that way people on small screens don't have to deal with a large header. Using only UiBinder (without any Java code) to do this doesn't

Re: Basic MDI (Multiple Document Interface) question

2011-12-26 Thread Zakaluka
I based my class on the ResizePanel found at http://code.google.com/p/resizepanel/ . I initially extended the concept to include resizing from any edge/ corner, just like on Windows. However, that introduced too many corner cases and required logic that greatly increased the complexity of the

Re: Get widget size minus decorations

2011-12-26 Thread Zakaluka
Hmm, it seems that I posted a reply to an imaginary question that I thought I had posted to GWT. In case anyone is still wondering, that question was: how to add a single image to a MenuBar? To answer the original question, I went with getting the clientWidth and clientHeight from the DOM.

Re: Creating image from base64

2011-12-26 Thread Ed
As far as I know the GWT libs don't have an Base64 encode/decode code that you can use in the client. But, there are people doing it. With regards of Google: http://stackoverflow.com/questions/2250421/how-do-i-encode-decode-short-strings-as-base64-using-gwt

Re: CellTable CheckboxCell setTitle()

2011-12-26 Thread Ed Bras
Good to hear :) On Mon, Dec 26, 2011 at 9:35 AM, Vivek Dudani vaxy.d...@gmail.com wrote: Hey, thanks a lot Ed. It worked. On Dec 23, 5:33 pm, Ed post2edb...@gmail.com wrote: Override the method CheckboxCell.render(..) and add the title attribute as a string (see source of CheckboxCell).

Dev mode in intellij IDEA

2011-12-26 Thread Kayode Odeyemi
Hello friends, Is anyone using Intellij IDEA for GWT/GAE development? If you are, could you please share your experience on how you run your application in dev mode? Thanks -- Odeyemi 'Kayode O. http://www.sinati.com. t: @charyorde -- You received this message because you are subscribed to

GWT Plugin does not work in Chrome 16.0.912.63 m on Windows 2008 64bit

2011-12-26 Thread mkn
Hi all When I run the GWT application in Eclipse and I open the link in Chrome it says I have to install the GWT plugin. So I did it and after the installation when I start the application again, the same message appears again even with the installed plugin. The plugin is listed in the Extensions

Re: Dev mode in intellij IDEA

2011-12-26 Thread Dennis Haupt
no idea what gae is, but i use idea+gwt. using devmode is easy. you just need to make sure all the sources are in the classpath. go to settings|compiler|resource pattern and add a pattern for all source files. then simply run devmode and point it at a *.gwt.xml when making a change, i recompile,

Re: Dev mode in intellij IDEA

2011-12-26 Thread Ernesto Oltra
Hi, I've been using Idea for months. - GAE Java + GWT for some projects. As HamsterOfDeath said: run the app, edit the files, and then F5 to reload the page. - I've used GAE Go too for the server side, so I have a terminal to run dev_appserver, and start GWT without the web server (devmode

Re: CellTable CheckboxCell setTitle()

2011-12-26 Thread Vivek Dudani
Hey, can u help me out with one more issue.. I need to add title for each row as Select row 1, Select row 2... and so on. can we put some dynamic string inside title attribute that will show row number in title(i.e. tooltip) for each row or any other way of achieving it? Please workaround if

Re: GWT-RCharts Released (An interactive client side Charting Library with 3D CHARTS)

2011-12-26 Thread saurabh saurabh
pheww, Hi everyone, = GWT-RCHARTS IS WORKING IN INTERNET EXPLORER 9 TOO === I got a good news here gwt-rcharts is working in order in IE9 too . Actually the showcase site got some

Small library for handling GWT's history. Connected with Places and Activities

2011-12-26 Thread Kostya Kulagin
A little library which (from my point of view) could help handling GWT history. See http://code.google.com/p/gwt-state-navigator/ Maybe someone will find it usefull. We did. Any questions are welcome. -- You received this message because you are subscribed to the Google Groups Google Web

500 The call failed on the server

2011-12-26 Thread sonal
package com.uis.loginuser.server; import com.uis.loginuser.client.GreetingService; import com.uis.loginuser.shared.FieldVerifier; import com.google.gwt.user.server.rpc.RemoteServiceServlet; import java.net.ConnectException; import java.sql.Connection; import java.sql.DriverManager; import

Documentation of GWT

2011-12-26 Thread vaibhav jain
Hi, I am new to GWT.I have seen documentation of GWT available on links like http://code.google.com.I want to know if there is any way to download this documentation as a PDF because i have limited access to internet. Thanks and Regards, Vaibhav -- You received this message because you are

Cell Table Header Sorting Symbol Overlap

2011-12-26 Thread ayaon bakshi
Hi, I have implemented Cell Table in my application. The headers of my cell table is having labels as well as sort symbols. As the size of cell table changes dynamically on clicking. If i click the sort icon of cell table if the size of column is too small my sorting icon is getting overlapped

Re: CellTable CheckboxCell setTitle()

2011-12-26 Thread divStar
Hey Vivek, this might be relevant for you: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/512c65f0f8a3d0bc/cec88ea01013338c?lnk=gstq=celltable+title#cec88ea01013338c --- In GWT 2.5, you'll be able to provide your own CellTableBuilder (you'll probably subclass the

Re: Java for back end coding

2011-12-26 Thread divStar
Basically you COULD use php for backend - and instead of relying on GWT-RPC, you could use a RequestFactory and push the objects around using JSON or XML. However I think it's a lot easier to develop backend services in Java, because then you can manage you entire project within eclipse for

Re: I made Selenium + GWT setup instructions

2011-12-26 Thread Brandon Donnelson
Thanks. I've also added a little bit more, ClickAndWait example: http://c.gwt-examples.com/home/testing/selenium-testing -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: I made Selenium + GWT setup instructions

2011-12-26 Thread Ashwin Desikan
Brandon, Great Work! Cheers Ashwin On Sunday 25 December 2011 05:10 AM, Brandon Donnelson wrote: Here are some selenium setup instructions on my site using the ChromeDriver. You could easily use Firefox WebDriver too. http://c.gwt-examples.com/home/testing/selenium-testing Brandon

Re: Java for back end coding

2011-12-26 Thread Mohamed Turki
Thanks everyone for your responses. I just thought maybe I should give you more information so the responses can be more concrete. My goal is to create a sort of forge where students here (in Tunisia) can start and collaborate in open source projects (just hoping students will be more motivated to

Re: I made Selenium + GWT setup instructions

2011-12-26 Thread Brandon Donnelson
Thanks. And I thought I add a video tutorial for it. http://www.youtube.com/watch?v=MAc1cWx2DaE -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: I made Selenium + GWT setup instructions

2011-12-26 Thread Ed Bras
:) I miss the Christmas Carols in the background... Happy Christmas ;) On Mon, Dec 26, 2011 at 8:38 PM, Brandon Donnelson branflake2...@gmail.comwrote: Thanks. And I thought I add a video tutorial for it. http://www.youtube.com/watch?v=MAc1cWx2DaE -- You received this message because you

checking out the gwt code into eclipse create a chicken egg problem..

2011-12-26 Thread Elhanan
hi.. i'm trying to checkout the gwt source code, cause i'm thinking about contributing a widget of ValueSuggestionBox , so far i saw the eclipse folder in svn, but the readme.txt is a little confusing . it states that i should launch eclipse from trunk/eclipes folder, BUT, how would i do

Re: Documentation of GWT

2011-12-26 Thread Elhanan
tee- hee-hee :) take a number dude, (seriously i'm talking an actual number here), this has it's own special issue in code.google, and was starred so many times. GWT may seem like all there, but sometimes it looks like it's running like a start-up... -- You received this message because you

Re: GWT and Hibernate

2011-12-26 Thread Elhanan
the ideal of of one class that rules them all may sound great at first, especially if your'e coming of plain old server side where you use spring hibernate and what not, and you take for granted that hibernate does behind the scenes. but in gwt, you have to be painfully aware of this. the

Re: checking out the gwt code into eclipse create a chicken egg problem..

2011-12-26 Thread Jens
Just start Eclipse as normal. I have never started it from the trunk/eclipse folder and it has always worked for me. Just follow the rest of the readme.txt to setup your Eclipse correctly. -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: RequestFactory Imposible To use

2011-12-26 Thread MagusDrk
Hi Aidan. I did what you said about catch the null pointer exception, It looked like the servlet for the request factory was bad mapped (but it was never warned on compilation/excecution time). I re-mapped the servlet as the bellow page says and it worked (for now, because I proved with the more

Re: Creating image from base64

2011-12-26 Thread Mark
The OP didn't say anything about a specific browser; this is the only solution I know of for client-side handling of base64 data using GWT. I would suggest that you make an HTML element containing an img src=.../ that points to a servlet that will stream the decoded data back to you. On Dec 26,

Why GWT HTTP client can't receive HTTP response

2011-12-26 Thread Justin@GWT
I follow the example code provided by Google GWT to send a HTTP GET request and receive the response. The GET request was sent out successfully, but can't receive response message. Actually the response message has been sent back, according to Wireshark trace. Does anybody know why?

Reporting in GWT

2011-12-26 Thread kaung myat
Hi all, I want to create a web page report with gwt. What kind of report can i use with gwt? If u have any solution, plz point me... -- 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: Why GWT HTTP client can't receive HTTP response

2011-12-26 Thread Alfredo Quiroga-Villamil
See: http://code.google.com/webtoolkit/doc/1.6/FAQ_Server.html Look for SOP. Regards, Alfredo On Mon, Dec 26, 2011 at 8:57 PM, Justin@GWT justi...@gmail.com wrote: I follow the example code provided by Google GWT to send a HTTP GET request and receive the response. The GET request was sent

Re: GWT Plugin does not work in Chrome 16.0.912.63 m on Windows 2008 64bit

2011-12-26 Thread Mohit
Hi, I faced a similar problem. But when I started the app next time, the browser start complaining that plugin is missing. I then install the missing plugin. After that, its working fine. May be try removing the plugin (if already installed) and install it again. Cheers, Mohit On Dec 26, 5:23 

Re: Why GWT HTTP client can't receive HTTP response

2011-12-26 Thread Justin@GWT
Thanks. Is there any workaround about the SOP? I would like to fetch some XML data, but not JSON data. I tried to enable the cross-site host mode, but I was told cross-site hosted mode not yet implemented by GWT. Best Regards, Justin -- You received this message because you are subscribed to

widget's parent does not implement HasWidgets

2011-12-26 Thread mars
hi, i m having trouble with my GWT web app. i use the gwt-presenter module and try to follow it, but it failed at entryPoint file at the line RootPanel.get().add(appPresenter.getDisplay().asWidget()); throw the message as: java.lang.IllegalStateException: This widget's parent does

Re: Session management in GWT

2011-12-26 Thread Albert van Veen
Auch, that looks kind of obvious:(. That did the trick. Thanks all for your help. On 15 December 2011 15:03, Jens jens.nehlme...@gmail.com wrote: In your session listener: session.**setMaxInactiveInterval(3); means that after 3 seconds without any request to your server, your server will