Sistema Fenix Posted April 3, 2014 Posted April 3, 2014 Please someone let me know how I can do to return the button name clicked method uniNoty1.Noty through of a callback? Quote
Hayri ASLAN Posted April 4, 2014 Author Posted April 4, 2014 http://hayriaslan.net/iis/UniNoty/UniNotyDemo.dll in here change type "confirmation" after that you will see buttons also in buttonclick event you will see buttonClicked, notyid : noty_4672009 buttonName=OkButton i defined buttons like that SetLength(UniNoty1.Buttons,2); UniNoty1.Buttons[0].cls:='primary'; UniNoty1.Buttons[0].name:='OkButton'; UniNoty1.Buttons[0].caption:='Ok'; UniNoty1.Buttons[0].closeOnClick:=True; UniNoty1.Buttons[1].cls:='danger'; UniNoty1.Buttons[1].name:='CloseButton'; UniNoty1.Buttons[1].caption:='Close'; UniNoty1.Buttons[1].closeOnClick:=True; Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.