Re: GWT 2.10.0 release

2022-06-23 Thread Max F
YEEHAW Congratulations, and thanks to Colin and everyone else involved. nilo...@gmail.com schrieb am Donnerstag, 23. Juni 2022 um 18:16:50 UTC+2: > I'm very happy to announce the release of GWT 2.10.0. This is the first > release using our new groupId, org.gwtproject, and the final

[gwt-contrib] Re: gwtproject.org migration, https support

2022-04-03 Thread Max Fromberger
Nice; sounds like a lot of work. Thank you nilo...@gmail.com schrieb am Montag, 28. März 2022 um 17:37:20 UTC+2: > We've successfully migrated the gwtproject.org website to a new domain > name server and new hosting, at Google's request. There are a few small > differences from the old

Re: [ANN] JRS gwt-time 1.4.10 release

2020-05-28 Thread Max F
Nice! Link is broken, btw. Kind regards, Max -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.co

Re: GWT 2.9.0 release

2020-05-14 Thread Max F
Congratulations, and a big "thank you" to Colin and everyone involved! -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Happy to announce general access for J2CL!

2018-11-14 Thread Max F
Great! Am Mittwoch, 14. November 2018 02:39:28 UTC+1 schrieb Goktug Gokdogan: > > Dear GWTers! > > We are happy to announce that we have opened up J2CL repository for > general access: > http://github.com/google/j2cl > > Please see the README for details and instructions. > > I also would like

[gwt-contrib] Re: Update on J2CL

2018-10-24 Thread Max Fromberger
Nice!! That sounds awesome. Thx Goktug and Julien for the news flash. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Creating Key-Value Pair Javascript Object Using Java

2018-06-04 Thread Max F
Thanks Jens, Never heard of JsPropertyMap before. This really is useful; up to now I had implemented property objects as full-fledged custom JsInterop objects. Is there some place to read about these JsInterop goodies? Kind regards, Max Am Montag, 28. Mai 2018 13:12:00 UTC+2 schrieb Jens

Re: CSS Variables and GSS

2017-09-11 Thread max . dubiel
Thx for the reply. https://github.com/google/closure-stylesheets/pull/121/commits/7c99519b6726a2bcdb9458d4dc352e8722f50178 It seems there are at least some contribution in this regard :) Am Montag, 11. September 2017 15:29:19 UTC+2 schrieb Jens: > > GWT itself uses a version of Google

CSS Variables and GSS

2017-09-11 Thread max . dubiel
Hello Folks. It's tricky so far to find anything regarding this topic. It's alwas about GWT CSS Konstants and such. So I hope I don't open an existing topic. I wanted to start using CSS Variables (the real deal) . Turns out the GSS compile doesn't like

Re: GWT 2.8.1 release

2017-06-29 Thread Max F
;>> And line above (for excludeJsInteropExports) has the same issue. >>> >>> On Wednesday, June 28, 2017 at 3:42:49 PM UTC+3, Thomas Broyer wrote: >>>> >>>> >>>> >>>> On Wednesday, June 28, 2017 at 1:04:12 PM UTC+2, Max F wrote: >&

Re: GWT 2.8.1 release

2017-06-29 Thread Max F
Hi Thomas, yes, I used a common space. The parameters keep joined as one. I'll just be waiting until someone else tries this feature. Thanks! Kind regards, Max Am Mittwoch, 28. Juni 2017 18:22:32 UTC+2 schrieb Thomas Broyer: > > > > On Wednesday, June 28, 2017 at 4:55:55 PM UTC+2,

Re: GWT 2.8.1 release

2017-06-28 Thread Max F
Level INFO -codeServerPort 9997 -port -generateJsInteropExports -includeJsInteropExports a.b.c -war D:\XXX\XXX\war com.XXX.XXX.XXX Not using any quotes; they seem to get eliminated from the arguments string anyway by Eclipse. Kind regards, Max Am Mittwoch, 28. Juni 2017 14:42:49 UTC+2 schr

Re: GWT 2.8.1 release

