Jump to content

For Döngüsü Kullanımı


ReddKill
 Share

Recommended Posts

İndirme tamamlanınca uyarı versin istiyorum fakat 4 dosya indirdiği için her indirme bitiminde uyarıyı veriyor.Bunu nasıl düzenlemem gerekiyor.
[quote]for i=1,4 do
HTTP.Download(sDownload[i], "c:\\"..sName[i]..".jpg", MODE_BINARY, 20, 80, nil, nil, DownloadStatus);
Dialog.Message("Uyarı","İndirme Tamamlandı");
end[/quote] Edited by ReddKill
Link to comment
Share on other sites

[b]Bir Defa Uyarı Versin İstiyorsan ;[/b]

[codebox]
for i=1,4 do
HTTP.Download(sDownload[i], "c:\\"..sName[i]..".jpg", MODE_BINARY, 20, 80, nil, nil, DownloadStatus);
end
Dialog.Message("Uyarı","İndirme Tamamlandı");
[/codebox]

[b]KintaRo'nun AMS İle İlgili Makale Tarzı Yazısını Okumanı Tavsiye Ederim. Açık ve Net Olarak Anlatılıyor Orda.[/b]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...