Re: GWT rich text editor

2016-10-24 Thread Kirill Prazdnikov
We use ACE editor, wrapped by JsInterop -- 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.com. To post to this group, send

Re: GWT rich text editor

2016-10-24 Thread Alain Ekambi
https://github.com/ahome-it/ahome-ace Feel free to use/enhence as you like On 24 October 2016 at 10:06, Kirill Prazdnikov wrote: > We use ACE editor, wrapped by JsInterop > > -- > You received this message because you are subscribed to the Google Groups > "GWT Users" group. > To unsubscribe fro

Re: GWT rich text editor

2016-10-24 Thread Kirill Prazdnikov
I took a look at the GWT bindings. This is nice. However we are trying to bind everything with JsInterop and avoid using JSNI: @JsType(isNative = true, namespace = JsPackage.GLOBAL) public interface Ace { @JsMethod Editor edit(Element element); } This way is much more portable between differ

Re: GWT rich text editor

2016-10-24 Thread Kirill Prazdnikov
We use bare minimal binding, just for our needs. This is all we have: https://gist.github.com/kirillp/c7b841b98980e710bdd98d5aea75db6c -- 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 i

Survey on Software Architectures

2016-10-24 Thread Mert Ozkaya
Dear All, We're conducting a survey on software architecture modelling whose link is http://bit.ly/2bGpSN4 The survey aims at better understanding the practical knowledge and experience of practitioners on software architecture modelling languages. If you spend 3-7 mins to fill the survey, we wo

Re: GWT rich text editor

2016-10-24 Thread Alain Ekambi
We have not moved the to GWT 2.8 yet. We will but are also open to pull requests :) :) On 24 October 2016 at 14:10, Kirill Prazdnikov wrote: > We use bare minimal binding, just for our needs. > This is all we have: > > https://gist.github.com/kirillp/c7b841b98980e710bdd98d5aea75db6c > > -- > Yo

Re: GWT cache.html files.

2016-10-24 Thread Michael Joyner
The SSO linker doesn't work with Superdev Mode. You could try the following instead for modern browser only targeting: On 10/21/2016 04:40 AM, Kirill Prazdnikov wrote: You can also use SSO linker which produce one single s

Re: GWT cache.html files.

2016-10-24 Thread Kirill Prazdnikov
As far as I know there is no need for if you have the only perm so the one line enough: -- 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+uns

Re: GWT launch client side application

2016-10-24 Thread Aaron Paluzzi
In this case we're trying to launch excel. Although we might wind up needing to launch any local binary. Even being able to launch a batch file would be a help. The reason this is a GWT issue is my company has gone with a completely GWT solution for a product. Unfortunately to customize the

Re: GWT launch client side application

2016-10-24 Thread Thomas Broyer
On Monday, October 24, 2016 at 6:31:19 PM UTC+2, Aaron Paluzzi wrote: > > In this case we're trying to launch excel. Although we might wind up > needing to launch any local binary. Even being able to launch a batch file > would be a help. > > The reason this is a GWT issue > The reason this

Re: GWT launch client side application

2016-10-24 Thread Kirill Prazdnikov
Thomas Broyer is very right. There is NO WAY running any local binary from a Web page. And thanks for that. It is not safe. > The reason this is a GWT issue is my company has gone with a completely GWT solution for a product. Again - GWT is a way to write JS programs. Your problem is not related

Re: GWT launch client side application

2016-10-24 Thread Jeffrey Chimene
> > The reason this is a GWT issue is my company has gone with a > completely GWT solution for a product. > How badly do you need this solution? You could upload a spreadsheet to the server and reflect it with the appropriate MIME type. The browser would open the spreadsheet via whatever's configu

Re: GWT 2.8.0 released

2016-10-24 Thread Eric Nissan
Can someone confirm? are we able to use Guava with this version? 20-rc1? On Friday, October 21, 2016 at 3:21:41 PM UTC-4, 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 rele

Re: GWT 2.8.0 released

2016-10-24 Thread Jens
> Can someone confirm? are we able to use Guava with this version? 20-rc1? > Yes, 20-rc1 actually requires GWT 2.8 and is incompatible to older GWT releases. -- J. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this grou

Re: GWT 2.8.0 released

2016-10-24 Thread Lars
Yes! Guava 20 requires GWT 2.8 and the other way around. -- 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.com. To post to

Re: GWT 2.8.0 released

2016-10-24 Thread Hristo Stoyanov
Cool! So what's next? I see a bunch of unmerged code request sitting in gerrit. Is GWT 2.9 coming with all things in it that did not make it into 2.8? if so, when? On Friday, October 21, 2016 at 12:21:41 PM UTC-7, Daniel Kurka wrote: > > Hi all, > > I am very happy to announce GWT 2.8.0 on behal

Re: GWT launch client side application

2016-10-24 Thread Ignacio Baca Moreno-Torres
Maybe here you find better answers, https://discuss.atom.io/t/execute-shell-commands-from-application/20013 😁 On Mon, Oct 24, 2016 at 6:59 PM Jeffrey Chimene wrote: > > > > The reason this is a GWT issue is my company has gone with a > > completely GWT solution for a product. > > > How badly do

Re: GWT 2.8.0 released

2016-10-24 Thread Ahamed
Happy to see this.. but i want to know what are the extra future introduces in GWT 2.8? Is it reduces the time taken to launch super dev mode ? When is the GWT 3.0 next release? On Saturday, October 22, 2016 at 12:51:41 AM UTC+5:30, Daniel Kurka wrote: > > Hi all, > > I am very happy to announc

Re: GWT 2.8.0 released

2016-10-24 Thread Lars
May read this http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0 The big points are Java8 support, JsInterop (to step away from JSNI), GSS and more performance in SDM and the emulation. -- You received this message because you are subscribed to the Google Groups "GWT Users" group.