Drop down "entry"
Drop down "entry"
Is there a way to do a drop down with allow entry of value not in list?
Re: Drop down "entry"
You can set Item.Text to empty, however, this will leave a space dropdown list, so I think a good way is to create a new Item%N list and only put needed entries in it.
Does this sound ok for you? Thanks.
Does this sound ok for you? Thanks.
Re: Drop down "entry"
I am looking for a way to show a drop down with entries to select but still allow free form entry (like you can do in VL)
Re: Drop down "entry"
Unfortunately, dropdown doesn't allow free text input. However we can make an enhancement for TextBox element that should work as your expectation.
For example:
When you touch textbox, a list appears with entries to select. (See first attached image)
When you input text, the list will show entries that matches the text. (See second attached image)
When you input a text that doesn't exist in list, the list disappear. (See last attached image)
Does this enhancement sound ok for you?
Thanks
For example:
When you touch textbox, a list appears with entries to select. (See first attached image)
When you input text, the list will show entries that matches the text. (See second attached image)
When you input a text that doesn't exist in list, the list disappear. (See last attached image)
Does this enhancement sound ok for you?
Thanks
- Attachments
-
- List appear when touch the textbox
- 1.png (6.82 KiB) Viewed 9528 times
-
- List matches the input text
- 2.png (5.57 KiB) Viewed 9528 times
-
- List disappear when text not exist
- 3.png (2.45 KiB) Viewed 9528 times
Re: Drop down "entry"
I think that would work if I can programatically control what shows in the list (rather than standard history of what keyed).
Re: Drop down "entry"
You can specify list items using Item%N property. A new property FreeItem was added in RV34 that allows the free entry feature.
https://www.longrangemobile.com/docs/lr ... extbox.htm
https://www.longrangemobile.com/docs/lr ... extbox.htm