i am not sure that the default progress bar component would suffice the
requirement.
though i dont think its too difficult writing you custom progress bar.
use a panel if it helps but you will need 2 Label controls.
At run time you will have a progress property where you set the percent
in that property implement the width of each label based on percentage.
the background of one will be blue and the other white (the labels)

Signature
Regards,
Hermit Dave
(http://hdave.blogspot.com)
> Hi everyone
> I want to show the progress in percentage over a progress bar, like it is
[quoted text clipped - 11 lines]
> text is showing the invert color of the background
> Is it possible?
kajol - 29 Sep 2004 05:23 GMT
but in that case, I do not think I will be able to control the invert text
color like, if the progress is 48% then half of the text "4" is in white and
the rest part of the text "4" is in blue color, can I do that?
> i am not sure that the default progress bar component would suffice the
> requirement.
[quoted text clipped - 19 lines]
> > text is showing the invert color of the background
> > Is it possible?
Hermit Dave - 29 Sep 2004 13:08 GMT
use a panel with background white.
You will have a label for percentage which will should be set to transparent
background. The position of this label is fixed. And it should always be on
the top.
The label with will give the visual indication of percentage should be a
child of the panel. It will have background color of blue. the width of this
will be equivalent of the percentage process.
That should be it

Signature
Regards,
Hermit Dave
(http://hdave.blogspot.com)
> but in that case, I do not think I will be able to control the invert text
> color like, if the progress is 48% then half of the text "4" is in white
[quoted text clipped - 27 lines]
>> > text is showing the invert color of the background
>> > Is it possible?
kajol - 30 Sep 2004 08:17 GMT
Let me do that
Thanks
> use a panel with background white.
> You will have a label for percentage which will should be set to transparent
[quoted text clipped - 36 lines]
> >> > text is showing the invert color of the background
> >> > Is it possible?
Hermit Dave - 04 Oct 2004 20:19 GMT
did you get anywhere with the progressbar ?

Signature
Regards,
Hermit Dave
(http://hdave.blogspot.com)
> Let me do that
> Thanks
[quoted text clipped - 39 lines]
> > >> > text is showing the invert color of the background
> > >> > Is it possible?