Jump to content

DialogEx'ten Sayfaya Veri Almak


OzgrGvnc

Recommended Posts

Dialogu açan button on click evresi:

DialogEx.Show("Dialog1")
if sData ~= "" then
Input.SetText("Input1", sData)
end

Dialogdaki Listbox on select evresi:

sData = ""
nSecilen = ListBox.GetSelected(this)
if nSecilen ~= nil then
sData = ListBox.GetItemData("ListBox1", nSecilen[1])
DialogEx.Close()
end

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...