Skip to main content
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
48 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
61 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

15 30 50 per page
1
2 3 4 5
343