프로젝트

일반

사용자정보

개정판 c1659a98

IDc1659a9847e29a74c5f14cdac86ea7a689499231
상위 520b8e45
하위 f1dd3ed6

김태성이(가) 5달 전에 추가함

issue #0000 Markus.Image.ImageCompare 추가

Change-Id: I82eafc1d99c6765d77546e28ba6151a4766026a5

차이점 보기:

KCOM/Controls/SignManager.xaml.cs
82 82

  
83 83
                        RadWindow.Alert(new DialogParameters()
84 84
                        {
85
                            Owner = this,
85 86
                            Content = "Save Signature Completed."
86 87
                        });
87 88

  
......
254 255
                        inkCanvas.Strokes.Add(stroke);
255 256
                    }
256 257

  
257
                    System.Threading.Thread.Sleep(10);
258
                    //System.Threading.Thread.Sleep(10);
258 259
                    // Update progress value
259
                    progress.Dispatcher.InvokeAsync(() => { 
260
                        progress.Value = y * writeableBitmap.PixelWidth + x + 1;
261
                    });
260
                    //progress.Dispatcher.InvokeAsync(() => { 
261
                    //    progress.Value = y * writeableBitmap.PixelWidth + x + 1;
262
                    //});
262 263
                }
263 264
            }
264 265

  
......
314 315
            // 파일 선택 대화 상자 표시
315 316
            if (openFileDialog.ShowDialog() == true)
316 317
            {
317
                panelProgress.Dispatcher.InvokeAsync(() => panelProgress.Visibility = Visibility.Visible);
318
                //panelProgress.Dispatcher.InvokeAsync(() => panelProgress.Visibility = Visibility.Visible);
318 319

  
319 320
                try
320 321
                {
......
338 339
                }
339 340
                finally
340 341
                {
341
                    panelProgress.Dispatcher.InvokeAsync(() => panelProgress.Visibility = Visibility.Collapsed);
342
                    //panelProgress.Dispatcher.InvokeAsync(() => panelProgress.Visibility = Visibility.Collapsed);
342 343
                    
343 344
                }
344 345
            }

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)