Re: Problem with HTMLPanel and method addAndReplaceElement

2012-11-26 Thread Sarah Konat
I forgot to say that : In the SimpleEventBus class there's this exception: java.util.NoSuchElementException: cancel_date_detailService at com.google.gwt.user.client.ui.HTMLPanel.addAndReplaceElement(HTMLPanel.java:224) at be.mims.bookme.client.gui.FactoryDetailRdv.showDetailsDate(FactoryDetailR

Re: Problem with HTMLPanel and method addAndReplaceElement

2012-11-26 Thread Thomas Broyer
I believe I already answered on StackOverflow, but apparently I didn't. Done now: http://stackoverflow.com/a/13564770/116472 On Monday, November 26, 2012 12:55:38 PM UTC+1, Sarah Konat wrote: > > I forgot to say that : > > In the SimpleEventBus class there's this exception: > > java.util.NoSuchEl

Re: Problem with HTMLPanel and method addAndReplaceElement

2012-11-26 Thread Jens
The method is named addAndReplace so your element with your id is replaced the first time and does not exist anymore when you try to execute the code a second time. -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this dis

Re: es_AR locale is not using es_419 properties

2012-11-26 Thread Óscar Frías Barranco
OK, thanks, I have reported the issue here: http://code.google.com/p/google-web-toolkit/issues/detail?id=7808 El domingo, 25 de noviembre de 2012 03:26:22 UTC+1, Thomas Broyer escribió: > > > On Monday, November 19, 2012 7:45:16 PM UTC+1, Óscar Frías Barranco wrote: >> >> Hello. >> >> We are try

Re: enable/disable widgets?

2012-11-26 Thread Patrick Tucker
You really should take a look at the "Known Implementing Classes": http://google-web-toolkit.googlecode.com/svn/javadoc/2.2/com/google/gwt/user/client/ui/HasEnabled.html On Thursday, June 24, 2010 1:08:51 AM UTC-4, Magnus wrote: > Hello, > > I actually needed the functionality in the widget clas

Re: Firefox 17 dev plugin

2012-11-26 Thread koma
I can see here http://gwt-code-reviews.appspot.com/1870803/ that the plugin for FF17 Linux 64bit is ready for a couple of days; Are there any instructions availablle on how to build the plugin or is it available somewhere pre-built ? I feel kinda lucky as I am working on Ubuntu 64 bit, but it i

Re: Firefox 17 dev plugin

2012-11-26 Thread Thomas Broyer
On Monday, November 26, 2012 2:30:40 PM UTC+1, koma wrote: > > I can see here http://gwt-code-reviews.appspot.com/1870803/ that the > plugin for FF17 Linux 64bit is ready for a couple of days; Are there any > instructions availablle on how to build the plugin or is it available > somewhere pre-

Re: Firefox 17 dev plugin

