Re: No source code is available for type com.google.gwt.user.server.rpc.RemoteServiceServlet;

2013-07-18 Thread Maxim Dmitriev
Thanks! [ERROR] Line 6: No source code is available for type > com.google.gwt.user.server.rpc.RemoteServiceServlet; did you forget to > inherit a required module? This error disappeared after I had removed from my Project.gwt.xml file On Tuesday, March 23, 2010 9:44:33 PM UTC+4, Paul Robins

GWT Safari 6 Image setUrl leads to "Maximum call stack size exceeded"

2013-02-19 Thread Maxim Schäfner
ke that? Thank you. Maxim -- 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,

Re: GWT 2.4 App doesn't run on IEs < 9 anymore. Got error on GWT's Image class.

2012-08-21 Thread Maxim Schäfner
Ok, solved it :D. Was issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=6665 with Google Chrome Frame for Internet Explorer... Regards, Max On Monday, August 20, 2012 5:37:12 PM UTC+2, Jens wrote: > > Image itself is included with User.gwt.xml and the only deferred binding > t

GWT 2.4 App doesn't run on IEs < 9 anymore. Got error on GWT's Image class.

2012-08-20 Thread Maxim Schäfner
Hello GWT community. For some reason, we can't run our webpage on IEs < 9. We are still using GWT 2.4.0 and it's UIBInders and before the following occur, we had that error never before. What's the matter with this? Why Image? And why it says we should inherit it? This has been never required bef

Re: Calling instance method from JSNI code

2012-02-07 Thread Maxim Schäfner
o be static. Remove the this. reference from the JSNI to call it. > > Regards, > > Alfredo > > On Wed, Jan 25, 2012 at 12:25 PM, Maxim Schäfner > > > > > > > > > > wrote: > > Hi, > > i'm trying to call an instance java method from a JSNI met

Calling instance method from JSNI code

2012-01-25 Thread Maxim Schäfner
Hi, i'm trying to call an instance java method from a JSNI method like decriped in GWT JSNI documentation. But somehow I'm still getting exceptions: My code: public void bla() { jsni_method(JavaScriptObject event);// event is an dropEvent, but that doesn't matter } public static native vo

TinyMCE GWT UIBinder finally displayed correctly, but colorpicker's colors and font-dropdown-menu's fonts are not clickable

2011-09-15 Thread Maxim Schäfner
I'm still not able to click on that entries in my TinyMCE which was placed on a div in an uibinder composite. I would be grateful if someone could give a hint or something. Thank you. Regards, Maxim -- You received this message because you are subscribed to the Google Groups "Google W

Re: Using custom class as the entity id in requestfactory framework

2011-09-04 Thread Maxim Ivanov
Hi Andy. As I know you don't need manual proxing for ObjectId's. You should import gwt module prepared for it specially as described here http://code.google.com/p/morphia/wiki/GoogleWebToolkit This module provides custom serializator for mongo ObjectId - http://code.google.com/p/morphia/source/b

Re: Cannot open GWT classes with GWT Designer

2011-07-27 Thread Maxim
Hello. I have the same problem. it worked for the previous version - com.google.gdt.eclipse.designer.doc.user_2.3.2.r36x201106201114 but does not work on the current com.google.gdt.eclipse.designer.hosted.lib_2.3.2.r37x201107161253 It does not depend on the version of eclipse or platform (Windows

GWT UiBinder @UiTemplate location

2011-07-11 Thread Maxim Schäfner
Why our plan doesn't work? Do we forget something? Thank you. Regards, Maxim -- 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 unsubs

problem with 2 IFRAMES and F5

2011-02-28 Thread Maxim
Hello for all! I create GWT Aplication. On the first page I has 1 IFRAME (com.google.gwt.user.client.ui.Frame) and a few buttons in front of him. when I click on one button - IFRAME replaced by another class. in this class, I open another IFRAME and then press F5 to reload page. after this the fir

Re: Entire Site in GWT?

2010-11-13 Thread Maxim
which is a print-friendly version of http://www.projectkaiser.com:8080/pk/?fileid=22609 Actually rendering code from client is reused in server. Maxim -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this g

Re: Using GWT for a large UI project

2010-09-01 Thread Maxim
n all devices" still is not 100% reality. But of course if you must traget *nix users, then Silverlight is not your choice. Just mention that in goals :) Maxim On Sep 1, 8:57 pm, "marius.andreiana" wrote: > Thanks Maxim (saw your email), > > http://demos.telerik.com/si

Re: Using GWT for a large UI project

2010-09-01 Thread Maxim
Oops, sorry, I gave wrong link, this is the correct one: http://www.projectkaiser.com:8080/pk/ -- 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-tool...@googlegroups.com. To unsubscribe from th

Re: Using GWT for a large UI project

2010-09-01 Thread Maxim
kaiser.com:8080/ One more thing: from time to time we have browser-compatibilty-related issues ( not so big though ) with GWT, especially in Firefox. Maxim -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group,

Re: Reusing GWT Localization in Server Side Code

2010-08-20 Thread Maxim
Stefan you wrote: The server should be in general not locale aware. what about notification ? Normally notification messages are localized. Maxim http://www.projectkaiser.com -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.

Re: Reusing GWT Localization in Server Side Code

2010-08-20 Thread Maxim
lity: http://www.projectkaiser.com:8080/pk Maxim > > If anyone has any better ideas please sing out! > > Joe > On Aug 17, 7:20 am, Casey wrote: -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this g

Re: Update to big application with GWT client (Project Kaiser)

2009-12-01 Thread Maxim
We use third-party software a little, in particular resizeable columns, rich text and security - all are our own development ( on the base of standard GWT widgets of course ). Third-party javascript is used e.g. for syntax highlighting purposes. Security is implemented as follows. Special RPC wit

Update to big application with GWT client (Project Kaiser)

2009-12-01 Thread Maxim
ake a look at it here http://www.projectkaiser.com:8080/pk Regards, Maxim -- 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-tool...@googlegroups.com. To unsubscribe from this group

Re: Microsoft GWT clone

2008-08-25 Thread Maxim
On Aug 25, 7:46 am, Arthur Kalmenson <[EMAIL PROTECTED]> wrote: > compiles statically typed languages. A lot of the GWT optimizations > rely on types being known at compile time and the removal of > Reflections, these two properties are fundamental in most dynamic > languages and would thus make i

Re: Microsoft GWT clone

2008-08-24 Thread Maxim
As I understand from: http://livelabs.com/volta/docs/issues/ "At run time a Volta application downloads many files from the server, one for each class that is used. The classes are loaded lazily, i.e. not downloaded until they are needed..." they do not need in optimization by size :) >From ot

Re: Microsoft GWT clone

2008-08-24 Thread Maxim
timise it. I do not think that recompiling is a big problem - thare are tools which recompile Java byte code into Javba source, and results are quite similar to original. Regards, Maxim --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goo