I would like to restyle the modal dialogs in REBOL2's VID, such as alert
, request/ok
, etc, so that they better fit with the theme of the rest of my application. The only way I've found to do this is to include my own altered version of the request
function, substituting my own values into the layout in it. Is there any way to restyle these popups without having to redefine the request
function?
The default popup vs an example result of what I'm looking for: