Re: The Future of GWT Report 2012 Published

2012-12-06 Thread Drew Spencer
Here here. We're meant to be building an open source community. Open, free, for everyone. Please make the pdf available on a public link so we can download it anonymously. On 5 Dec 2012 20:48, RAlfoeldi ralfoe...@gmail.com wrote: This survey is based on data collected from GWT users and should be

Sorry, the GWT Developer Plugin only supports Firefox 3.0 - 15.0 at present

2012-12-06 Thread Sridhar Nalam
hi all i didn't find google developer plugin for windows 8 Firefox browser 17.0.1. how can i solve this? please help me. -- 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: The Future of GWT Report 2012 Published

2012-12-06 Thread Drew Spencer
Here here. We're meant to be building an open source community aren't we? Open, free, for everyone. Please make the pdf available on a public link so it can be downloaded anonymously, Vaadin. On 5 Dec 2012 20:48, RAlfoeldi ralfoe...@gmail.com wrote: This survey is based on data collected from

Re: TextBox with pre-filled suggestion

2012-12-06 Thread Drew Spencer
Wow, when I think of the hassle I went through writing JS to do this on my site a few years ago, and now HTML5 makes it that easy now! I shouldn't be bitter, but I am :) On Wednesday, 5 December 2012 10:27:25 UTC, dcheeky77 wrote: I confirm that both solutions worked!! Thank you very much!

Re: TextBox with pre-filled suggestion

2012-12-06 Thread Jens
Well if you want it in IE 10 you still need JS to do so. Simply read the placeholder attribute through JS and set the value into the Textbox if the textbox is empty and not focused. On focus clear the textbox if it contains the placeholder text. -- J. Am Donnerstag, 6. Dezember 2012 13:56:33

Re: Sorry, the GWT Developer Plugin only supports Firefox 3.0 - 15.0 at present

2012-12-06 Thread Dimitrijević Ivan
http://code.google.com/p/google-web-toolkit/source/browse/trunk/plugins/xpcom/prebuilt/gwt-dev-plugin.xpi *Click on View Raw file.* On Thursday, December 6, 2012 12:02:13 PM UTC+1, Sridhar Nalam wrote: hi all i didn't find google developer plugin for windows 8 Firefox browser 17.0.1. how

Re: DataGrid with a Frozen Column?

2012-12-06 Thread Alex opn
I haven't tried the TableBuilder yet but if it's possible it's by using it imo. Have you had a look into the CustomDataGrid-Examplehttp://gwt.google.com/samples/Showcase/Showcase.html#%21CwCustomDataGrid? As I'm currently working a lot with DataGrids I can maybe tell you in some time : )

Re: Sorry, the GWT Developer Plugin only supports Firefox 3.0 - 15.0 at present

2012-12-06 Thread Thomas Broyer
On Thursday, December 6, 2012 12:02:13 PM UTC+1, Sridhar Nalam wrote: hi all i didn't find google developer plugin for windows 8 Firefox browser 17.0.1. how can i solve this? It looks like the missing plugin page is outdated. The plugin for other systems link should give access to the

Re: The Future of GWT Report 2012 Published

2012-12-06 Thread Sebastián Gurin
mine http://code.google.com/p/raphael4gwt/ has support for some charts types of graphael like bar, pie, line, grid, sunburst, radar, etc.- See the demo: http://cancerbero.vacau.com/gwt/graphael4gwtGallery On Tuesday, December 4, 2012 6:05:26 PM UTC-2, James wrote: I am evaluating a chart

How to Show GWT Development Mode Console?

2012-12-06 Thread tinnitus007
I have always only ever used GWT with the GWT Designer plugin also installed. I only noticed because I recently installed Eclipse 4.2, but GWT Designer is only current to 3.7 ?? And now I see that apparently it is GWT Designer that supplies the Launch Configuration types GWT Application and

Re: How to Show GWT Development Mode Console?

2012-12-06 Thread Jens
The DevMode View inside Eclipse gives you the same information as the independent DevMode window. In the independent DevMode window you also have a tab showing jetty log output. This Jetty log output can be found in Eclipse console if I remember correctly (I use an external server). So its not

Re: GWT Plugin for Firefox 13

2012-12-06 Thread David Hoffer
Yes that works well, thanks! -Dave On Wed, Dec 5, 2012 at 7:02 PM, Thomas Broyer t.bro...@gmail.com wrote: The XPI from the SVN works (should work) for all versions of Firefox back to 3.0, as we're adding new DLLs/SOs/DYLIBs for each new Firefox version:

Re: How to Show GWT Development Mode Console?

