[android-beginners] Re: Key Value pair in a spinner

2009-09-04 Thread Beth
with a bunch of the layouts from Android 1.5 to be very helpful: http://svn.jetbrains.org/idea/BRANCHES/MaiaM1/bundled/android/testData/sdk1.5/platforms/android-1.5/data/res/layout/ Regards, Beth On Sep 3, 6:56 am, Justin Anderson janderson@gmail.com wrote: I haven't tried using the spinner adapter

[android-beginners] Re: Default keyboard pop up

2009-09-02 Thread Beth
: Hide the virtual keyboard To: Beth emez...@gmail.com Hello, I'm using this code to hide the keyboard on an EditText: public void hideKeyBoard(EditText et) { InputMethodManager imm = (InputMethodManager) getSystemService (Activity.INPUT_METHOD_SERVICE); imm.hideSoftInputFromWindow

[android-beginners] How to set a TextView to look like the home screen icon text

2009-08-26 Thread Beth Mezias
and regards, Beth --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to android-beginners

[android-beginners] Re: How to redraw the list in ExpandableListViewActivity

2009-07-29 Thread Beth
a DataSetObserver? Documentation on this part of the SDK is a bit sparse and expandable list view example code is not a good match. It feels like I have to switch over to a Cursor type adapter. Any insight is most welcome. Pardon the double post to Android Dev. Best regards, Beth On Jul 27, 2:48

[android-beginners] How to redraw the list in ExpandableListViewActivity

2009-07-27 Thread Beth Mezias
on the screen that has changed is not redrawn automatically. Your help is deeply appreciated. Best regards, Beth -- Pablo Picassohttp://www.brainyquote.com/quotes/authors/p/pablo_picasso.html - Computers are useless. They can only give you answers

[android-beginners] Re: SQL Lite question, can you insert negative numbers (ExpandableListView help needed)

2009-07-12 Thread Beth
regards, Beth On Jul 10, 4:08 pm, Mark Murphy mmur...@commonsware.com wrote: Beth Mezias wrote: Hello, Can I get an (Android) example for getting signed numbers into a SQL Lite database?  I've been trying many silly things that generate syntax errors so I thought I could put out the question

[android-beginners] SQL Lite question, can you insert negative numbers

2009-07-10 Thread Beth Mezias
, Beth --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to android-beginners

[android-beginners] Star-styling a checkbox in the res/values/styles file

2009-07-09 Thread Beth Mezias
into my custom style declaration? Is it a parent attribute? Thanks and regards, Beth -- Jack Benny http://www.brainyquote.com/quotes/authors/j/jack_benny.html - I don't deserve this award, but I have arthritis and I don't deserve that either

[android-beginners] Re: CheckBox enabled/disabled reality check

2009-07-06 Thread Beth
as expected. Cheers! Beth On Jul 2, 7:45 pm, Jack Ha jack...@t-mobile.com wrote: setEnabled(false) works fine for CheckBox. What version of SDK are you using? Can you post your code here? -- Jack Ha Open Source Development Center ・T・ ・ ・Mobile・ stick together The views, opinions and statements

Re: Fwd: [android-beginners] Alarm Manager

2009-07-02 Thread Beth
the intent and the flags in the last parameter, I found that the request code was used in the match-up. Setting unique request codes for each unique intent solved all my problems. World peace will ensue. Best regards, Beth On Jul 1, 11:09 am, Veroland marius.ven...@gmail.com wrote: To get

[android-beginners] CheckBox enabled/disabled reality check

2009-07-02 Thread Beth Mezias
continues to respond to onClick and onCheckedChange events when it is supposed to be disabled. This looks like a bug to me. Has anybody got the setEnabled(false) or setClickable(false) methods working on a CheckBox? Any workaround or explanation would be helpful. Thanks and regards, Beth -- Rita

[android-beginners] install Android app from Gmail

2009-06-26 Thread Beth Mezias
somewhere. Cheers, Beth -- Princess Margarethttp://www.brainyquote.com/quotes/authors/p/princess_margaret.html - I have as much privacy as a goldfish in a bowl. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-beginners] Spinner's default selection, select nothing

2009-06-22 Thread Beth Mezias
directly by the user after creation of my activity. There is an onNothingSelected listener method. Can I use the spinner setSelection method to select nothing? How do you select nothing in a Spinner? Ciao, Beth --~--~-~--~~~---~--~~ You received this message because

[android-beginners] Re: Layout component width measure returns zero from onCreate

2009-06-18 Thread Beth
a Linear Layout ViewGroup. The View Group's center X and Y points are parameters used to set the rotation axis. How do I get those numbers? What exactly do the attributes look like in XML? Thanks and regards, Beth On Jun 17, 10:40 pm, Romain Guy romain...@google.com wrote: That's my point

[android-beginners] Re: Layout component width measure returns zero from onCreate

2009-06-17 Thread Beth
don't need to hard code values in animation since you can use values relative to a view, or its parent. For instance, in XML, you can use 50%p to say 50% of the size of the parent or 40% to say 40% of the size of the animated view. On Thu, Jun 11, 2009 at 4:57 PM, Beth Meziasemez

[android-beginners] LED Alerts

2009-06-15 Thread Beth Mezias
; notification.ledOffMS = 1000; notification.flags |= Notification.FLAG_SHOW_LIGHTS; } If you have it going can you send me a snippet with your working settings? Thanks and regards, Beth -- W. C. Fields http://www.brainyquote.com/quotes/authors/w/w_c_fields.html - If I had to live my

[android-beginners] Layout component width measure returns zero from onCreate

2009-06-11 Thread Beth Mezias
or suggestions are most welcome. Regards, Beth --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send

[android-beginners] Re: PreferenceActivity, using the built-ins with style

2009-06-02 Thread Beth
OK, so I found one answer... In the docs, there is a Note: to refer to a value in the currently applied theme, use ? instead of @ However, I still need helping getting Android to find my style in the layout tag. Anybody? On Jun 1, 12:15 pm, Beth emez...@gmail.com wrote: Do you have any

[android-beginners] PreferenceActivity, using the built-ins with style

2009-06-01 Thread Beth
me on track, I would really appreciate the help. Best regards, Beth --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com

[android-beginners] PreferenceActivity, can a checkbox and a checkbox preference share?

2009-06-01 Thread Beth
appreciate a tip. Best regards, Beth --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email

[android-beginners] MODIFY_AUDIO_SETTINGS permission

2009-03-18 Thread Beth
, Beth --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to android-beginners