5,132 questions
0
votes
0
answers
75
views
How to resize spinner buttons of a ion-input type number in a ion-alert?
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:
...
0
votes
0
answers
35
views
Setting Spinner dropDownWidth to match_parent sets it to an absurdly large number
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"
...
2
votes
1
answer
59
views
Show top items when clicking on a spinner without changing the selection
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 ...
1
vote
2
answers
68
views
Angular material progress spinner reactive
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-...
4
votes
0
answers
126
views
How to show a dialog when using a spinbox in tkinter
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() -> ...
0
votes
0
answers
50
views
Android Studio Spinner issue
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 ...
1
vote
0
answers
563
views
Spinner with action and output with bubbletea library
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 ...
1
vote
0
answers
67
views
Fetch SQLite database Table Orderby condition in android java
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 ...
0
votes
2
answers
144
views
How to add spinner animation code in the code and stop after finishing to load the page
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.
...
0
votes
0
answers
56
views
Add spinner to right of checkbox on layout
I have the following layout:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:...
1
vote
1
answer
64
views
Null pointer exception with spinner on kotlin
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 ...
0
votes
1
answer
554
views
ngx-spinner error Property '"bdColor"' is incompatible with index signature
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, [...
0
votes
1
answer
68
views
How to vertically center a CircularProgressIndicator in a Button?
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 ...
1
vote
1
answer
52
views
add Items (FILES) from Directory to Spinner List
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 ...
1
vote
0
answers
27
views
Populating a spinner with data obtained from a spinner in a different activity
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 ...
0
votes
2
answers
186
views
How do I get my Android Spinner to work correctly
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....
0
votes
1
answer
42
views
Using Kivy, how do I pass the result of a spinner widget as a variable across classes
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 ...
1
vote
2
answers
45
views
Spinner dropdown list displays wrong values
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 ...
1
vote
1
answer
2k
views
Razor Page show spinner on while waiting for OnGetAsync
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">
<...
0
votes
0
answers
37
views
Using 1 spinner for multiple radio buttons
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 ...
0
votes
0
answers
75
views
How can I add a CSS spinner to a Clickdimensions submit button?
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 ...
-1
votes
1
answer
87
views
NullPointerException in Spinner onItemSelected
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....
0
votes
1
answer
32
views
Spinner arrow disappears when background is set to a custom spinner xml file?
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 ...
0
votes
1
answer
446
views
How to customize the spinner?
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 ...
1
vote
1
answer
38
views
Does Codename One's BrowserComponent have a built-in native loading spinner?
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 ...
0
votes
0
answers
41
views
Spinner multi-choice in dropdown
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 ...
0
votes
1
answer
45
views
Items Spinner Android Studio
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 ...
-1
votes
1
answer
125
views
Deploy a PR to Prod
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 ...
1
vote
1
answer
1k
views
SvelteKit loading animation
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
...
0
votes
1
answer
1k
views
Show "loading" popup while page is generated
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 ...
0
votes
0
answers
83
views
I have an Eclipse SWT Spinner widget format problem
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 ...
0
votes
0
answers
69
views
Mui Material CircularProgress Area
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 ...
0
votes
1
answer
31
views
How to Retrive Firebase key value based on spinner selection
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 ...
1
vote
1
answer
255
views
How can I add a loader page to my Gatsby.js site?
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 ...
1
vote
0
answers
54
views
Spinner - onItemLongClick never executed
I have this code
spinner.setOnItemLongClickListener(new AdapterView.OnItemLongClickListener() {
@Override
public boolean onItemLongClick(AdapterView<?> parent, View view, ...
0
votes
1
answer
65
views
Android Spinner. White text on black background
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:...
0
votes
0
answers
163
views
Loading spinner for Xamarin Forms without User Controls
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 ...
0
votes
1
answer
233
views
Insert spinner on function javascript
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 ...
1
vote
1
answer
38
views
How to set default value of spinner with string from Firebase Database?
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 ...
0
votes
1
answer
57
views
How to set values of a Spinner object with an Array List of String elements?
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 ...
0
votes
1
answer
70
views
svg spinner / loader not displaying-on mobile browsers
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=...
0
votes
2
answers
1k
views
SwiftUI on macOS - Cannot scale a ProgressView with a smooth, centered animation
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 ...
0
votes
0
answers
89
views
Add a span element to my button in order to display spinner
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 ...
0
votes
1
answer
113
views
Kivy: Add textinputs when a value is selected on a spinner
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
...
1
vote
1
answer
182
views
Circle border gradient color in HTML CSS [duplicate]
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%...
1
vote
1
answer
46
views
Dependable spinner in Fragment
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....
0
votes
1
answer
105
views
Multiple spinners and conditions inside a fragment in android, java
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, ...
0
votes
1
answer
32
views
.py list won't populate a spinner value in a .kv file using kivy/python
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
...
0
votes
1
answer
115
views
how to display a spinner over a background image android studio
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 ...
0
votes
0
answers
60
views
Android Spinners stop working sporadically
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 ...