[android-beginners] It there a bug in the1.6 Emulators in landscape mode ?

2009-10-15 Thread Nitin67

Hello,

  I have started the QVGA and WVGA800 emulators from Eclipse.  I
am using Windows XP.   I pressed Ctrl-F12 to put them in landscape
mode.  Then tried to bring up the Android keyboard, but it will not
popup.  This is preventing me from testing my own input method.

  Can someone verify if they also have this problem or is it just
my setup ?

Thanks !

Nitin

--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Syntax error with function

2009-09-23 Thread Nitin67

Hello,

  I am working with the softkeyboard example in the SDK and I
can't get past an error.  I want to use 2 public functions in the
KeyboardView class.  It finds getKeyboard(), but invalidateAllKeys().
I created the code below to show the problem.  I am using 1.6 SDK.
Any suggestions would be helpful.

package com.example.android.softkeyboard;

import android.content.Context;
import android.inputmethodservice.Keyboard;
import android.inputmethodservice.KeyboardView;
import android.inputmethodservice.Keyboard.Key;
import android.util.AttributeSet;

public class LatinKeyboardView extends KeyboardView {

public LatinKeyboardView(Context context, AttributeSet attrs) {
super(context, attrs);

getKeyboard();  //found

invalidateAllKeys();   //Not found
}
...


Nitin
--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Is there an expand all preference.

2009-03-09 Thread Nitin67

Hello,

 In Eclipse, is there an option to see all the matching lines in
the Search output window, without first right clicking in the window,
and then selecting Expand All from the menu ?  I find, I have select
Expand All, everytime I do a search.  I read in another post, that
this is possible, but I can't find it.  I am using Version 3.4.1.

 If that is not available, is there a way to stop Eclipse showing
the search results as a hierarchy ?  Or is there a plugin which can
just show the search results, without putting it into a hierarchy ?

Thank You

Nitin


--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] How to output to a log file when using Eclipse ?

2009-02-22 Thread Nitin67

Hello,

Is there a way to have my program output to a text file
automatically each time I run it, instead of the logcat window in
Eclipse ?   I saw the Export selection as text menu option in that
window, but it gets cumbersome, to save it to a file each time I run
my program.  My program outputs log files which I need to analyze
later.

Thank You

Nitin

--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---