Jump to content
Son zamanlarda artan kullanıcı hesap hırsızlıkları sebebiyle tüm kullanıcılara şifre sıfırlama maili gönderilmiştir. Lütfen güveli şifreler seçiniz. Mevcut e-mail adresinize erişemiyorsanız, en aşağıdaki destek linkinden bize ulaşınız. ×

Input Plugini Dosya Aramak


DjTurkisH
 Share

Recommended Posts

Input nesnesinin On Key evresine şu kodları yazmanız yeterli:

local kelime = Input.GetText(this);

ListBox.DeleteItem("muzik", -1)
if tblFiles then
	for i,v in pairs (tblFiles) do
	local tblSplit = String.SplitPath(v)
		if String.Find(tblSplit.Filename, kelime, 1, false) ~= -1 then
		ListBox.AddItem("muzik", tblSplit.Filename, v);
		end
	end
end
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...