Re: Immediatly execute DOM dependent code lines in a code block on client

2013-02-14 Thread Alp Yilancioglu
13 Şubat 2013 Çarşamba 12:57:27 UTC+2 tarihinde Alp Yilancioglu yazdı: 13 Şubat 2013 Çarşamba 12:14:50 UTC+2 tarihinde Jens yazdı: What I mean is code like Scheduler.get().scheduleDeferred(. RootPanel.get().add(labelA); RootPanel.get().add(labelB); ...) RootPanel.get().add(...

Re: Immediatly execute DOM dependent code lines in a code block on client

2013-02-14 Thread Alp Yilancioglu
Thank you J. -- 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 RPC error with GWT 2.0.3

2013-02-14 Thread Thomas Broyer
On Wednesday, February 13, 2013 3:40:57 PM UTC+1, Zied Hamdi OneView wrote: Is it normal that all cookie content is sent to the server on each request? That's what cookies are for! If that's not what you want, then use the Web Storage APIs (sessionStorage or localStorage); they're available

Re: GWT Maven plugin: how to?

2013-02-14 Thread Thomas Broyer
On Tuesday, February 12, 2013 11:22:16 AM UTC+1, Kulnor wrote: All: I use Maven for all our Java project and would like to do the same for our GWT apps (using Eclipse 3.7). Unfortunately, each time I attempt to use the GWT Maven plugin, I find myself frustrated and facing several of

Re: What is the best way to create multiple versions a GWT application for Desktop / Tablet vs Cell phones?

2013-02-14 Thread Frank
When you talk about a very complex web application I highly encourage you to make native apps for the mobile systems. For Android it is really easy to talk to a Java server. In my opinion and experience you have 2 options : When not to complex : use responsive design (note that 'just changing

Re: GWT Advice

2013-02-14 Thread Lehel
Hi I think GWT is a good choice, you can have both client and server side programming with it, and runs on any platform. But my oppinion is that for mobile you should choose other technology like Codename one, especially if you would like to have true native applicationsI think a whole

Change url of dispatcher

2013-02-14 Thread Musicman75
Hello, In out webapp, we use the dispatcher to get data from the server. Th build an app with phonegap I nee to change the url the dispatcher connects to at runtime. Is it possible to change the url of the dispatcher at runtime? Stephan -- You received this message because you are subscribed

Re: Change url of dispatcher

2013-02-14 Thread Jens
What is the dispatcher? If its a GWT-RPC service you could hard cast it to ServiceDefTarget to change its target URL at runtime: http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/client/rpc/ServiceDefTarget.html -- J. -- You received this message because you are

Re: GWT Advice

2013-02-14 Thread Lehel
Sorry, I forget about SmartGWT SmartGWT.mobile supports packaging with PhoneGap to create installable native applications that have access to on-device resources such as the user's address book or photos. 2013. február 12., kedd 12:40:13 UTC+1 időpontban Tim Hill a következőt írta: Hi,

Re: RichTextArea IE vs. Firefox || P vs BR

2013-02-14 Thread Daniel Girtler
I have the same problem in IE8 and IE9 is there a solution to this problem? On Friday, April 24, 2009 12:10:34 AM UTC+2, lamas1...@yahoo.com wrote: Hello everybody, Java: 6 GWT: 1.6.4 GXT: 2.0-m1 IE : 7 Firefox: 3.0.8 The HtmlEditor behaves differently in Internet Explorer and

Re: GWT Advice

2013-02-14 Thread Tim Hill
Wow - thanks for all the pointers guys! :) Regarding the offline/online/syncing, I was hoping to implement a solution using a PHP 'bridge' on the server side between the webapp and a mysql backend - I have read that this is possible (restygwt?). I have also come to the conclusion that I will

Re: GWT 2.5.1-rc1 available

2013-02-14 Thread Paul Robinson
While it's good to get rid of long-deprecated things, is it really a good idea to do that in a point release like this? Shouldn't it wait until GWT 2.6? I'm thinking in particular of GWTShell and GWTCompiler. Paul -- You received this message because you are subscribed to the Google Groups

Re: What is the best way to create multiple versions a GWT application for Desktop / Tablet vs Cell phones?

2013-02-14 Thread thesilverhammer
I am sticking with basic GWT and this will be a pure web-app. We do not want to make tools for android and IPhone. The original question is what would be the best (simplest to make and maintain) to do an App for both desktop browsers vs cell phone ones. I read a few articles that warned

Re: GWT 2.5.1-rc1 available

2013-02-14 Thread Thomas Broyer
On Thursday, February 14, 2013 2:11:21 PM UTC+1, Paul Robinson wrote: While it's good to get rid of long-deprecated things, is it really a good idea to do that in a point release like this? Shouldn't it wait until GWT 2.6? I'm thinking in particular of GWTShell and GWTCompiler. GWTShell

Re: GWT 2.5.1-rc1 available

2013-02-14 Thread Juan Pablo Gardella
Hi all, Where are the last release notes? I saw here https://developers.google.com/web-toolkit/release-notesbut the last was 2.5.0 Thanks 2013/2/14 Thomas Broyer t.bro...@gmail.com On Thursday, February 14, 2013 2:11:21 PM UTC+1, Paul Robinson wrote: While it's good to get rid of

Re: Private versus Protected definitions

2013-02-14 Thread Bob Lacatena
Okay, I can't emphasize how important this is, because GWT is not perfect, and it needs fixing from time to time. I just wasted two days on just such a problem. I don't understand your argument that the implementation would become locked down because changing methods from private to protected

Re: Private versus Protected definitions

2013-02-14 Thread Bob Lacatena
To further clarify, the problem in DateBox occurs more specifically not on a date change to a new date, but when using the keyboard to blank out a date. Neither the keystroke nor the blur event on the text box fire a value change event, but the value of the date for the box *is* set to null.

Re: Private versus Protected definitions

2013-02-14 Thread Jens
I don't understand your argument that the implementation would become locked down because changing methods from private to protected is opening it up, not locking it down. Can you give an example of what you mean? How can this possibly break existing code (barring a name conflict -- in

Re: Query regarding integrating external scripts like Chitika

2013-02-14 Thread Jens
I don't know Chitika but can't you just put it into your host html page which also loads your GWT app? -- J. -- 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

Re: GWT 2.5.1-rc1 available

2013-02-14 Thread Thomas Broyer
On Thursday, February 14, 2013 4:43:04 PM UTC+1, Juan Pablo Gardella wrote: Hi all, Where are the last release notes? I saw here https://developers.google.com/web-toolkit/release-notesbut the last was 2.5.0 Not ready yet (as well as the announcement on the blog). Have a look here

Re: GWT 2.5.1-rc1 available

2013-02-14 Thread Juan Pablo Gardella
Thanks Thomas! 2013/2/14 Thomas Broyer t.bro...@gmail.com On Thursday, February 14, 2013 4:43:04 PM UTC+1, Juan Pablo Gardella wrote: Hi all, Where are the last release notes? I saw here https://developers.google.com/web-toolkit/release-notesbut the last was 2.5.0 Not ready yet (as

GWT Compiler doesnt generate cache.html files

2013-02-14 Thread Paul Krants
it generates *.cache.js files instead. Application seems to be working but all documentation and examples I could find mention cache.html files. Could not find anything in the compiler options to switch it. Using GWT 2.4.0 at the moment. Any ideas? Thanks -- You received this message

Custom GWT CellTree To open its nodes on a click of the whole Text and not just a pointer(image) on to its left

2013-02-14 Thread magesh kumar
It would be really helpful if i get to know some tips on how to change the trigering mode to open a node in a GWT CellTree...Now by default its the image on the left of every root node is being used to trigger..I need it to trigger when some body clicks on the whole root node... Thanks in

EditorDriver setConstraintViolations not applicable for arguments error

2013-02-14 Thread Alexandre Senecal
Using GWT 2.5.0, I would like to use Client side validation and Editors. I encounter the following error when trying to pass the ConstraintViolation Set to the EditorDriver as follows. Validator a = Validation.buildDefaultValidatorFactory().getValidator(); SetConstraintViolationPerson b =

GWT Designer, throws exception if parent constructor missing call to initWidget

2013-02-14 Thread Sam
https://lh3.googleusercontent.com/-vPKFVLSWeQo/URzFXsUUe7I/AEc/0znePWqow5Y/s1600/installed.png GWTDesigner will not open a class in design view if its parent components constructor does not call initWidget, it chokes with that all too familiar this UIObject's element is not set I

Is GWT Consulting a viable career path?

2013-02-14 Thread frankwalker10000
Hi everyone. I've been working with GWT for several years (since 1.5) at 2 different companies, building medium/large enterprise web applications. I love working with GWT, but don't always love the employee lifestyle, having to worry about conserving the tiny amount of PTO I get whenever I

Re: Compiling for IE8

2013-02-14 Thread Paul Krants
I got exactly the same problem. Some users with IE7/IE8 unable to load our GWT module. What I have in my initial html file is: meta name=gwt:onLoadErrorFn content=myAccountOnLoadErrorFn / script language='javascript' function myAccountOnLoadErrorFn(moduleName) {

Re: GWT Compiler doesnt generate cache.html files

2013-02-14 Thread Jens
In one of your *.gwt.xml files you probably have added the 'xsiframe' linker. This linker allows you to load your app from a different domain and because of this it has to generate *.cache.js files instead of *.cache.html files. So everything is fine :-) -- J. -- You received this message

Re: RichTextArea IE vs. Firefox || P vs BR

2013-02-14 Thread Milan Cvejic
Here you can find my solution to this: https://groups.google.com/d/topic/google-web-toolkit/t5OBuflQCzY/discussion There is one thing that you need to implement also, and that is to detect weather cursor is currently in ol or ul tags, and if so just call super.onBrowserEvent method and add

Re: EditorDriver setConstraintViolations not applicable for arguments error

2013-02-14 Thread Milan Cvejic
Hi, here is working solution: Validator validator = Validation.buildDefaultValidatorFactory().getValidator(); SetConstraintViolation*MODEL* violations = validator.validate(editor.flush()); @SuppressWarnings({ rawtypes, unchecked }) IterableConstraintViolation?

Re: Custom GWT CellTree To open its nodes on a click of the whole Text and not just a pointer(image) on to its left

2013-02-14 Thread Tomek Kańka
Oh, there are two of us. I just asked the same question day ago:). My ideas: Should I use selectionModel for these items, and somehow find what node was selected (how?), or use CellPreviewEvent.Handlerhttp://../com/google/gwt/view/client/CellPreviewEvent.Handler.htmlin some mysterious way?

