[DUG] Progress bar flicks +Delphi 6
Vikas...
vikas.image at gmail.com
Wed Dec 2 22:17:52 NZDT 2009
Good Morning everyone.
I am designing a application where progress bar is used when some
transaction is done.
However the progress bar moves back when some rollback happen.
But i noticed it flickers a lot when it moves back ward.
I am not sure if it is due to some bad code i wrote.
i used this code
for i:=iCount downto 0 do
begin
PbImportStatus.Position:= i;
end;
but i still feel this is not the correct way to do .
Kindly Advice
regards
Vik
--
vikas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listserver.123.net.nz/pipermail/delphi/attachments/20091202/0b62d634/attachment-0001.html
More information about the Delphi
mailing list