When i refer to thunkable documentation, there is the Picker option at user interface but, when i try to use it, i cannot found the component under the user interface… its anyone can help me?
For thunkable android the is the option for date picker, its got any suggestion for the component that i can used to replace date picker in ios?
You can not find this component because it does not exist. I do not know why the confusion in the documentation is made. See the link to deal with this.
If you really need this picker component, then try to simulate it. I made a small example here for experiments with the floating action button with sub menu. I think the ideas from it can be used for picker, and for dialogues. On the Advances tab of the properties panel, for some components, you can set Position = absolute, on which everything is built.
Thanks for the sample, i already try it, but i not understand what actually the output after we insert the value in textfield,
one question for u… its we can get the listviewer value? or its only for display?
I think i get your idea now… just focus on the button wright…
okay… thanks so much… its really2 helpful… at least i can used this concept until thunkable release the component…
A small improvement. In the Column1.Height block, instead of 30%, specify Fit contents. Then the height of the dialog will automatically change by the number of entries in the list.
Yes. The shadow is not applied to the Column dialog container, but to the frame inside it, which is made from an empty Label with absolute positioning and relative sizes of 100%. Here’s a screenshot of how I did it.
I found another interesting opportunity. If Picker is positioned above the full-screen button, you will be able to cancel the dialog when clicking this button.