Jump to content

Page ve Dialog Arasında Etkileşim


djonur007

Recommended Posts

Hayırlı Sabahlar....

Arkdaşlar benim bir sorum var. Şimdi;

Page1'deki bir komutu Dialog1'e yazdırmak istiyorum ama olmuyor. Bu nasıl olacak?

Page ve dialogları gösteren bit ekran görüntüsü.(Win7'deki ekran kesinti aracı süpermiş yaw :D)

ekranalntsn.png

Link to comment
Share on other sites

Global Functions kodu:

sMetin = "";

Komutu gireceginiz buttonun on click kodu:

sGiris = Dialog.Input("Mesaj", "mesajınızı girin", "", 2)
if sGiris ~= "CANCEL" then
sMetin = sGiris
end

Dialog On Show kodu:

Label.SetText("Label1", sMetin)

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...