개정판 e0cfc73c
issue #681: 스플래시 스크린 수정중
Change-Id: I4193c7951a4341ac0783a4a7e298a39fc761c995
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
236 | 236 |
|
237 | 237 |
public MainMenu() |
238 | 238 |
{ |
239 |
App.splashString(ISplashMessage.MAINMENU_0); |
|
239 | 240 |
//InitializeComponent(); |
240 | 241 |
this.Loaded += MainMenu_Loaded; |
241 | 242 |
} |
... | ... | |
432 | 433 |
/// </summary> |
433 | 434 |
public void UpdateMyMarkupList() |
434 | 435 |
{ |
436 |
App.splashString(ISplashMessage.MAINMENU_3); |
|
435 | 437 |
Logger.sendCheckLog("pageNavigator_PageChanging_ChangeCommentReact", 1); |
436 | 438 |
bool isComingNewBie = false; |
437 | 439 |
|
... | ... | |
548 | 550 |
} |
549 | 551 |
private void pageNavigator_PageChanging(object sender, Controls.Sample.PageChangeEventArgs e) |
550 | 552 |
{ |
551 |
|
|
553 |
App.splashString(ISplashMessage.MAINMENU_1); |
|
552 | 554 |
if (ViewerDataModel.Instance.UndoDataList.Count > 0) |
553 | 555 |
{ |
554 | 556 |
this.ParentOfType<MainWindow>().dzTopMenu.SaveEvent(null, null); |
... | ... | |
601 | 603 |
defaultBitmapImage.DecodePixelHeight = Int32.Parse(e.CurrentPage.PAGE_HEIGHT); |
602 | 604 |
defaultBitmapImage.EndInit(); |
603 | 605 |
|
604 |
ViewerDataModel.Instance.ImageViewPath = null;
|
|
606 |
ViewerDataModel.Instance.ImageViewPath = null; |
|
605 | 607 |
|
608 |
App.splashString(ISplashMessage.MAINMENU_2); |
|
606 | 609 |
Logger.sendCheckLog("pageNavigator_PageChanging_BitmapImage Downloading", 1); |
607 | 610 |
if (defaultBitmapImage.IsDownloading) |
608 | 611 |
{ |
612 |
App.splashString(ISplashMessage.MAINMENU_4); |
|
609 | 613 |
Logger.sendCheckLog("pageNavigator_PageChanging_BitmapImage IsDownloading", 1); |
610 | 614 |
defaultBitmapImage.DownloadCompleted += (ex, arg) => |
611 |
{ |
|
615 |
{
|
|
612 | 616 |
defaultBitmapImage.Freeze(); |
613 | 617 |
ViewerDataModel.Instance.ImageViewPath = defaultBitmapImage; |
614 | 618 |
ViewerDataModel.Instance.ImageViewWidth = defaultBitmapImage.PixelWidth; |
내보내기 Unified diff