[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 nest the
 grid inside a ScrollView. Is that possible?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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, using trackball,
until QA bugged me about it :)

** I found webview.requestFocusFromTouch() did the trick very nicely
**

Hope that helps

On Mar 15, 6:30 pm, mike enervat...@gmail.com wrote:
 Hi all,

 I'm having a very very strange problem with input and textarea html
 tags in a WebView. Basically they never seem to gain input focus with the
 virtual keybaord. The code for this is trivial:

 WebView w = new WebView (this);
 w.loadData(htmlbodyfooz input/body/html, text/html, utf8);
 setContentView (w);

 which shows a single input box. There is now way just tapping around the
 screen to get it to accept input.

 Strangely, if I use my trackball on my G1 to select the field, I can
 eventually
 get focus and type in it. For trackball-less things like the N1, that
 doesn't
 help though.

 I've seen some posts about this, but it doesn't seem that there were any
 solutions or feedback.

 Mike

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using remove me as the subject.


[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 was curious as to
  whether anyone has had any success loading webpages in aWebViewwith
  customheaders.  There doesn't seem to be any simple way of doing
  this.

 There is noWebViewAPI for setting customheaders, mostly because Web
 browsers don't usually send customheaders. It's not like you can link
 to a Web page and embed customheadersinto the link.

 AFAIK, customheadersis a technique mostly for Web services (which
 wouldn't useWebView) or for browser plug-ins (which Android doesn't
 support at the SDK level).

 --
 Mark Murphy (a Commons 
 Guy)http://commonsware.com|http://twitter.com/commonsguy

 _The Busy Coder's Guide to *Advanced* Android Development_
 Version 1.3 Available!

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words REMOVE ME as the subject.