About 50 results
Open links in new tab
  1. javascript - how to add a loading "spinner" - Stack Overflow

    See below. Instead of a spinner, first send a low resolution (consider B&W too) of the image. This SO question tells how. Spinners for image loading A problem with showing a spinner while you're waiting …

  2. How to Show Spinner while retrieving data? - Stack Overflow

    Apr 12, 2024 · I use Blazor and .net 7. I have a Spinner component MyCompanySpinner. I want the spinner will show when a process SetSomething is started and the spinner will hide after the …

  3. Bootstrap Spinner Visible on submit - Stack Overflow

    Feb 22, 2024 · Bootstrap Spinner Visible on submit Asked 1 year, 11 months ago Modified 1 year, 11 months ago Viewed 294 times

  4. Blazor .NET Show loading spinner on UI while doing a heavy query in ...

    Nov 21, 2022 · Blazor .NET Show loading spinner on UI while doing a heavy query in background Asked 3 years, 2 months ago Modified 1 year, 5 months ago Viewed 18k times

  5. android - How to create a drop-down list? - Stack Overflow

    Nov 14, 2012 · How can I create a drop-down list? I've tried a ScrollView but it's not exactly what I need.

  6. c# - WPF loading spinner - Stack Overflow

    The goal is to display the information that the application is working. So I'm looking for an intelligent implementation sample of a loading spinner using WPF / MVVM.

  7. Spinner for server side processing of jquery datatable

    Dec 19, 2018 · I have a jquery datatable version 1.10 with server side processing. Everything is working fine. However my requirement is to show a spinner for every ajax call instead of default "Processing.....

  8. How to add items to a spinner in Android? - Stack Overflow

    Mar 9, 2011 · For adding item in Spinner, you can do one thing, try to create an adapter and then add/remove items into the adapter, then you can easily bind that adapter to spinner by using …

  9. spinner - Good NumericUpDown equivalent in WPF? - Stack Overflow

    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-inv...

  10. How to change spinner text size and text color? - Stack Overflow

    Feb 28, 2012 · In my Android application, I am using spinner, and I have loaded data from the SQLite database into the spinner, and it's working properly. Here is the code for that. Spinner spinner = …