Re: GWT Material Design Addins

2016-06-21 Thread Gilberto
By the way Thomas you can use subpackages after the namespace declaration in UIBinder (GWT Material uses all the time): xmlns:ma="urn:import:gwt.material.design.addins.client" https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.

Re: GWT Material Design Addins

2016-06-20 Thread Stefan Falk
I'd recommend posting such issues on https://github.com/GwtMaterialDesign You can also visit those guys on https://gitter.im/GwtMaterialDesign/gwt-material It's quite active in there so give it a try :) On Monday, 20 June 2016 00:39:47 UTC+2, Velusamy Velu wrote: > > Thank you, your response

Re: GWT Material Design Addins

2016-06-19 Thread Velusamy Velu
Thank you, your response triggered me to revisit this issue. I made two changes to my code and tested successfully. 1. Upgraded to gwt-material-1.5.1.jar 2. Changed the name space to xmlns:ma="urn:import:gwt.material.design.addins.client.window" and declared the window as-->

Re: GWT Material Design Addins

2016-06-19 Thread Jaroslav Záruba
Reading your message again I believe I misunderstood your issue. I got nothing rendered, you are referring to invalid UiBinder XML. Dne středa 11. května 2016 18:07:09 UTC+2 Velusamy Velu napsal(a): > > I followed these steps to use the MaterialWindow addin from the >

Re: GWT Material Design Addins

