[android-developers] Re: Is it possible to disable scroling in a ListView (GridView)?

2010-04-27 Thread alien9
I have the same question.. did you find an answer? On Apr 2, 8:24 pm, oviroa ovi...@gmail.com wrote: I need to add a drawable background to aGridViewthat scrolls with the grid, instead of having the grid scroll on top of the background. I figured the easiest way is todisablethescrollingand

[android-developers] Re: virtual keyboard input focus with webviews

2010-04-15 Thread alien9
I had this same problem a couple weeks back. I'm not addressing any of the remaining discussion in this thread regarding Activity constructors, resetting of content, etc.. But i did have input(type=text) and textareas that I simply could not focus on via touch..As a Dev i readily ignored it,

[android-developers] Re: Sending custom headers in WebView

2010-03-24 Thread alien9
what recourse is there for developers using WebViews that run into Length Required messages from IIS, after a form is POSTed? I just want to set Content-Length :) On Mar 13, 9:20 am, Mark Murphy mmur...@commonsware.com wrote: kelvin wrote: I've found some information about this topic, but I