[android-developers] android edittext cursor back side moving

2011-09-14 Thread guru moorthy
I'm using gestures in android now i need small help when ever my
gestures action will be equl my edit text cursor will be need to go
back(like move back arrow) my code is

if (prediction.equals(Move)) {
?
}

it will be happen for gestures operation

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] android edittext

2010-11-16 Thread yanamala siddaiah
hai u sent one result thats not working pls send again good code

android:ellipsize  not working for edittext .

how to truncate text in edittext ,if length is too.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] android edittext

2010-11-10 Thread yanamala siddaiah
In editText if digits size is large that means .Here print specified
length of digits and remain will show only dots (.).

How to achieve this problem pls .

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Android EditText Bug?

2008-04-03 Thread Android-Berry

Hi All,

Is there anyone meets this issue?
When I extend EditText view, and call super, it always throws me and
exception like below:

DEBUG/dalvikvm(599): Exception Ljava/lang/ClassNotFoundException; from
PathClassLoader.java:205 not caught locally
DEBUG/dalvikvm(599): NOTE: loadClass
'org.apache.harmony.luni.internal.locale.ISO4Currencies_en_US'
0x40018950 threw an exception
DEBUG/dalvikvm(599): Exception Ljava/lang/ClassNotFoundException; from
PathClassLoader.java:205 not caught locally
DEBUG/dalvikvm(599): NOTE: loadClass
'org.apache.harmony.luni.internal.locale.ISO4Currencies_en' 0x40018950
threw an exception
DEBUG/dalvikvm(599): Exception Ljava/lang/ClassNotFoundException; from
PathClassLoader.java:205 not caught locally
DEBUG/dalvikvm(599): NOTE: loadClass
'org.apache.harmony.luni.internal.locale.ISO4CurrenciesToDigits_en_US'
0x40018950 threw an exception
DEBUG/dalvikvm(599): Exception Ljava/lang/ClassNotFoundException; from
PathClassLoader.java:205 not caught locally
DEBUG/dalvikvm(599): NOTE: loadClass
'org.apache.harmony.luni.internal.locale.ISO4CurrenciesToDigits_en'
0x40018950 threw an exception

what I am doing is:

1:public class EditTextView extends EditText{
2:   private Object obj;
3:   public ExitTextView(Context ctx, Object obj){
4:   super(ctx);
5:   this.obj = obj;
 
 
}
}

Issue happens at :   line 4.

Thanks~


}


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---