gwt virtual keyboard

2011-12-30 Thread Amrutha Thomas
Hiii, In my virtual keyboard I made my caplock key on by using the code image_29.addClickListener( *new* ClickListener(){ *public* *void* onClick(Widget sender){ capsOn=*true*; } }); Now on the second click I need to off my caplock key.How can I code for that?? -- with best regards,

gwt

2011-12-30 Thread Amrutha Thomas
Hiii, Can anyone tell me how to change focus from one textbox to another textbox using gwt? -- with best regards, Amrutha -- 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: gwt

2011-12-30 Thread Ed Bras
For any widget element: /** * Sets the focus state of the element. * @param focused the new focus state */ public native void setFocus(Element elem, boolean focused) /*-{ try { if (focused) elem.focus(); else elem.blur(); } catch(err) { } }-*/; On Fri, Dec 30, 2011 at 10:31 AM, Amrutha Thomas

Re: GWT application freezes when new version is deployed while using it

2011-12-30 Thread Thomas Broyer
What do you mean by a freeze? and a full refresh? 1. users won't have the new version unless they refresh (F5) the page. For this though, you have to ensure the *.nocache.js is effectively not cached by browsers or proxies (or at a minimum cached with a must-revalidate condition)

Re: Abridged summary of google-web-toolkit@googlegroups.com - 29 Messages in 16 Topics

2011-12-30 Thread xavier . ivanez
NOUVEAU - BORE@L INFORMATIQUE INTEGRE JPA CONSULTANTS Afin de mieux vous servir, nos deux sociétés ont décidé de réunir leurs compétences et leur professionnalisme sous le nom de JPA CONSULTANTS SA . Par ce partenariat, nous nous améliorerons sur les points suivants : • Logiciel :

Re: Date and Time in Annotated TimeLine GWT

2011-12-30 Thread Sean
What happens when you zoom in further? I only see the time when I am sub-day in my zoom. Also, do you have more then one data point / day? With these options I get a time when I zoom in: m_chartOptions = AnnotatedTimeLine.Options.create(); m_chartOptions.setDisplayAnnotations(true);

Cannot install Eclipse GWT (and other Google)-plug-ins

