Re: What is the best way to create multiple versions a GWT application for Desktop / Tablet vs Cell phones?

2013-02-14 Thread thesilverhammer
I am sticking with basic GWT and this will be a pure web-app. We do not want to make tools for android and IPhone. The original question is what would be the best (simplest to make and maintain) to do an App for both desktop browsers vs cell phone ones. I read a few articles that warned

What is the best way to create multiple versions a GWT application for Desktop / Tablet vs Cell phones?

2013-02-12 Thread thesilverhammer
I need to create two versions of the same GWT application. One will be for Desktop / Tablets and the other for CellPhones. The functionality will be identical, only the presentation will differ. I have done a fair amount of google searching and come up with a structure something like this:

Re: What is the best way to create multiple versions a GWT application for Desktop / Tablet vs Cell phones?

2013-02-12 Thread thesilverhammer
This is going to be a very complex web application. I can't get away with just changing things in a CSS file. The entire GUI structure will be different between mobile and desktop. IE: Rotten tomatoes viewed on a desktop looks and feels very different than the same web site on a cell phone.

Re: What is the best way to create multiple versions a GWT application for Desktop / Tablet vs Cell phones?

2013-02-12 Thread thesilverhammer
I am just using the standard setup which isn't MPV. In all honesty I am very, very new to web design. I just kind of got thrown into this project. I have heard of MVC and do not really know what MPV is and how it is similar or different than MVC). Perhaps that might be a good way to go,

Why doesn't applying styles to labels work?

2013-01-30 Thread thesilverhammer
I want to apply styles to labels such as color, boldness, alignment and whatnot. This doesn't seem to work. Consider the following code: public class StyleTest implements EntryPoint { private final AbsolutePanel absolutePanel = new AbsolutePanel(); private final Label lblNormalLabel = new