Page 1 of 1

progressbar in listicon?

Posted: Fri Aug 25, 2006 9:35 pm
by denise_amiga
how?
or progressbar in statusbar?

thx

Posted: Fri Aug 25, 2006 9:51 pm
by Xombie
The forum has lots of good information. Searching is your friend.

I found this with a very quick search...

http://www.purebasic.fr/english/viewtop ... +statusbar

... for your progressbar + statusbar question.

To put it in a listicon will be a similar approach but then you'll have to worry about positioning based on whatever "cell" you have it in and when the user scrolls, etc... It's been a while since I've tried to do anything with the column & row in a listicon but you could look at SendMessage_() with ... what was it? LVM_GETITEM.... ummm... POSITION or RECT or something of that nature. Sorry I can't help more than that immediately.