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
_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

Reply via email to