How to add a progressbar to a statusbar?

Everything else that doesn't fall into one of the other PB categories.
halo
Enthusiast
Enthusiast
Posts: 104
Joined: Mon Jan 26, 2004 2:49 am

How to add a progressbar to a statusbar?

Post by halo »

I want a nice little unintrusive progress bar to show up in the statusbar when my application stalls up and is loading a texture.

HOW?
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: How to add a progressbar to a statusbar?

Post by PB »

Come on, the Search function here isn't hard to use! :roll: I just did a search for
your two key words (progressbar and statusbar) and found a mere 4 matches,
one of which was: viewtopic.php?t=11125
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
halo
Enthusiast
Enthusiast
Posts: 104
Joined: Mon Jan 26, 2004 2:49 am

Post by halo »

That's weird, the search functionI guess it only finds whole words. I was looking for "progress" and "status" thinking that would include more matches.
Beach
Enthusiast
Enthusiast
Posts: 677
Joined: Mon Feb 02, 2004 3:16 am
Location: Beyond the sun...

Post by Beach »

You might not have selected the "Search for all terms" option... This was a mistake I made too, and I think it was PB who busted.. err.. corrected me for it as well.. :)


Image
-Beach
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> I guess it only finds whole words

Yep, the Search page says to use * for partial matches, so a search for
*progress* *status* returns 37 matches, including the tip above. :)
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Post Reply