2017-06-28 Thread Max F
le/gwt/dev/ArgHandlerFilterJsInteropExportsTest.java). Or is this feature only to be used in deployment, not during development using CodeServer? Thanks for any response. Kind regards, Max Am Dienstag, 25. April 2017 21:30:21 UTC+2 schrieb Colin Alworth: > > I'm very pleased to announce the rele

Re: How to compile to standards mode?

2017-03-01 Thread Max Fromberger
in the html head lets my gwt applications run in standard mode in IE for me. Am Dienstag, 28. Februar 2017 18:33:12 UTC+1 schrieb Harry Wagner: > > I've inherited support for a GWT application that was built with 2.4. It > only runs in quirks mode. I would like to update it to run in

Re: Looking for GWT graphical editing Frameworks

2017-01-05 Thread Max Fromberger
I found using HTML5 SVG methods with JSInterop very easy. Am Donnerstag, 5. Januar 2017 02:39:02 UTC+1 schrieb Ani: > > HI > I am in the process of developing a Diagram editor based on GWT. > Something which has the ability to drag and drop onto a canvas and create > a flow diagram , with

Re: My GWT 2.8 app stopped working with Chrome 54 (timers not working anymore)

2016-11-21 Thread Max Fromberger
So You re-add the script tags? Am Montag, 21. November 2016 12:27:33 UTC+1 schrieb Bruno Salmon: > > I found the problem, so I'm sharing the result of my investigation as this > may help other people facing a similar issue with Chrome 54+ or other > webkit based browsers: > > My app replaces

Using js libraries

2016-11-15 Thread Max Fromberger
widgets and the Elemental approach in one single GWT application? I end up getting and setting innerHTML()-Strings. Looking forward to a general discussion of this topics; thanks for any feedback and input. Kind regards, Max -- You received this message because you are subscribed to the Google

Re: Can a GWT Dev Mode plugin be rewritten for Chrome using NACL?

2016-11-06 Thread Max Fromberger
>From my point of view the only future proof (because never to be deprecated) way of debugging is debugging in JS, i.e. super dev mode. This is going to work until the end of browsers. Am Sonntag, 6. November 2016 00:52:01 UTC+1 schrieb Kirill Prazdnikov: > > I think people complaining because

[gwt-contrib] Re: GWT Eclipse Plugin Compiler Launcher

2016-11-04 Thread Max Fromberger
over. Such as: > Compiler -incremental -setProperty user.agent=safari -war /path/to/war > > Does that help? > > On Monday, October 31, 2016 at 7:54:39 AM UTC-7, Max Fromberger wrote: >> >> Brandon, could You describe a use case for this in just a few words? >> For myse

[gwt-contrib] Re: GWT Eclipse Plugin Compiler Launcher

2016-10-31 Thread Max Fromberger
Brandon, could You describe a use case for this in just a few words? For myself, I am compiling using an Ant file, and debugging using Your Super Dev Mode launcher. Where does this fit in? Thanks for any explanation, and thanks for all Your great work. regards, Max Am Montag, 31. Oktober

[gwt-contrib] Re: GWT 2.8.0 RC3 is here!

2016-10-07 Thread Max Fromberger
Very nice, works like a charm so far. Any chance to see the release notes? Thanks a lot. Am Donnerstag, 29. September 2016 16:54:46 UTC+2 schrieb Daniel Kurka: > > Hi all, > > I just build the GWT 2.8.0 RC3 and pushed it to maven central. The > complete SDK is also available from here

Re: Best Practice for JSON object recreation on client

2016-08-18 Thread Max Fromberger
Hi Thomas, wouldn't that still require MyObj to extend JavaScriptObject in order to be deserialized on the client? Thanks for your participation. Kind regards, max Am Donnerstag, 18. August 2016 10:41:28 UTC+2 schrieb Thomas Broyer: > > Have you tried something like: > > @JsType(i

Re: Best Practice for JSON object recreation on client

