[android-developers] Re: android market publish button does not work

2008-11-07 Thread sori
Yes, it worked with Mac Safari. Thanks! On Nov 6, 6:53 pm, samlu [EMAIL PROTECTED] wrote: I had the same problem on IE. Please use Google's web browser or Firefox. It should be ok. Sam On Nov 7, 10:03 am, sori [EMAIL PROTECTED] wrote: I finally got my application ready

[android-developers] android market publish button does not work

2008-11-06 Thread sori
I finally got my application ready for distribution. I filled up all fields in the market upload page, then pressed Publish button. There is no reaction. No confirmation or no error message at all. Is this expected behavior or the server temporarily down? Please let me know if I miss anything

[android-developers] Re: How to use indicatorLef and Right of ExpandableListView?

2008-11-04 Thread sori
, 2008 at 9:01 PM, sori [EMAIL PROTECTED] wrote: I'm having trouble to set the position of group indicators on ExpandableListView. What I need to do is to set the indicator on the right hand side (margin 10px from the right end). I tried all I can think of with indicatorLeft

[android-developers] How to use indicatorLef and Right of ExpandableListView?

2008-11-01 Thread sori
I'm having trouble to set the position of group indicators on ExpandableListView. What I need to do is to set the indicator on the right hand side (margin 10px from the right end). I tried all I can think of with indicatorLeft and indicatorRight (which I believe are defined for the purpose), but

[android-developers] Re: listview scrollbar fade out

2008-10-31 Thread sori
. There is no support for fading scrollbars currently and there's no plan for supporting this in the foreseeable future. I recommend you stick with the currentscrollbarmodel as it is consistent with the rest of the Android UI. On Wed, Oct 29, 2008 at 2:22 PM, sori [EMAIL PROTECTED] wrote: Listviewshows

[android-developers] how to check status after sending SMS text message

2008-10-31 Thread sori
I use SmsManager.sendTxtMessage() to transmit text message. Somehow, I feel it's not that reliable, dropping some messages on T- mobile G1. Or the messages may be delayed too long on network status. Is there any way to check status after transmitting? If a message is not sent successfully, I'd

[android-developers] listview scrollbar fade out

2008-10-29 Thread sori
Listview shows a vertical scrollbar by default when the screen overflows. I'd like to have the scrollbar hidden and appears only when I scroll the table. How can I control it? In the old SDK(m5), if I remeber correctly, the scrollbar fades in and out by default when I touch the screen. Is this

[android-developers] Re: How can I specify message body part in SMS intent?

2008-10-28 Thread sori
You can try this for destination number only: Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse(sms:1234567890)); startActivity(i); On Oct 28, 6:04 am, HTP [EMAIL PROTECTED] wrote: I'm looking for the same thing, but I just want to start the built-inSMSapplication with a forwarded