A spinner is a control/widget that allows the user to select an item from a group, like a dropdown list...

learn more… | top users | synonyms

167
votes
15answers
265k views

How to show loading spinner in jQuery?

In Prototype I can show a "loading..." image with this code: var myAjax = new Ajax.Request( url, {method: 'get', parameters: pars, onLoading: showLoad, onComplete: showResponse} ); function ...
56
votes
10answers
18k views

Android: How to keep onItemSelected from firing off on a newly instantiated Spinner

I've thought of some less than elegant ways to solve this, but I know I must be missing something. My onItemSelected fires off immediately without any interaction with the user, and this is undesired ...
53
votes
10answers
94k views

Android Spinner: Get the selected item change event

How can you set the event listerner for a Spinner when the selected item changes? Basically what I am trying to do is something similar to this: spinner1.onSelectionChange = handleSelectionChange; ...
38
votes
8answers
36k views

Good NumericUpDown equivalent in WPF?

I'm looking for a simple NumericUpDown (a.k.a. number spinner) control in WPF. This seems to be another lacking control in WPF. There must be some existing ones out there and I don't like to re-invent ...
32
votes
3answers
56k views

How to get Spinner value?

Is it be possible in the Android Hello, Spinner example to get the selected Spinner value with a listener, like for the other examples -- or do you need to subclass Spinner?
29
votes
4answers
54k views

Android: Create spinner programmatically from array

I'm all new to Android and I'm trying to create a spinner programmatically and feeding it with data from an array, but Eclipse gives me a warning that I can't handle. Here's what I got: This ...
27
votes
9answers
55k views

How to set selected item of Spinner by value, not by position?

I have a update view, where I need to preselect the value stored in database for a Spinner. I was having in mind something like this, but the Adapter has no indexOf method, so I am stuck . void ...
21
votes
3answers
1k views

Spinner does not wrap text — is this an Android bug?

If the text of a Spinner item is too long to fit into a single line, the text is not wrapped but cut off. This is only the case for API level >= 11. Here are screenshots of Android 4.2.2 (left) which ...
21
votes
3answers
3k views

How to hide one item in an Android Spinner

I am looking for a way to hide one item in an Android spinner widget. This would allow you to simulate a spinner with no items selected, and ensures that the onItemSelected() callback is always called ...
20
votes
5answers
14k views

Android: Where is the Spinner widget's text color attribute hiding?

I'm trying to change the text color of the single item that is displayed in the spinner button after you select an item from the dropdown. I've been perusing the themes.xml and styles.xml in the ...
19
votes
3answers
30k views

Android - configure Spinner to use array

