Re: GWT 2.5 RC2 Is Here!

2012-10-03 Thread Juan Pablo Gardella
Great!!! Thanks! 2012/10/4 unnurg > Changes from RC1 are fairly minimal - details are in the release > notes > (and > pasted below) > Release Notes for 2.5.0 (RC2) > > This is release candidate 2 of GWT 2.5. See the

Re: GWT 2.5 RC2 Is Here!

2012-10-03 Thread unnurg
Changes from RC1 are fairly minimal - details are in the release notes (and pasted below) Release Notes for 2.5.0 (RC2) This is release candidate 2 of GWT 2.5. See the What's new in GWT 2.5

GWT 2.5 RC2 Is Here!

2012-10-03 Thread unnurg
Hey all, We're excited to announce the GWT 2.5 Release Candidate 2! There will be an announcement soon on the GWT Blog, and you can download it here (bottom of the page). The RC has bee

GWT 2.5 RC1 Is Here!

2012-10-03 Thread unnurg
Hey all, We're excited to announce the GWT 2.5 Release Candidate 2! There will be an announcement soon on the GWT Blog, and you can download it here (bottom of the page). The RC has bee

Launch GWT Designer in standalone mode ?

2012-10-03 Thread GWT-Designer
Hi, We need to desgin some GWT screens (in wysiwyg mode) but the problem is that our functional architect do'nt have/want use eclipse/GWT Designer ? Is there a way to launch GWT Designer in standalone mode ? Otherwise is there a tool to "design" GWT screens in wysiwyg mode ? Tks in advance f

Provide some suggestion on building enterprise web application using EJB and GWT.

