Right now we have display message and display question but there is no easy way to style them dynamically. I would love to see a procedure similar to what I had in EXT-JS. Would look like:
DisplayMessageBox(Icon Type [Error - Warning or Info], 'Title', titleClass, 'body', bodyClass).
Yes, I can create a form in LIRU but thats a lot of work to add something to a complex procedure. Often I want to have something better than display message and report error.
Of course, if I had my way, it would also have 4 optional numeric parameters. left, top (to locate the upper left corner), height, width) Because again, too often a msg box is in the wrong place.
Bruce