2012-12-06 Thread tinnitus007
OK, now that I've been using the GPE console a few hours, I think I like it better, due to one advantage: The GWT Development Mode console shows a helpful stack trace: https://lh4.googleusercontent.com/-_O43-mjsJAc/UMEVSFRquEI/ABE/6EKF4Vra9kM/s1600/GWTDevConsoleRef.png But the GPE

Re: file upload path gives full path

2012-12-06 Thread Thad
Try Apache Commons IO (http://commons.apache.org/io/ ), org.apache.commons.io.FilenameUtils On Tuesday, December 4, 2012 12:30:17 AM UTC-5, sreenivas wrote: Hi, I am uploading a file to server. when from firefox , it is giving only the file name, when i access through fileItem.getName().

Re: Sorry, the GWT Developer Plugin only supports Firefox 3.0 - 15.0 at present

2012-12-06 Thread Juan Chico
http://notepad2.blogspot.com.au/2012/11/gwt-developers-plugin-for-firefox-17.html 2012/12/6 Sridhar Nalam sridhar.na...@kawanan.com hi all i didn't find google developer plugin for windows 8 Firefox browser 17.0.1. how can i solve this? please help me. -- You received this message

Java Developer with GWT GXT Opportunity in Durham, NC

2012-12-06 Thread Shayne Schmidt
Hello, I have an opportunity for a Java Developer in Durham, NC for contract to straight to hire position. This opportunity is in the Healthcare industry with a Fortune 15 company. If you or someone you know would be interested and qualified according to the job description below, please

Dataprovider only updating visible displays

2012-12-06 Thread Alexander T
Hi. We have multiple DataGrids sharing the same DataProvider. What seems to happen is that only the visible DataGrids get updated when the data from the provider changes. Other displays residing in other tabs in our tab panes seems to hold the data, but when you change to their tabs they all

Re: Debug GWT in JBOSS

2012-12-06 Thread James
I am running JBoss 5.1 in Eclipse 3.7.2 with JBoss tool plugin 2.3. I can not debug gwt application in this environment. I always get RequestProcessor - Invalid path /approval/hosted was requested. 1. I can launch a GWT code server from Eclipse with following program arguments: -war

Urgent help on GWT debug at Struts 1 struts 2

2012-12-06 Thread Leon
I am running JBoss 5.1 in Eclipse 3.7.2 with JBoss tool plugin 2.3. I can not debug gwt application in this environment. I always get RequestProcessor - Invalid path /approval/hosted was requested. 1. I can launch a GWT code server from Eclipse with following program arguments: -war

GWT and Web Cam

2012-12-06 Thread Christopher
Hi All, My GWT version is 2.4.0 My Query is , In my application a requirement to capture images through webcam . What is the best way to do it. Thanks, Christopher -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this

java.security.AccessControlException: access denied

2012-12-06 Thread enso
Hi, how do I get permission to read a file (xls or csv) from my c:/-drive? com.google.gwt.user.server.rpc.UnexpectedException: Service method [...]throws java.io.IOException' threw an unexpected exception:java.security.AccessControlException: access denied -- You received this message because

urgent help for GWT debug in JBoss, Strut 12.

2012-12-06 Thread James
My finished one GWT module for an old strut 1 2 application, which is running in JBoss 5.1. This module is deployed into production after I finished using mock objects for RPC. Now I am trying to debug this application in Eclipse 3.7.2 with JBoss tool plugin 2.3. I can not debug gwt

Re: The Future of GWT Report 2012 Published

2012-12-06 Thread Laurent Mignon
+1 not really in the spirit of OpenSource. I've also some reserve to see Vaadin presented as a drop-in replacement for GWT. GWT is a great framework to build Client-Side RIA in java. Vaadin provides 3 development models. GWT only promotes and supports one of them. I'm afraid too to see GWT

GWT XMLParser

2012-12-06 Thread Laura
Hi, first i have to admit, that I do not have much experience with programming yet. At the moment im working with GWT and i am trying to parse and XML file. I added inherits name=com.google.gwt.xml.XML / to the project.gwt.xmlfile, which already existed in my main package (im using an eclipse

Re: file upload path gives full path

2012-12-06 Thread Jim Douglas
You'll find more than you want to know about it if you google fakepath. http://blogs.msdn.com/b/ie/archive/2009/03/20/rtm-platform-changes.aspx On Dec 3, 9:30 pm, sreenivas putta.sreeni...@gmail.com wrote: Hi, I am uploading a file to server. when from firefox , it is giving only the file

Error When compiling the application

2012-12-06 Thread dilantha silva
Hi All, Im getting this error when trying to compile the GWT application. Any Idea ? Thanks in advance.. [ERROR] Failure while parsing XML org.xml.sax.SAXNotRecognizedException: Feature: http://apache.org/xml/features/nonvalidating/load-external-dtd at