2012-11-26 Thread Michael Joyner
Anyone willing to post this dev build? I just had my FF auto-update :( On Mon, Nov 26, 2012 at 9:12 AM, Thomas Broyer wrote: > > On Monday, November 26, 2012 2:30:40 PM UTC+1, koma wrote: >> >> I can see here >> http://gwt-code-reviews.**appspot.com/1870803/

Re: replace-with and when-property-is . . using it based on browser / user.agent value?

2012-11-26 Thread King_V
Thanks - that did the trick! -- 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/-/CK9UxsdOnPcJ. To post to this group, send email to google-web-tool

Re: Firefox 17 dev plugin

2012-11-26 Thread Alain Ekambi
CBBC jbbb j On Nov 22, 2012 1:31 PM, "Karl" wrote: > So here we go again, any idea when the dev mode plugin for firefox 17 will > be available? > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To view this discussion on the web vis

Re: Firefox 17 dev plugin

2012-11-26 Thread Thomas Broyer
On Monday, November 26, 2012 3:54:18 PM UTC+1, Michael Joyner wrote: > > Anyone willing to post this dev build? I just had my FF auto-update :( > Given that only the Linux x64 patch is ready, therefore assuming you're on Linux x64, can't you just "apt-get install firefox=16*" or equivalent? --

Issue with HeaderPanel content height in Safari and Chrome

2012-11-26 Thread Patrick Tucker
I have a layout that uses HeaderPanel that is having trouble in Safari and Chrome on Windows 7. I traced the problem to the footer content widget having a min-height value of 20px. If I remove this value the calculations work as expected. If you look in ResizeLayoutPanel.ImplStandard you can

Re: Firefox 17 dev plugin

2012-11-26 Thread Michael Joyner
On Mon, Nov 26, 2012 at 12:19 PM, Thomas Broyer wrote: > > > On Monday, November 26, 2012 3:54:18 PM UTC+1, Michael Joyner wrote: >> >> Anyone willing to post this dev build? I just had my FF auto-update :( >> > > Given that only the Linux x64 patch is ready, therefore assuming you're on > Linux

Re: Firefox 17 dev plugin

2012-11-26 Thread Daniel Kurth
It would have to be packaged first. I myself am using Ubuntu 12.04 etc and unfortunately have never seen it available that way (or at least in the default packages). On Monday, November 26, 2012 9:19:06 AM UTC-8, Thomas Broyer wrote: > > > > On Monday, November 26, 2012 3:54:18 PM UTC+1, Michael

Re: Firefox 17 dev plugin

2012-11-26 Thread Thomas Broyer
On Monday, November 26, 2012 6:59:08 PM UTC+1, Daniel Kurth wrote: > > It would have to be packaged first. I myself am using Ubuntu 12.04 etc and > unfortunately have never seen it available that way (or at least in the > default packages). > http://packages.ubuntu.com/precise/firefox ? -- Y

Re: Activities and places with MVP approach question

2012-11-26 Thread Jesse Hutton
I have previously used one activity for C and U, and another for R (and D). It basically came down to the fact that the views were mostly the same between those pairs, so they could be reused and the activity (and presenter) could figure out the details and which controls to show based the action i

Google Maps with GWT

2012-11-26 Thread Deepak Singh
Hi All, I am using gwt-maps.jar for integrating maps with our application. I am following the link http://code.google.com/p/gwt-google-apis/wiki/MapsGettingStarted GWT 2.5 version Code: Maps.loadMapsApi("", "2", false, new Runnable() { @Override public void run() { System.out .println("Yatra

Re: Firefox 17 dev plugin

2012-11-26 Thread Daniel Kurth
Yep, that's the package I see available for Firefox, but I don't think it includes the google plugin. I'd be happy to be wrong on that score, but to date I've used packages (from Debian..Ubuntu) for everything except the Firefox google plugin (for which I've instead relied on the gracious effor

(RequestFactory) Searching for issue related to http://bit.ly/SldSlF

2012-11-26 Thread Miroslav Genov
Hello, I'm searching for issue that is related to: http://stackoverflow.com/questions/12977922/gwt-requestfactory-performance-suggestions .Does anyone could point me to it cause I couldn't find it. Regards, Miroslav -- You received this message because you are subscribed to the Google Gro

problem in compiling project in GWT

2012-11-26 Thread program Angel
Hi I have started to do the GWT tutorials: https://developers.google.com/web-toolkit/doc/latest/tutorial/index I have finished all the mission up to "compiling your project", using eclipse and I have reach the "Step 8: Compiling a GWT Application"

Step 3 of tutorial

2012-11-26 Thread gwt/java newbie
I am on Step 3 of the tutorial using Eclipse and I tried to Run > Run As > Web application. When trying to view it I got this error: Exception while loading module com.google.gwt.sample.stockwatcher.client.StockWatcher. See Development Mode for details. java.lang.reflect.InvocationTargetExcep

Hello, please I need your help with "did you forget to inherit a required module"

2012-11-26 Thread Nicolas Moraes
Dear all: When I running my GWT app, I have the following error : No source code is available for type java.security.SecureRandom; did you forget to inherit a required module. This error occurs after include a security class, http://www.mindrot.org/projects/jBCrypt/ I read a lot of different

Re: Could not load GWT DMP Plugin

2012-11-26 Thread Mark Bosshard
Hey Brian It says "Your computer doesnt support this App" when I try downloading it from the appstore. However with drag and drop I get the gwt-plugin working, but it crashes with this error "Could not load GWT DMP" Plugin. I added 0.0.0.0, 127.0.0.1 as well as localhost both in server and loca

Re: Firefox 17 dev plugin

2012-11-26 Thread Michael Joyner
I downgraded via dpkg to FF16 then marked it as stay that way in Synaptic. Luckily, the FF16 deb was still in my cache folder. On Mon, Nov 26, 2012 at 3:15 PM, Daniel Kurth wrote: > Yep, that's the package I see available for Firefox, but I don't think it > includes the google plugin. I'd be hap

Re: Google Maps with GWT

2012-11-26 Thread Deepak Singh
Help needed... On Tue, Nov 27, 2012 at 1:37 AM, Deepak Singh wrote: > Hi All, > > I am using gwt-maps.jar for integrating maps with our application. > > I am following the link > > http://code.google.com/p/gwt-google-apis/wiki/MapsGettingStarted > > GWT 2.5 version > > Code: > > Maps.loadMapsApi

Re: Firefox 17 dev plugin

2012-11-26 Thread Daniel Kurth
Ah...thanks, I was so focused on upgrade that I missed the point that Thomas was suggesting downgrade. Downgrade it is. In my case used following to get back the earlier version of FF for now: dpkg -i /var/cache/apt/archives/firefox_16.0.2+build1-0ubuntu0.12.04.1_amd64.deb On Monday, November

Re: Firefox 17 dev plugin

2012-11-26 Thread koma
I tried to build - would be nice to master that because it will keep on happening every 6 weeks; Ubuntu updates FF even without asking and even without restarting FF; I fiddled a bit with the Makefile to include ff170 and tried to find my way in the huge directory structure. Finally it started

Re: Hello, please I need your help with "did you forget to inherit a required module"

2012-11-26 Thread Alberto Mancini
Hi, afaik java.security is not in the GWT's emulated jre so you should provide an implementation for SecureRandom (through super-source, see https://developers.google.com/web-toolkit/doc/latest/DevGuideOrganizingProjects ) to be able to use jBCrypt unmodified. Ciao, Alberto On Mon, Nov 26, 2

Re: Firefox 17 dev plugin

2012-11-26 Thread Jeffrey Chimene
On 11/26/2012 03:34 PM, koma wrote: > I tried to build - would be nice to master that because it will keep > on happening every 6 weeks; Ubuntu updates FF even without asking and That may be, but you can still exert control. I don't use Ubuntu, but since it's based on Debian, you can use apt pinn

Re: Firefox 17 dev plugin

2012-11-26 Thread Thomas Broyer
On Monday, November 26, 2012 11:34:29 PM UTC+1, koma wrote: > > I tried to build - would be nice to master that because it will keep on > happening every 6 weeks; Ubuntu updates FF even without asking and even > without restarting FF; > I fiddled a bit with the Makefile to include ff170 and tri

Re: Could not load GWT DMP Plugin

2012-11-26 Thread Thomas Broyer
On Monday, November 26, 2012 9:15:09 PM UTC+1, Mark Bosshard wrote: > > Hey Brian > > It says "Your computer doesnt support this App" when I try downloading it > from the appstore. > Are you on Windows 8? Windows 8 makes it impossible to support NPAPI plugins in Chrome. > However with drag

GWT Oauth Access Token Access Revoked

2012-11-26 Thread Allen Zhou
Hi, I ran into an issue with using https://code.google.com/p/gwt-oauth2/source/browse/trunk/samples/multi/com/google/api/gwt/oauth2/samples/multi/client/OAuth2SampleEntryPoint.java for a specific use case. The login method, as described below, will not open a popup window if my token not close t

Re: Firefox 17 dev plugin

2012-11-26 Thread Brian Slesinsky
That's due to a bug in the Makefile: it creates the IOOPHM.h file but not the directory it's in. (The build procedure for plugins is full of this sort of thing.) But if you sync to head, you should be able to get away with just building the xpi file from the preexisting binaries, because the bi

Sending HTML as JSON with RequestBuilder

2012-11-26 Thread Milan Cvejic
Hi, I am trying to send HTML string to server using RequestBuilder with JSON but without any success. Everything works well when in HTML there are no double quotes or other JSON charachters. So I am trying something like this RichTextArea area = new RichTextArea(); String htmlToSend = area.ge