Jump to content

UniNoty! A Notification -> Smart, Full Customizable and Callbacks


Recommended Posts

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;
Link to comment
Share on other sites

  • 2 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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.

×
×
  • Create New...