I declare my Spinner in the following manner (it's very static so I have 2 string arrays in array.xml for titles and values) <Spinner android:id="@+id/searchCriteria" android:entries="@array/ ...
18
votes
5answers
40k views

How do you get the selected value of a Spinner?

I am trying to get the selected items string out of a Spinner. So far I have gotten this: bundle.putString(ListDbAdapter.DB_PRI, v.getText().toString()); This does not work and gives a class ...
14
votes
2answers
6k views

Multiple spinners and onItemSelected

I have two spinners that trigger the onItemSelected event. The question is How can I know which one triggered such event ? So far I tried: public void onItemSelected(AdapterView<?> parent, ...
13
votes
4answers
14k views

Text color of a closed spinner

I understand that the closed spinner is actually a View, I think. But I am guessing it has a TextView there somewhere to show the text. How do I get access to that TextView so I can change the ...
13
votes
2answers
8k views

How to set font custom font to Spinner text programmatically?

I have a ttf font file in my assets folder. I know how to use it for textviews with: Typeface externalFont=Typeface.createFromAsset(getAssets(), "fonts/HelveticaNeueLTCom-Lt.ttf"); ...
12
votes
7answers
13k views

Android Spinner selection

The OnItemSelectedListener event handler gets called both when a spinner selection is changed programmatically, and when a user physically clicks the spinner control. Is is possible to determine if an ...
12
votes
5answers
25k views

How can I add items to a spinner in Android?

How can I add items to a spinner?
10
votes
4answers
13k views

Android: setSelection having no effect on Spinner

I'm having some problem with setSelection on a Spinner. I set the value to be pre-selected when the spinner is shown in code, but it has no effect and the first alternative in the list is always ...
10
votes
1answer
4k views

Android OPEN spinner with single button click

I have implemented button which clicks and opens dialog with spinner inside as described here: http://www.dotnetexpertsforum.com/dialog-box-with-spinner-view-in-android-t1485.html However this is two ...
10
votes
2answers
10k views

How can we create iPhone-like spinners in android?

Default spinners on the iPhone look a lot better than on Android. It looks like at least one Android app (UrbanSpoon) has been able to replicate this control, and it's awesome: ...
10
votes
1answer
4k views

Android Spinner with different layouts for “drop down state” and “closed state”?

I have an Android Spinner view in my layout. I would like that spinner to show only a single text item when closed, but when the user clicks on it (i.e. opens the spinner dialog) I would like to show ...
10
votes
5answers
5k views

setSelection on Spinner based on rowId

I have a Spinner View that's populated through a SimpleCursorAdapter. Based on the selection I need to save the rowid in the entry database (position won't work because things can be added and deleted ...
10
votes
1answer
3k views

Show dropdown programatically in ActionBar / ActionBarSherlock

I have an activity using ActionBarSherlock with ActionBar.NAVIGATION_MODE_LIST. When entering the page I want the spinner in the action bar to expand programmatically after it's populated with items ...
9
votes
4answers
13k views

How to create android spinner without down triangle on the right side of the widget

I have a screen where the user has many items to input so screen space is at a premium. I want the look of the widget on the screen (before the user presses it) to be similar to an EditText or the ...
9
votes
3answers
7k views

How to wrap lengthy text in a spinner

I have two spinner and EditText controls within a table layout view on a separate row. The spinners are populated with data. My problem is the data (texts) that are populated into the spinners are too ...
9
votes
2answers
4k views

Spinner cannot load an integer array?

I have an application, which has a Spinner that I want populated with some numbers (4,8,12,16). I created an integer-array object in strings.xml with the items mentioned above, set the entries of ...
9
votes
10answers
6k views

How to code a spinner for waiting processes in a Batch file?

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?
9
votes
2answers
7k views

How is it possible to create a spinner with images instead of text?

Given the code bellow, is it possible to have images instead of text in the array planets? Spinner s = (Spinner) findViewById(R.id.spinner); ArrayAdapter adapter = ...
9
votes
2answers
5k views

Android actionbar spinner selected item, subtitle and dropdown list

How can I make spinner in action bar to have different item as selected (shown in the action bar top) then the one in the drop down list? Example is google mail with spinner in action bar: How ...
9
votes
4answers
5k views

How to use Android Spinner like a drop-down list

It's taken me quite a while to get my head around the Android Spinner. After several failed implementation attempts, and after reading many questions partially similar to my own but without ...
9
votes
2answers
912 views

How to wrap text content in ActionBarSherlock navigation spinner

I'm trying to wrap the text content of my ActionBar navigation spinner (I'm using ActionBar Sherlock). It seems that my spinner takes the width of the items contained within the dropdown list. How ...
9
votes
2answers
1k views

Creating a setError() for the Spinner

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: ...
8
votes
5answers
15k views

How to change the Spinner font color?

I'm having an issue with the Droid X phones where users say that the font color turns out to be white in the spinner, making it invisible unless the users highlight the items. No other phones seem to ...
8
votes
1answer
4k views

How to stop the spin.js spinner with jQuery

just used the cool spin.js (http://fgnass.github.com/spin.js/) with jQuery. I'm appending the spinner with something like this $('#students-list td:nth-child(5)').live('ajax:before', function(){ ...
8
votes
1answer
6k views

How can I add my spinner to the ActionBar?

I'm trying to get my spinner working as the Action Bar Drop Down List item, but I cant seem to implement it at all, there aren't many tutorials for this after searching through Google. I think its ...
8
votes
2answers
13k views

Setting values and display Text in Android Spinner

I need help in setting up value and display text in spinner. as per now I am populating my spinner by array adapter e.g mySpinner.setAdapter(myAdapter); and as far as I know after doing this the ...
8
votes
3answers
12k views

Android Spinner - onItemSelected / setOnItemSelectedListener not triggering

This is driving me nuts since it's something I've done before but can't figure out why it isn't working now... I've got a menu button, implemented in the usual way via a menu.xml file and the ...
8
votes
1answer
251 views

Nexus 7 Spinners too large

I have had a user with a Nexus 7 feed back to me to say my app screens appear as expected except for my Spinners, which appear much much larger than they should do. Normal screen ...
8
votes
1answer
470 views

Android Holo theme does not wrap multiple line spinner dropdown items [duplicate]

I recently just implemented the holo theme into my android app. After doing this, any spinner that I have, where the drop down item is multiple lines long, will not wrap the text to multiple lines. ...
7
votes
6answers
22k views

Android: How to bind spinner to custom object list?

In the user interface there has to be a spinner which contains some names (the names are visible) and each name has its own ID (the IDs are not equal to display sequence). When the user selects the ...
7
votes
2answers
16k views

How to Change spinner text size and text color?

In my android application, i am using spinner and i have loaded data from the sqlite database into the spinner and its working properly.here is the code for that. Spinner spinner = (Spinner) ...
7
votes
2answers
11k views

Set selected item of spinner programmatically

I am working on an android project and I am using a spinner which uses an array adapter which is populated from the database. I can't find out how I can set the selected item programmatically from ...
7
votes
3answers
6k views

Android: Spinner hint [duplicate]

Is there anyway of making a hint for a spinner similar to hint that is provided for edit text fields. I know you can use a prompt that gives you a title bar but still leaves the initial spinner field ...
7
votes
3answers
4k views

Difference between android.R.layout.simple_spinner_dropdown_item and android.R.layout.simple_spinner_item

Here's a sample code of using spinner in android : Spinner spinner = (Spinner) findViewById(R.id.spinner); ArrayAdapter<CharSequence> adapter = ArrayAdapter.createFromResource(this, ...
7
votes
3answers
3k views

Setting ID for Spinner items

I have an array of Strings I'm populating a Spinner object with. However, I'd like to attach an ID to each element of the Spinner, so when the user selects an item, I have its ID to use to save to ...
7
votes
1answer
5k views

spinner adding string array on item selection how can get item related value in android

i am developing one spinner this spinner i am string array spinner = (Spinner)this.findViewById(R.id.mlg); final CharSequence[] itemArray =getResources().getTextArray(R.array.RectBeam); final ...
7
votes
4answers
2k views

When do browsers start to render partially transmitted HTML?

I have a long-running report and want to show a wait-spinner to the user while it's generating. I have made this work already but am not sure I'm doing it the best or right way. This is using ...
7
votes
2answers
2k views

Refreshing a Spinner

I have a view with a spinner. The activity starts another acvitity with a popup where I add or delete values that the parent shows in the Spinner. So, in onActivityResult() I refresh the content of ...
7
votes
4answers
521 views

Spinner doesn't look appropriate

I have a Spinner on my Activity. I use an ArrayList and a custom SpinnerAdapter to populate the list that pops up when the Spinner is pressed. My problem is the way the Spinner looks on the Activity ...
7
votes
3answers
916 views

How can I change the background color of a spinner popup?

I'm trying to set the background color of a spinner popup but everything I've tried didn't work properly. This is the spinner control: <Spinner android:id="@+id/myspinner" ...

1 2 3 4 5 36