Started by Emiliano ·
2014-06-17 15:48 UTC ·
3 replies · SMF topic #2152
Emiliano
2014-06-17 15:48 UTC
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 :-\
owenwengerd
2014-06-17 18:03 UTC
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.
bazzacad
2014-06-18 22:55 UTC
You can do that with DOSlib
{2}.
dos_msgboxex
honkinberry
2014-07-01 18:35 UTC
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