Cursor show only Emulator why??

Theera

Well-Known Member
Licensed User
Longtime User
Hi Everybody,
I 'm programming some project. My project have 1 spinner and next 1 EditText. When I selected a item from spinner and then focus to Edittext ,yes it work and show cursor at Emulator. After I installed my Tablet,it work as same as,but not show cursor ,show only focus???:BangHead: ,Please guide me the sourcecode.

Best Regards
Theera
 

Theera

Well-Known Member
Licensed User
Longtime User
Still problem about cursor for Edittext.



I tried use this below code:
txtQty.RequestFocus
txtQty.SelectionStart=0
It done in only Emulator but Tablet sometimes be done.

Best Regards
Theera: BangHead
 
Upvote 0

Theera

Well-Known Member
Licensed User
Longtime User
Can you upload your project (File - Export as zip)?

I have upload my project already.
Best Regards
Theera
 
Upvote 0

Theera

Well-Known Member
Licensed User
Longtime User
Erel,You received my project?

I have upload my project already.
Best Regards
Theera

Hi Erel,
You received my project?
Best Regards
Theera:sign0188:
 
Upvote 0

Theera

Well-Known Member
Licensed User
Longtime User
Direct mail to You

No. Did you upload it to this thread?

Hi Erel,
I have direct mail to you already. I hope you can received.
Best Regards
Theera:sign0013:
 
Upvote 0

Marsico

New Member
Licensed User
Longtime User
Theera,

I have the reverse problem but this may be your solution!

If your EditText Input type is NONE, then:

a- You will see a cursor in an Android 2.2 Emulator,
b- You will not see a cursor in an Android 4.0.3 emulator/tablet.

My problem is that I have the correct behavior in a 4.0.3 tablet and I do not want to see the cursor in an Android 2.2 device.
 
Upvote 0

Theera

Well-Known Member
Licensed User
Longtime User

Thank you for all answer.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…