개정판 f7caaaaf
issue #000: splash 수정
Change-Id: Ia0ea257b3b05b418bc1c3a979daafef6207815fb
KCOM/Common/ISplashMessage.cs | ||
---|---|---|
19 | 19 |
public static string CONVERSATIONVIEW = " Conversation View Loading..."; |
20 | 20 |
public static string MAINMENU_0 = " MainMenu Loading..."; |
21 | 21 |
public static string MAINMENU_1 = " Page Loading..."; |
22 |
public static string MAINMENU_2 = " Page Image Setting..."; |
|
23 |
public static string MAINMENU_3 = " Page ControlData Setting..."; |
|
24 |
public static string MAINMENU_4 = " Page Image DownLoading..."; |
|
25 | 22 |
public static string SPLASHSCREENWINDOW = " SplashScreen Loading..."; |
26 | 23 |
public static string TOPMENU = " TopMenu Loading..."; |
27 | 24 |
|
28 |
public static int SplashMessageCnt = 16;
|
|
25 |
public static int SplashMessageCnt = 13;
|
|
29 | 26 |
} |
30 | 27 |
} |
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