Re: How to determine *at runtime* which permutation is used?

2011-11-10 Thread Paul Robinson
On 10/11/11 03:22, Hilco Wijbenga wrote: On 9 November 2011 17:37, Danny Kirchmeierda...@kirchmeier.us wrote: You can use GWT.getPermutationStrongName() Thank you. Unfortunately, this gives me: F0A79CA92B424357F8F0A6170AD004B9. Is there a way to turn this into something readable? You can

How to handle browser event in gwt?

2011-11-10 Thread Sanjay Jain
I am using GWT 2.3 with GWTP plugin in my application.In this application I want to block browser back and forth event.For this I got some java script code.But this code is onLoad() and onUnLoad() of the html page.As application is a GWT application there is only one html which

Re: Cancel CellList selection

2011-11-10 Thread Yann
Hello Thomas, Thanks a lot for your response but what do you mean by Try with a custom CellPreviewEvent.Handler. I tried : myCellList.addCellPreviewHandler(new CellPreviewEvent.HandlerMyObject(){ @Override public void onCellPreview(CellPreviewEventMyObject in_event){

Re: Cancel CellList selection

2011-11-10 Thread Yann
Apologies Thomas, onCellPreview is actually called ! I didn't find yet which native event I should cancel, but I'm working on it... -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

GWT Incubator deprecation and ScrollTables migration to DataGrid on gwt 2.4

2011-11-10 Thread Darkman97i
Several days ago I've been noticied gwt incubator becomes deprecated library and there's a migration plan to GWT general trunk. In my case really I only take advantage using gwt-incubator of ScrollTable. I've been making some testing on new GWT 2.4 widget, DataGrid, CellTable, etc... I pay

Re: GWT Developer Plugin for Firefox 8

2011-11-10 Thread Alan Leung
Alright I have built and tested it for all platforms Have fun! http://www.fileswap.com/dl/1OVPVHwWEp/gwt-dev-plugin.xpi.html -Alan On Wed, Nov 9, 2011 at 5:31 PM, David Guo angel243...@gmail.com wrote: I'll try it in Win7 64 bit to see if it works or not. If not,maybe i CAN rebuild it on my

Re: Saving Object to fole on Server

2011-11-10 Thread m...@grayout.de
Hi hth, thanks for the response. Sorry I am not this familiar with file operations. Maybe we can start from scratch: I want to store an object on the server for later use. The Object should persist on the server even if the server is restarted. For several reasons, I do not like to store the

Re: Saving Object to fole on Server

2011-11-10 Thread Raphael André Bauer
On Thu, Nov 10, 2011 at 11:19 AM, m...@grayout.de m...@grayout.de wrote: Hi hth, thanks for the response. Sorry I am not this familiar with file operations. Maybe we can start from scratch: I want to store an object on the server for later use. The Object should persist on the server even if

Re: GWT Developer Plugin for Firefox 7

2011-11-10 Thread Thomas Broyer
...and Alan is already working on it: https://groups.google.com/d/topic/google-web-toolkit/wElYN-Thi2M/discussion -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: GWT Developer Plugin for Firefox 8

2011-11-10 Thread Thomas Klöber
Am 10.11.2011 11:11, schrieb Alan Leung: Alright I have built and tested it for all platforms Have fun! http://www.fileswap.com/dl/1OVPVHwWEp/gwt-dev-plugin.xpi.html brilliant! Thanx Alan for the quick job. I was already worried I had to stick with the old FF version for weeks... Thomas

Re: How to handle browser event in gwt?

2011-11-10 Thread Thomas Broyer
On Thursday, November 10, 2011 10:03:19 AM UTC+1, Sanjay Jain wrote: I am using GWT 2.3 with GWTP plugin in my application.In this application I want to block browser back and forth event. Maybe you didn't choose the right platform for the job then. When developping a web app, your user

Re: Cancel CellList selection

2011-11-10 Thread Thomas Broyer
It's not about cancelling the event; it's about *not* routing it to a DefaultSelectionEventManager (which changes selection depending on the event). It also means you shouldn't addCellPreviewHandler, but instead use the two-argument overload of

Re: GWT Incubator deprecation and ScrollTables migration to DataGrid on gwt 2.4

2011-11-10 Thread Thomas Broyer
See http://code.google.com/p/google-web-toolkit/issues/detail?id=6401 -- 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/-/oOp0ZVkISjYJ. To post to

CMIS

2011-11-10 Thread Prat2511
Hi all, I am new to GWT and IBMFileNet I am trying to run gwtcmis-sample. link : - http://code.google.com/p/gwt-cmis/wiki/GwtCMISClientSample I have created my own repositry .What are the neccesary change i have to make to make this program run. Thanks in advance. -- You received this message

Re: WindowBuilder/GWT Designer error

2011-11-10 Thread Konstantin Scheglov
I don't know without project(s) example. среда, 9 ноября 2011 г. 19:28:44 UTC-5 пользователь chris написал: Very similar to the OP, I've found myself reaching a java.lang.IllegalArgumentException within GWT Designer. Now that we started getting this error, we can't use it to open files

Re: GWT Developer Plugin for Firefox 8

2011-11-10 Thread Alan Chaney
On 11/10/2011 2:11 AM, Alan Leung wrote: Alright I have built and tested it for all platforms Have fun! http://www.fileswap.com/dl/1OVPVHwWEp/gwt-dev-plugin.xpi.html -Alan Thanks, Alan! Great work! Seems to work on FF8 Win 7 x64. (also) Alan On Wed, Nov 9, 2011 at 5:31 PM, David Guo

Re: GWT Developer Plugin for Firefox 8

2011-11-10 Thread Samyem Tuladhar
Thanks. Worked for me as well. Wonder if the GWT official team would be able to pick this up and offer through the official channel. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: GWT Developer Plugin for Firefox 8

2011-11-10 Thread Luca Morettoni
On Thu, Nov 10, 2011 at 4:52 PM, Samyem Tuladhar sam...@gmail.com wrote: Thanks. Worked for me as well. Wonder if the GWT official team would be able to pick this up and offer through the official channel. and it's incredible that the chrome plugin is tremendous slower than the ff one! --

Re: GWT Developer Plugin for Firefox 8

2011-11-10 Thread Samyem Tuladhar
The gwt official plugin is still stuck with FF6 - already 2 version behind. -- 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/-/CXkjqC-vHLIJ. To

Re: Training on Google-web-toolkit

2011-11-10 Thread Anand
Hi; I am deeply interested learn form your team who has 15+ yrs of experience in GWT Training and would like to know more. I am in India and want to attend the training in India. Hope that's not a problem. Thanks. Ananda. On Wed, Nov 9, 2011 at 3:46 PM, lavanya kannan lavany...@geazy.com

Re: WindowBuilder/GWT Designer error

2011-11-10 Thread chris
I sent you a reply directly. I couldn't upload the files here for some reason, so they're on pastebin. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Window.confirm() on Chrome 16 throws an exception.

2011-11-10 Thread Stefano Ciccarelli
I'm using GWT 2.4. On Chrome 16 (beta) when I call Window.confirm I get an exception. The stack trace is: Caused by: java.lang.Throwable: (TypeError): Cannot read property 'hasPort' of undefined at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:248) at

Mock for GWT constants using PowerMock

2011-11-10 Thread vishnu
Hi, I need to mock a GWT contants class using PowerMock for unit testing. When I mock a Constants class then I get IllegalStateException. Is there a way to create mock for the constants? Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: GWT Developer Plugin for Firefox 8

2011-11-10 Thread Igor Lysak
Thanks a lot, Alan! Good work! On Nov 10, 12:11 pm, Alan Leung acle...@google.com wrote: Alright I have built and tested it for all platforms Have fun! http://www.fileswap.com/dl/1OVPVHwWEp/gwt-dev-plugin.xpi.html -Alan On Wed, Nov 9, 2011 at 5:31 PM, David Guo

Re: Cancel CellList selection

2011-11-10 Thread Yann
Thomas, Overriding SingleSelectionModel.setSelected() works like a charm. It's so obvious I really should have figured it by myself... Thanks a lot ! -- 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: Training on Google-web-toolkit

2011-11-10 Thread Chris Conroy
Gee, 15 years experience! That's might impressive considering GWT came into being in 2006! http://code.google.com/p/google-web-toolkit/source/detail?r=1 You have more experience in GWT than the original authors! Why you spend your time peddling training instead of doing all sorts of interesting

Re: GWT Developer Plugin for Firefox 8

2011-11-10 Thread Juan Pablo Gardella
Awesome Alan, is very fast!!! 2011/11/10 Igor Lysak lysak.i...@gmail.com Thanks a lot, Alan! Good work! On Nov 10, 12:11 pm, Alan Leung acle...@google.com wrote: Alright I have built and tested it for all platforms Have fun!

Is it possible to stop the browser from interpreting control-key presses?

2011-11-10 Thread kstokes
I am working on an application which needs control of the keyboard so the user can enter control-keys such as control-j and control-w. In order to be able to stop the browser from interpreting keys like backspace, I used Event.addNativePreviewHandler() To redirect all key up, key down, and

Re: Is it possible to stop the browser from interpreting control-key presses?

2011-11-10 Thread Ovidiu Mihaescu
First I'll tell you the last thing you want to hear: you shouldn't override the browser's built-in shortcuts, etc etc. Alright, now that that's out of the way: yes you can. Here's a snippet of code I used: private static HandlerRegistration keyboardShortcuts; public static void enableKeyShorcuts()

Re: Reload Place using getWhere()

2011-11-10 Thread Mark Wengranowski
The code example you provided works perfectly! It reloads the place without refreshing the entire page. Instead of making a class i just added it into an onClick event in my application. Because of this i couldn't figure out how to create the delegate variable but removing it and the ||

Re: GWT Developer Plugin for Firefox 8

2011-11-10 Thread Thomas Broyer
Alan *is* from the GWT official team! -- 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/-/VjO60oW7qzMJ. To post to this group, send email to

Re: GWT Developer Plugin for Firefox 8

2011-11-10 Thread Thomas Broyer
It's been officially updated to FF7 yesterday (the XPI was downlodable for a long time already on the SVN): http://code.google.com/p/google-web-toolkit/source/detail?r=10735 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this

Re: WindowBuilder/GWT Designer error

2011-11-10 Thread chris
FYI: I had 3 references to my index.html file throughout my entire project. 2 were in applicationContext.xml (for Spring Security), and 1 was in web.xml. Commenting out the following entry in web.xml fixed the problem: welcome-file-list welcome-file/index.html/welcome-file

Re: WindowBuilder/GWT Designer error

2011-11-10 Thread Konstantin Scheglov
Yes, GWT Designer tries to get HTML file for module using two methods: 1. welcome-file in web.xml 2. Default HTML file, which is short module name plus .html extension. I will fix this problem, GWT Designer should not throw exception. -- You received this message because you are subscribed to

Re: GWT a breadbcrumb for NooBS like me.

2011-11-10 Thread Shawn Brown
When GreetingServiceAsync is an interface, from which we obtain an object. - Yet... What the hell is in that thing! If your question is how it is used, you would be better off to look at http://code.google.com/webtoolkit/doc/latest/tutorial/RPC.html Understanding deferred binding isn't a

How to change css value's through CssResource mechanism?

2011-11-10 Thread Ed
I have a FlexButton widget and want to change the width, that is defined in the css file, in a flexible way. FlexButton uses ClientBundle and CssResource. I looked at the @eval and value() functions but don't think they help me. @eval references to a static function such that it results in a

Re: GWT Developer Plugin for Firefox 8

2011-11-10 Thread Michael Vogt
Hello Alan. Alright I have built and tested it for all platforms Have fun! Thank you for the update. Worked for me without problem today. Ubuntu 11.10 32-bit with GWT 2.4 Greetings, Michael -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

How to override style for scrollbars in CustomScollPanel ?

2011-11-10 Thread ksurakka
Hello, Scrollbars in CustomScrollPanel are semi transparent until mouse hovers over them, there is fade in/out effect. Effect is defined in file: com/google/gwt/user/client/ui/NativeVerticalScrollbarTransparent.css I would not like to use this effect for now, how I can override these styles? I

Re: GWT Developer Plugin for Firefox 8

2011-11-10 Thread Alan Leung
Right. I keep a very close watch on the FF release schedule. The latest and greatest is usually in SVN quickly if you are feeling adventurous. I am slightly hesitant to push it out to the official page because I don't want to break EVERY GWT user with a bad build. If you are downloading from the

log4j and the MobileWebApp sample

2011-11-10 Thread Jenson
Hi folks, I'm trying to run the MobileWebApp sample in Eclipse (Indigo 3.7, GPE 2.4). It's not clear to me why the console is getting warnings about log4j not getting initialized properly. log4j:WARN No appenders could be found for logger (org.apache.jasper.compiler.JspRuntimeContext).

Re: Reload Place using getWhere()

2011-11-10 Thread Jens
Take a look at PlaceController.DefaultDelegate.confirm(). Its responsible for showing the warning message you may have returned in Activity.mayStop() via a confirm dialog (Window.confirm(warning)). If your Activity.mayStop() always returns null then its ok to remove the confirm() thing. But if

Re: How to change css value's through CssResource mechanism?

2011-11-10 Thread Thomas Broyer
You'll have to either define specific CSS classes with different widths, or use button.getElement().getStyle().setWidth(newWidth, Unit.PX); -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: GWT Developer Plugin for Firefox 8

2011-11-10 Thread bryn ryans
Any particular reason why the FF8 plugin has been uploaded www.fileswap.com rather than google-web-toolkit SVN (http://google-web- toolkit.googlecode.com/svn/trunk/plugins/xpcom/prebuilt/)? Thanks. On Nov 10, 2:27 pm, Alan Leung acle...@google.com wrote: Right. I keep a very close watch on

Re: Reload Place using getWhere()

2011-11-10 Thread Thomas Broyer
Hi Mark, You shouldn't abuse places to tie them to data. If you need to refresh some data, you'd better dispatch an event on your event bus (an event that signals data has changed and need to be refreshed, not an event talking about navigation). -- You received this message because you are

Loading a GWT application n development mode

2011-11-10 Thread Jonathan Gossage
I have developed a small GWT applicattion using the GWT designer on Eclipse 3.7 64 bit on Windows7 64 bit with SP1. I am using GWT 2.4 and GAE 1.5.5. My problem is that when I try to launch the application in development mode, the development module starts but when I select Launch Default

Re: future of gwt who use gwt

2011-11-10 Thread Eric Clayberg (Google)
See... http://googlewebtoolkit.blogspot.com/2011/11/gwt-and-dart.html The Google Web Toolkit team has been asked recently about our plans following the announcement of the Dart programming languagehttp://dartlang.org/ a few weeks ago. Dart and GWT both share the goal of enabling structured

Re: Dart and GWT

2011-11-10 Thread Eric Clayberg (Google)
See... http://googlewebtoolkit.blogspot.com/2011/11/gwt-and-dart.html The Google Web Toolkit team has been asked recently about our plans following the announcement of the Dart programming languagehttp://dartlang.org/ a few weeks ago. Dart and GWT both share the goal of enabling structured

Re: GWT Developer Plugin for Firefox 8

2011-11-10 Thread David Guo
Well done Alan,great work. Work well on FF8 in Win7 64 bit. -- 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/-/d6X2dgp17ogJ. To post to this group,

Assistance required by a novice.

2011-11-10 Thread Mozzie Clark
I have installed GWT 2.4.0 and Eclipse 3.6.2. and cannot work out how to start the GWT Designer, or any other GWT component for that matter. I have built a few databases using Visual Basic and C++ but I know very little about coding web pages. I hope to use a WISIWYG method and pick up the coding

is there a widget which instead fileinput?

2011-11-10 Thread wahaha
to instead the input type=file element. how to solute? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to

Re: Re: [gwt-contrib] Aw: Regression: instanceof compiler issue

2011-11-10 Thread dflorey
Unfortunately I was wrong... the bug is still there. After merging the modules everything works fine again. Will test with the next release. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors