FR - Would like a DisplayMessageBox

On this forum you can see a list of new features requested by users and you can also cast your own vote (you need to login to vote).
Post Reply
BLOMASKY
Posts: 1473
Joined: Wed Sep 30, 2015 10:08 pm
Location: Ocala FL

FR - Would like a DisplayMessageBox

Post by BLOMASKY »

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
Post Reply