Jump to content

NotToday

Üye
  • Posts

    1415
  • Joined

  • Last visited

Posts posted by NotToday

  1. MAntık olarak şu şekilde

    [code]TreeList.AddRow("Plugin1","|"..Ad.."|"..nBoyut.."|"..Favori, TreeList.ExtractIcon("Plugin1", file, 0), 1, a)[/code]

    Fakat birkaç düzenleme gerekli görünüm açısından.İlk mesaja kategorilideki hatayı düzeltip ekliyorum.Kategorili ve icon göstereninide az sonra ekliceğim.
  2. [quote name='crazyexelans' date='24 March 2012 - 01:56 ' timestamp='1332547019' post='1174376']
    ustam keygen link silinmiş.. yenileme şansın var mı ?
    teşekkürler
    [/quote]

    [code]http://www.mediafire.com/?ok7s9i663152d4t[/code]
    • Like 1
  3. Bak ben gönerdiğime kadegori eklemiştim bu şekilde sorunsuz çalışıyor.Kırmızı kısımda kategori ismini alıyor


    File.Run("Dosyalar\\Katılımsız\\" ..[color="#FF0000"]TreeList.GetCellText("Plugin1", i, 1)[/color].. "\\".. TreeList.GetCellText("Plugin1", i, 0) .. ".exe", "", "", SW_SHOWNORMAL, true)

    [codebox]Progress.SetCurrentPos("Progress1", 0)
    Progress.SetStep("Progress1", 100/nToplam);
    for i=0,TreeList.CountRows("Plugin1", false)-1 do
    local rd = TreeList.GetRowData("Plugin1", i)
    if TreeList.GetRowChecked("Plugin1", i) == true and rd > 0 then
    Progress.SetText("Progress1", TreeList.GetCellText("Plugin1", i, 0) .. " Kuruluyor...");
    File.Run("Dosyalar\\Katılımsız\\" ..TreeList.GetCellText("Plugin1", i, 1).. "\\".. TreeList.GetCellText("Plugin1", i, 0) .. ".exe", "", "", SW_SHOWNORMAL, true)
    Progress.StepIt("Progress1");
    Progress.SetText("Progress1", TreeList.GetCellText("Plugin1", i, 0) .. " Kuruldu... (Tamamlanan %"..Progress.GetCurrentPos("Progress1")..")");
    Application.Sleep(1000);
    end
    end
    [/codebox]
×
×
  • Create New...