change buttons dcl_MessageBox

Started by Emiliano · 2014-06-17 15:48 UTC · 3 replies · SMF topic #2152

You can change the label of the buttons on a dcl_MessageBox?

For example replace "Yes" with "Set" and "No" with "No Set"

Please ... do not tell me that I have to create a new form  :-\
I guess you have read the {2}. There are limited options. It takes an extremely long time to create a new form in OpenDCL Studio, so that solution is certainly unsuitable.
You can do that with DOSlib {2}.

dos_msgboxex
It's a fairly standard thing to have in one's toolkit, however.
I seem to always be creating a standard helper function so that I can ask a user, "Overwrite, Cancel", or "Increment, Merge, Cancel", you name it.
So any time spent making a modular Ask2 or Ask3 function is well worth it, in my book.

--J