Coder Social home page Coder Social logo

Comments (8)

Cheesebaron avatar Cheesebaron commented on July 30, 2024 2

@khanh245 it is out now.

from btprogresshud.

vijaypalve avatar vijaypalve commented on July 30, 2024 1

Also, please check the following link -
https://github.com/aritchie/userdialogs/issues/622

from btprogresshud.

Amaro96 avatar Amaro96 commented on July 30, 2024

This is happening to me too

from btprogresshud.

beeradmoore avatar beeradmoore commented on July 30, 2024

I believe this was fixed with #69. The current BTProgressHUD never made it to nuget.

I have a fork over here, which has been published to nuget as BTProgressHUD-Updated.

from btprogresshud.

ram-spurtree avatar ram-spurtree commented on July 30, 2024

@vijaypalve , Have you got any turn around for the issue?

from btprogresshud.

Cheesebaron avatar Cheesebaron commented on July 30, 2024

I haven't had time to look at this, but I can schedule a release of this library very soon. Will have a go at testing this issue was solved.

from btprogresshud.

khanh245 avatar khanh245 commented on July 30, 2024

How’d the testing go and when will you be releasing this?

from btprogresshud.

almultimidia avatar almultimidia commented on July 30, 2024

CRIAR informativo de ‘Loading’
font: https://www.youtube.com/watch?v=o9rsNgRn0Ts

Primeiro instale a biblioteca Acr.UserDialogs
No arquivo “MainActivity.cs” adicione a biblioteca conforme na imagem:

image
Se using Acr.UserDialogs; ficar sublinhado vermelho, acrescente .Extended, conforme na imagem.

Em baixo da linha base.Oncreate.... insira o comando UserDialogs.Init(this);

Na MainPage.xalm crie a tag Button e insira a propriedade Clicked=”button_OnClicked”

image

E na MainPage.xalm.cs insira:

private async void button_OnClicked(object sender, EventArgs e)
{
using(var dialog = UserDialogs.Instance.Loading("Carregando!"))
{
for (int i = 1; i <= 10; i++)
{
await Task.Delay(2000);
dialog.PercentComplete = i * 10;
}
}

image

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.