2016-08-18 Thread Max Fromberger
Hello Vassilis, thanks for this contribution. This raises another question: is there a way to solve the above described tasks that is GWT 3 proof and already feasible in GWT 2.8? kind regards, max Am Donnerstag, 18. August 2016 09:45:08 UTC+2 schrieb Vassilis Virvilis: > > Hi, > >

Best Practice for JSON object recreation on client

2016-08-18 Thread Max Fromberger
nvironment specific classes, boilerplate code etc. Thanks for every clue and please overlook me not having a native English interface. ;) kind regards, max -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this grou

Re: Feeback on upcoming application

2016-07-27 Thread Max Fromberger
He means e.g. Word for docx files instead of using a generic editor. Am Dienstag, 26. Juli 2016 19:48:02 UTC+2 schrieb Alain: > > Thx for the feedback. > What do you mean editor for the given type ? > > On 26 July 2016 at 19:43, Rogelio Flores > wrote: > >> I would use

Re: Closure compiler removal ?

2016-06-13 Thread Max Fromberger
Just curious: Why do you keep calling him Jen? :D Am Sonntag, 12. Juni 2016 20:46:51 UTC+2 schrieb Hristo Stoyanov: > > Thanks Jen, > Well, if the option is dropped, we'd better fix gradle/maven plugins. If > the closure compiler is not good in 2.8, it probably was not any better in > 2.7

Polymer Integration in the next GWT versions?

2015-08-20 Thread Max Power
Will the next versions of GWT contain a polymer intergration? -- 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

Re: GWT 3.0 Roadmap?

2015-03-13 Thread Max Völkel
Uh, the year is not soo early any more. Any news on GWT 3.0 release plans? On Monday, September 22, 2014 at 10:34:26 AM UTC+2, Jens wrote: GWT 3.0 will be early next year with Java8 language support. Before that GWT 2.7 RC1 is planed to be release at the end of this month...but could also

[gwt-contrib] Re: GWT 2.7.0-SNAPSHOT in Google maven snapshot repo

2014-10-18 Thread Max Völkel
I am a bit surprised this is almost a YEAR old. Anyway, in which repo can I find a (hopefully recent) 2.7 SNAPSHOT? On Wednesday, November 27, 2013 1:03:26 AM UTC+1, Matthew Dempsky wrote: FYI, I've pushed out a build of master to Maven as 2.7.0-SNAPSHOT. Not sure if the next release will

[gwt-contrib] Re: GWT 2.6.1-rc1

2014-04-29 Thread Max Fromberger
Nice! Does some kind of change log exist? Greetings. Am Dienstag, 29. April 2014 04:10:53 UTC+2 schrieb Daniel Kurka: Hi all, I just build the GWT 2.6.1 RC1 and pushed it to maven central. The complete SDK is also available from

Re: Java 7

2013-04-03 Thread Max Völkel
How well does this play together with AppEngine 1.7.7? From their release notes: The Java runtime now defaults to Java7. If you still need to use the Java6 runtime, please use the --use_java6 flag when deploying your app. We encourage you to move to Java7 as soon as possible. It sounds I

Re: GWT 2.5 GA is Here!

2012-11-28 Thread Max
Very good ! ;) On Oct 26, 12:14 am, unnurg unn...@google.com wrote: Hey all, We're excited to announce the GWT 2.5 Release! There will be an announcement soon on the GWT Bloghttp://googlewebtoolkit.blogspot.com/2012/06/gwt-2.html, and you can download it

Re: GWT Dev Plugin broke (Chrome/mac osx)

2012-10-22 Thread Max Völkel
Hmm, now works fine on Chrome Version 22.0.1229.94. 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-toolkit/-/diTcrb6NgKUJ. To post to this group,

Re: GWT Dev Plugin broke (Chrome/mac osx)

2012-10-14 Thread Max Völkel
Any update on this? On Monday, October 1, 2012 4:00:22 PM UTC+2, Thomas Broyer wrote: On Monday, October 1, 2012 3:58:37 PM UTC+2, Konstantin Solomatov wrote: Still have the same problem. Is anyone going to fix it? It's in the works: http://gwt-code-reviews.appspot.com/1844803/ --

