Android Question spinner problem

DonManfred

Expert
Licensed User
Longtime User
How do you expect it to work?
As far as i know the Prompt is a String. Try
B4X:
spnRepertorio.Prompt="Title List"

for any further problem i strongly suggest to get familar with the language first.

Also worth reading
 
Last edited:
Upvote 0

3394509365

Active Member
Licensed User
Longtime User
I've already tried the line of code you posted and it doesn't work the same.
and then I already looked for the same problem in the old posts, but there was nothing like it.
Since I can't post on an old post I created a new one.

I can't post the log because it doesn't give me any errors, but it doesn't execute the statement.

I come from VB.net
 
Upvote 0

stevel05

Expert
Licensed User
Longtime User
Can you post your project File/Export As Zip, so we can see exactly what you have done,

There are many reasons why this may not work, if we can see what you have done, you will get a quicker resolution.
 
Upvote 0

Semen Matusovskiy

Well-Known Member
Licensed User
B4A offers dropdown spinners only. Meanwhile documentation says:

setPrompt Sets the prompt to display when the dialog is shown.

In my understanding, 'prompt' is relative to MODE_DIALOG only. So a property 'Prompt' confuses only.
 
Upvote 0
Top