Hi Vaibhav, Just to make sure we're clear on the use case, do you want to be able to maintain the absolute size of your application in a web browser despite the screen resolution set by the user? Or are you planning to roll out your GWT application on various platforms (e.g. mobile, web browser, another device with an embedded browser, etc...) and want to be able to resize based on the screen real estate available on those platforms?
I ask because if you're planning to do the former, you're both likely to run into a world of pain to be able to handle differing screen resolutions (if that is indeed possible), as well as find yourself with annoyed users who may want to view your application in their newly set resolution. If it's the latter, there are many options available that mostly involve checking the user agent and applying the appropriate CSS for the given browser. However, I'll await your reply before going into more detail to be sure that this is what you're trying to do. Hope that helps, -Sumit Chandel On Fri, Oct 31, 2008 at 9:23 PM, vaibhav <[EMAIL PROTECTED]> wrote: > Hi Group, > > I am working on a huge calendaring application. My web client is on GWT. I > am facing the problems of resolution. My GUI is not resolution independent > and I know that it is a common problem all around. Can any body help me out > with some strategy which should be adopt or some kind of frameworks or api > which can help me to make my GUI resolution independent. > > > > Thanks in advance > > > > Regards > > Vaibhav Saxena > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