Re: DevMode not working in Chrome after update

2012-10-13 Thread Max
Mac OS. Does not work. I hope somebody from Google is reading this as going back to old Chrome is not an option. On Wednesday, 10 October 2012 01:39:53 UTC-5, Kyle Anderson wrote: DOESN'T WORK. When I drag-and-drop the .crx, it installs the dev mode plugin, but when I try to use Devmode i

querying binary data

2012-08-14 Thread Max
There is service that gets and responses binary data and Java SWING client application that works with that service. I wish to replace Java SWING with GWT app. Is there GWT API to query binary data? It is unlikely to encode binary data on server. I need that to work at least on WebKit as app

Re: DevMode not working in Chrome after update

2012-07-30 Thread Max Völkel
Chrome Canary Version 22.0.1221.0 canary on OS X Lion has the same problem. Manual install via Drop Here on Extension pane, but plugin wont start. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Several Observers in one Class.

2012-03-29 Thread Max
Hi there ! Have a simple GWT's TextBox, using getText() and setText() manipulations via Observers. Have one onClick event, and try to fetch some values from 2 Observers (simply modifying TextBox with Observer's internal setText(), getText() ), but unsuccessful, TextBox keeps it's old values. I

GWT, several Observers and one Class.

2012-03-29 Thread Max
Hi there ! I have a GWT's TextArea and tried to manipulate with text values in this TextArea. When I've tried to use setText() and getText() simply in OnClick event it works - I've got an updated text. But when I'm starting to fetch the new text values for this TextBox by using 2 or more

Re: TextArea and auto scroll problem when adding new text

2011-10-24 Thread Max
try this: public static void scrollToBottom(Element e) { e.setScrollTop(e.getScrollHeight() - e.getClientHeight()); } -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

RequestBuilder POST problem

2011-08-17 Thread Max
Hello, I'm sending a POST request to my webserver (let's call it server A) from RequestBuilder, which returns JSON representation of the object being created. In my callback method I refresh the UI to reflect the changes. Everything works fine, while I use server A as a host name in the browser's

Re: Setting Up A Login Page To Use SSL

2011-05-25 Thread Max Jonas Werner
Nick, On Tuesday, May 24, 2011 11:56:57 PM UTC+2, Nick Apperley wrote: Max - With regards to point 1 I did consider it but it isn't feasible to use SSL for the entire website when large amounts of data is being sent to/from the server. Most of the data being received from the server

Re: Please send some sample code in detail for Gwt server side method unit test cases.

2011-05-24 Thread Max Jonas Werner
code so that it's possible to understand your problem in detail. HTH Max -- 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

Re: Setting Up A Login Page To Use SSL

2011-05-24 Thread Max Jonas Werner
to use TLS only for login purposes I recommend you redirect users to a simple login page using https and after logging in redirecting them back to the http version fo your app. HTH Max -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Re: Image URL from Facebook doesn't load on Chrome, but does on other browsers.

2011-05-23 Thread Max Jonas Werner
Hi erebrus, without some code it'll be difficult to help you. Please post the code snippet which creates your Image. HTH Max -- 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

Prototypical implementation of Desktop Notifications

2011-05-20 Thread Max Jonas Werner
object. Since I'm not THAT firm with DOM events and stuff I would like you to comment on my implementation and if it is somewhat usable or leaking memory or sth. The code is in prototype status and currently works in Chrome only. Please find attached my implementation. Cheers! Max -- You

[gwt-contrib] Rudimentary implementation of Web Notifications

2011-05-18 Thread Max Jonas Werner
usable or leaking memory or sth. Perhaps some day it's valid for inclusion into GWT itself since I've not found any implementation on the web or in GWT's SVN trunk. Please find attached my implementation. Cheers! Max -- http://groups.google.com/group/Google-Web-Toolkit-Contributors/** * Created

Re: KeyPressEvent doesn't capture Enter

2011-04-27 Thread Max Jonas Werner
Max -- 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 google-web-toolkit+unsubscr...@googlegroups.com. For more options

