A spinner is a control/widget that allows the user to select an item from a group, like a dropdown list...
0
votes
2answers
28 views
How to make a spinner populate another spinner?
How would you go about making a spinner populate another spinner based on the first spinners selection?
So for example:
Spinner1 items are vegetarian or meat eater.
<string-array ...
-2
votes
0answers
26 views
Spinner 1 selection setting spinner 2 choices etc [closed]
Firsly I am a beginner to java so please go easy.
I have currently been learning spinners and have it now so a spinner selection displays a corresponding text result.
However now I am looking to do ...
0
votes
1answer
21 views
Android Spinner: Cannot selected
I have the code, which unfortunately does not work as it should. More specifically, we can not choose from the second spinner. Here is the code. Thank you in advance for your help.
public class ...
0
votes
0answers
2 views
Hide specific numeric input spinners in form
I'm using some number inputs that need the default spinner visible and then some that I'd like to hide the spinner in. I am using the following to hide the spinners:
input::-webkit-outer-spin-button, ...
0
votes
1answer
30 views
Getting spinner to show what they picked
My spinner works but I want to know what user has selected before clicking on the confirm button that I have set up. I was guessing something like setting the spinners to a variable so I can use them ...
0
votes
2answers
17 views
How to add items to a spinner?
I have a spinner that is populated with a JSON object, but I want to add one item to the spinner manually in the first position saying "select one" kind of a title to the spinner, how do I do that? ...
-2
votes
0answers
29 views
How can I make my spinner allow to type a text or value like on edit text? [closed]
Is it possible to spinner to be like an edittext and you can input a text from it,. what i want is to have a spinner that can input a text from it.
-1
votes
3answers
25 views
Can anyone help me to set spinner value to null or to hint?
how do I set the spinner value to null or to a hint when it is not on click..? Because when I set spinner's adapter it appears in the spinner textfield even Im not selecting a specific dropdown item.
0
votes
1answer
25 views
How set item id and item value to Spinner?
I got a data base with table 'cars'. In this table two columns id and name. im loading data from database and set to spinner. But i setting up only name column to spinner. Im trying put there id too. ...
0
votes
1answer
34 views
rails3 disable spinner for particular ajax call
My project having lot of ajax links and I might to implement spinner for every ajax request.
I have used ajaxStart and ajaxStop callbacks globally in my application.js for all ajax request.
my ...
-4
votes
0answers
29 views
Android listview and spinner how to do?
I'm doing an Android App with a list of TV series and who there's a Listview. When I click for example in "How i meet your mother" the item goes to an other Activity who see the Synopsis and a Button ...
0
votes
2answers
52 views
Spinner Android onItemSelected just select the last item of the list
I populate a spinner from this JSON :
[
{
"vhc_name": "",
"vhc_login": "",
"vhc_password": ""
},
{
"vhc_name": "Tél de Pan-K",
"vhc_login": ...
0
votes
0answers
16 views
Spinner with an CursorAdapter
Hi i would like to ask is it possible to make an Spinner directli from a CursorAdapter Class without an ArrayAdapter or an SimpleCursorAdapter.
I am asking because i am trying to set up an Spinner ...
0
votes
0answers
9 views
Jquery Spinner have up to 8 on a page
They are name sp2 the number been the ID form the Database
<script>
$(function() {
var spinner = $( "#sp<%=rs("ShopID")%>" ).spinner();
});
</script>
this bit working ok
...
-2
votes
0answers
30 views
Pick up value of a spinner and search a database [closed]
I'm in the final stage of my application, I just need a method to catch a spinner and do a search on my database. Detail spinner populated with this ArrayAdapter in my MainActivity.
Another grab ...
0
votes
2answers
34 views
Android Spinner to give text answer displayed
I currently have a spinner giving the same result as the spinner selection. For example if I selected the word "Blue" from the spinner drop down the word "Blue" would be displayed in a text box below ...
0
votes
0answers
26 views
Android - how to invoke onNavigationItemSelected when spinner item is re-selected
I am using the spinner in the action bar for navigation. The problem is, the onNavigationItemSelected is not called when the selected item is the same as the previously selected one.
I have looked at ...
0
votes
2answers
25 views
How to put a Spinner beside a RadioButton
I have this layout:
(since my reputation is not yet 10 I sincerely ask you to view this image link)
http://tinypic.com/r/2q9f80z/5
I want to put a Spinner beside the last RadioButton as you can see ...
-1
votes
0answers
20 views
Preventing default display of form inputs in html5
When the type='date' is set to an input, it is rendered like a date picker in chrome and some other browsers too.
Is there a way to display them as normal text boxes and still do the validation?
One ...
2
votes
2answers
62 views
Javascript/AJAX Asynchronous Loading Spinners
I am trying to make a basic enough page that allows the user to execute a php script by clicking a button. Each button will have a loading spinner popup on clicking.
My problem is, on clicking one ...
0
votes
3answers
50 views
Android Spinner dynmically change items
I want to use a Spinner in my App. The context (items) of the Spinner are depending on the user preferences done in the Settings of the App.
I created the Spinner with no items. After loading the App ...
0
votes
3answers
42 views
setOnItemSelectedListener of Spinner does not call
I used setOnItemSelectedListener to specify which item is selected in a spinner, but i think it is not called. it should print "It works" when the program runs.
XML code:
<Spinner
...
0
votes
4answers
46 views
Android Spinners Item Selection
I need a sample logic code...
I have spinner in which I have 3 items ----->Biscuits, Chips, Chocolates,
My Main.xml consists of only only a spinner and search button.
If i select chips from the ...
0
votes
0answers
30 views
Spinner How to set an unique style in diferent versions?
I have an app which works in android 2.2.x or superior , in 2.2.x the spinner is look like this (the spinners are inside in the red box):
A1 .- Spinners in the beginning
A2 .- Spinner when I select ...
-1
votes
2answers
32 views
how to stop a spinner from automatically selecting an option?
i have a spinner in an app im doing, and when it goes to OnItemSelcted it automatically selects the first option, how do i stop that in a simple way?
spinner2.setOnItemSelectedListener(new ...
0
votes
1answer
24 views
How to populate a spinner Android from a php page?
I have to populate a spinner from this php page :
http://sce.jelocalise.fr/mobile/ajax/getdevices.php?email=info@mediacom-i.fr&password=thedevil1
I've read lots of tutorials about Spinners and the ...
1
vote
2answers
53 views
Jquery Spinner doesn't work on Chrome
I have implemented Jquery spinner but it works fine on Firefox but doesnt work on Chrome.
i have created two functions called start spinner and stopSpinner
Here is my code
function startSpinner(){
...
0
votes
1answer
31 views
jQuery currency spinner - “normalization”
I want to use the jQuery spinner for a currency value (i.e. money), the value of which might be in dollars, euros, or anything supported by the spinner.
The data should then be saved into a mysql ...
0
votes
1answer
29 views
Getting string from spinner
I'd like to get the string that the user select from a spinner menu. It should get the string after the user select one of them and saved that string in a new variable.
I had such a code that the new ...
0
votes
1answer
54 views
Robotium : Getting number of items in spinner?
I'm a QA, and I'm new to android automation as such, and I am having problem in automating the spinner / Dropdown related activities in my app. I am using Robotium 4.1 for my automation.
The Spinner ...
1
vote
1answer
38 views
'spinner' does not appear right after call it
I am using js to show a 'spinner' for waiting state when loading data. Call showWaiting() to show 'spinner' and hideWaiting() to hide 'spinner' when data loading completed. 'Spinner' does not appear ...
0
votes
1answer
37 views
Providing Option to change Themes Using Spinners
I am very new to java and android programming and hence, my understanding is not very solid and hence, I would be much obliged if am provided with some assistance here.
I want to provide an option to ...
1
vote
1answer
50 views
Android Preventing Double Click On A Spinner
I have an unwanted problem by default in spinner view.
On Android 2.2 when I double click any spinner it opens twice, Upon pressing the back button the 2nd spinner closes but 1st one remains open.
...
0
votes
2answers
63 views
How to make spinner in dialog mode?
I have button in my application and when I click on this button, it opens a spinner, but spinner is in dropdown mode and I need to make it in dialog mode. For API 11 and higher, there is a simple code ...
0
votes
1answer
36 views
Spinner onItemSelected keeping called over and over again
Well im new in Android programming and i felt a bit lost with the spinner selector...
I found some questions relating the same but none of them fits my purpose:
objectSpinner = (Spinner) ...
0
votes
1answer
80 views
How to center spinner menu programmatically?
I have activity in which I create spinner programmatically, spinner is opened by clicking on button, but each time I click on button spinner popup menu is in corner of the screen and not in middle and ...
0
votes
0answers
34 views
Putting dynamically generated spinners into GridView - how to achieve it?
Spinners in my case are generated dynamically:
for (int i = 0; i < spinnerCount; i++) {
spinner = new Spinner(getApplicationContext());
spinner.setId(i);
...
0
votes
1answer
52 views
using spinner in android development
I'm new to android development, I have some experiences on C# windows programming, but also very little. I'm working on an android application which uses spinners. So far, I found a tutorial which ...
0
votes
1answer
52 views
Android how to assign a spinner position an integer value
Ok, I have a spinner that is populated with strings, how can I use the array to assign a value to an integer?
for instance spinner has
"some value
"another value" etc.
When 1 is selected how can ...
0
votes
0answers
33 views
Own design to Spinner
i want to have a drop_down_item activity more smaller than activity as on a picture, how to make it? How to make own design for it?
I try to make design to spinner, i read How to change layout of ...
0
votes
1answer
33 views
Sending collective data from a Spinner to a different Activity
I have an activity with several spinners which shows varying products. At the moment, my spinners display a toast message displaying the item that was selected from the list. However, I would like to ...
0
votes
1answer
37 views
android spinner for list and “All” option
I have a android spinner that works like a filter for product listview. The spinner adapter has the list of Brand class objects. The listview then shows only the products with selected brand. Now I ...
0
votes
1answer
61 views
Android Storing Drawable In Array
I'm currently trying to access and use an image in place of text in a Spinner I'm using.
The below code works, if I were to use text specifically instead of drawables.
I previously referenced this ...
0
votes
1answer
42 views
Reading values of dynamically generated spinners - how to do this?
In my layout there is a number of spinners generated and added programmatically this way:
for (int i = 0; i < spinnerCount; i++) {
spinner = new Spinner(this);
...
0
votes
1answer
88 views
spinner inside an alertdialog.builder won't display any item
i am trying to make an alertdialog.builder with a spinner inside it. the spinner item is originally populated from the database. here is part of my code:
update.setOnClickListener(new ...
0
votes
1answer
24 views
Actionbar navigation list not cancellable
There is something weird about actionbar's navigation list.
I use Sherlock's actionbar, but the problem is also in the native ics actionbar.
When using the app, and clicking on the actionbar's ...
0
votes
3answers
37 views
How to reload a spinner in Android?
Can anybody tell me the code to reload a Spinner?
I have created a small app where I can add some items and delete unwanted items. The items added will be showed in a spinner. Once I select an item ...
0
votes
2answers
65 views
custom spinner in android like google maps
I need a custom spinner like how Google map application in ICS looks, whenever a spinner is clicked a dropdown will come, spinners have the capacity to take listview (correct me if i m wrong). But how ...
-1
votes
0answers
41 views
Clicking on spinner leaves low profile mode, showing back and home button again in Android
Using Android 4.2.2 on my Nexus 7, I'm wondering if there is a way to stay in low profile mode when clicking on a spinner.
In the following example I simply added a Spinner and a Button to a ...
0
votes
0answers
65 views
How to put a hashmap (key, value) data into a spinner?
im a bit noob on android, i want to create a spinner with company names, and i want to create a hashmap because i have an ID for each company Name, here is my code:
JSONObject mainJson = new ...





