개정판 b9b01f8e
issue #811 Print, Export, message Dialog창이 상단으로 오지 않는 현상
KCOM/Events/Implementation/TopMenuEvent.cs | ||
---|---|---|
600 | 600 |
PrintWindow.WindowStartupLocation = System.Windows.WindowStartupLocation.CenterScreen; |
601 | 601 |
PrintWindow.Background = new SolidColorBrush(Colors.Black); |
602 | 602 |
PrintWindow.Background.Opacity = 0.6; |
603 |
|
|
603 |
PrintWindow.Owner = Application.Current.MainWindow; |
|
604 | 604 |
Telerik.Windows.Controls.StyleManager.SetTheme(PrintWindow, new Telerik.Windows.Controls.VisualStudio2013Theme()); |
605 | 605 |
PrintWindow.ShowDialog(); |
606 | 606 |
} |
... | ... | |
1284 | 1284 |
{ |
1285 | 1285 |
RadWindow.Alert(new DialogParameters |
1286 | 1286 |
{ |
1287 |
Owner = Application.Current.MainWindow, |
|
1287 | 1288 |
Theme = new VisualStudio2013Theme(), |
1288 | 1289 |
Header = "안내", |
1289 | 1290 |
Content = "페이지 번호를 정확하게 입력해 주세요", |
... | ... | |
1307 | 1308 |
{ |
1308 | 1309 |
RadWindow.Alert(new DialogParameters |
1309 | 1310 |
{ |
1311 |
Owner = Application.Current.MainWindow, |
|
1310 | 1312 |
Theme = new VisualStudio2013Theme(), |
1311 | 1313 |
Header = "안내", |
1312 | 1314 |
Content = "페이지 번호를 정확하게 입력해 주세요", |
... | ... | |
1374 | 1376 |
}; |
1375 | 1377 |
StyleManager.SetTheme(PanoramaPop, new VisualStudio2013Theme()); |
1376 | 1378 |
//CheckPop.ShowDialog(); |
1379 |
PanoramaPop.Owner = Application.Current.MainWindow; |
|
1377 | 1380 |
PanoramaPop.Show(); |
1378 | 1381 |
} |
1379 | 1382 |
|
... | ... | |
1410 | 1413 |
}; |
1411 | 1414 |
StyleManager.SetTheme(CheckPop, new Office2013Theme()); |
1412 | 1415 |
CheckPop.Closed += CheckPop_Closed; |
1413 |
|
|
1416 |
//CheckPop.Owner = Application.Current.MainWindow; |
|
1414 | 1417 |
//CheckPop.ShowDialog(); |
1415 | 1418 |
CheckPop.Show(); |
1416 | 1419 |
} |
... | ... | |
1455 | 1458 |
{ |
1456 | 1459 |
RadWindow.Alert(new DialogParameters |
1457 | 1460 |
{ |
1461 |
Owner = Application.Current.MainWindow, |
|
1458 | 1462 |
Theme = new VisualStudio2013Theme(), |
1459 | 1463 |
Header = "안내", |
1460 | 1464 |
Content = "페이지 번호를 정확하게 입력해 주세요", |
내보내기 Unified diff