Jump to content

Recommended Posts

Posted
My Application should have a procedure which downloads mult files about 100, each file size is about 20mb.

 

I want to show progress while dowonloading.

 

For example,

 

UniProgreesBar1.Max := 100;

 

for N := 1 to 100 do 

begin

  Unisession.SendFile("FileName" + IntToStr(N));

  UniProgreesBar1.Position := N;

  Application.ProcessMessages;

end;

 

However, this coding does not work.

UniProgressBar does not show the progress.

 

What should I do to show the progress?

 

Best Regards.
Posted

Thanks, Farshad Mohajeri

At first time, my App failed when demo code was applied.

And now I succeeded after inserting sleep() in for loop.

Maybe each file size is too large(20MB)?

 

Thanks again, uniGUI is GOOOOD!

 

PS : Where are SyncClientUpdate - 2  and  SyncClientUpdate - 3

I use Regular version 0.99.96.1317

Posted

PS : Where are SyncClientUpdate - 2  and  SyncClientUpdate - 3

I use Regular version 0.99.96.1317

 

Hi,

 

These demos are available since Build 1318

 

Best regards.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...