Page 1 of 1

ConfirmDlg with only 1 button

Posted: Wed Nov 12, 2014 11:29 pm
by sponer
Hello guys...
i broke my head to find a command to create a custom message inside a windowed dialog... i found ConfirmDlg.java
but it has confirm and cancel button... I want this windowed message only with "confirm" button... like the message "You don't have enough adena"... i searched everywhere... i searched were SystemMessage implements some windowed messages like "You don't have enough adena" but i found nothing... there are 2 days that i'm searching now but nothing... can anyone help me please? :D

Re: ConfirmDlg with only 1 button

Posted: Fri Nov 14, 2014 8:45 pm
by sponer
guys???? anyone????
bump

Re: ConfirmDlg with only 1 button

Posted: Fri Nov 14, 2014 8:52 pm
by HappyLDE
Just open in a new window:

Code: Select all

String html = "You don't have enough Adena bro.";final NpcHtmlMessage npcReply = new NpcHtmlMessage();npcReply.setHtml(html);player.sendPacket(npcReply);

Re: ConfirmDlg with only 1 button

Posted: Fri Nov 14, 2014 11:33 pm
by sponer
Well... it's not what i was looking for but what can i do... i will deal with it.. :P thank you anyway!! :D