Anyone tried to compile an old GWT 1.x app, under 2.5? Don't bother...it's broken.

2013-02-14 Thread Dave
Ok. I tried this. Use the new WebAppCreator, and create a work area for some 'SimpleMaps' example. Run ant, and the generic generated code will compile. But, as soon as you take the example code from SimpleMaps and try to compile that, the compile will fail. There's some mumbling about

Re: Query regarding integrating external scripts like Chitika

2013-02-14 Thread Sachin Sreenivasan
But if I put in my host html, will I be able to pass values to this script to make it dynamic? I don't know javascript. So not sure how to try that approach. Thanks, Sachin On Feb 15, 2013 12:18 AM, Jens jens.nehlme...@gmail.com wrote: I don't know Chitika but can't you just put it into your

Re: GWT 2.5.1-rc1 available

2013-02-14 Thread Sachin Shekhar R
Any idea when will they be become available on public maven repo's? On Thursday, February 14, 2013 12:24:49 AM UTC+5:30, Matthew Dempsky wrote: Hi everyone, We're excited to announce the GWT 2.5.1-rc1 release candidate! There will be an announcement soon on the GWT

Re: GWT 2.5.1-rc1 available

2013-02-14 Thread Thomas Broyer
On Friday, February 15, 2013 8:03:25 AM UTC+1, Sachin Shekhar R wrote: Any idea when will they be become available on public maven repo's? They already are in Central for 10 days. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

