Confirm() with custom buttons

BlitzMax Forums/BlitzMax Programming/Confirm() with custom buttons

ima747(Posted 2010) [#1]
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.


d-bug(Posted 2010) [#2]
Use Proceed() instead! It has Yes, No and Cancel


ima747(Posted 2010) [#3]
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.