Re: Compiling GWT Trunk w/ Tests : Can't get past 50K tests passed

2012-03-16 Thread Hilco Wijbenga
On 16 March 2012 22:07, Joseph Lust wrote: > For my personal edification I've setup TeamCity to build all new GWT updates > from the Google SVN (yes, I checkout the tools folder too). Everything > builds fine (7min), but when I enable the tests in Ant, per the official GWT > build instructions, TC

GWT portlet issue

2012-03-16 Thread Nitheesh Chandran
Hello , I used gwt-portlets.jar file to create portlet in GWT. But i got compile time error like compiling module test.Testing2 [ERROR] Errors in 'jar:file:/home/user/Desktop/GWT%20PORTLET%20/gwt- portlets-0.0/gwt-portlets.jar!/org/gwtportlets/portlet/client/layout/ LayoutUtil.java' [ERR

Compiling GWT Trunk w/ Tests : Can't get past 50K tests passed

2012-03-16 Thread Joseph Lust
For my personal edification I've setup TeamCity to build all new GWT updates from the Google SVN (yes, I checkout the *tools* folder too). Everything builds fine (7min), but when I enable the tests in Ant, per the official GWT build instructions, TC dies at 2h 15m to OutOfMemory errors. I've se

Re: GWT FileUpload - Servlet options and handling response

2012-03-16 Thread Jim Douglas
Search for fileupload in this group; there are several posts that discuss the subject. On Friday, March 16, 2012 2:27:39 PM UTC-7, Ashish wrote: > > I am new to GWT and am trying to implement a file upload > functionality. Found some implementation help over the internet and > used that as refe

GWT FileUpload - Servlet options and handling response

2012-03-16 Thread Ashish
I am new to GWT and am trying to implement a file upload functionality. Found some implementation help over the internet and used that as reference. But have some questions related to that: The actual upload or writing the contents of file on server(or disk) will be done by a servlet. Is it necess

Upload base64

2012-03-16 Thread IHateSoda
Hello, I'm using HTML5 Drag and Drop in my application, the DND works but I can't upload the image to the server, the format is base64 (data:image/ jpeg;base64,/9j/4AAQSkZJRgAB). I need to upload this image and after create this image in my WAR Directory. I need some help plz -- You rec

Re: GWT Dev plug-in for Firefox 11

2012-03-16 Thread Alan Leung
I am working on it On Fri, Mar 16, 2012 at 6:10 AM, Paul Wujek wrote: > Today Ubuntu is asking me to update for FF11, but of course this will kill > my development environment. > > Is there an estimate of when the GWT plug-in will be available? > > -- > You received this message because you are

Re: ff11 gwt dev plugin

2012-03-16 Thread Eike Thies
to sad that i think you have a point here :( arghhh... where is my firefox portable just to test my gwt application :P Am Freitag, 16. März 2012 15:08:13 UTC+1 schrieb Olivier Scherler: > > I’m wondering, how long until Mozilla releases new version of Firefox > faster than the GWT community can

sending a data stream directly to a client printer via GWT

2012-03-16 Thread Holly
Hi, I'm evaluating if a switch from JSF/OpenFaces to GWT would make things easier and more reliable for a web app I'm working on. Currently it is very hard to get the page to look the same in all broswer and even behave the same. From what I read so far GWT sounds like it would make this job easie

Native javascript

2012-03-16 Thread dvarrin
Hi, I want to use a virtual keyboard in a GWT application. I've included the keyboard.js script in the HTML page. and now I want to use it through a JSNI native method in my Java class. The code in the keyboard.js file is something like this: var VKI_attach, VKI_close; (function() { ... V

Defining a Jetty realm in hosted mode

2012-03-16 Thread TimD
I am using GWT 2.5.1 in Eclipse Indigo. I am trying to configure basic authentication in hosted mode and I'm running into the following warning when I launch my app: Starting Jetty on port [WARN] Unknown realm: myRealm When I try to access the app URL I get: HTTP ERROR: 404 NOT_FOUND R

GWT Dev plug-in for Firefox 11

2012-03-16 Thread Paul Wujek
Today Ubuntu is asking me to update for FF11, but of course this will kill my development environment. Is there an estimate of when the GWT plug-in will be available? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussio

JBoss+WAR+RPC+GWT Concepts understanding

2012-03-16 Thread Anto
Hi, this is my first time around and I have a bunch of doubts but I'm gonna try to be precise. I have to complete a task which involves 4 majors terms I'm not very related with. JBoss, GWT, RPC and WAR The task is: To make a web project in WAR format which must have a GWT app. This app must have a

Re: ff11 gwt dev plugin

2012-03-16 Thread Alan Leung
Wow! I didn't know it was released already. Some how I thought I had more time until FF11. I'll get on it. thanks for the reminder. -Alan On Fri, Mar 16, 2012 at 7:08 AM, Olivier Scherler wrote: > I’m wondering, how long until Mozilla releases new version of Firefox > faster than the GWT comm

Re: GWT support for Safari on Windows

2012-03-16 Thread jsg
I've opened a new issue for this topic. http://code.google.com/p/google-web-toolkit/issues/detail?id=7255 On Friday, 16 March 2012 18:37:44 UTC+2, Paul Stockley wrote: > > Devmode on safari is only supported when using a mac. > > On Friday, March 16, 2012 10:24:21 AM UTC-4, jsg wrote: >> >> I hav

Re: GWT support for Safari on Windows

2012-03-16 Thread Paul Stockley
Devmode on safari is only supported when using a mac. On Friday, March 16, 2012 10:24:21 AM UTC-4, jsg wrote: > > I have just used the workaround for issue 6601 , but running Safari 4.0.5 > or less than 5.1 does not result in an installable version for GWT-plugin > for Windows. > > On Friday, 16

Re: celltable - howto use an image as background of the entire table or at least for some rows

2012-03-16 Thread Adolfo Panizo Touzon
I'm sure that isn't an elegant solution, but you can try this: * yourTable.getElement.getParentElement().getStyle.setBackgroundImage(yourImageValue); * You must stop to call getParentElement(), when you be in the top of the table. Regards, Adolfo. 2012/3/16 JoseM > You can try a hack li

Re: GWT support for Safari on Windows

2012-03-16 Thread jsg
I have just used the workaround for issue 6601 , but running Safari 4.0.5 or less than 5.1 does not result in an installable version for GWT-plugin for Windows. On Friday, 16 March 2012 15:40:18 UTC+2, Patrick Tucker wrote: > > Or here?: > http://code.google.com/p/google-web-toolkit/issues/detai

Re: ff11 gwt dev plugin

2012-03-16 Thread Olivier Scherler
I’m wondering, how long until Mozilla releases new version of Firefox faster than the GWT community can recompile the plugin? On 16 March 2012 14:25, Fabricio Pizzichillo wrote: > Hello Alan. > Can you compile the plugin for FF11? > > regards -- You received this message because you are subscr

Re: Playing video with Gwt

2012-03-16 Thread dodo dard
You can create a wrapper that call javascript API of HTML5 Video. Look how you can do it in www.html5bydemo.com video section. Le vendredi 16 mars 2012 10:39:41 UTC+1, Ahmet Dakoglu a écrit : > > Anyone can give a suggestion on how to play video files within Gwt beside > Flash ?, So far i ' ve t

Re: celltable - howto use an image as background of the entire table or at least for some rows

2012-03-16 Thread JoseM
You can try a hack like this, although maybe the syntax would be a little different for you. static { StyleInjector.injectAtEnd("."+tableResources .cellTableStyle().cellTableHoveredRow()+" tr {background-image: url(image.jpg);}"); } On Thursday, March 15, 2012 12:04:24 AM UTC-4, David Gonza

Re: GWT support for Safari on Windows

2012-03-16 Thread Patrick Tucker
Or here?: http://code.google.com/p/google-web-toolkit/issues/detail?id=5341 On Thursday, March 15, 2012 9:08:28 AM UTC-4, jsg wrote: > Hello, > > I'm developing a mgwt application for > iPads. I'm doing the development on Windows and Safari offers the best > tes

Re: GWT support for Safari on Windows

2012-03-16 Thread Patrick Tucker
Take a look here: http://code.google.com/p/google-web-toolkit/issues/detail?id=6601 On Thursday, March 15, 2012 9:08:28 AM UTC-4, jsg wrote: > Hello, > > I'm developing a mgwt application for > iPads. I'm doing the development on Windows and Safari offers the bes

Re: base64 to image in gwt client

2012-03-16 Thread Derek
When I needed to do that, I just copied and pasted the code out of GWT's ClientBundle image stuff: private String toBase64(byte[] data) { // This is bad, but I am lazy and don't want to write _another_ encoder sun.misc.BASE64Encoder enc = new sun.misc.BASE64Encoder(

Re: Appending a String within a ClickHandler.

2012-03-16 Thread Patrick Tucker
You have a few different options: 1. Use an object like StringBuilder, which stores a string that is modifiable. 2. Wrap your string in a custom object which can be final, acts like a place holder. 3. ... I generally use number 2, unless of coarse I am modifying the string, then

Re: base64 to image in gwt client

2012-03-16 Thread Jens
GWT's Base64Utils does not use the standard MIME-Base64 characters (see Base64Utils.base64Chars Javadoc) so browsers do not understand your data URI. You have to choose a standard conform MIME-Base64 encoding. Also keep in mind that IE6/7 do not support data URIs and IE8 has a 32kb limit. -- J

Re: GChart has encountered a problem

2012-03-16 Thread Alex Korolkov
RTFM: http://clientsidegchart.googlecode.com/svn/trunk/javadoc/com/googlecode/gchart/client/package-summary.html#InstallingGChart Add the following line to your project's GWT module file (that's the one beginning with your own application's module name, and ending in .gwt.xml): -- You

Google maps in a frame

2012-03-16 Thread Wael Ksentini
I am a new Google Web Toolkit user. I have to write a program with netbeans in which I should have two Text fields and a button. When running the program a frame should open with the two text fields and the button where i have to introduce the coordinate of a place and by clicking on the button the

base64 to image in gwt client

2012-03-16 Thread Amruta Deshpande
I have a image in form of byte array on my server. I m encoding it with base64 as follows byte[] bytes = bos.toByteArray(); String base64 = com.google.gwt.user.server.Base64Utils.toBase64(bytes); base64 = "data:image/jpg;base64,"+base64; I am using GWT on client side. I want to displa

Re: chrome - prompting me to install gwt plugin but already installed

2012-03-16 Thread kenyon
> > This is still broken on Mac OS X, Chrome 17.0.963.79, GWT Plugin 1.0.9738. > Asks to install plugin after every Chrome restart. > -- 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://group

Re: GWT PORTLET

2012-03-16 Thread Nitheesh Chandran
I have used that link and followed the instructions but it does not seem to be worked. In that tutorial they are saying about the integration of GWT to portlet ,i mean to display GWT output inside a portlet. I want the opposite ,i want to display a portlet which i created using LifeRay when a user

Re: please help y ds code is not working

2012-03-16 Thread Jens
Yes, only your server can talk to the database. Out of the box you can only use JRE classes on client side that are already emulated by GWT. You can see a list of emulated classes at: http://code.google.com/intl/de-DE/webtoolkit/doc/latest/RefJreEmulation.html -- J. > -- You received this m

Re: please help y ds code is not working

2012-03-16 Thread vijay
> > so, do i need to hv connection code in server 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/-/z8uSIC99EI8J. To post to this gr

Re: Playing video with Gwt

2012-03-16 Thread Ahmet Dakoglu
Anyone can give a suggestion on how to play video files within Gwt beside Flash ?, So far i ' ve tried bst player and http://code.google.com/p/gwt-html5-video/ On Thu, Mar 15, 2012 at 9:12 PM, Sebastian Gurin wrote: > tipically flash based video players will only support the flv and mp3 > (audio

Re: please help y ds code is not working

2012-03-16 Thread Thomas Broyer
Do you honestly expect your web browser to directly talk to your MySQL database? See http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsClient.html (first paragraph, last sentence) On Friday, March 16, 2012 10:27:00 AM UTC+1, vijay wrote: > > package conn.client; > > import java.

Re: browser forward button does not respect mayStop

2012-03-16 Thread Thomas Broyer
On Thursday, March 15, 2012 8:32:10 PM UTC+1, Constantino wrote: > > When I execute this app: > > > http://code.google.com/p/google-web-toolkit/downloads/detail?name=Tutorial-hellomvp-2.1.zip > > > I initially click on the "Say good-bye" link, then click on "OK" and I > see the "Good-bye" mes

please help y ds code is not working

2012-03-16 Thread vijay Rana Bhat
package conn.client; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.ResultSet; import com.google.gwt.core.client.EntryPoint; import com.google.gwt.dev.generator.ast.Statement; public class login implements EntryPoint {

Re: GWT PORTLET

2012-03-16 Thread dodo dard
Follow this tutorial, is within the liferay website : http://www.liferay.com/web/guest/community/wiki/-/wiki/Main/How+to+build+a+GWT+Portlet+in+Liferay Give us the feedback if there is something you dont understand. = www.html5bydemo.com Le jeudi 15 mars 2012 11:33:29 UTC+1, Nithe

Re: Client Server StockWathcer Sample Program

2012-03-16 Thread dodo dard
Can you give us more clues, you can find the log in your appspot admin dashboard. Regards, Bowie = www.html5bydemo.com Le jeudi 15 mars 2012 21:59:17 UTC+1, Andri Firstianto a écrit : > > Dear All, > > i try the sample program StockWatcher with client server communication > -

Re: one language permutation to much - need only default + en

2012-03-16 Thread tanteanni
the workaround mentioned in ticket 5769 works: thx again :-) On Thursday, 15 March 2012 17:22:34 UTC+1, Jens wrote: > > See: http://code.google.com/p/google-web-toolkit/issues/detail?id=5769#c1 > > -- J. > > Am Do

Re: one language permutation to much - need only default + en

2012-03-16 Thread tanteanni
thx i'll try it On Thursday, 15 March 2012 17:22:34 UTC+1, Jens wrote: > > See: http://code.google.com/p/google-web-toolkit/issues/detail?id=5769#c1 > > -- J. > > Am Donnerstag, 15. März 2012 15:11:48 UTC+1 schrieb tanteanni: >> >> At the moment my application's gwt.xml looks as foolows: >> ... >>

Re: Register your company if you are using GWT

2012-03-16 Thread P.G.Taboada
Thanks. I once did add every single option possible, and people stopped filling in because I was asking too much. Here I am doing it exactly the other way around. Just asking for great and mainstream, to provide a few fancy charts. I am already asking too much, lots of people not entering data

Re: Register your company if you are using GWT

2012-03-16 Thread P.G.Taboada
Thank you very much for the feedback. Just looked, working fine from here. Does it still not work for you? Could you refresh/ reload the page? On Friday, March 16, 2012 7:20:57 AM UTC+1, Sarjith wrote: > > > well, > http://gwtreferencelist.appspot.com/

Re: Register your company if you are using GWT

2012-03-16 Thread Kanagaraj M
working fine in chrome. 30+ companies added. On Friday, 16 March 2012 11:50:57 UTC+5:30, Sarjith wrote: > > > well, > http://gwtreferencelist.appspot.com/ > doesnt > work well for me... using chrome/ubuntu > > -- > Sarjith > > > > On Fri, Mar