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 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--> 
> It works now. If I follow what's suggested in the documentation (
> http://gwtmaterialdesign.github.io/gwt-material-demo/#window) it still 
> fails.
>
> I hope it helps.
>
> On Sunday, June 19, 2016 at 5:40:51 AM UTC-4, Jaroslav Záruba wrote:
>>
>> 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 
>>> 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 
>>>xmlns:ma="urn:import:gwt.material.design.addins.client" in the 
>>>UiBinder.
>>>4. Then started adding the line >>"window" width="50%" title="Documents"> in the UiBinder 
>>>
>>> But MaterialWindow is not visible to the UiBinder.  Any idea what could 
>>> be wrong?
>>>
>>

-- 
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 email to google-web-toolkit@googlegroups.com.
Visit this group at 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-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--> http://gwtmaterialdesign.github.io/gwt-material-demo/#window) it still 
fails.

I hope it helps.

On Sunday, June 19, 2016 at 5:40:51 AM UTC-4, Jaroslav Záruba wrote:
>
> 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 
>> 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 
>>xmlns:ma="urn:import:gwt.material.design.addins.client" in the 
>>UiBinder.
>>4. Then started adding the line >"window" width="50%" title="Documents"> in the UiBinder 
>>
>> But MaterialWindow is not visible to the UiBinder.  Any idea what could 
>> be wrong?
>>
>

-- 
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 email to google-web-toolkit@googlegroups.com.
Visit this group at 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-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 
> 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 
>xmlns:ma="urn:import:gwt.material.design.addins.client" in the 
>UiBinder.
>4. Then started adding the line "window" width="50%" title="Documents"> in the UiBinder 
>
> But MaterialWindow is not visible to the UiBinder.  Any idea what could be 
> wrong?
>

-- 
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 email to google-web-toolkit@googlegroups.com.
Visit this group at 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-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 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 
>xmlns:ma="urn:import:gwt.material.design.addins.client" in the 
>UiBinder.
>4. Then started adding the line "window" width="50%" title="Documents"> in the UiBinder 
>
> But MaterialWindow is not visible to the UiBinder.  Any idea what could be 
> wrong?
>

-- 
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 email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 
. 

-- 
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 email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 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 
>xmlns:ma="urn:import:gwt.material.design.addins.client" in the 
>UiBinder.
>4. Then started adding the line "window" width="50%" title="Documents"> in the UiBinder 
>
> But MaterialWindow is not visible to the UiBinder.  Any idea what could be 
> wrong?
>

-- 
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 email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 xmlns:ma="urn:import:gwt.material.design.addins.client"
in the UiBinder.
   4. Then started adding the line  in the UiBinder 
   
But MaterialWindow is not visible to the UiBinder.  Any idea what could be 
wrong?

-- 
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 email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT Material Design

2016-04-20 Thread Shadab Gaur
Hi Kevin,

I am facing a strange issue in MaterialDesign SideNav bar for FLOAT type.

Step1: I flipped the iPad screen (to test on smaller screen) and clicked on 
side menu bar and then clicked somewhere else on the screen to hide the 
menu bar
Step2: Flipped the iPad screen again (to make the screen bigger) and now 
the Side Nav bar goes disappear automatically and never comes

Same behavior I noticed on google's demo as well. Please refer the 
following link to test. This side nav also behaving the same as I am facing 
issue in my application.

http://gwtmaterialdesign.github.io/gwt-material-patterns/snapshot/#google_inbox
  
Really appreciate if you help to fix this issue.

Thank you very much for your time.

Best Regards,
Shadab
 

On Monday, April 13, 2015 at 1:15:33 PM UTC+10, mark kevin ringor wrote:
>
> Hi to all we release an early version of GWT Material as of:
> Version 15.4.15 
>
>- GWT Material Showcase
>   - Parallax
>   - Material Weather
>   - Login UI
>- Material Collapsible Popout
>- Material Bottom Sheets
>- Side Bar nav fixed with overflow auto on small devices
>- 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 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 have deployed a demo material here: http://gwt-material.appspot.com/.
>>
>> Hope you like it.
>>
>> Regards,
>> Kevin
>>
>

-- 
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 email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT Material Design

2016-02-27 Thread Stefan Falk
Hi! Sorry for the late answer! :)

We know each other <-- silentsnooc from gitter :)

