Coder Social home page Coder Social logo

Comments (8)

alastor09 avatar alastor09 commented on July 30, 2024 1

You can use below path to change the background color of HUD
BigTed.ProgressHUD.Shared.HudBackgroundColour = <YourColor>

from btprogresshud.

Yohandah avatar Yohandah commented on July 30, 2024

Same problem here, background is white, doesn't know how to change it

from btprogresshud.

michaelmontero avatar michaelmontero commented on July 30, 2024

This issue should be close.

from btprogresshud.

darshb avatar darshb commented on July 30, 2024

BigTed.ProgressHUD.Shared.HudBackgroundColour = UIColor.Black
Above code not working when application is killed and launched again. Its not showing color which is set for supporting dark mode. Its showing white color only.

from btprogresshud.

ChrisMISDB avatar ChrisMISDB commented on July 30, 2024

Not to resurrect a dead thread, but this doesn't work in the new MAUI compatible version. Is there any update on how to update the HudBackgroundColor and HudForegroundColor?

Thanks!

from btprogresshud.

Cheesebaron avatar Cheesebaron commented on July 30, 2024

HudForegroundColor is for the text color

Try: ProgressHUD.Shared.Ring.Color = UIColor.Green

from btprogresshud.

ChrisMISDB avatar ChrisMISDB commented on July 30, 2024

Thanks, but it isn't the issue of which items I can't change the colors on. The problem is that
ProgressHUD.Shared doesn't appear to exist in the newest version that's compatible with MAUI

from btprogresshud.

Cheesebaron avatar Cheesebaron commented on July 30, 2024

OK, I gut the issue now!

So it seems @Redth changed some of this in: 9a3b340 where he modernized the API.

So instead of calling ProgressHUD.Shared you will call ProgressHUD.For(window) or ProgressHUD.ForDefaultWindow() and then customize the properties on that instance.

Your issue is unrelated to the original issue in this thread. So I will close this one, but feel free to open a new issue explaining in more details what the problem is.

from btprogresshud.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.