How do I create a standard IRISIM dialog RapidApp?
Dialogs tend to be dynamic by nature. Although RapidApp could allow you to associate an information dialog (for example) with a button in such a way that the dialog is posted when the button is pressed, this is rarely useful in real programs. Although there are exceptions, dialogs are generally posted in response to a condition that can be determined only at runtime. Therefore, RapidApp doesn’t provide a way to create these dialogs. However, because RapidApp generates ViewKit programs, it is easy to add these dialogs programmatically along with the logic associated with the condition that requires a dialog.