I was asking here because I would have been interested in hearing the 
opinion of other users. Since I am using this tool now too I am kind of 
interested who else is using it :)
Personally I think GWT Material 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 UTC+1, Gilberto wrote:
>
> 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 
> porting an old GWT app (made without UiBinder), converting all those 
> VerticalPanels and Cell Widgets to the new, responsive components of GWT 
> Material. I'm always submitting patches to make that process easier.
>
> On the other project I'm building a new app from scratch. The projects are 
> completely separate from each other - they have no shared codebase. So I'm 
> dealing with both perspectives: creating a new app, and porting an old one.
>
> I'd say that porting is not trivial. But it's not GWT Material's fault: 
> I'm trying to convert a complete tabular app to a responsive design one, 
> and that's no easy task. Maybe I could blame GWT to make me think that 
> using Vertical/HorizontalPanels would be a good idea. But the App is old 
> (the first version was released in 2011), so there's a lot of cleaning to 
> do.
>
> There are plenty of components there are just like the AWT/Swing analogue: 
> AWT has a Button, and Swing a JButton. In GWT we have a Button as well, and 
> on GWT Material, a MaterialButton. And that applies to several components, 
> such as MaterialListBox, MaterialCheckBox, MaterialTextBox and so on. So 
> that's not the hard part. The hard part is to make everything responsible 
> and fluid, and GWT Material does a really good job helping you on this, 
> with the row/column system, the predefined 3 screen sizes for the whole 
> application, and so on.
>
> When creating a new app, everything just work. Of course eventually you 
> find something that needs some tweaking, but the framework is getting 
> mature and more feature complete on a fast pace. It already has more 
> components than its parent project, Materializecss.
>
> So I think it worth a try, at least on a small project, for you to see if 
> it fits your needs. I'm a experienced GWT developer, and the project 
> surprised me on how easy is to create stunning apps without trouble. One of 
> the main complaints about the pure GWT is the poor Widget library. GWT 
> Material fixes just that: you can have a small client compiled code, 
> type-safe environment, same object model shared between server and client, 
> AND a stunning, responsive and fluid UI too.
>
> --
> Gilberto
>

-- 
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 email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 
porting an old GWT app (made without UiBinder), converting all those 
VerticalPanels and Cell Widgets to the new, responsive components of GWT 
Material. I'm always submitting patches to make that process easier.

On the other project I'm building a new app from scratch. The projects are 
completely separate from each other - they have no shared codebase. So I'm 
dealing with both perspectives: creating a new app, and porting an old one.

I'd say that porting is not trivial. But it's not GWT Material's fault: I'm 
trying to convert a complete tabular app to a responsive design one, and 
that's no easy task. Maybe I could blame GWT to make me think that using 
Vertical/HorizontalPanels would be a good idea. But the App is old (the 
first version was released in 2011), so there's a lot of cleaning to do.

There are plenty of components there are just like the AWT/Swing analogue: 
AWT has a Button, and Swing a JButton. In GWT we have a Button as well, and 
on GWT Material, a MaterialButton. And that applies to several components, 
such as MaterialListBox, MaterialCheckBox, MaterialTextBox and so on. So 
that's not the hard part. The hard part is to make everything responsible 
and fluid, and GWT Material does a really good job helping you on this, 
with the row/column system, the predefined 3 screen sizes for the whole 
application, and so on.

When creating a new app, everything just work. Of course eventually you 
find something that needs some tweaking, but the framework is getting 
mature and more feature complete on a fast pace. It already has more 
components than its parent project, Materializecss.

So I think it worth a try, at least on a small project, for you to see if 
it fits your needs. I'm a experienced GWT developer, and the project 
surprised me on how easy is to create stunning apps without trouble. One of 
the main complaints about the pure GWT is the poor Widget library. GWT 
Material fixes just that: you can have a small client compiled code, 
type-safe environment, same object model shared between server and client, 
AND a stunning, responsive and fluid UI too.

--
Gilberto

-- 
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 email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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-to-date which 
means one has to read some lines of code on their github page and take some 
examples there.

So if you didn't now GWT Material Design you might want to check it out if 
you're going to write a responsive webapp. 

In any case I'd like to hear from you what you think about this library.

Thanks you! :)

BR; Stefan

[1] http://gwtmaterialdesign.github.io/gwt-material-demo/snapshot/

-- 
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 email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT Material Design

2015-04-12 Thread mark kevin ringor
Hi to all we release an early version of GWT Material as of:
Version 15.4.15 
   
   - GWT Material Showcase
  - Parallax
  - Material Weather
  - Login UI
   - Material Collapsible Popout
   - Material Bottom Sheets
   - Side Bar nav fixed with overflow auto on small devices
   - 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 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 have deployed a demo material here: http://gwt-material.appspot.com/.

 Hope you like it.

 Regards,
 Kevin


-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email 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/d/optout.


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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email 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/d/optout.


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 inside
 GWT Applications.

Looks great! There is any plan to have it in Maven?

-- 
Luca Morettoni luca(AT)morettoni.net | http://www.morettoni.net
http://it.linkedin.com/in/morettoni/ | http://twitter.com/morettoni
Google+ profile: https://www.google.com/+LucaMorettoni
Member of GDG Perugia: http://perugia.gtugs.org

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email 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/d/optout.


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 mechanisms.

