Prompt a warning when certain conditions exist
Not sure if this is in the right place, but here goes.
I am trying to find a simple way to prompt a warning when certain design conditions exist. We use layouts to configure large models. It is possible for somebody to configure a unit that may cause interferences or other issues. without getting into too much detail about the specifics, I am simply looking for a way to prompt a dialog box or some sort of warning to tell a user, "hey, you better check this, it may not be something, but it could be".
In the most basic terms, If parameter X is a certain value, or could be a combination of parameters, bring up a dialog box or really anything that would allow a specific message to be displayed. Could even be a message in the message area at the bottom of the screen, but from my understanding, that would be done in toolkit, and I am looking for something through relations and ProProgram. I am not looking for any additional software of plug-ins, etc.
I have been able to do this with ProProgram Input statements, but I do not like this because for it to work, it brings up "Menu Manager" > Prompts user to click "Current Vals" / "Enter" / "Read File" > Assuming they click "Enter" then they have to check the box of the parameter used > "Done Select" > And only then, does the input box display with the message.
This works because once you get to the input box, I can finally display the message that can say something like "does this interfere?" and for this method, my plan is simply to add programming so that "N" would stop the prompt from being displayed and "Y" would continue prompting. I am not really looking for somebody to acknowledge based on "Y" or "N", but rather just display the message. There would need to be some type of prompt so that the message doesn't continue to come up, but with this method, I just don't like all the menus and boxes you have to check.
We use a few parts that prompt like this, so an assembly may have a few parts that have input promts built in, and if we know that we don't have to change any of the parameters on this specific unit, we typically just quickly click through all the prompts with "Current Vals" so a user may not even notice that this particular input was for a message about possible interference, since the menu manager looks all the same until you actually go through each one.
Sorry for the long post, and thanks for any help.

