Android Question Spinner Prompt Problem

horage

Member
Hello forums. There seems to be a problem in my spinners. When i click spinners, it doesn't show its prompt name. But i placed First Name on the properties menu. Is there any other way to show the prompt name when i run my app? Thanks


Love
Horage
 

horage

Member
Here are my codes. The client.txt has my spinner code. I added DBUtils.txt in case my error is there. The first picture shows my spinner properties. The second one shows my output. As you can see. It doesn't show the prompt name. I have no clue what is the problem with it.
 

Attachments

  • DBUtils.txt
    3.1 KB · Views: 345
  • client.txt
    3.7 KB · Views: 352
  • 11.jpg
    102.3 KB · Views: 616
  • 22.jpg
    9.7 KB · Views: 531
Upvote 0

Mahares

Expert
Licensed User
Longtime User
Is there a way where i can show the prompt name?
If you set the target sdk to 10 in the manifest editor, you will see the spinner prompt.
B4X:
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="10"/>
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…