개정판 b9b01f8e
issue #811 Print, Export, message Dialog창이 상단으로 오지 않는 현상
KCOM/Controls/PrintControl.xaml.cs | ||
---|---|---|
173 | 173 |
public PrintControl(string TileSourceUri, string ProjectNo, DOCINFO DocInfo, List<IKCOM.MarkupInfoItem> markupInfo, int CurrentPageNo, string slip, string title, string fileurl, bool isPrint) |
174 | 174 |
{ |
175 | 175 |
InitializeComponent(); |
176 |
|
|
176 |
|
|
177 | 177 |
this.IsEnabled = true; |
178 | 178 |
|
179 | 179 |
//Layer Control을 통째로 가져와야 하는건가 |
... | ... | |
473 | 473 |
{ |
474 | 474 |
RadWindow.Alert(new DialogParameters |
475 | 475 |
{ |
476 |
Owner = Application.Current.MainWindow, |
|
476 | 477 |
Theme = new VisualStudio2013Theme(), |
477 | 478 |
Header = "안내", |
478 | 479 |
Content = "페이지가 지정되지 않았습니다." |
... | ... | |
520 | 521 |
this.printIndy.IsBusy = false; |
521 | 522 |
RadWindow.Alert(new DialogParameters |
522 | 523 |
{ |
524 |
Owner = Application.Current.MainWindow, |
|
523 | 525 |
Theme = new VisualStudio2013Theme(), |
524 | 526 |
Header = "안내", |
525 | 527 |
Content = "페이지가 지정되지 않았습니다.", |
내보내기 Unified diff