spinner Questions

4

Solved

I have subclassed UIRefreshControl to make my own, and I can manage everything except one thing : The default spinner is always visible, and is of course in the middle of everything I've done in m...
Envy asked 1/10, 2015 at 16:25

12

Solved

I have a OnItemSelectedListener for my Spinner, but it is not called when the selected item is the same as the previous one. Apparently the OnClickListener is not an option for a Spinner. I need to...

13

Solved

I would like to show the user with a spinner, that something is done in background but do not know how this works in a batchfile. Does anyone have a clue?
Sldney asked 15/12, 2008 at 11:10

28

I have implemented the spinner by populating the array list through database.I can get and show the array list in my spinner array adapter but if I select the item in spinner it does not shown in s...
Derosier asked 3/12, 2013 at 14:52

26

Does anyone know how can I change mat-spinner color in Angular Material? Overriding css doesn't work. I tried changing color in material files but they can only be imported, I can't change anything...
Bimonthly asked 14/2, 2018 at 11:24

15

Solved

The goal is to display the information that the application is working. So I'm looking for an intelligent implementation sample of a loading spinner using WPF / MVVM.
Wollis asked 15/6, 2011 at 15:1

4

Solved

I'm using spinner and want to add spinner - to change behavior depends of states(focused, pressed) sample project is here https://github.com/vovs/spinner_issue My code: activity_main.xml <Sp...
Zucchetto asked 6/2, 2013 at 20:7

5

Solved

The default spinner behavior is that when it's "closed", longpressing on it will "open" it and show you the dropdown view. I find this behavior to be potentially very problematic for the user. For ...
Corelation asked 13/1, 2015 at 13:25

11

Solved

my background for my fragment is white, and the arrow for the spinner does not display unless I click on it. This is the snippet from my Java file: spinner = (Spinner)v.findViewById(R.id.spinner...
Babita asked 12/3, 2015 at 12:11

4

Solved

I'm talking about an icon that is displayed on a tab during page loading. Chrome: Firefox (with TreeTab plugin): You get the idea. I want to make it seem like the page is loading, when it's...
Whist asked 1/9, 2016 at 10:43

7

I need to show the spinner till the data is fetch from the httpclient. But the spinner is not showing. I just need to show spinner or loader until the data comes from API so user can see the data ...
Ceremonious asked 3/5, 2019 at 12:27

10

How do you create the setError() (similar to that of a TextView/EditText) function for a Spinner? The following doesn't work: I tried extending the Spinner class and in the constructor: ArrayAdap...
Townie asked 20/9, 2010 at 9:5

3

I am using below code to create a simple Spinner (only single selection is allow) But now i would like to know how can i use spinner to make multiple selection, I know i can achieve this using Dia...
Rella asked 31/8, 2015 at 7:39

16

Solved

I have a spinner which I am showing in a dialog view, and the moment the dialog starts onItemSelected is called. I don't really want to process this but only when user makes the selection. So I eit...
Chesna asked 26/2, 2011 at 3:24

9

Solved

Angular 5 Material Spinner is not working app.module.ts import { MatProgressSpinnerModule } from '@angular/material/progress-spinner'; @NgModule({ imports: [ MatProgressSpinnerModule ]}) com...
Gape asked 12/2, 2018 at 5:59

3

I introduce a Spinner in my widget, and I want to perform some action every time I chose a different value from it. Is it possible? I only seem to get events on_press and on_release, but they are...
Compote asked 30/7, 2015 at 10:31

4

I think Android developers are kidding us. First they removed the real spinner from the Material Design and second it is somehow impossible to style. Look at this image. I looks really good ALMOST!...
Gardal asked 17/5, 2020 at 16:58

8

I have a spinner with some items (strings). I want to add the selected items to a list. I read online that I should use the onItemSelectedListenerrather than the onItemClickListener. I implemented...
Valois asked 27/9, 2017 at 11:57

2

Solved

I have a Spinnerin my Activity and I define an OnItemSelectedListener in OnResume: spinner.setOnItemSelectedListener(new AdapterView.OnItemSelectedListener() { @Override public void onItemSelecte...
Schubert asked 7/7, 2019 at 21:32

4

Solved

I load the data in my material table like that : ngOnInit(){ return this.annuairesService.getMedecins().subscribe(res => this.dataSource.data = res);} I want show the spinner when is loading...
Stylographic asked 26/7, 2018 at 8:54

13

Solved

Just wondering how you handle the following problem: a result is calculated depending on two spinners' selected items. To handle the UI things, i.e. a user picks a new item in one of the spinners, ...
Krystlekrystyna asked 19/2, 2010 at 15:55

5

I'm having problems when using android:enabled="false", it's not disabling the component in the case it's a spinner. Don't know if it's relevant, but it belongs to a layout that's part of a viewfli...
Admeasure asked 13/5, 2011 at 0:45

3

Solved

I would like to make a spinner to enter the time just like this : Youtube Vidéo If someone knows where the source code is hiding, it would be perfect. But if not, I would like to try and implement...
Gravitation asked 16/9, 2015 at 16:6

3

Solved

I have a React app which makes a call in useEffect to my API which returns a list of URLs to use as imy image srcs. I am using react-loader-spinner to show a loading spinner component while my ima...
Fiscus asked 5/7, 2019 at 11:49

6

Solved

I am populating a spinner from the database like this // Populating the City Spinner Cursor cities = db.cityList(); startManagingCursor(cities); // create an array to specify which fields we ...
Men asked 28/4, 2011 at 12:48

© 2022 - 2025 — McMap. All rights reserved.