forbear icon indicating copy to clipboard operation
forbear copied to clipboard

Unexpected behaviour when Max_value is higher than 99

Open Diegoolei opened this issue 8 months ago • 0 comments

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')

Diegoolei avatar Jun 18 '24 18:06 Diegoolei