python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Adding three pickers cause touch problems
We divided form by 3 and to each part we added wheel picker. The problem is touch of the pickers is moved so we can't easly change values. Form is in side bar.
Below three pickers in form.
Form {
...
hatatabatata
Votes: 0
Answers: 0
React native create a custom folder and save photos using react-native-crop-picker android
I'm using react-native-image-crop-picker. I want to save the photos to the gallery or to a custom folder taken from the camera using react-native-image-crop-picker. Normally the photos taken from the ...
Shanuka
Votes: 0
Answers: 1
How to populate a picker depending on a choice from another picker?
My problem is that I've got a picker and it is not populating when I choose an option on another picker. I have looked at multiple solutions but non is working.
XAML:
<Picker x:Name=&qu...

Fourie
Votes: 0
Answers: 1
How to assign a value selected from a Picker to a variable in another class?
I would like to use a picker to select a value and store that value in a variable contained in another class. How can I do that? Here is my code:
my contentview
struct ContentView: View {
@St...
P.Nirallab
Votes: 0
Answers: 1