On Sunday, March 29, 2015 at 6:47:53 AM UTC-7, Andrei wrote:

 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 
 all users will update their apps at the same time, so you will have to run 
 multiple versions in parallel to keep serialization policies in sync. A 
 better option is to use a REST API which can often be extended without a 
 need for a mandatory update of all clients.

 On Saturday, March 28, 2015 at 4:29:33 PM UTC-4, mark kevin ringor wrote:

 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 emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email 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/d/optout.


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 
all users will update their apps at the same time, so you will have to run 
multiple versions in parallel to keep serialization policies in sync. A 
better option is to use a REST API which can often be extended without a 
need for a mandatory update of all clients.

On Saturday, March 28, 2015 at 4:29:33 PM UTC-4, mark kevin ringor wrote:

 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 emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email 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/d/optout.


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 emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email 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/d/optout.


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 will find those new Features on our Footer navigation.
1. Gitter link
2. Phonegap APK download

Warm regards,
Kevin

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email 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/d/optout.


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 will those new Features on our Footer navigation.

Warm regards,
Kevin

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email 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/d/optout.


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 http://gwt-material.appspot.com . 
 See you there We have setup also gitter chat for collaboration. 

 Note you will find those new Features on our Footer navigation. 
 1. Gitter link 
 2. Phonegap APK download 

 Warm regards, 
 Kevin

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email 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/d/optout.


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 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 will find those new Features on our Footer navigation.
 1. Gitter link
 2. Phonegap APK download

 Warm regards,
 Kevin

  --
 You received this message because you are subscribed to a topic in the
 Google Groups Google Web Toolkit group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/google-web-toolkit/DFGQtH2OTDs/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 To post to this group, send email 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/d/optout.


-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email 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/d/optout.


Re: GWT Material Design

2015-03-12 Thread mark kevin ringor
Hi to all,

Just have a time to migrate the source code to GitHub today as many of you 
wants it to be in GitHub.

Here's the link: 
*https://github.com/kevzlou7979/GwtMaterial 
https://github.com/kevzlou7979/GwtMaterial*

*Version 15.3.13 Features:*
*1. Collabsible and Accordion*
*2. Dropdown Menu*
*3. Footer*
*4. Tabs*
*5. Collections (Dismissable and Avatar)*

*Next Steps:*
I'am planning to use this *Material Design UI / UX *on* gwt-phonegap *(
https://github.com/dankurka/gwtphonegap) 
to implement to cross platform mobile devices (Android , IOS, Windows 
etc.). If you are interested on joining the project don't hesitate to 
contact me.

*Skype: markkevin7979*

Best Regards,
Kevin

On Thursday, February 19, 2015 at 2:37:25 PM UTC+8, mark kevin ringor wrote:

 Hi,

 We updated the site and implemented some new Material Widgets:
 1. Nav Bar
 2. Collapsible
 3. DropDown
 4. Switches
 5. 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 (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 have deployed a demo material here: http://gwt-material.appspot.com/.

 Hope you like it.

 Regards,
 Kevin



-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email 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/d/optout.


Re: GWT Material Design

2015-02-18 Thread mark kevin ringor
Hi,

We updated the site and implemented some new Material Widgets:
1. Nav Bar
2. Collapsible
3. DropDown
4. Switches
5. 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 (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 have deployed a demo material here: http://gwt-material.appspot.com/.

 Hope you like it.

 Regards,
 Kevin


-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email 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/d/optout.


Re: GWT Material Design

2015-02-10 Thread mark kevin ringor
Hi to all,

We updated the Documentation Website hosted @ 
http://www.gwt-material.appspot.com with steps
on how to implement Material Design GWT. 

The source code is available here you can check it out:
https://code.google.com/p/gwt-material/source/checkout

Waiting for your responses guys 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/). 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 have deployed a demo material here: http://gwt-material.appspot.com/.

 Hope you like it.

 Regards,
 Kevin


-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email 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/d/optout.


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 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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email 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/d/optout.


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 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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email 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/d/optout.


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://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 have deployed a demo material here: http://gwt-material.appspot.com/.

 Hope you like it.

 Regards,
 Kevin


-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email 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/d/optout.


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 have deployed a demo material here: http://gwt-material.appspot.com/.

Hope you like it.

Regards,
Kevin

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email 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/d/optout.


Re: GWT Material Design

2015-02-06 Thread Alberto Mancini
Hi Kevin,
really a nice demo app.
I am interested in having informations on the project; there exists a
public repo ?

I saw you include jquery in your host page: I assume this is required for
the framework (http://materializecss.com/) you use but may
be interesting to investigate if we can avoid 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 to integrate the Features to be able to integrate
 inside GWT Applications.

 Anyone interested are well appreciated to join us.
 We have deployed a demo material here: http://gwt-material.appspot.com/.

 Hope you like it.

 Regards,
 Kevin

 --
 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 google-web-toolkit+unsubscr...@googlegroups.com.
 To post to this group, send email 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/d/optout.


-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email 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/d/optout.