개정판 8a440f6c
issue #1140: page url 이 404일 경우 메세지창 뜨도록 수정.
Change-Id: Ic055159601db20fa9c19cab6da84aeedb9d35857
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
574 | 574 |
inkBoard.Width = pageWidth; |
575 | 575 |
inkBoard.Height = pageHeight; |
576 | 576 |
} |
577 |
catch (Exception) |
|
577 |
catch (Exception ex)
|
|
578 | 578 |
{ |
579 |
throw; |
|
579 |
string failedmsg = CommonLib.Common.GetAlertMessageString("GetConversionStateFailed", "MSG", "Too Many V/P Files are uploading instantaneously, This V/P file can not be open now. Please feel free to re-open wait a moment again!\n\n현재 일시적으로 많은 양의 V/P가 등록되고 있어 이 문서를 열람할 수 없습니다.\n잠시만 기다려 주신 후 다시 열람하여 주시기 바랍니다"); |
|
580 |
DialogMessage_Alert(failedmsg, "Warning"); |
|
581 |
App.FileLogger.Fatal(ex); |
|
580 | 582 |
} |
581 | 583 |
|
582 | 584 |
|
readme.html | ||
---|---|---|
74 | 74 |
</tr> |
75 | 75 |
<tr> |
76 | 76 |
<td style="tr-title" colspan="2"> |
77 |
<B>[2019.07.17]</B> |
|
78 |
</td> |
|
79 |
</tr> |
|
80 |
<tr> |
|
81 |
<td class="filesChanged">#1140</td><td>Convert Page가 없을 경우 멈추는 현상 수정</td> |
|
82 |
</tr> |
|
83 |
<tr> |
|
84 |
<td class="filesChanged">#000</td><td>.Net Framework 4.6.1 설치 수정(없거나 최소버전보다 낮을 경우 설치)</td> |
|
85 |
</tr> |
|
86 |
<tr> |
|
87 |
<td style="tr-title" colspan="2"> |
|
77 | 88 |
<B>[2019.07.15]</B> |
78 | 89 |
</td> |
79 | 90 |
</tr> |
내보내기 Unified diff