Re: Question regarding Activites, Places, Dependeny Injection and complex layouts.

2011-01-08 Thread Max
+ 1 Frank, do you find out the answer finally? On 1月3日, 下午5时41分, Frank Bølviken frank.bolvi...@gmail.com wrote: Noone has anything to add on this subject? This should really be a basic structure of most apps.. so I really done buy the fact that noone else is trying to wrap their heads around

Re: textbox water mark

2010-12-28 Thread Max Jonas Werner
Why has this topic been deleted from Groups? On 20 December 2010 21:03, Max Jonas Werner m...@maxwerner.de wrote: You're a lucky guy that you can use this feature. ;-) Cheers! Max -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Re: textbox water mark

2010-12-28 Thread Max Jonas Werner
This is weird. I can't search for this topic and it doesn't show up in my or in pieceovcake's activity log but the direct link still works. What am I missing here? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: textbox water mark

2010-12-20 Thread Max Jonas Werner
and requirements. HTH Max -- 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, send email to google-web-toolkit+unsubscr...@googlegroups.com

Re: textbox water mark

2010-12-20 Thread Max Jonas Werner
You're a lucky guy that you can use this feature. ;-) Cheers! Max -- 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, send email

Re: Repeating Timer and onUnload()

2010-11-27 Thread Max Jonas Werner
Hi ep, yeah, that's what I meant with putting the cancel() call in onUnload(). Max On Nov 24, 11:08 am, ep eplisc...@googlemail.com wrote: subclass a timer to your custom, which binds on a widget it works with. when the widget is detached your timer can cancel himself - kinda selfdestruction

gwt-user.jar does not contain classes for com.google.gwt.emul package

2010-11-23 Thread Max
/dependency using gwt-maven-plugin version 2.1.0 and the jar is pulled down. but it only contains .java files for anything under com.google.gwt.emul Is this correct? Am i missing something in my dependency? Any help would be appreciated. Thanks! Max -- You received this message because you

Repeating Timer and onUnload()

2010-11-23 Thread Max Jonas Werner
automatically when widgets are unloaded/detached? Thanks Max -- 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, send email to google-web

RequestFactory Security/Authentication

2010-11-10 Thread Max E.
Hello, I'm having problems to understand how User Authentication works with the RequestFactory. I do understand the documentation and the expenses example. How is it possible to implement Authentication/ How do users login? How can Users only view the Entities they are allowed to see. How can

RequestFactory and Security/Authentication

2010-11-10 Thread Max E.
Hello, i have troubles understanding how Security works with RequestFactory in GWT 2.1. I do unterstand the documentation and I do unterstand the expenses sample. How can I restrict access for the client only to entities she is allowed to access? I found UserInformation, but how does it work?

Re: Seam GWT Explained

2010-10-27 Thread Max
What do you mean by Seam Can i get it working wihtout ejb's? You want to use Spring to manage seam's bean? On Oct 27, 6:08 pm, Anand S celestialciti...@gmail.com wrote: Hi I am trying to integarate Seam and GWT. I have got the GWT RPC example working, I have the SEAM remoting workging. By the

Hello7

2010-09-20 Thread Mad Max
Hello, What have you been up to ? Tell you a good news. At last few days,My friend Jack told me where was called the factory of world.All the things is very cheap. Register to be their members as soon as possible, during this time, they have discount sales, many surprises are waiting for you.

com.google.gwt.user.client.rpc.SerializationException without stacktrace

2010-05-21 Thread Max
Hi GWT gurus, I am using GWT2.03 and I get com.google.gwt.user.client.rpc.SerializationException without any stacktrace for some RPC calls. *All* classes have a default constructor without param. Any ideas? -- You received this message because you are subscribed to the Google Groups Google

Re: com.google.gwt.user.client.rpc.SerializationException without stacktrace

2010-05-21 Thread Max
root cause com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamWriter line 126 getObjectTypeSignature(instance) returns null the object class has already been included in gwt.xml On May 22, 12:11 pm, Max thebb...@gmail.com wrote: Hi GWT gurus, I am using GWT2.03 and I get

