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

2009-09-04 Thread Beth
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 wrote: > I haven't tried using the spinner adapter yet, so I&#x

[android-beginners] Re: Default keyboard pop up

2009-09-02 Thread Beth
: Hide the virtual keyboard To: Beth 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(et.getWindow

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

2009-08-26 Thread Beth Mezias
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

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

2009-08-02 Thread Beth
Steve, thanks for your response. Instead of tracking the tab, what I worked out to do is track the groupPosition that is edited. When the result returns, I collapse and expand this group. It happens quickly so the user doesn't see the collapse - if you watch carefully, you can see the child view

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

2009-07-29 Thread Beth
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
n object on the screen that has changed is not redrawn automatically. Your help is deeply appreciated. Best regards, Beth -- Pablo Picasso<http://www.brainyquote.com/quotes/authors/p/pablo_picasso.html> - "Computers are useless. They can on

[android-beginners] Re: Getting Error "package file was not signed correctly" using Eclipse ADT

2009-07-13 Thread Beth
scenario? Good luck, Beth On Jul 8, 7:16 am, Carmen Delessio wrote: > This message comes up when debugger is on: > 07-08 10:04:00.873: WARN/PackageInstaller(2957): Parse error when parsing > manifest. Discontinuing installation > The AndroidManifest.xml has no errors based on review in

[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 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 pu

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

2009-07-10 Thread Beth Mezias
gards, 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 an

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

2009-07-08 Thread Beth Mezias
t the star attribute 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

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

2009-07-06 Thread Beth
expected. Cheers! Beth On Jul 2, 7:45 pm, Jack Ha 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, opin

[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

Re: Fwd: [android-beginners] Alarm Manager

2009-07-01 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 wrote: > To get around this problem look

[android-beginners] install Android app from Gmail

2009-06-26 Thread Beth Mezias
ebody somewhere. Cheers, Beth -- Princess Margaret<http://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

[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
nside 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 wrote: > That's my point, do

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

2009-06-17 Thread Beth
n'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." > > > > >

[android-beginners] LED Alerts

2009-06-15 Thread Beth Mezias
3000; 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

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

2009-06-11 Thread Beth Mezias
around? Any tips 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 uns

[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 wrote: > Do you have

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

2009-06-01 Thread Beth
h this, I sure would 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

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

2009-06-01 Thread Beth
eally 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 To unsubscribe

[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