개정판 f7caaaaf
issue #000: splash 수정
Change-Id: Ia0ea257b3b05b418bc1c3a979daafef6207815fb
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
386 | 386 |
|
387 | 387 |
if (App.ParameterMode) |
388 | 388 |
{ |
389 |
App.splashString(ISplashMessage.MAINMENU_1); |
|
389 | 390 |
this.pageNavigator.PageChanging += pageNavigator_PageChanging; |
390 | 391 |
this.pageNavigator.PageChanged += PageNavigator_PageChanged; |
391 | 392 |
imageViewer_Compare = new Image(); |
... | ... | |
433 | 434 |
/// </summary> |
434 | 435 |
public void UpdateMyMarkupList() |
435 | 436 |
{ |
436 |
App.splashString(ISplashMessage.MAINMENU_3); |
|
437 | 437 |
Logger.sendCheckLog("pageNavigator_PageChanging_ChangeCommentReact", 1); |
438 | 438 |
bool isComingNewBie = false; |
439 | 439 |
|
... | ... | |
550 | 550 |
} |
551 | 551 |
private void pageNavigator_PageChanging(object sender, Controls.Sample.PageChangeEventArgs e) |
552 | 552 |
{ |
553 |
App.splashString(ISplashMessage.MAINMENU_1); |
|
553 |
|
|
554 | 554 |
if (ViewerDataModel.Instance.UndoDataList.Count > 0) |
555 | 555 |
{ |
556 | 556 |
this.ParentOfType<MainWindow>().dzTopMenu.SaveEvent(null, null); |
... | ... | |
604 | 604 |
defaultBitmapImage.EndInit(); |
605 | 605 |
|
606 | 606 |
ViewerDataModel.Instance.ImageViewPath = null; |
607 |
|
|
608 |
App.splashString(ISplashMessage.MAINMENU_2); |
|
609 | 607 |
Logger.sendCheckLog("pageNavigator_PageChanging_BitmapImage Downloading", 1); |
610 | 608 |
if (defaultBitmapImage.IsDownloading) |
611 | 609 |
{ |
612 |
App.splashString(ISplashMessage.MAINMENU_4); |
|
613 | 610 |
Logger.sendCheckLog("pageNavigator_PageChanging_BitmapImage IsDownloading", 1); |
614 | 611 |
defaultBitmapImage.DownloadCompleted += (ex, arg) => |
615 | 612 |
{ |
내보내기 Unified diff