[gwt-contrib] GWT 2.5.1 smoke testing

2013-02-14 Thread Matthew Dempsky
Here's a copy of the internal spreadsheet we use for pre-release smoke testing of GWT SDK releases: https://docs.google.com/a/google.com/spreadsheet/ccc?key=0Aq6G-aVKryhkdG9EVEc4b1FVUE5QOUxJNGJkZFZCaXc#gid=0 We usually conduct this testing internally, but we decided to open up the process more

[gwt-contrib] Change in gwt[master]: Run JsInliner only on methods that are JSNI or that contain ...

2013-02-14 Thread Brian Slesinsky
Brian Slesinsky has posted comments on this change. Change subject: Run JsInliner only on methods that are JSNI or that contain JSNI calls (not on the whole AST). .. Patch Set 5: (7 comments)

[gwt-contrib] Change in gwt[master]: make unsink event work correctly in widget

2013-02-14 Thread Daniel Kurka
Daniel Kurka has uploaded a new change for review. https://gwt-review.googlesource.com/1950 Change subject: make unsink event work correctly in widget .. make unsink event work correctly in widget if events were unsunk

[gwt-contrib] Change in gwt[master]: make unsink event work correctly in widget

2013-02-14 Thread Goktug Gokdogan
Goktug Gokdogan has posted comments on this change. Change subject: make unsink event work correctly in widget .. Patch Set 1: Code-Review+1 (1 comment) File