promotional bannermobile promotional banner

Krowi's Progress Bar

A progress bar library for displaying multi-segment bars with up to 4 stacked values and customizable colors, including GameTooltip integration

File Details

2.3

  • R
  • May 21, 2026
  • 4.48 KB
  • 26
  • 12.0.5+3
  • Classic + 3

File Name

Krowi_ProgressBar-v2.3.zip

Supported Versions

  • 12.0.5
  • 5.5.3
  • 2.5.5
  • 1.15.8

Fixed (2.3)

  • Taint error attempt to compare a secret number value caused by the progress bar being a child of Blizzard's GameTooltip. The library now owns a dedicated Krowi_ProgressBarTooltip frame (<GameTooltip inherits="GameTooltipTemplate" parent="UIParent">), and the progress bar is a permanent child of that frame. Blizzard's GameTooltip is never touched.

Changed (2.3)

  • sub:Show() signature changed: ownerFrame, anchor, title, min, max, ... (added title param before min)
  • Added sub:Hide() to hide the owned tooltip
  • Removed the hooksecurefunc(GameTooltip, 'Hide', ...) hook