Re: com.google.gwt.user.client.rpc.SerializationException without stacktrace

2010-05-21 Thread Max
PS: I can also find this class in serialization policy file On May 22, 12:34 pm, Max thebb...@gmail.com wrote: root cause com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamWriter line 126 getObjectTypeSignature(instance) returns null the object class has already been included

[gwt-contrib] Compile Error since r7971

2010-05-11 Thread Max
Hej all, I've just checked out GWT branches/2.1 from SVN and tried to compile but get the following error (warnings omitted): [gwt.javac] /home/max/dev/gwt/branch-2.1/user/src/com/google/gwt/junit/ JUnitShell.java:139: ArgHandlerWhitelist() has protected access

GWT Bender - web based RAD tool to create GWT applications in a browser

2010-03-10 Thread Max
GWT Bender is web based tool to create GWT applications in browser. GWT Bender produces Java and CSS files that are copied in eclipse (manually or automatically) Every widget is named automatically var1, var2, var3 (You can change widget name later) It is possible to write descriptions instead

Re: GWT Bender - web based RAD tool to create GWT applications in a browser

2010-03-10 Thread Max
coding is eclipse. On Mar 10, 3:12 pm, Max max.seven@gmail.com wrote: GWT Bender is web based tool to create GWT applications in browser. GWT Bender produces Java and CSS files that are copied in eclipse (manually or automatically) Every widget is named automatically var1, var2, var3

Re: GWT Bender - web based RAD tool to create GWT applications in a browser

2010-03-10 Thread Max
Right. Artem (PyraNinja) coded it but google moderation has not accepted his post so I re-posted it. On Mar 9, 9:54 pm, PyraNinja pyramid.ni...@gmail.com wrote: I developed GWT Bender in august, 2009 and used it with GWT projects I am developing. It was improved many times. It is web based

Best practice of GWT

2010-01-26 Thread Max
hi GWT gurus, I would like to ask two question about GWT samples 1, Can I assume samples provided under folder gwt-2.0.0/samples are written in best practices? 2, Is there any plan to re-write Showcase sample to UIBinder? Best regards, Max -- You received this message because you

Re: New GWT2.0 Layout Panels, no style ?

2010-01-16 Thread Max
bump! I have the same problem too! On 2009年12月14日, 上午7時34分, christoph widulle christoph.widu...@googlemail.com wrote: Hi, i'm trying out the new GWT2.0 Layout Panels (DockLayoutPanel,SplitLayoutPanel,...). But there is no default style as you can see in the demo screenshots? Do I miss

Re: Extend or withdraw the set of compileable Java classes

2009-10-28 Thread Max Zhu
Yes of course. As long as you well configured your EntryPoint class in module xml. On Tue, Oct 27, 2009 at 6:09 PM, Sean sean.cul...@web.de wrote: Hi together, I'm new to GWT and I'm looking for a way to use the GWTCompiler for another set of Java classes. Basically I would like to write

Re: How do I boostrap my Entry Point class with the User service?

2009-10-27 Thread Max Zhu
Only classes listed in this page can be used in GWT Client Side: http://code.google.com/webtoolkit/doc/1.6/RefJreEmulation.html For other classes, we usually stub out them into a common module. But in this case, I don't think we can stub out UserService. You have to make a RPC. On Sun, Oct 25,

Re: RichTextArea not showing right!!!

2009-10-23 Thread Max Zhu
Please refer to sample code. RichTextToolbar is not part of the GWT library. You can use following code to add your tool bar. RichTextArea textArea = new RichTextArea(); RichTextToolbar toolbar = new RichTextToolbar(textArea); toolbar.setWidth(100%); panel.add(toolbar); panel.add(textArea); On

Re: RichTextArea inserting html

2009-10-14 Thread Max
Re-implement execCommand command as native method. On Oct 9, 12:46 pm, Max max.seven@gmail.com wrote: I wish to have quotes button like in gmail. On Oct 8, 12:22 pm, Max max.seven@gmail.com wrote: Hello, 1. Is it possible to insert HTML code into RichTextArea? 2

