Confirm() with custom buttons
BlitzMax Forums/BlitzMax Programming/Confirm() with custom buttons| 
 | ||
| I don't currently see a way to customize the buttons on a Confirm() call, can anyone suggest a way to do this with minimal code? Also I'd like to propose Confirm be extended with 2 optional fields for the button text similar to RealBasic. OK/Cancel is fine most of the time, but depending on what you're asking Yes/No may make a lot more sense to the user. | 
| 
 | ||
| Use Proceed() instead! It has Yes, No and Cancel | 
| 
 | ||
| ooo, that will solve most of my problems. I would still like a yes/no some times though. But thanks, that solves my immediate problem. |