B2019-030 Use FlexableMesageBox instead of MessageBox so that it is always on top.
This commit is contained in:
@@ -232,8 +232,8 @@ namespace Volian.Controls.Library
|
||||
foreach (InvalidTransition inv in invalidTrans)
|
||||
sb.AppendLine(string.Format("From {0} to {1}", inv.SrcStep, inv.TgtStep));
|
||||
// MessageBox.Show(sb.ToString());
|
||||
// B2013-185 use FlexibleMessageBox to display a long list with a scoll bar
|
||||
FlexibleMessageBox.Show(sb.ToString(), "Transitions Affected By Appicability Change");
|
||||
// B2013-185 use FlexibleMessageBox to display a long list with a scroll bar
|
||||
FlexibleMessageBox.Show(sb.ToString(), "Transitions Affected By Applicability Change");
|
||||
MyItemInfo = MyItemInfo;
|
||||
}
|
||||
//using (Content cnt = Content.Get(MyItemInfo.MyContent.ContentID))
|
||||
|
Reference in New Issue
Block a user