2016-06-19 Thread Jaroslav Záruba
Any progress? I am dealing with the same issue... ... ... No cigar. :( Dne středa 11. května 2016 18:07:09 UTC+2 Velusamy Velu napsal(a): > > I followed these steps to use the MaterialWindow addin from the > gwt-material-addins-1.5.0.jar in an application. > >1. Downloaded

Re: GWT Material Design Addins

2016-05-12 Thread Thomas Broyer
On Wednesday, May 11, 2016 at 6:07:09 PM UTC+2, Velusamy Velu wrote: > > Then started adding the line width="50%" title="Documents"> in the UiBinder > > I don't think you can use "window.MaterialWindow" in UiBinder; you'd have to add a namespace for the "window" subpackage and then use .

Re: GWT Material Design Addins

2016-05-11 Thread Paul Stockley
I would post to either the G+ group (https://plus.google.com/communities/108005250093449814286) or gitter (https://gitter.im/GwtMaterialDesign/gwt-material?source=suggested-menu) On Wednesday, May 11, 2016 at 12:07:09 PM UTC-4, Velusamy Velu wrote: > > I followed these steps to use the

GWT Material Design Addins

2016-05-11 Thread Velusamy Velu
I followed these steps to use the MaterialWindow addin from the gwt-material-addins-1.5.0.jar in an application. 1. Downloaded gwt-material-addins-1.5.0.jar and added to application's build path in Eclipse. 2. Added the line in the ..gwt.xml 3. Added the line

Re: GWT Material Design

2016-04-20 Thread Shadab Gaur
formation Added >- Donate Button added to support the development of GWT Material > > Best Regards, > kevzlou7979 > > On Friday, February 6, 2015 at 1:51:20 PM UTC+8, mark kevin ringor wrote: >> >> Hi to all, >> >> We are a team of GWT Develope

Re: GWT Material Design

2016-02-27 Thread Stefan Falk
ial Design is really great. It is awesome how fast I can make a design that looks quite professional from just a few lines of XML. So if anybody has experience with GWT Material Design and wants to share his or her opinion let us/me know :) BR; Stefan On Friday, 19 February 2016 01:51:49 UT

Re: GWT Material Design

2016-02-18 Thread Gilberto
Hi Stefan, I'm an active contributor to the project, and I only became a contributor after seeing how productive and fun it is to build cool stuff - and of course after seeing that the team is inspired and productive. Currently I'm using GWT Material in two different projects. In one, I'm

GWT Material Design

2016-02-18 Thread Stefan Falk
Hi! Currently I am going for GWT Material Design and I'd like to ask you guys what you think about it? I just started using it and I have to say it feels quite productive - but to be honest I don't really have something to compare. One has to say that the website [1] (snapshot) is not up

Re: GWT Material Design

2015-04-12 Thread mark kevin ringor
- Apache License 2.0 Information Added - Donate Button added to support the development of GWT Material Best Regards, kevzlou7979 On Friday, February 6, 2015 at 1:51:20 PM UTC+8, mark kevin ringor wrote: Hi to all, We are a team of GWT Developers to implement the GWT Material Design

Re: GWT Material Design

2015-03-30 Thread Bryan Buchanan
Hi Kevin, Very well done. I've downloaded and built the sample, and it's very impressive. Good work ! -- 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 Material Design

2015-03-30 Thread Luca Morettoni
On Fri, Feb 6, 2015 at 6:51 AM, mark kevin ringor kevzlou7...@gmail.com wrote: Hi to all, We are a team of GWT Developers to implement the GWT Material Design with the help MaterializeCSS (http://materializecss.com/). We are doing our best to integrate the Features to be able to integrate

Re: GWT Material Design

2015-03-30 Thread jonl
There are ways to overcome this. The blunt way, custom field serializers for all of the data models. The other solution, replace the usage of the serialization policy by overriding the remote servlet base implementation and using some other serialization, but still utilizing the RPC

Re: GWT Material Design

2015-03-29 Thread Andrei
RPC is not a good idea for mobile apps. Every change in your code may result in an incompatible serialization policy. This is not a problem for regular web apps - a user can load a new version by simply refreshing a page. It's more of an issue if an app is installed on a mobile device - not

Re: GWT Material Design

2015-03-28 Thread mark kevin ringor
GWT Phonegap also is added in the repository. You can check it out and play with as Im studying the RPC mechanism of GWT inside phonegap. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving

GWT Material Design

2015-03-25 Thread mark kevin ringor
Hi today we updated the GwT Material to be integrated on Phonegap, Good news to everyone the deployment process was a big success on Android Build with Phonegap. Take a look at our side http://gwt-material.appspot.com . See you there We have setup also gitter chat for collaboration. Note you

GWT Material Design

2015-03-25 Thread mark kevin ringor
i today we updated the GwT Material to be integrated on Phonegap, Good new to everybody the deployment process was a big success on Android Build with Phonegap. Take a look at our side http://gwt-material.appspot.com . See you there We have setup also gitter chat for collaboration. Note you

Re: GWT Material Design

2015-03-25 Thread David
Is source code available? On Thursday, March 26, 2015 at 8:08:37 AM UTC+8, mark kevin ringor wrote: Hi today we updated the GwT Material to be integrated on Phonegap, Good news to everyone the deployment process was a big success on Android Build with Phonegap. Take a look at our side

Re: GWT Material Design

2015-03-25 Thread mark kevin ringor
Check the Github repo: http://github.com/kevzlou7979/GwtMaterial/ On Thu, Mar 26, 2015 at 8:31 AM, David leeon2...@gmail.com wrote: Is source code available? On Thursday, March 26, 2015 at 8:08:37 AM UTC+8, mark kevin ringor wrote: Hi today we updated the GwT Material to be integrated on

Re: GWT Material Design

2015-03-12 Thread mark kevin ringor
. Range 6. Fixed Floating Button with container 7. Cards Hope you like it guys. Best Regards, Kevin On Friday, February 6, 2015 at 1:51:20 PM UTC+8, mark kevin ringor wrote: Hi to all, We are a team of GWT Developers to implement the GWT Material Design with the help MaterializeCSS

Re: GWT Material Design

2015-02-18 Thread mark kevin ringor
: Hi to all, We are a team of GWT Developers to implement the GWT Material Design with the help MaterializeCSS (http://materializecss.com/). We are doing our best to integrate the Features to be able to integrate inside GWT Applications. Anyone interested are well appreciated to join us. We

Re: GWT Material Design

2015-02-10 Thread mark kevin ringor
on how we can leverage and make this project more easy to embed. Best Regards, Kevin On Friday, February 6, 2015 at 1:51:20 PM UTC+8, mark kevin ringor wrote: Hi to all, We are a team of GWT Developers to implement the GWT Material Design with the help MaterializeCSS (http://materializecss.com

Re: GWT Material Design

2015-02-09 Thread Nuno Graça
Yes if we can use any alternative on Jquery and other external resources dont hesitate to tell me. There is gQuery, you can have a look into the presentation from GWT.create http://gwtquery.github.io/gwt.create-slides/gwtcreate2015/gwtcreate2015.html. Have a look. -- You received this

Re: GWT Material Design

2015-02-09 Thread mark kevin ringor
Hi, I will publish the repo today. Just need to make sure the first release is stable. Do you have any Skype Account so that we can communicate easily and faster. Yes if we can use any alternative on Jquery and other external resources dont hesitate to tell me. Regards, Kevin -- You

Re: GWT Material Design

2015-02-06 Thread marian lux
Hi Kevin, is the source code available for this material demo? Really nice work! THX -- Marian Am Freitag, 6. Februar 2015 06:51:20 UTC+1 schrieb mark kevin ringor: Hi to all, We are a team of GWT Developers to implement the GWT Material Design with the help MaterializeCSS (http

GWT Material Design

2015-02-06 Thread mark kevin ringor
Hi to all, We are a team of GWT Developers to implement the GWT Material Design with the help MaterializeCSS (http://materializecss.com/). We are doing our best to integrate the Features to be able to integrate inside GWT Applications. Anyone interested are well appreciated to join us. We

Re: GWT Material Design

2015-02-06 Thread Alberto Mancini
it when using through gwt. Thank you, Alberto. On Fri Feb 06 2015 at 10:11:38 AM mark kevin ringor kevzlou7...@gmail.com wrote: Hi to all, We are a team of GWT Developers to implement the GWT Material Design with the help MaterializeCSS (http://materializecss.com/). We are doing our best