question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

setProgressMax() and setMessage() not applied dynamically?

See original GitHub issue

It seems that SnackProgressBar.setProgressMax() does not update its progress max, when it is already shown by SnackProgressBarManager.show().

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
tingyik90commented, Feb 2, 2020

Hi, please refer the README section for how to UPDATE. Note that SnackProgressBar is just a container on the presentation of the bar. Once you feed into SnackProgressBarManager.show(), it will be copied into the SnackProgressBarManager and the SnackProgressBar object itself is no longer relevant. Please try and if working, close this issue. Thank you.

0reactions
KYHSGeekCodecommented, Feb 2, 2020

Yeah, it works perfectly now, thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

android - ProgressDialog setProgress and setMessage inside ...
The progressDialog value doesn't change at all! and if I tried to set the dialog message using: progress.setMessage("At item "+i);. some ...
Read more >
system ui messages with dynamic variable - ServiceNow
Solved: Hi I am trying to create a new system ui message with dynamic argument which ... you would need to call getMessage()...
Read more >
Can methods of a class be invoked dynamically?
Class.Invoke() is that it can be used when the parameters are not known until run time. The CALL object should not be used...
Read more >
Working with Dynamic Content Rules - Oracle Help Center
Click New Rule and provide a name for the new rule. Choose the list you want to use. If a profile list is...
Read more >
Support for Dynamic Sources and Dynamic Targets is missing
I was trying to connect a Java application over JMS to RabbitMQ using AMQP 1.0. I used the AMQP 1.0 resource adapter which...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found