2011-12-30 Thread Clundahl
Hi I run a VirtualBox on a 64 bit Windows 7, inside this I run a Ubuntu 10.11 (32-bit). The first thing i did when installation completed i ran sudo apt-get install openjdk-6-jdk And installed this (I have also tried with openjdk-7-jdk). Then i installed eclipse (turned out to be the Indigo

Re: GWT application freezes when new version is deployed while using it

2011-12-30 Thread mayumi
Hi Thomas! Thanks for the reply. Freeze means the whole app becomes unresponsive (buttons are not clickable, etc) You can also observe in the developers tool that no further requests are made to the server from that point. Full refresh means F5 as you guessed. I am thinking the problem is #3 .

Re: Cannot install Eclipse GWT (and other Google)-plug-ins

2011-12-30 Thread Thad
Nope. I'm having the same problem trying to set up a Windows machine. (My Linux box, set up months ago, works fine.) And installed this (I have also tried with openjdk-7-jdk). Then i installed eclipse (turned out to be the Indigo release) and installed also the eclipse-jdts (nothing happened

Re: Serializing and Deserializing EntityProxy with created EntityProxy inside makes root EntityProxy have created EntityProxy's stableId

2011-12-30 Thread Kevin Jordan
That appears to be the problem. Hopefully they put in a fix for it since I could reproduce it 100% of the time and it's not an easy bug to track down where it's happening. Thank you for the fix though. On Dec 29, 6:13 pm, Aidan O'Kelly aida...@gmail.com wrote: There's an issue with

Deferred binding failed for ClientFactory

2011-12-30 Thread Thad
My app is running fine on my Linux machine with GWT 2.3. I'm now trying to build it on a Windows box with GWT 2.4 (Eclipse 3.6 in both cases). When I run it in devmode from Eclipse, I get this error: Uncaught exception: java.lang.RuntimeException: Deferred binding failed for

GWT Plugin is not installing in google chrome.

2011-12-30 Thread pandy .k
hi, i am using windows server 2003. i successfully installed Google chrome in server, i develop my project using Eclipse helios version and java updated 6 version. Google app engine plugin already installed in my Eclipse. now in my browser Google chrome i can't instally GWT plugin ... i don't know

How to handle the drag drop of a hyperlink in GWT

2011-12-30 Thread Shuai Yuan
Hi all, I want to handle the drag drop of hyperlinks in my app. The hyperlink could be from any where, therefore I cannot make it setDragable(true) and setData(link, the URL) to mark it. A very similar scenario would be Google Image search by image, where you can drag drop a link of image to

Re: gwt

2011-12-30 Thread Ian Bambury
textbox.setFocus(true); On 30 December 2011 09:49, Ed Bras post2edb...@gmail.com wrote: For any widget element: /** * Sets the focus state of the element. * @param focused the new focus state */ public native void setFocus(Element elem, boolean focused) /*-{ try { if (focused)

Re: Cannot install Eclipse GWT (and other Google)-plug-ins

2011-12-30 Thread Ian Bambury
Eventually I got it working by installing the 'Indigo Eclipse IDE for Java EE Developers' version. All of the other versions I tried gave me the problem you have, and none of the 'solutions' I found on the web worked (e.g. install something before something else, uninstall something and reinstall)

A new-comer nightmare, the learning curve and best-practices

2011-12-30 Thread João Peixoto
Hello everyone Just to clarify, this post is not a technical question, it's more me putting out there my concerns and hoping for guidance (not work to be done for me), so that is out of the way. Note: I read documentation, so i'm not talking in the dark completely. My objective: I want to learn

Re: Cannot install Eclipse GWT (and other Google)-plug-ins

2011-12-30 Thread Clundahl
Hi everybody and thank you for your input and help I think i cracked it just now. I started eclipse with root (or 'sudo eclipse' anyway). And then it worked! Thad - could it be as simple for you? That you just have to start eclipse with the admin authority? Happy new year to you all

Re: RequestFactory - Intermittent The AutoBean has been frozen on newly created

2011-12-30 Thread Jeff Rodriguez
That was it. *facepalm* Thanks for the help guys. On Dec 29, 3:56 pm, Thomas Broyer t.bro...@gmail.com wrote: I confirm the need to always use the same instance on the server side in a given request. I do believe it's a bug though fwiw. -- You received this message because you are

Create an Image object from a url that requires authentication

2011-12-30 Thread gerry
Hello all, I have some images stored in urls that are password protected, for example I have the url imageUrl = https://user:p...@mydomain.com. The problem is that I cannot use this url in the constructor of Image, because then everyone can view the source and know these credentials. Is there a

Something other than a Java object was returned from JSNI method

2011-12-30 Thread Ian Bambury
I keep getting errors like this (assert errors), seemingly at random. I haven't done a lot of testing, but it seems to be only in Chrome (latest version) when running in OOPHM. There are different versions (e.g. go an int when expecting void etc). I don't *think* it's me because I can leave the

Re: Something other than a Java object was returned from JSNI method

2011-12-30 Thread Thomas Broyer
Hi Ian, welcome back! See http://code.google.com/p/google-web-toolkit/issues/detail?id=5778#c65 -- 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: Cannot install Eclipse GWT (and other Google)-plug-ins

2011-12-30 Thread Thad
Nope, that didn't work either. Nor did trying to install the zip file downloaded from http://code.google.com/eclipse/docs/install-from-zip.html and running Eclipse as administrator. Gawd, I hate Windows. On Dec 30, 7:34 am, Clundahl claes.lund...@gmail.com wrote: Hi everybody and thank you for

Re: Cannot install Eclipse GWT (and other Google)-plug-ins

2011-12-30 Thread Alan
install oracle jdk, no open jdk 在 2011-12-30 下午9:19,Clundahl claes.lund...@gmail.com写道: Hi I run a VirtualBox on a 64 bit Windows 7, inside this I run a Ubuntu 10.11 (32-bit). The first thing i did when installation completed i ran sudo apt-get install openjdk-6-jdk And installed this

Re: gwt

2011-12-30 Thread Amrutha Thomas
but how can I change focus from one text box to another using this On Fri, Dec 30, 2011 at 4:09 AM, Ian Bambury ianbamb...@gmail.com wrote: textbox.setFocus(true); On 30 December 2011 09:49, Ed Bras post2edb...@gmail.com wrote: For any widget element: /** * Sets the focus state of the

DataGrid vs CellTable

2011-12-30 Thread Hamzeh
Hello, Can anyone tell me what is the difference between DataGrid and CellTable? When should we use which one? It seems GWT documentations uses CellTable in DataGrid API page as an example (http://google-web-toolkit.googlecode.com/svn/javadoc/latest/