Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected behaviour when Max_value is higher than 99 #9

Open
Diegoolei opened this issue Jun 18, 2024 · 0 comments
Open

Unexpected behaviour when Max_value is higher than 99 #9

Diegoolei opened this issue Jun 18, 2024 · 0 comments

Comments

@Diegoolei
Copy link

When Max_value is higher than 99 the bar only shows ***** instead of the actual number
image
Actual code:

      lt1 = 100
      call bar%initialize(filled_char_string='+', prefix_string='Progress |',&
         suffix_string='| ', add_progress_percent=.true.,&
         min_value=real(1,kind=8), max_value=real(lt1, kind=8),&
         add_progress_speed=.true., progress_speed_color_fg='green',&
         add_date_time=.true., date_time_color_fg='magenta', add_scale_bar=.true.,&
         scale_bar_color_fg='blue', scale_bar_style='underline_on')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant