Capesoft Message Box is a useful tool for Clarion developers that allows them to use the Message(), Stop() and Halt() commands as usual, but with more control over the look and functionality of the message box. It also allows them to go back and see what the message said earlier.
The MESSAGE command is used extensively in Clarion and is extremely useful for alerting the user when things go wrong. But don't you wish you could go back and see what it said earlier? Or get it to automatically select an option after some time has passed? Or have more control over what it looks like? Well you can, using CapeSoft MessageBox.
The advantage of using CapeSoft MessageBox is that you can use the Message(), Stop() and Halt() commands as usual, but they'll call the CapeSoft MessageBox functions instead of the regular ones, so you don't have to go changing all your existing code!
CapeSoft MessageBox comes in the form of a global object set and a template that makes it easy to use the objects.
Comments