Hello!

In ARIS 7.2.5 there is ability to create sub dialogs for Dialogs object. Custom created dialogs and sub dialogs work properly. But standard ARIS dialogs (Dialogs.MsgBox() for example) are not work as sub dialogs. There is help for method [DialogObject].onClose() in which  there is text "Calling sub dialogs or message boxes is not supported in this function".     

In other methods, such as [DialogObject].button_pressed() , there is no such text in help. It looks like MsgBox must works in it, but it doesn't. Next operators in button_pressed are executed, so Dialogs.MsgBox is just skipped, not appears.

Same thing with Dialogs.BrowsArisItems() and Dialogs.InputBox().

Do anybody knows how to call Dialogs.MsgBox() as sub dialog from DialogObject? Or is it bug?

Thx!

 or register to reply.

Notify Moderator