so here the logic
for 1%="|" in the TLabel and for one "|" we need 10 times looping
so to reach 100%= 100 times "|" we need 1000 times looping
can you help me with the code?
|
|
so here the logic for 1%="|" in the TLabel and for one "|" we need 10 times looping so to reach 100%= 100 times "|" we need 1000 times looping can you help me with the code? |
|||
|
|
|
|
Perhaps you could use the StringOfChar function? Something like this:
|
||||
|
|
|
And this is a variant o Bing solution, that show the percentage inside (middle) of the bar.
Excuse-me for my bad English. Regards. Neftalí -Germán Estévez- |
||
|
|
|
|
I'm not 100% sure I get what you mean, but I think it's something like this (assume "label" is TLabel):
I'm not sure about the repaint vs. refresh, and whether you should repaint/refresh the entire form, but that's up to you. Hope that helps. |
||||||||||
|