**** BEGIN LOGGING AT Sun Feb 10 02:59:57 2008 Feb 10 06:32:15 should I be able to setup a OnClickListener for an imageview?? Feb 10 07:00:24 is there an image button? Feb 10 07:02:24 sushmu: yeah Feb 10 08:05:53 hello Feb 10 08:06:01 is android dead? :) Feb 10 08:06:14 far from it Feb 10 08:06:22 it's alive and kicking Feb 10 10:29:22 I have two spinners, and I need to visually indicate to the user whether the options are valid together... ideas? Feb 10 10:37:19 figured it out Feb 10 11:28:38 hrm Feb 10 11:29:14 this is frustrating... I have an edittext next to a button, and as the edittext grows, it squishes the button Feb 10 11:31:06 no limits to the growth at all? Feb 10 11:31:38 davidw: and what was your solution for the spinners? Feb 10 11:31:49 disabled some other elements Feb 10 11:31:58 well, I ended up hard coding it Feb 10 11:31:59 yuck Feb 10 11:34:21 is there anyway to manipulate what is displayed on the screen when a call comes in? Feb 10 11:34:48 that seems to be something of an open issue, jtoy Feb 10 11:36:12 davidw: have you seen this discussed elsewhere? Feb 10 11:36:24 the mailing list Feb 10 11:36:31 trying to grab incoming/outgoing calls Feb 10 11:36:49 you can get notified, but their phone app sort of reigns supreme Feb 10 11:37:02 I see Feb 10 11:37:38 I think they should have some kind of api like how they allow other programs to add menu items to other programs Feb 10 13:42:40 oookay Feb 10 14:00:35 i have a textswitcher in the center of a relativelayout, and i want the text to scroll up while the new text scrolls in from the bottom when i change it Feb 10 14:00:55 scrolling the text up and out works well, but the text doesn't scroll in from below properly.. Feb 10 14:00:59 http://pastebin.ca/898623 Feb 10 14:01:01 any idea Feb 10 14:01:03 ? Feb 10 17:19:47 what should I do what view should I use for an unclickable list? Feb 10 17:20:01 A listview that is just for diplay, not to go through Feb 10 17:27:00 jtoy: unselectable also? Feb 10 17:27:29 yes Feb 10 17:27:54 ListView doesnt seem to allow for unclickable/unselectable lists Feb 10 17:28:08 you could use a listview, but theme it so the selections are not visible Feb 10 17:28:30 or you might be able to do a vertical gridview Feb 10 17:29:03 is theming something I wouldnt seem on the class definition for listview? I am not sure what theming is Feb 10 17:29:23 hehe, no one is Feb 10 17:29:39 but I got enough out of romainguy_ to figure out the selectors Feb 10 17:29:56 haha, I see, hopefully we will get much more clear docs this week with the gsm conference Feb 10 17:30:08 yep Feb 10 17:31:06 but actually, if you create a custom theme that does not inherit any other themes and use that for your ListView then by default the selections will not show Feb 10 17:31:53 ok, I haven't learned about themes at all yet, I'll spend some time reading about them Feb 10 17:32:40 haha, good luck :) Feb 10 17:33:21 the themes docs are the skimpiest Feb 10 17:37:15 Here's an example of a simple one: http://android.pastebin.com/f42be4b7 Feb 10 17:44:55 ah, ok Feb 11 00:29:46 * jasta curses android Feb 11 00:29:52 that stupid CDATA bug is really pissing me off now. **** ENDING LOGGING AT Mon Feb 11 02:59:56 2008