Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
75 views

I would like to resize the spinner buttons of the number input I declared in a ion-alert. view of the too small spinner buttons I tried tips I found but it does not work in my case. In my ts file: ...
Sapart09's user avatar
0 votes
0 answers
35 views

I have this DropDownPreference and I want to set the width of its dropdown to match the width of the screen. <DropDownPreference android:key="soapServerList" ...
CitroenAX's user avatar
2 votes
1 answer
59 views

In my Android app, I have a spinner many items (enough to not be able to display all of them at the same time. Scrolling is needed) The default behavior of the spinner is that when you click on the ...
Laurent D.'s user avatar
1 vote
2 answers
68 views

in Angular material progress spinner component we can actually set size by setting diameter. I want to know if there is an option to make this diameter responsive so it based on window size. <mat-...
LaCodeM's user avatar
  • 869
4 votes
0 answers
126 views

I have a spinbox in my tkinter application and I want to show a warning in certain circumstances import tkinter as tk from tkinter import ttk, messagebox widgets = None root = None def main() -> ...
Psionman's user avatar
  • 3,841
0 votes
0 answers
50 views

I created a spinner where I want the app to output the value the spinner stops at, however, if the spinner pointer stopped at let's say Italy, The text output is you choose India, I've tried ...
Islam Farrag's user avatar
1 vote
0 answers
563 views

I'm willing to have a spinner displayed while running a function that have output to print. I cannot figure out how to do so and have pretty print, anyone already faced that ? I cannot find any ...
yodamad's user avatar
  • 1,518
1 vote
0 answers
67 views

How to conditionally retrieve the data of any table in the SQLite database? I want to extract condition wise data from a table in the database which I have not been able to successfully for the last 2 ...
Maria's user avatar
  • 371
0 votes
2 answers
144 views

I am trying to add Spinner in below code. I have tried many ways but not succussed. I have included various position the spinner code but sometimes it runs but does not stop. Or some time never run. ...
Ohidul Islam's user avatar
0 votes
0 answers
56 views

I have the following layout: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:...
Prescott Chartier's user avatar
1 vote
1 answer
64 views

I am encountering an issue with my Kotlin Android code while implementing a Spinner with an onItemSelectedListener. I am trying to populate the Spinner with data retrieved from a SQLite database, but ...
ilovekotlin's user avatar
0 votes
1 answer
554 views

