how to insert javascript source...

2014-11-26 Thread jhpark
Sorry I can;t wirte English. *1. my java script source.* html body script type=text/javascript src=http://checkout.naver.com/customer/js/checkoutButton.js; charset=UTF-8/script table width=100% border=0 cellspacing=0 cellpadding=0 style=margin-top:3px; tr td width=80nbsp;/td td script

Re: GWT 2.5-rc1 feature uirender is not working as expected.

2014-11-26 Thread Aleksey Popryadukhin
Hi all. I'm see this old topic but I stuck with this problem. I tried to remove the type tag but I'm getting an error anyway in compile time. @UiFactory either not working. Any clue? четверг, 26 июля 2012 г., 15:26:22 UTC+3 пользователь Vasu написал: Woow.. really quick thanks Rodrigo. Also

GWT and JAXB Basics Runtime

2014-11-26 Thread jaga
I am using CXF JAXB generated classes in a GWT application. I would like equals() and hashCode() to be added to the generated classes. I have successfully used the JAXB2 Basics Plugins (http://confluence.highsource.org/display/J2B/JAXB2+Basics+Plugins) and the JAXB2 Basics Runtime with CXF in

Re: AST manipulation

2014-11-26 Thread thepun599
Thanks for the answer. I'm going to experiment with it a little bit and make a fork on github. Maybe it will help in future. вторник, 25 ноября 2014 г., 22:04:31 UTC+2 пользователь Jens написал: If I remember correctly there was some talk about compiler plugins/hooks quite some time ago

Re: Debugging workers

2014-11-26 Thread Mickaël Leduque
No idea ? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to

Re: GWT 2.7 and GSS

2014-11-26 Thread Julien Dramaix
Ok you try to access the value of the constant via a method of your cssResource interface. Yes unfortunately there is bug there and the generator escape the content of the constant. Please open an issue ( https://code.google.com/p/google-web-toolkit/issues/entry) for that and I will fix it.

Re: SuperDevMode not so super

2014-11-26 Thread Adrian Bastholm
I just got started with SDM but it seems like one cannot inspect variables in the java source maps, maybe I missunderstood the whole thing. It's nice that you can see the java source and step debug, but I really need to be able to inspect variables. For instance I somewhere read that you're

Types not resolved when upgrading to GWT 2.7.0 ?

2014-11-26 Thread Ed
I am trying to upgrade to GWT 2.7.0 (from 2.6.1), and keeping getting these strange errors, below are a few of them. I compile with java 8, but did put the target and source on java 1.7. I tried several thinks, but can't get it resolved Any idea what this could be ? [INFO] [ERROR]

Re: SuperDevMode not so super

2014-11-26 Thread Jens
I just got started with SDM but it seems like one cannot inspect variables in the java source maps, maybe I missunderstood the whole thing. It's nice that you can see the java source and step debug, but I really need to be able to inspect variables. For instance I somewhere read that

Re: Types not resolved when upgrading to GWT 2.7.0 ?

2014-11-26 Thread Jens
Hmm sounds like a bug or you have two different gwt-user.jar on class path (2.6 and 2.7). Check mvn dependency:tree. Character.forDigit(int) does only exist in the super sourced version of Character and is used by super sourced versions of Character and Long. This change has been introduced by

Re: Problem with maven-gwt-plugin and GWT 2.1

2014-11-26 Thread Sravanthi Katta
Hi, Can you please explain what is removing the dependency to gwt-math mean. How to do it? On Monday, November 8, 2010 1:36:44 PM UTC+5:30, fclaeys wrote: Problem solved after removing the dependency to gwt-math. On 6 nov, 23:46, Jeff Larsen larse...@gmail.com wrote: Try upgrading to

Widget package alternative in 2.7.0

2014-11-26 Thread Thomas Broyer
No, they've just been, well, removed. I believe you can just use CellWidget with the appropriate Cell as an alternative. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send

Re: GWT 2.7 and GSS

2014-11-26 Thread Slava Pankov
Thanks, issue is opened: https://code.google.com/p/google-web-toolkit/issues/detail?id=9022 On Wednesday, November 26, 2014 4:37:54 AM UTC-8, Julien Dramaix wrote: Ok you try to access the value of the constant via a method of your cssResource interface. Yes unfortunately there is bug there

Re: GWT 2.7 and GSS

2014-11-26 Thread Slava Pankov
Also I've added comment about unicode symbols higher than U+ to issue#9022 On Wednesday, November 26, 2014 11:54:20 AM UTC-8, Slava Pankov wrote: Thanks, issue is opened: https://code.google.com/p/google-web-toolkit/issues/detail?id=9022 On Wednesday, November 26, 2014 4:37:54 AM

Re: Types not resolved when upgrading to GWT 2.7.0 ?

2014-11-26 Thread Ed
@Jens: thanks for the input. No, I only have a 2.7 version, also in the dependency maven tree. But I think my own Character super version and that off GWT don't like each other. I notice that if I remove my version, I do get some other errors, but not the ones in my first post. Mine contains

Re: Types not resolved when upgrading to GWT 2.7.0 ?

2014-11-26 Thread Jens
Oh you have your own Character emulation based on the one of GWT 2.6. Well of course you must merge them since you probably don't have your own version of Long and thus the GWT 2.7 version of Long expects that Character has the method forDigit(int,int). But your version currently does not have

Re: add mobile version to existing GWT app?

2014-11-26 Thread Magnus
Hi, I have looked to both of them, and I found that they focus on the client side GUI. But the GUI is something I would like to do with the native Android SDK. What I would like to do is access the data on my tomcat server, just as I do it with GWT client applications. Assume a GWT chess app

Re: GWT 2.5-rc1 feature uirender is not working as expected.

2014-11-26 Thread पांडुरंग पाटिल
you need to provide your code snippets which will enable us to help you. [image: Pandurang Patil on about.me] Pandurang Patil about.me/pandurangpatil http://about.me/pandurangpatil website: http://www.agnie.net twitter: @agniesoftware Cell : +91-9823241535 On Wed, Nov 26, 2014 at 12:15 AM,

Re: [gwt-contrib] Re: SDM + gin + generated GinModule not working well together

2014-11-26 Thread Nicolas Morel
Thanks for the patch, it works on the hello world project I made. However, it is still not enough for the bigger project I'm working on. I'll try to investigate and determine what's going on or reproduce it via a more complex example. Le vendredi 21 novembre 2014 00:04:03 UTC+1, John Stalcup

[gwt-contrib] Re: GWT 2.7 Scheduler works different on mobile and desktop in SDM

2014-11-26 Thread Jonathon Lamon
Timer and Scheduler.scheduleDeffered would not be expected to be equivalent. They have two different semantics. Scheduler.scheduleDeffered - runs after the browser event loop returns. new Timer().schedule(1000) - runs 1000 ms after being scheduled. You can not expect

[gwt-contrib] Re: GWT 2.7 Scheduler works different on mobile and desktop in SDM

2014-11-26 Thread confile
It is clear that Timer and Scheduler are different. My concern is that Scheduler.scheduleDeffered behaves so differnent on different platforms. What is the best way to handle this? Am Mittwoch, 26. November 2014 16:11:01 UTC+1 schrieb Jonathon Lamon: Timer and Scheduler.scheduleDeffered

Re: [gwt-contrib] Re: GWT 2.7 Scheduler works different on mobile and desktop in SDM

2014-11-26 Thread Richard Wallis
@confile it is not possible to run your example because it is missing dependencies. From reading the code, the problem you are having is probably not caused by the Scheduler but by the time taken to resolve test.jpg. After modifying an element it is not necessary to pause before calling

Re: [gwt-contrib] Re: GWT 2.7 Scheduler works different on mobile and desktop in SDM

2014-11-26 Thread confile
Richard what do you suggest to solve this problem? Am Mittwoch, 26. November 2014 19:01:02 UTC+1 schrieb Richard Wallis: @confile it is not possible to run your example because it is missing dependencies. From reading the code, the problem you are having is probably not caused by the

Re: [gwt-contrib] Re: GWT 2.7 Scheduler works different on mobile and desktop in SDM

2014-11-26 Thread Richard Wallis
Guessing but you can probably use image addLoadHandler() to wait for the image to load before checking the height. A more complex alternative is to download the image using a getRequest and then transform it into a base64 dataUrl and use that as the src for your image. On Wed, Nov 26, 2014 at