Re: GWT + Html 5 template

2012-10-12 Thread Brett Freer
My suggestion - take some time to really learn the environment, and then the answer to your question will become clear. In particular, I have found the GWTP framework a great help to get started. -Brett On Saturday, October 13, 2012 5:35:15 AM UTC+11, Sevak Asadorian wrote: > > noob here, > cr

GWT 2.5 RC2 EntityProxy Validation

2012-10-12 Thread Daniel Mauricio Patino León
Hello there. I have a question of wich is the best option to validate my domain objects on the client side with RequestFactory. It's posible to validate a Proxy with the new Validation of 2.5 RC2 ? If i do a validation of my proxy don't get any constraints violations. What i did to get a work

Re: Firefox 16 GWT Plugin

2012-10-12 Thread Thomas Broyer
On Friday, October 12, 2012 7:41:29 PM UTC+2, Thomas Broyer wrote: > > FYI, Brian uploaded the signed version yesterday: > http://code.google.com/p/google-web-toolkit/source/browse/trunk/plugins/xpcom/prebuilt/gwt-dev-plugin.xpi > Should > be up at the standard location (i.e. with the update c

Re: Firefox 16 GWT Plugin

2012-10-12 Thread sbusch
Works with Ubuntu 11.10 64-bit. Thanks as well. On Tuesday, October 9, 2012 4:47:13 PM UTC-4, James Wendel wrote: > > With Firefox 16 now out, the GWT plugin is incompatible again. But it > looks like Google is already working on it: > http://gwt-code-reviews.appspot.com/1851804/ > > -- You re

Re: Performance Tip for IE browsers : Java garbage collection is NOT Javascript garbage Collection

