Re: how to add scroll bar in flowpanel ?

2011-02-09 Thread Jeff Schwartz
+1 yeah On Wed, Feb 9, 2011 at 11:03 AM, John LaBanca wrote: > ... We're working on adding touch event support to ScrollPanel to fix > this. > > Thanks, > John LaBanca > jlaba...@google.com > > > On Wed, Feb 9, 2011 at 12:04 AM, Hemang shah wrote: > >> hey thanks but i can't find anything from

Re: how to add scroll bar in flowpanel ?

2011-02-09 Thread John LaBanca
You cannot use ScrollPanel on a mobile device because the browser in mobile devices do not support scrollable divs. Scrollbars will only appear at the page level (on the body element). We're working on adding touch event support to ScrollPanel to fix this. Thanks, John LaBanca jlaba...@google.co

Re: how to add scroll bar in flowpanel ?

2011-02-08 Thread Hemang shah
hey thanks but i can't find anything from this will u please elaborate? i used scrollpanel in gwt it work nicely in desktop browser but it doesn't even apear in mobile browser. it display some of the content only but not appear scrollbar.. pls if u know than help On Tue, Feb 8, 2011 at 11:31 AM, h

Re: how to add scroll bar in flowpanel ?

2011-02-07 Thread harry
hey thanks but i can't find anything from this will u please elaborate? i used scrollpanel in gwt it work nicely in desktop browser but it doesn't even apear in mobile browser. it display some of the content only but not appear scrollbar.. pls if u know than help On Feb 7, 9:40 pm, John LaBanca w

Re: how to add scroll bar in flowpanel ?

2011-02-07 Thread John LaBanca
Most mobile web browsers do not support inline scrolling, only page level scrolling. If you really need inline scrolling, you can take a look at the MobileScrollPanel we created for a demo a while back. It scrolls in response to TouchEvents. http://code.google.com/p/google-web-toolkit/source/brow

how to add scroll bar in flowpanel ?

2011-02-07 Thread harry
i am developing an mobile application and i have a problem that i can not add scrollbar in it. i want to add scroll bar in my flow panel and i also want to fix my flowpanel's size fit to screen size. if anyone knows the solution pls tell me thanks in adv -- You received this message because y

how to add scroll bar in flowpanel ?

2011-02-07 Thread harry
i am developing an mobile application and i have a problem that i can not add scrollbar in it. i want to add scroll bar in my flow panel and i also want to fix my flowpanel's size fit to screen size. if anyone knows the solution pls tell me thanks in adv -- You received this message because y