Re: Integer and int are not equal... Especially if received via JSNI

2012-09-15 Thread Thomas Broyer
On Saturday, September 15, 2012 5:10:12 AM UTC+2, pash7ka wrote: I've spent a huge amount of time trying to find the source of one strange bug in my app, so I want to share what I've found. First I should say I'm using GWT 2.3 currently, so i don't know if the described behavior changed

Re: Properties file with GWT

2012-09-15 Thread Chris Lercher
1. The java.util.Properties class isn't available on the client side. It's possible to get a properties file to the client side (e.g. using com.google.gwt.http.client.RequestBuilder), but you'd have to find a way to parse it. So why not use JSON format instead? Or GWT-RPC (which can contain

GWT - addValueChangeHandler working on Chrome and Omniweb, not working on Firefox, Safari

2012-09-15 Thread hugues2
Hi, The following looks really weird : - I am sure the TextBox.addValueChangerHandler used to work about 1 month ago with both Firefox and Safari - Since then, I had an automatic upgrade of Firefox and the valuechangehandler does not work anymore The setup is as follows : -

Re: Validating RPC Serialization at Compile Time?

2012-09-15 Thread RyanZA
Better way to handle this would be great.. Obvious response to this is have unit tests to check if gwt-rpc works for each class. This gives a problem in complex object graphs with multiple descendants where some are meant to be used over gwt-rpc and some aren't, etc. Having the compiler

CSS 3 transition+ GWT

2012-09-15 Thread regnoult axel
Hello, I do not succeed to use CSS3 transition with GWT...I do not understand how to activate the transition without using :hover in the css file. W3C says that : *The effect will start when the specified CSS property changes value. A typical CSS property change would be when a user

StackPanel item border.

2012-09-15 Thread kww228
I am trying to get my stackpanel with four items to show a border or something that shows the user that there is different tabs within the panel. I have tried making css calls based off of what i found here, https://groups.google.com/forum/#!msg/google-web-toolkit/kZHdgUaqRec/XNUY5BZL8y0J.

Smart GWT / GWT Ext.... which one is better?

2012-09-15 Thread Manuel
Hi everyone, I just started on GWT and reading alot on that guides and tutorials. Actually i try to find out, which tool to use, to design UI. Regarding to this post http://code.google.com/p/gwt-ext/ I should use smartgwt, but... I looked these showcases up:

Re: Unable to create GWT Library using 3.7 and Eclipse Indigo.

2012-09-15 Thread Zulaxia
I've just found exactly the same issue, but these are old GWT projects. The plugin appears to still be correctly installed, in fact I've reinstalled it from the update sites and locally to be sure, but the old wizards and menu options are all gone. The projects that are configured to use GWT

FIll Color Fill Pattern on Column Chart Series..

2012-09-15 Thread Sury Balasubramanian
Hi i am trying to create a column chart with every series having a different color [as a means to create a waterfall chart]. Some of the deficiencies in GWT Column Chart that would be great to have : 1. Methods to have a fill pattern for each of the series. 2. Ability to fill each series and

HELP: HyperLink, Image and Text in one Cell of CellTable

2012-09-15 Thread Akbar Gadhiya
Hello All, I am new to GWT. I need to display a CellTable in which a cell has an HyperLink, Image and Text. When user clicks on link, a dialogbox should be opened and should display current selection. I dont know how to bring this in one cell and how to handle click event of the link. I create a

Re: Eclipse Update has broken all GWT Projects?

2012-09-15 Thread Zulaxia
Since the OP seems to have stopped posting, I'll pick this one up, as I now have this problem. I'm still on 3.7, though I believe it's technically 3.8 as far as revisions are concerned. The GWT options are *all* gone, including the GWT section under project properties. I've totally

Re: GWT dev plugin for Chrome 21.0.1180.60 m not installing

2012-09-15 Thread Mirza B
The problem is Chrome is not allowing the plugin to run. Please click on icon next to GWT Dev plugin in the URL bar and select Allow plugins on this page. GWT Developer Plugin 1.0.9738 Chrome Version - 21.0.1180.89 On Wednesday, 12 September 2012 20:19:54 UTC+1, Kingston Duffie wrote: This

Re: transitioning from flex to gwt

2012-09-15 Thread Michael Hirsch
On Fri, Sep 14, 2012 at 7:19 AM, Jaggernat jagger...@gmail.com wrote: hi guys I have been working in adobe flex for the last 3 years and serverside java for the last 10 years. Now i have to work with GWT on the UI with java server side. I want to know the transition process from flex to

Re: Is there any chart library for GWT?

2012-09-15 Thread Rui Afonso
You can also check GWT Charts: http://code.google.com/p/gwt-charts It's a GWT library based on Google Chart Tools: https://developers.google.com/chart -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web

[gwt-contrib] ValueListBox should implement HasEnabled (6112) (issue1832803)

2012-09-15 Thread tuckerpmt
Reviewers: , Description: ValueListBox should implement HasEnabled, functionality can easily be delegated to the internal ListBox. http://code.google.com/p/google-web-toolkit/issues/detail?id=6112 Please review this at http://gwt-code-reviews.appspot.com/1832803/ Affected files: