Re: jqm4gwt ver. 1.4.7 released

2016-10-29 Thread Kirill Prazdnikov
On Saturday, October 29, 2016 at 4:12:00 PM UTC+3, Alain wrote: > > > https://github.com/jqm4gwt/jqm4gwt/blob/master/library/src/main/java/com/sksamuel/jqm4gwt/button/JQMButton.java > > Have not checked the entire code. > Thanks, I see lots of gwt-user dependencies: Widget, ClickHandler,

Re: jqm4gwt ver. 1.4.7 released

2016-10-29 Thread Alain Ekambi
https://github.com/jqm4gwt/jqm4gwt/blob/master/library/src/main/java/com/sksamuel/jqm4gwt/button/JQMButton.java Have not checked the entire code. On 29 October 2016 at 14:37, Kirill Prazdnikov wrote: > Where did you find JSNI ? > > On Saturday, October 29, 2016 at 11:36:25

Re: jqm4gwt ver. 1.4.7 released

2016-10-29 Thread Kirill Prazdnikov
Where did you find JSNI ? On Saturday, October 29, 2016 at 11:36:25 AM UTC+3, Alain wrote: > > Great work. > Any plans to move to JS Interop ? > > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving

Re: HowTo use GWT EvenBus to schedule OpenEvent -> CloseEvent sequence

2016-10-29 Thread Ignacio Baca Moreno-Torres
Another example from GWTP https://github.com/ArcBees/GWTP/blob/master/gwtp-core/gwtp-mvp-client/src/main/java/com/gwtplatform/mvp/client/proxy/PlaceManagerImpl.java, as Jens said, having a manager controlling the ordering of the events seems a good idea. And PlaceManager control the ordering of

Re: How to bind essential singletons in multi-module GIN app and avoid duplicate binding

2016-10-29 Thread Ignacio Baca Moreno-Torres
I think that you are describing the GWTP DefaultModule https://github.com/ArcBees/GWTP/blob/master/gwtp-core/gwtp-mvp-client/src/main/java/com/gwtplatform/mvp/client/gin/DefaultModule.java  On Thu, Oct 27, 2016 at 7:48 AM Thomas Broyer wrote: > I don't know if it's

Re: jqm4gwt ver. 1.4.7 released

2016-10-29 Thread Alain Ekambi
Great work. Any plans to move to JS Interop ? On 29 October 2016 at 10:28, Ali Jalal wrote: > Thank you for contribution and helping open source community. > > On Sat, Oct 29, 2016 at 3:00 AM, Slava Pankov wrote: > >> jqm4gwt is an advanced wrapper over

Re: jqm4gwt ver. 1.4.7 released

2016-10-29 Thread Ali Jalal
Thank you for contribution and helping open source community. On Sat, Oct 29, 2016 at 3:00 AM, Slava Pankov wrote: > jqm4gwt is an advanced wrapper over the jQuery Mobile framework > > GWT 2.8 is supported, see here https://github.com/jqm4gwt/jqm4gwt > > -- > You received