Re: RichTextArea inserting html

2009-10-09 Thread Max
I wish to have quotes button like in gmail. On Oct 8, 12:22 pm, Max max.seven@gmail.com wrote: Hello, 1. Is it possible to insert HTML code into RichTextArea? 2. Is it possible to surround selection with some tag? Thanks, Max --~--~-~--~~~---~--~~ You

RichTextArea inserting html

2009-10-08 Thread Max
Hello, 1. Is it possible to insert HTML code into RichTextArea? 2. Is it possible to surround selection with some tag? Thanks, Max --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Problems with grid and checkbox

2009-09-26 Thread Max
Hello, I'm new to GWT and I'm trying to create a table that has a checkbox column. I have managed to get it to render the checked/unchecked images but the values of the data are still unchanged. I have been looking around and I have found that it has something to do with the store that belongs

Java JSON

2009-08-23 Thread Max
I like JSON very much. It would be great to extend Java syntax to add JSON syntax to Java 8 or Java 10 then we would get JSON in GWT :) I do not like to write code like MapString, MapString, String map = new HashMap(){{ put(key1, new HashMap(){{ put(key1_1, value); }}); }}; Following code

Annotated Time Line issues

2009-08-20 Thread Max
zoom buttons to display? 3) Is it possible after AnnotatedTimeLine chart is created dynamically add and remove rows into DataTable ? 4) Is it possible to change chart config options dynamically ( after chart is created )? Thank you for your help! Kind Regards Max Arhipov

Google plgin 64 bit support

2009-08-03 Thread Max
) at com.google.gwt.dev.SwtHostedModeBase.clinit (SwtHostedModeBase.java:82) Could not find the main class: com.google.gwt.dev.HostedMode. Program will exit. Cheers, Max --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Google plgin 64 bit support

2009-08-03 Thread Max
- Run configurations, and find the Web Application launch config) and update its JRE to a 32-bit version. jason On Mon, Aug 3, 2009 at 12:53 PM, Max max.seven@gmail.com wrote: Does google plugin support 64bit? What could course that problem? I created project and Run as - Web

Re: Servlet for uploading file

2009-07-17 Thread Max
Try this, that's what I was using before I start using Apace-Commons FileUploader: == public class FileUpload extends HttpServlet{ public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { ServletFileUpload

Re: cross domain http response

2009-07-15 Thread Max
I afraid this is not going to work. I have Application written with GWT 1.7 (just updated). I have one page where I upload file to the remote server that is on different domain. So, when I do Post to the server file gets uploaded to the server but when it's time to get response I'm getting NULL.

Re: GWT URL Parameters

2009-07-15 Thread Max
Hi KevMo, I think you can find this information in this post: http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/bcc33cc90e1064d5/3f9ff71f532b4cd1?#3f9ff71f532b4cd1 Also you can search for URL Parameters or Parameters in this group so find more posts. Regards, Max On Jul

Re: GWT Mosaic 0.2.2 is now available

2009-07-11 Thread Max
Awesome! Thanks On Jul 11, 2:21 pm, georgopoulos.georg...@gmail.com georgopoulos.georg...@gmail.com wrote: Hi, GWT Mosaic 0.2.2 is now available New are LiveTable (based on GWT Incubator PagingScrollTable) and the WindowPanel redesign for MDI. Demos:  

Re: Send objects from/to Java usting GWT

2009-06-24 Thread Max
for such a dumb question, I'm still trying to learn java and all stuff that comes with it. Thanks for your help!!! On Jun 23, 6:23 pm, Alejandro D. Garin aga...@gmail.com wrote: Hi Max, Did you include dozer-5.0.jar and the apache commons-*.jar in your war/WEB-INF/lib folder? Regards

Re: Send objects from/to Java usting GWT

2009-06-23 Thread Max
) at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse (RPC.java:527) ... 25 more Do you know what can cause that problem? I tried to include all libraries that you have in your project but still no luck. Thanks Max On Jun 22, 6:57 am, Alejandro D. Garin aga...@gmail.com wrote: Hi, I wrote a little

