개정판 9d5b4bc2
auto Update 기능 추가
Change-Id: I195d4506bd1dd9cfd58dbdeada74e89a1b9d307e
KCOM/Controls/PrintControl.xaml.cs | ||
---|---|---|
540 | 540 |
Header = "Info", |
541 | 541 |
Content = "Not specified the page." |
542 | 542 |
}); |
543 |
sliderPages.Value = 1; |
|
543 | 544 |
this.printIndy.IsBusy = false; |
544 | 545 |
return; |
545 | 546 |
} |
... | ... | |
595 | 596 |
|
596 | 597 |
if (_lstPrintPageNo.Count == 0) |
597 | 598 |
{ |
599 |
sliderPages.Value = 1; |
|
598 | 600 |
this.printIndy.IsBusy = false; |
599 | 601 |
RadWindow.Alert(new DialogParameters |
600 | 602 |
{ |
... | ... | |
712 | 714 |
} |
713 | 715 |
else |
714 | 716 |
{ |
717 |
sliderPages.Value = 1; |
|
715 | 718 |
this.printIndy.IsBusy = false; |
716 | 719 |
return; |
717 | 720 |
} |
718 | 721 |
|
719 | 722 |
await this.Dispatcher.InvokeAsync(() => |
720 | 723 |
{ |
724 |
sliderPages.Value = 1; |
|
721 | 725 |
printIndy.IsBusy = false; |
722 | 726 |
}); |
723 | 727 |
|
... | ... | |
728 | 732 |
{ |
729 | 733 |
Dispatcher.Invoke(System.Windows.Threading.DispatcherPriority.Normal, new Action(delegate |
730 | 734 |
{ |
735 |
sliderPages.Value = 1; |
|
731 | 736 |
printIndy.IsBusy = false; |
732 | 737 |
})); |
733 | 738 |
|
... | ... | |
736 | 741 |
} |
737 | 742 |
catch (Exception ex) |
738 | 743 |
{ |
744 |
sliderPages.Value = 1; |
|
739 | 745 |
printIndy.IsBusy = false; |
740 | 746 |
|
741 | 747 |
Logger.sendResLog("Export Method", ex.Message, 0); |
... | ... | |
938 | 944 |
{ |
939 | 945 |
Dispatcher.Invoke(System.Windows.Threading.DispatcherPriority.Normal, new Action(delegate |
940 | 946 |
{ |
947 |
sliderPages.Value = 1; |
|
941 | 948 |
printIndy.IsBusy = false; |
942 | 949 |
})); |
943 | 950 |
} |
내보내기 Unified diff