2012-10-03 Thread AraZu
Basically I have to decide on the tech-stack (Mainly RIA GUI) to be used to build an enterprise web application. The limitation is that i have to use the already existing EJB layer. Some of the application functionality include the below list, - Data Grid with huge data (May requires Pagin

Re: iOS 6 Bug: Safari caches POST requests

2012-10-03 Thread Nicolas Hoby
Works perfect, thank you! Just for completion, to install the filter add the following to your Web.xml: HeaderFilter server.services.HeaderFilter HeaderFilter /* On Sep 27, 11:40 am, Christian Kue

Re: problems creating a new Windowbuilder->GWT User Interface

2012-10-03 Thread Eddie M
I am having this problem, too! On Friday, September 21, 2012 12:07:36 PM UTC-7, spenny wrote: > > Hi All, > > > Hope you can help... I am trying out Windowbuilder and GWT for the first > time and have encountered some problems. > > I am using Juno Eclipse 4.2. > I have installed the Windowbuilder

Re: DevMode not working in Chrome after update

2012-10-03 Thread Pancakes
Same for me, on OSX. At home with Win7, it's working. -- 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/-/vSAAuhM00oIJ. To post to this group, send

Concurrency saving

2012-10-03 Thread Serg Belenogov
Hello, everyone! I tried to implement concurrency saving in the GWT 2.4. There is a user case: 1. Users John and Jim open one entity to editing 2. John saves his changes. All is OK. 3. Jim saves his changes. System asked about overwrite a. Jim does not want to overwrite, system just

Adding styling to a SelectionModel

2012-10-03 Thread shanewaterford
Can anyone please tell me how to apply styling to each option in a SelectionModel (if its even possible)? I can't seem to find any examples on showcase or anywhere else for that matter. ie If I have two options in the drop down menu and option 1 is chosen, the cell will be colored blue, if i cho

sharing XML binding classes between client and server side of a GWT-RPC app (no need for marshaling/unmarshaling on the client)

2012-10-03 Thread Erik Torres
Hi, I've seem the same question a lot of times in this list, but no answers to the problem of having XML documents on the server side of a GWT-RPC application and binding classes that can be reused on the client side. The use case is as follows: - Binding classes automatically generated from X

Re: GWT RPC synchronic calls

2012-10-03 Thread Sebastián Gurin
Aja Jens I understand now thanks. Tests are normal java programs that perform RPC targetting your running gwt application somewhere else.Trying to get it work that way. Thanks again. On Wednesday, October 3, 2012 6:26:43 PM UTC-3, Jens wrote: > > > Jens, thank you but as I suspected I have tr

Re: GWT RPC synchronic calls

2012-10-03 Thread Jens
> Jens, thank you but as I suspected I have troubles. What do you mean with > "a pure JUnit test" ? you mean a non gwt program ? A pure junit test > launched from a "normal java runtime", not in GWT ? Yes. See the provided tests of gwt-syncproxy (e.g.: http://code.google.com/p/gwt-syncprox

drag file to upload

2012-10-03 Thread Weihua
Is there a way to drag a local file to a widget and upload it to the server, like gmail does? Thanks. -- 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-too

Re: GWT RPC synchronic calls

2012-10-03 Thread Sebastián Gurin
Jens, thank you but as I suspected I have troubles. What do you mean with "a pure JUnit test" ? you mean a non gwt program ? A pure junit test launched from a "normal java runtime", not in GWT ? then this is not for me. In my case I want to launch the tests from my GWT/GAE application itse

Re: GWT RPC synchronic calls

2012-10-03 Thread Jens
I think you dont need a GWT module for gwt-syncproxy. It should work in a pure JUnit test as it does not use GWT.create() for creating the GWT service. gwt-syncproxy uses Java's dynamic proxy to implement the service interface and uses Java's HttpUrlConnection to call your server. -- J. -- Yo

GWT RPC synchronic calls

2012-10-03 Thread Sebastián Gurin
Hi all. I really want to use RPC synchronic calls for creating simple to read automated tests against my model classes services. *** I don't want to use RPC calls synchronically on production code, only on my automated tests. In my particular case, I think it is a common case, I have some

Re: Node cannot be inserted at the specified point in the hierarchy exception thrwn when inserting innerInnerPanel to innerPanel

2012-10-03 Thread espinosa_cz
OK, my bad. Sorry. I forgot that I overrode add() method for my Panel: @Override public void add(Widget w) { innerInnerPanel.add(w); } Here is the fix: super.add(innerPanel); this.innerPanel.add(innerInnerPanel); -- You received this message because you are subscribed to the

Re: CaptionPanel -> CaptionLayoutPanel

2012-10-03 Thread Marco
Furtunately I got an answer at stackoverflow: http://stackoverflow.com/questions/12588759/captionpanel-captionlayoutpanel Only "problem" is, that I have to set the childs height manually to 98% (normally it's not necessary for Layout Panels) to fit in the caption panel. I can live with this "

Re: GWT WebApp and iOS 6 Safari

2012-10-03 Thread Enrico
Hi Jens, thanks for hints. I tried to compile the app in DETAILED, PRETTY and OBFUSCATED mode but the problem is still occurring. With Safari 6 on OSX it's working good. I already tried to introduce no-arg constructor of RegisterPlace with setters methods and using them in Tokenizer.getPlace()

Re: CellTree: Changing the default "no data" message for empty nodes

2012-10-03 Thread Thomas Broyer
On Wednesday, October 3, 2012 5:52:55 PM UTC+2, Marco wrote: > > There is already an open issue: > > http://code.google.com/p/google-web-toolkit/issues/detail?id=6868 Which is actually fixed (will ship in 2.5.0-rc2) -- You received this message because you are subscribed to the Google Groups

GWT 2.5 RC2 is out. Can we see release notes?

2012-10-03 Thread maticpetek
Hi, I saw new version is out (http://code.google.com/p/google-web-toolkit/downloads/list). Is it possible to get release notes to see what's new? I know package contains release_notes.html, but this is only link to https://developers.google.com/web-toolkit/doc/latest/ReleaseNotes page. Thank

Node cannot be inserted at the specified point in the hierarchy exception thrwn when inserting innerInnerPanel to innerPanel

2012-10-03 Thread espinosa_cz
This simple code produces the exception: Why it is OK to add one nested level, but not two? public class PosAAPanel extends AbsolutePanel { private final AbsolutePanel innerPanel; private final AbsolutePanel innerInnerPanel; public PosAAPanel() { super(); inne

Re: page completely fails to load on ie8, works on safari, firefox, chrome, ie9

2012-10-03 Thread tuxcode
Actually when I encountered the same behavior the issue was setting height to 100% on a panel. On Wednesday, October 3, 2012 12:03:59 PM UTC-4, tuxcode wrote: > > I ran into this exact issue where I was setting a cell's height to "100%". > Every other browser was fine with it but IE. I don't kno

Re: page completely fails to load on ie8, works on safari, firefox, chrome, ie9

2012-10-03 Thread tuxcode
I ran into this exact issue where I was setting a cell's height to "100%". Every other browser was fine with it but IE. I don't know if this is your issue or not. On Tuesday, October 2, 2012 8:05:22 PM UTC-4, jones34 wrote: > > There's a good chance this is not gwt-related, but if anyone has run

Re: CellTree: Changing the default "no data" message for empty nodes

2012-10-03 Thread Marco
There is already an open issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=6868 -- 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

Re: Was there an iOS 6 RC available to smoke test GWT with?

2012-10-03 Thread Paul Stockley
You can get safari pre-releases for the desktop for free by signing up at https://developer.apple.com/programs/register/ To get iOS pre-releases of safari you have to sign up as an iOS developer which for an individual costs $99 a year. On Wednesday, October 3, 2012 11:22:18 AM UTC-4, Joseph

Re: How to change package structure (location) of LocalizableResource

2012-10-03 Thread Thomas Broyer
On Thursday, September 27, 2012 4:04:07 PM UTC+2, Ritesh Jagga wrote: > > We are using UIBinder to create UI screens and implementing > internationalization in them. We are able to read values associated with > keys from the LocalizableResource_.properties file. The docs here > https://develope

Was there an iOS 6 RC available to smoke test GWT with?

2012-10-03 Thread Joseph Lust
So clearly it is a little embarrassing to see our GWT apps break due to the myriad flaws in the premature iOS6 release. While we could tell users to just Google for things that iOS6 breaks and see how halfbaked it is, all they want is for their apps to work. So, I looked, but cannot seem to find

Re: How to change package structure (location) of LocalizableResource

2012-10-03 Thread Joseph Lust
Ritesh, I'm not familiar with an ability to override the property and did not see one in i18n.gwt.xml. However, check out the code that actually does the magic

Re: GWT WebApp and iOS 6 Safari

2012-10-03 Thread Jens
Hmm couldn't see why there should be a ClassCastException. As a side note, your equals() method is not correct, email/code can be null and two instances containing the same null variables are currently unequal (your if forbids null values). You should also overwrite hashcode() because you have

Re: Add a radio button in RichTextArea

2012-10-03 Thread Andrei
Use .insertHTML() method with your formatter. You need to insert valid HTML. Your HTML does not have quotes around values. When you add quotation marks, you need to escape them, of course. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.

Re: page completely fails to load on ie8, works on safari, firefox, chrome, ie9

2012-10-03 Thread Jens
Do any script errors occur in IE? If so, you could compile your app in PRETTY mode and use IE's development tools to see whats going on. -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit htt

Re: default table button style outside a table

2012-10-03 Thread Raymond Cidad
And the same style is applied when you put a button inside a panel. On Wednesday, October 3, 2012 9:58:55 AM UTC-4, Raymond Cidad wrote: > > hey there, > > When you use a button inside a cellTable, it gets a style from the default > cellTable style. > > When you use a button outside that, it

default table button style outside a table

2012-10-03 Thread Raymond Cidad
hey there, When you use a button inside a cellTable, it gets a style from the default cellTable style. When you use a button outside that, it uses another style. How can I use that same style outside the table? I'm using UiBinder ui.xml and putting all my css there. thanks -- You receiv

Re: GWT WebApp and iOS 6 Safari

2012-10-03 Thread Enrico
Hi Manolo, yes the app is crashing and I finally found where it happen. As I wrote in previous messages, this happen only when using iOS 6 Safari: I tested again with iOS 5 Safari and it works good. The problem looks really strange: Accessing to http://127.0.0.1/webcontext/#register:email!code

Re: page completely fails to load on ie8, works on safari, firefox, chrome, ie9

2012-10-03 Thread Larry White
On Wed, Oct 3, 2012 at 8:34 AM, Jens wrote: > Do you have Chrome Frame installed? Is IE8 maybe in compatibility mode? No, it's failing on ancient computers (windows XP) that don't have chrome installed. IE8 is not in compatibility mode. thanks. > > -- J. > > Am Mittwoch, 3. Oktober 2012 02:0

Re: page completely fails to load on ie8, works on safari, firefox, chrome, ie9

2012-10-03 Thread Jens
Do you have Chrome Frame installed? Is IE8 maybe in compatibility mode? -- J. Am Mittwoch, 3. Oktober 2012 02:05:22 UTC+2 schrieb jones34: > > There's a good chance this is not gwt-related, but if anyone has run into > this and has any quick suggestions it would be greatly appreciated. > > than

Re: Add a radio button in RichTextArea

2012-10-03 Thread jimakos17
Well, I did this if(event.getCharCode()=='*') { rta.setHTML(""); } it creates a radiobutton which is clickable in Chrome, but it isn't in Firefox and IE. rta is my RichTextArea, is declared as: private fi

Re: Shortcut for compilation

2012-10-03 Thread Agris Skuja
Thank you for you answer. I just tried your combination - yes it does compile my project. But. It compiles significantly slower. For example - when I select GWT compile project from toolbar - then compilation time is between 13 - 15 seconds. When I press Ctrl + F11 and select "Compile GWT appl

Re: Scary: GWT Team does not fix serious GWT Compiler Bugs

2012-10-03 Thread Richard
On Wednesday, October 3, 2012 12:22:57 AM UTC+2, Manuel Carrasco wrote: > >> But any gwt developer knows that the gwt compiler has a set of > limitations which are widely admitted and documented (regex, number > arithmetic, etc), I have spent a lot of time trying to figure out why some > tests

Re: popup modal

2012-10-03 Thread Thomas Broyer
On Tuesday, October 2, 2012 10:12:40 PM UTC+2, hadar wrote: > > I am working with IE8. > I open popup with modal true but it does not work as it should, I can > click on any place in the app and it will work. > On FF it works OK. > > Is this known issue ? Is there work around for this ? > Modal

Re: Scary: GWT Team does not fix serious GWT Compiler Bugs

2012-10-03 Thread Thomas Broyer
As Chris Lercher pointed out in issue 6551, this is fixed in 2.5.0-rc1. I thus dug in the commit logs and found it's actually been fixed in trunk a couple weeks after being reported (I suppose it was reported independently internally at Google, which explains why the issue wasn't updated). On F