Send objects from/to Java usting GWT

2009-06-18 Thread Max
To learn GWT and Google AppEngine (GAE) I'm trying to create a simple application using GWT with two classes (entities). In this application one object, let's say Student, encapsulates Array/List of other objects, say Classes and Books. Then it creates list of Students and sends it to Java code

Can't debug in Eclipse

2009-06-12 Thread Max
Hi! I just started using the gwt. I followed the instructions in the getting started tutorial but i cant debug my application in eclipse. If i click on Debug - Stockwatcher Eclipse doesnt stop at any Breakpoint. It doesnt even switch into the debug view. The Hosted Mode Windows and the client

Re: Can't debug in Eclipse

2009-06-12 Thread Max
Wow! Thx for the fast reply! Now debbuging works perfectly! On 12 Jun., 17:40, Rajeev Dayal rda...@google.com wrote: Seehttp://code.google.com/p/google-web-toolkit/issues/detail?id=3724 Let me know if you have other questions. On Fri, Jun 12, 2009 at 10:54 AM, Max max.blumena

Re: launching GWT application with rpc on IIS.

2009-05-12 Thread Max
of application. On May 11, 5:19 pm, Max midhunsgr...@gmail.com wrote: How can I launch aGWTapplication with rpc onIIS? I'm receiving Error (405 Method not allowed). Do I need to configure anything on IIS? --~--~-~--~~~---~--~~ You received this message because you

launching GWT application with rpc on IIS.

2009-05-11 Thread Max
How can I launch a GWT application with rpc on IIS ? I'm receiving Error (405 Method not allowed). Do I need to configure anything on IIS? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

detecting url change in Frame

2009-02-10 Thread Max
HI,all, Is there a way to detect url change in a gwt Frame? I used geturl () but it didn't detect new url when users click on a link in the Frame. Maybe i need to mess up with gwt history?? I know there might be a browser restriction isuue. Any idea?? Thanks, Max

Re: Accessing Response

2009-01-30 Thread Max
of the page? HTH, Max --~--~-~--~~~---~--~~ 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 google

Re: generator for Nokia S60 webkit browser

2009-01-23 Thread Max
Hi Sumit, are there any plans to support mobile browsers officially in GWT? Right now GWT is absolutely useless for mobile application development aside from iPhone and Android (and even these are not officially supported). TIA, Max On Jan 7, 10:58 pm, Sumit Chandel sumitchan...@google.com

create and save xml into the server with RequestBuilder

2009-01-14 Thread Max
My goal is to save an xml string to a file in server (either appending an existing file or create a file). String url=http://myServer/myFolder/file.xml;; // place where i want to create xml into my server String postData=some xml string; RequestBuilder builder=new

Gmail like grid

2008-12-05 Thread Max
I tried to code grid like gmail has. Using eclipse, overflow:hidden; white-space:nowrap; css. But it does work well enough. Is there a ready made GWT compoment that implements grids with resizable columns like gmail and/or spreadsheet has? --~--~-~--~~~---~--~~

RequestBuilder

2008-10-11 Thread Max
Hi, let's say my client has a texbox, and the users can type something in and then I want to save it on the sever. It can either be saved as an xml file, html or txt. I think I need to use RequestBuilder.post. Can anyone show me a simple demo that will take the data from the client and

Programmatically enter data in a search box

2008-10-08 Thread Max
Dear all, Is there a way to programmatically enter data into a text box in a third party website and search(eg, google) ? Any tutorials, books etc. I have googled a bit but had no luck. Thanks, --~--~-~--~~~---~--~~ You received this message because you

Re: How to write xml files with GWT

2008-09-04 Thread Max
On the server. On Sep 3, 4:19 am, Michael Vogt [EMAIL PROTECTED] wrote: Hi Max.        I know how to read and parsexmlfile with GWT. But I would like towriteor modifyxmlfileswith GWT. Is there a way to do it? Is there any demo or example ? I have googled it a bit but has no luck yet