I was trying to add spinner to my angular project but got weird error: my ngx-spinner-component.d.ts line with error: ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<NgxSpinnerComponent, [...
Антон Олег's user avatar
0 votes
1 answer
68 views

I want to create a Button that while disabled, shows a CircularProgressIndicator (use case: user clicks the button, a network request is made and during this the button is disabled with a nice spinner ...
me.at.coding's user avatar
  • 18.5k
1 vote
1 answer
52 views

i´m trying to add files from a directory to spinner list, but i got nothing, (spinner list is empty) hoyever the folder countains 3 files in it. i checked whether the folder exists or not, (the folder ...
Anthony Magerera's user avatar
1 vote
0 answers
27 views

how do I populate a spinner to depend on spinner data in a different activity?In android studio using java and also with sqlite db. I already have both spinners but I am struggling to make the second ...
Lornah Ombati's user avatar
0 votes
2 answers
186 views

Per something I found on the internet I have created a SpinnerPopup to display a spinner for long running tasks. The spinner is there and will come up eventually, but not when I want it to pretty much....
Steve H's user avatar
  • 181
0 votes
1 answer
42 views

I have a simple program with a spinner widget to select a direction. I need to pass that direction as a variable that can be used in other classes. In the code below, I just want to print the ...
Kevin Hopkins's user avatar
1 vote
2 answers
45 views

I created a spinner and set values to array list. But when runtime wrong values displayed in drop down list. i try to add some values in array list and that values set to spinner.but oi get wrong ...
tsrahul81's user avatar
1 vote
1 answer
2k views

I am trying to show a spinner while my OnGetAsync is processing. I have a form that looks something like this: <form method="get"> <div class="row"> <...
Chris's user avatar
  • 43
0 votes
0 answers
37 views

In my android studio, I have used 3 radio buttons, 1 button and 1 spinner. The output should work in a way that if one button is clicked, then the spinner should show 3 different options, and the same ...
Jane's user avatar
  • 1
0 votes
0 answers
75 views

I am using ClickDimensions Widget to populate a form on our upcoming WP website. The form is built using clickdimensions form designer, which allows to add additional JS and CSS. I would like to ...
Yann Hamonou's user avatar
-1 votes
1 answer
87 views

i get NullPointer in spinnerview onItemSelected Error code java.lang.NullPointerException: Parameter specified as non-null is null: method nh.nawafil.hidayatullah.release.ui.home.ui.nawafil....
FOG's user avatar
  • 38
0 votes
1 answer
32 views

I would like to add a border and rounded corners to my spinner, which I understand can be done by creating a separate custom spinner xml file. However when I do so, the spinner arrow disappears. This ...
purpleapple's user avatar
0 votes
1 answer
446 views

I am creating a custom spinner with a custom background as that will hide the difficult dropdown, that's why I am setting a custom layout to show the dropdown. but when I am adding the adapter to the ...
Sumita Das's user avatar
1 vote
1 answer
38 views

I have discovered that when using the BrowserComponent, when navigating from one section to another on my own website, that spinner appears. I would like to know if it's possible to configure it or ...
Alejandro Fernandez's user avatar
0 votes
0 answers
41 views

I'm modifying an Android app, and they asked me to create some custom spinners. I made it without problem using an ArrayAdapter, and a Custom view. But now, they are asking me to make a multi-choice ...
Navalex's user avatar
  • 276
0 votes
1 answer
45 views

I have created an AlertDialog with a textviews, button and SPINNER, the problem is that the drop-down list has a color that does not allow me to see the options and I do not know which parameter to ...
smiranda's user avatar
-1 votes
1 answer
125 views

I did a deployment for a PR which was several commits behind master to production(as I did not want to take a particular feature to prod). The deployment was successful and I could see the the correct ...
Ishita's user avatar
  • 119
1 vote
1 answer
1k views

I found that sveltekit do load() function in .js file SSR-ly. What i don't like is how they present the page even the load is not fully completed (even with .server.js). Example weird animation page ...
ioiofadhil's user avatar
0 votes
1 answer
1k views

I'm trying to get a popup to appear while the app downloads data from the database and the page is generated/refreshed. Maybe I lack the knowledge necessary to understand the order in which the ...
Gabriele Tedeschi's user avatar
0 votes
0 answers
83 views

I have a Java application which is based on a scrolled composite form. It is implemented on the Eclipse IDE. Each spinner is declared in the same way, an example being: Spinner spCh1; spCh1 = new ...
DanC's user avatar
  • 1
0 votes
0 answers
69 views

I am using this official guide to make a facebook like spinner. but the problem is that I want to reduce the blue(on top) CircularProgress's circle area(or value). Basically I want the blue spinner ...
SC K's user avatar
  • 197
0 votes
1 answer
31 views

I have a set of course details stored in the firebase Realtime Database. I have retrieved the course names into a spinner for user selection of a particular course. I wanted to get the key (course ...
Thadhasneem Nooriya's user avatar
1 vote
1 answer
255 views

I created a portfolio website using gatsby and react.js but when someone tries to view it for the first time, it lags on certain css transitions and images causing it to look weird. Afterwards, when ...
angiem103's user avatar
1 vote
0 answers
54 views

I have this code spinner.setOnItemLongClickListener(new AdapterView.OnItemLongClickListener() { @Override public boolean onItemLongClick(AdapterView<?> parent, View view, ...
xralf's user avatar
  • 3,782
0 votes
1 answer
65 views

Help!!! Spinner 1: here is the xml of the Spinner I have, Its with white background and black text color for the items. I want it to have a Black Background with white text. XML: <Spinner android:...
Malik Zohaib Mustafa's user avatar
0 votes
0 answers
163 views

I am currently searching for a fast loading spinner / Activity indicator in Xamarin Forms without adding user control to XAML. We would need support for Android, UWP and iOS. Any other ideas? All ...
Michael's user avatar
  • 431
0 votes
1 answer
233 views

Insert spinner on function JavaScript. Hi everyone, I'm taking my first steps with JavaScript and I find myself unable to insert a spinner I wrote the following code, could you help me understand the ...
ESPI's user avatar
  • 3
1 vote
1 answer
38 views

I have a form that saves information to Firebase and when the user returns to the form they can edit the information that was saved, because I returned the values as Strings back to the form. Now my ...
ShaunSingh1410's user avatar
0 votes
1 answer
57 views

I am trying to set the values of an Spinner with an Array List but it only works with the function "arrayOf()". I tried converting the List to Typed Array bit it didn´t work. It seems that ...
user avatar
0 votes
1 answer
70 views

The svg spinner is displaying correctly in desktop firefox and chrome but not in chrome or firefox mobile browser. Does anyone have a solution for this? const Spinner = () => ( <svg xmlns=...
Seb's user avatar
  • 23
0 votes
2 answers
1k views

I'm wondering if someone can help me understand why the animation that results from the below SwiftUI code is glitchy. Here's the code: struct ProgressViewAnimationGlitch: View { @State private ...
jeremyabannister's user avatar
0 votes
0 answers
89 views

I have this button in a table: <td><button type="button" class="btn btn-primary" id='buitton1" ?>'>Edit</button></td> I would like to add the ...
Federico's user avatar
0 votes
1 answer
113 views

I've tried something like this, but I was wondering if there was a better way to do it. (In addition, I don't get how to place the textinput under the spinner) Python file : from kivy.app import App ...
manon's user avatar
  • 25
1 vote
1 answer
182 views

I made a circle border animation for loading by html and css: <div class="spin"></div> @keyframes spinner { 0% { transform: translate3d(-50%, -50%, 0) rotate(360deg); } 100%...
Mohammad Komaei's user avatar
1 vote
1 answer
46 views

I'm trying to create dependable spinner in Fragment. There are 2 spinners and value in the spinner7 depends on value in spinner3 public class PageFragment1 extends Fragment implements AdapterView....
Vyacheslav Parinov's user avatar
0 votes
1 answer
105 views

I'm trying to create app which has 3 fragments (pages). Inside each fragment I have several spinners (options to chose). User can chose different options and depending on combination of these options, ...
Vyacheslav Parinov's user avatar
0 votes
1 answer
32 views

I'm completely stumped. I am populating a value attribute in a .kv file with a list from a .py file. .kv file Spinner: id: Mix_ingredient_1_spiner ...
psimonson's user avatar
0 votes
1 answer
115 views

I'm trying to add a spinner over a background image. I don't know why it doesn't display over this image. It display but under the image. I have to put it in the foreground. Here is the spinner : And ...
goujon's user avatar
  • 57
0 votes
0 answers
60 views

I have written and published an app “Sensor Recording” which reads out and displays the measured values of some sensors (position, acceleration, orientation, pressure, etc.). In one of the activities ...
Michael Braun's user avatar

1
2 3 4 5
103