Re: Errors passing javascript variables to GWT

2012-12-15 Thread Thomas Broyer
Have you tried swapping the order of the scripts? Also, are you sure you don't have a parse error? (can you read the 'info' global var in your browser's dev tools? particularly, double-check that getCurrentUser().getEmail() doesn't contain a newline; you might want to use a JSON API to

Re: Wishlist - What GWT developers want for Christmas

2012-12-15 Thread darkflame
I was unable to find anything generic - I needed to pick an OAuth (OpenID was out of the question, unfortunately) Just curious here as to why? As a developer I often wondered why OpenID has such a slow takeup relative to Facebook logins. I have only ever used a OpenID implementation myself for

Re: Lienzo is now GA and it's Pixel Perfect!

2012-12-15 Thread darkflame
Just had a quick look at the Explorer examples, some really nifty stuff there! Too late for us to implement into our current project, but fantastic work! On Dec 14, 7:11 pm, Alfredo Quiroga-Villamil laww...@gmail.com wrote: All: Just a quick announcement letting everyone know that Lienzo is

Re: Wishlist - What GWT developers want for Christmas

2012-12-15 Thread Mike Dee
One thing that I didn't see and I would have as number #1 on the list is better documentation and improved ease of use, particularly for those starting with GWT. Much of the documentation is written for those already with an understanding of GWT or lack of consideration that a user may be a

Re: Exceptions when compiling obfuscated; pretty is fine

2012-12-15 Thread BDT
The message was always 'undefined'. This issue resolved when I switched from the 'xs' to the 'xsiframe' linker. It also did not manifest with the standard linker. I'm still pretty baffled as to why it suddenly occurred since the code in question had been fine for a lone time. Since I should

Re: Lienzo is now GA and it's Pixel Perfect!

2012-12-15 Thread Alfredo Quiroga
Thank you much appreciated. Sent from my iPhone On Dec 15, 2012, at 11:53 AM, darkflame darkfl...@gmail.com wrote: Just had a quick look at the Explorer examples, some really nifty stuff there! Too late for us to implement into our current project, but fantastic work! On Dec 14, 7:11

Re: can not get multiple matches using regex

2012-12-15 Thread bhomass
in that case, what is the point of matchResult.getGroupCount()? it is always 1. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

tie css to a global class

2012-12-15 Thread bhomass
I know how to declare .css and .html for a local template. but sometimes, you need to cascade a css statement to from one higher up. For example, if you have a class .small-widget in one template, which must behave a certain way if you declare .scroll-mode in the body element. .scroll-mode

Re: Lienzo is now GA and it's Pixel Perfect!

2012-12-15 Thread Oliver Krylow
Hi, this looks very interesting. Do you think this is practical for mobile devices? What do you think the battery drain would be compared to normal gwt widgets and css animations especially? The explorer showcase unfortunately does not behave well on my mobile phone ( galaxy sII android 4.2).

Re: tie css to a global class

2012-12-15 Thread Jens
You can use @Import to access CSS classes from other CssResources: http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/resources/client/CssResource.Import.html -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

Re: Lienzo is now GA and it's Pixel Perfect!

2012-12-15 Thread Alfredo Quiroga-Villamil
Hi Oliver: We think is very practical for Mobile Devices. One thing that is of particular interest to us is for the most part the universality of a widget created based on canvas. You are more or less guaranteed it'll look the same in any desktop/mobile or any device for that matter implementing

GWT Designer - Could not load SWT library

2012-12-15 Thread Magnus
Hi, when trying to open a UIBinder file in design view, it fails and I get this error in eclipse error log: Internal browser is not available: No more handles [MOZILLA_FIVE_HOME='/usr/lib/iceweasel'] (java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:

My compiled GWT code runs10 times slower in production mode than hosted developer mode

2012-12-15 Thread Sami Kanderian
Dear all, I am fairly new to GWT and wrote my first App where everything runs client side. Here is my problem that I would like some advice on. I have the opposite problem than most people dealing with performance issues. I am doing some serious number crunching where hundreds of thousands of

GWT 10 times slower in web (production) mode than hosted (developer) mode

2012-12-15 Thread Sami Kanderian
Dear all, I am having the opposite problem than what is reported by most of you and would appreciate some advice. I am fairly new to GWT and wrote my first app that runs entirely client side. When a button is clicked it does tens or even hundreds of thousands flops that are mathematical

I'm not able to Add GWT to Chrome.

2012-12-15 Thread Salaikumar Saravanan
Hi, I'm a beginner to GWT. When i was trying to open the URL in Chrome, I was not able to add the Chrome Plugin to it. It says that This application is not supported on this computer. Installation has been disabled.. Help me out -- You received this message because you are subscribed to the

How to enable billing for google cloud sql?

2012-12-15 Thread Aldin
Hi, I use GWT for just one month. I know that GWT does not support MySQL. So, I would like to use Google cloud SQL and Google App Engine to deploy my GWT project. I have deployed my simple project (only GWT-RPC concept). But know i would like to create instance of database for my application

Re: Lienzo is now GA and it's Pixel Perfect!

2012-12-15 Thread Aldin Habibović
I want just one: GWT+MySQL JDBC + Google App Engine :) On Sat, Dec 15, 2012 at 5:53 PM, darkflame darkfl...@gmail.com wrote: ook at -- 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 10 times slower in web (production) mode than hosted (developer) mode

2012-12-15 Thread Bhaskar Janakiraman
Perhaps you are running into limitations imposed by Javascript on GWT? See: https://developers.google.com/web-toolkit/doc/latest/DevGuideCodingBasicsCompatibility On Saturday, December 15, 2012 4:49:25 PM UTC-8, Sami Kanderian wrote: Dear all, I am having the opposite problem than what is

Re: Errors passing javascript variables to GWT

2012-12-15 Thread David Hoffer
Yup your right, I had made what seemed like minor changes to the JS literal code that was causing this problem. Odd as the errors didn't seem to indicate a JS source error but my bad...it's working now. Thanks. -Dave On Sat, Dec 15, 2012 at 2:54 AM, Thomas Broyer t.bro...@gmail.com wrote: Have

[gwt-contrib] Running GWT Testsuite locally fails

2012-12-15 Thread Daniel Kurka
Ray mentioned something about the GWT Testsuite taking forever to run and in some cases it may fail to execute properly. I went ahead and tested it on my MBP (8GB RAM, SSD) and it failed after over 300 minutes of execution somewhere in the htmlunit tests (see attached output). Is this a known