프로젝트

일반

사용자정보

개정판 b9b01f8e

IDb9b01f8e834ca2aaaa9de488208280925250d93f
상위 8c062d19
하위 060501e2

이지연이(가) 약 6년 전에 추가함

issue #811 Print, Export, message Dialog창이 상단으로 오지 않는 현상

차이점 보기:

KCOM/Views/MainMenu.xaml.cs
3336 3336
                {
3337 3337
                    RadWindow.Alert(new DialogParameters
3338 3338
                    {
3339
                        Owner = Application.Current.MainWindow,
3339 3340
                        Theme = new VisualStudio2013Theme(),
3340 3341
                        Header = "안내",
3341 3342
                        Content = "기존의 코멘트가 존재합니다. 사용자 리스트에서 먼저 선택해주세요",
......
5483 5484
                }
5484 5485
                DialogParameters parameters = new DialogParameters()
5485 5486
                {
5487
                    Owner = Application.Current.MainWindow,
5486 5488
                    Closed = (obj, args) => this.MarkupNamePromptClose(MarkupData, args),
5487 5489
                    DefaultPromptResultValue = "Custom State",
5488 5490
                    Content = "Name :",
......
5574 5576

  
5575 5577
            DialogParameters parameters = new DialogParameters()
5576 5578
            {
5579
                Owner = Application.Current.MainWindow,
5577 5580
                Content = box,
5578 5581
                Header = header,
5579 5582
                Theme = new VisualStudio2013Theme(),

내보내기 Unified diff

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