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 make an Android Spinner with initial text "Select One"?

    May 15, 2009 · I want to use a Spinner that initially (when the user has not made a selection yet) displays the text "Select One". When the user clicks the spinner, the list of items is displayed and the …

  3. How can i show a spinner while waiting for data from a get call inside ...

    Dec 19, 2022 · I'm trying to render a spinner, whenever a get call is ongoing, so instead of displaying an empty screen, i can use the spinner. I thought of using two separate div, controlled by two ngIf, …

  4. How to add spinner to ASP.net while processing - Stack Overflow

    Nov 10, 2024 · How to add spinner to ASP.net while processing Asked 1 year, 3 months ago Modified 1 year, 3 months ago Viewed 344 times

  5. 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 = …

  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. Showing a spinner while a Windows Forms program is "processing ...

    Is there some global way I can display a spinner while my program is "processing" instead of identifying all possible points in the program that could cause it to become unresponsive and just ripping off new …

  8. 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 295 times

  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. javascript - Load Iframe with spinner - Stack Overflow

    Jan 11, 2016 · Notes As long as it doesn't bother you that the spinner is still technically in the background this works great for a single page-load iframe, or when you only care about the first load. …