2012-10-12 Thread Jens
You have a static variable that is instantiated when its needed (lazy instantiation). private static AsyncCallback findPersonCallback; private AsyncCallback createFindPersonCallback() { if(findPersonCallback == null) { findPersonCallback = new AsyncCallback() { //.. impleme

Re: RichTextArea.setHTML() - sometimes parts of HTML are escaped, sometimes not... ??

2012-10-12 Thread TimOnGmail
You can ignore this post - I found out this was due to my own code doing this in another part of the app. :-) - Tim On Thursday, October 11, 2012 3:37:13 PM UTC-7, TimOnGmail wrote: > > Another question - when I call setHTML() on a RichTextArea, with a value > like this: > > HELLO THERE > > ...

Native drag and drop

2012-10-12 Thread Antoine Lever
I'm using GWT's implementation of HTML5 drag and drop. The drag handler is defined in one class and the drop handler in another. In the drop handler I'd like access to the drag object for example to removeFromParent but I can't find a way to access the drag object. Does anyone know how to

GWT + Html 5 template

2012-10-12 Thread Sevak Asadorian
noob here, created a new GWT application in Eclipse. I would like to add an HTML 5 template that i found online in my project. Then, I will build my web app. around the template. how? any tutorials you are aware of? (please, not the ones from Google as they are boilerplate) I have been searchi

Re: Need a tool to find out client side coverage .

2012-10-12 Thread Thomas Broyer
On Wednesday, September 26, 2012 3:14:51 PM UTC+2, Joseph Lust wrote: > > Chris, > > Indeed, it is old. It still works however, and GWT Coverage is more > important to me than moving to v2.1. When getting my whole team to use it, > this is easier than asking folks to explode/repackage the jars

Re: Performance Tip for IE browsers : Java garbage collection is NOT Javascript garbage Collection

2012-10-12 Thread Rob
Hello can someone please help complete this sample. Maybe it is obvious to everyone out there but me but callback c=createCallback();does not seem to work. Exactly how do I instantiate my call back. Do I have to static AsyncCallback myCallback=null; private AsyncCallback create_myCallback()

Re: ScriptInjector Failure using PubNub. Expert help/advice?

2012-10-12 Thread Stephen Blum
Hi Charlie, Good question regarding getting PubNub to work correctly with ScritpInjector. You need to use the *PUBNUB.ready()* function when implementing. Follow the example here - http://stackoverflow.com/a/9281838/524733 On Wednesday, October 10, 2012 10:46:06 AM UTC-7, Charlie Youakim wro

Re: Firefox 16 GWT Plugin

2012-10-12 Thread Thomas Broyer
FYI, Brian uploaded the signed version yesterday: http://code.google.com/p/google-web-toolkit/source/browse/trunk/plugins/xpcom/prebuilt/gwt-dev-plugin.xpi Should be up at the standard location (i.e. with the update check in Firefox) in the next few days I guess. On Tuesday, October 9, 2012 10

Re: Firefox 16 GWT Plugin

2012-10-12 Thread Tom Carchrae
Seems to be working fine on FF16.01 on Ubuntu 12.04 32-bit. uname -a says "Linux mymachinename 3.2.0-32-generic-pae #51-Ubuntu SMP Wed Sep 26 21:54:23 UTC 2012 i686 i686 i386 GNU/Linux" (and thank you for being so fast. each FF add-on break makes me cry!) -- You received this message beca

how do i control the HorizontalPanel's location in VerticalPanel

2012-10-12 Thread CHEN POLO
I Have had tried three way to control it , First way: use VerticalPanel.setheight and HorizontalPanel.setVerticalAlignment to do it , but HorizontalPanel.setVerticalAlignment do nothing Second way :only use HorizontalPanel.setVerticalAlignment , the HorizontalPanel is always on top .

Re: INHERITANCE FROM JAR FILE , DOESN'T WORK

2012-10-12 Thread Fabio
Hi Abraham YES thank you , it works !!! but I noticed a strange think: it worked the first time, then I made some changes and then same error. ? ? ? ? so I cleaned the cache, removed from classpath the jar and re-add and it works what happens ? THANK YOU SO MUCH AG

UiObject.[get|set|add|remove][Dependent]StyleName() methods mis-named?

2012-10-12 Thread adrianp
Good day GWT, It seems to me that these method names are misnomers, as neither HTML nor CSS provides the means to assign a name to a style. What these methods are actually doing is modifying the CSS class name(s) that will be applied to the UI object's HTML element. CSS class names are not the

Re: i18n for disclosure panel

2012-10-12 Thread Carl
in your .ui.xml add: and modify to: and finally, in your doitMessages.java file add this to it: @DefaultMessage("How to use i18n here.") String getDoItHelp(); Note: using this method does not support passing paramters from ui.xml to functions defined in doitMessages. On Friday, 12 Octo

Re: Googlebot dissing my GWT app

2012-10-12 Thread rhodebump
I will give that a shot (adding the meta tag). I did not think that was nessary since all my links on that page did use the hash bang syntax. Thanks very much. If this works, I literally owe you a case of beer. On Friday, October 12, 2012 6:18:23 AM UTC-4, Chris Lercher wrote: > > A Google

Re: RequestFactory ValidationTool works on Linux but not on Windows

2012-10-12 Thread Aldo Neto
Hi, I'm still facing this problem, so does anyone know how to fix this problem? Any suggestions? Tks On Sat, Oct 6, 2012 at 7:30 PM, Aldo Neto wrote: > I'm using Java 1.6 on both, but Oracle on Windows and OpenJDK on Linux. > > The command is the same and the classpath should not be the proble

Re: Saving results from GWT-RPC call on client

2012-10-12 Thread Chris Lercher
One alternative for serialization would be to work with AutoBeans. - Advantage: They can be decoded from/encoded to Strings via AutoBeanCodex . - Disadvantage: AutoBeans (or the interfaces they represent) can't be used as

Re: Googlebot dissing my GWT app

2012-10-12 Thread Chris Lercher
A Google search for "site:www.spot...com" [replace the ellipsis] just returns "www.spot...com". But you don't have that page in your sitemap, and you're not using step 3 "Handle pages without hash fragments" of the Step-by-step guide: In order to make pages without hash fragments crawlable, you

Re: Are you happy with GWT?

2012-10-12 Thread Ümit Seren
True, RPC is an issue with SuperDevMode. However fortunately I always used either RequestFactory or Restfull services/RequestBuilder. On Friday, October 12, 2012 11:01:38 AM UTC+2, Shawn wrote: > > > ( I really recommend to try out SuperDevMode). > > Sounds great but for anyone using AppEngin

Re: GWT 2.5 RC2 Is Here!

2012-10-12 Thread Thomas Broyer
On Friday, October 12, 2012 5:30:05 AM UTC+2, Nagesh Salunke wrote: > > Hey, > Congratulations. first of all ! > . > a curiosity question.. > As GWT doesnot support Drag and drop feature of HTML5 yet,I am excited to > know when the drag and drop feature will be introduced. > It's actually been

ListBox on Safari browser

2012-10-12 Thread Raja Shekhar
Hi, I have a form with a listbox and a push button named "Add". When button Add is clicked, it would add numbers/data to the listbox dynamically. Listbox is empty on form load. Case 1:(Failure) When ListBox is empty, place the cursor on listbox and click Add button. Then it is adding data to the

Re: Are you happy with GWT?

2012-10-12 Thread Shawn Brown
> ( I really recommend to try out SuperDevMode). Sounds great but for anyone using AppEngine and RPC calls, won't really work without tons of hassle (as far as I can find). http://code.google.com/p/google-web-toolkit/issues/detail?id=7522 -- You received this message because you are subscribed

Re: Are you happy with GWT?

2012-10-12 Thread Ümit Seren
I am really happy with GWT. I must say that I had some issues with the relatively slow dev-mode debug cycle (I was using Chrome and I know that Chrome is slower than Firefox) but since I switched to SuperDevMode debugging has been a bliss I can now change something in the code, recompile it alm

i18n for disclosure panel

2012-10-12 Thread Luke
when using uibinder for disclosure panel. how to use i18n for header? how to use i18n here -- 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/-/a6