Author Topic: Yay, messageBox yesNo!  (Read 1304 times)

Tom

Nice, he added it.
Quote
Added clientCmds for messageboxYesNo and messageBoxOKCancel
Quote
clientCmdMessageBoxOKCancel(%title, %message, %okServerCmd)
%okServerCmd is a tagged string that will be sent as a commandtoserver of the user clicks "ok". If they click "Cancel" commandToServer('MessageBoxCancel'); will be sent.
Quote
clientCmdMessageBoxYesNo(%title, %message, %yesServerCmd)
%yesServerCmd is a tagged string that will be sent as a commandtoserver of the user clicks "yes". If they click "no" commandToServer('MessageBoxNo'); will be sent.



Yes! Awesome, This will be cool to have.

Yay.

no, we do have it. it came with v11

no, we do have it. it came with v11
That's what this topic is about, Lol.

Yay once aain.