Re: GWT 2.8.0 released

2016-10-21 Thread Denis Shagaleev
yeah!! thank you guys! On Friday, October 21, 2016 at 10:21:41 PM UTC+3, Daniel Kurka wrote: > > Hi all, > > I am very happy to announce GWT 2.8.0 on behalf of the GWT steering > committee and the GWT team at Google. > > You can download the release from http://www.gwtproject.org/download.html

Re: NumberFormat.setForcedLatinDigits

2014-05-26 Thread Denis Dzenskevich
Up? On Tuesday, May 6, 2014 1:29:38 PM UTC+4, Denis Dzenskevich wrote: Hello, There is a method NumberFormat.setForcedLatinDigits, according to javadoc it should * Specify whether all new NumberFormat instances will use *latin digits* * *and related characters *rather than

NumberFormat.setForcedLatinDigits

2014-05-06 Thread Denis Dzenskevich
Hello, There is a method NumberFormat.setForcedLatinDigits, according to javadoc it should * Specify whether all new NumberFormat instances will use *latin digits* * *and related characters *rather than the localized ones. I faced with an issue that under Russian locale, it doesn't

gwt 2.6.0-rc1 and jdk 8

2013-12-01 Thread denis . kostousov
I create a trivial maven based gwt-project on gwt 2.6.0-rc1. The project compilation work fine on jdk7. But it interrupts with an exception jdk8-b117: [INFO] --- gwt-maven-plugin:2.6.0-rc1:compile (default) @ control-center-server --- [INFO] Compiling module

Re: gwt 2.6.0-rc1 and jdk 8

2013-12-01 Thread Denis Kostousov
to google-web-toolkit@googlegroups.com. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out. -- Denis Kostousov email: denis.kostousovATgmailDOTcom jabber: denis.kostousovATgmailDOTcom fingerprint: D32B A253 F678

Hello Sample doesn't work in Chrome. Issues with invoking onScriptLoad()

2010-09-30 Thread Denis Vilyuzhanin
I compiled Hello Sample from GWT SDK and tried to run it in Chrome. But it doesn't work. Only empty page. In IE and Firefox it works fine. After some debugging I found that cause of this. In last rows of any *.cache.html (not hello.nocache.js) gwt compiler append following code if

Re: Loading GWT module after page is loaded

2010-09-30 Thread Denis Vilyuzhanin
I know that GWT has problem with dynamic loading after page already loaded. Because default linker uses document.write() expression during bootstrap. document.write() method replace all content of page and you get empty page. if you open you *.nocache.js which was compiled with -style DETAILED

Re: Hello Sample doesn't work in Chrome. Issues with invoking onScriptLoad()

2010-09-30 Thread Denis Vilyuzhanin
Thanks, it was surprise for me, that chrome has such policy about local files. On Sep 30, 3:11 am, Thomas Broyer t.bro...@gmail.com wrote: On Sep 30, 10:15 am, Denis Vilyuzhanin dandsoft@gmail.com wrote: I compiled Hello Sample from GWT SDK and tried to run it in Chrome. But it doesn't

Re: Marker script creation don't allow load GWT modules dynamically.

2010-08-06 Thread Denis Vilyuzhanin
Actually, I see that in some places GWT uses document.write() to create new script tags. Why is using document.write() method better then create tags through DOM? Could anybody explain me? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: how to display a JSP page inside a DecoratedTabPanel

2010-07-01 Thread Denis
thanks On Jun 30, 6:01 pm, rakesh wagh rake...@gmail.com wrote: the answer is embedded in your question: framed. Use com.google.gwt.user.client.ui.Frame On Jun 30, 10:51 am, Denis denis.w...@gmail.com wrote: Hello, I have existing JSP pages that should be framed inside a GWT

a weird IndexOutOfBoundsException after removing a tab from the DecoratedTabPanel

2010-06-30 Thread Denis
Hello, I got a weird exception after removing a tab. Details of the exception is at the end of this message. Even though I got the exception, the application still functions normally and the tab can be removed successfully. I don't know where the exception comes from and what I should do to avoid

how to display a JSP page inside a DecoratedTabPanel

2010-06-30 Thread Denis
Hello, I have existing JSP pages that should be framed inside a GWT DecoratedTabPanel. Is this doable at all? Thanks for your reply. -- 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: where to define domain objects

2010-06-15 Thread Denis
objects? Inside the existing client/server/shared folders or add a new domain folder? Thanks. Denis -- 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

where to define domain objects

2010-06-12 Thread Denis
the existing client/server/shared folders or add a new domain folder? Thanks. Denis -- 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

Re: Eclipse Plugin Compile Button Stack Overflow

2009-05-05 Thread denis
is automated for App Engine deployment. What shall I do? Denis On 30 avr, 18:06, Vitali Lovich vlov...@gmail.com wrote: On Thu, Apr 30, 2009 at 10:25 AM, mounier.flor...@gmail.com mounier.flor...@gmail.com wrote: I'm waiting for it too and its starting to take time just for two options

Re: Eclipse Plugin Compile Button Stack Overflow

2009-05-05 Thread denis
Thanks. I understand that I can avoid the button. I will try the workaround with line mode. As I said, my purpose is to export a GWT application to Google App Engine. GWT Eclipse plugin invokes the GWT compiler leading to the stack overflow. Denis On 5 mai, 14:40, Miguel Méndez mmen

howto: slide-out behavior for table rows?

2009-01-29 Thread Denis Ergashbaev
His again :) I maybe looking for easy solutions, but could not hold myself from posting. Do the standard DWR components support effects like fade-ins/outs and slide-ins/outs? The task would be to have one component (a table or tabbed pane with table inside) to add/remove rows with pretty row