Ignore:
Timestamp:
Sep 14, 2015 6:14:47 PM (10 years ago)
Author:
phkim
Message:
  1. phkim
  2. 서경방송
  3. 변경내용
    • DSTAR 에서 'p' 키를 VK_PREV_MENU 로 변경
    • 자동검색, 매뉴얼 검색, 초기화, 셋탑 정보 리모콘 시나리오 통일 . 이전 버튼 : 이전 메뉴 상태로 전환 . 메뉴 버튼 : 메뉴 화면이 보이면 닫기, 다른 화면에서는 메뉴로 이동 . 나가기 : 모든 UI 종료


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/zasc/app_c/DST_WinChannelEdit.c

    r42 r43  
    4242                CChannelEditWin_InitValues(); 
    4343                CChannelEditWin_setSize(this); 
    44                 this->SetTimeOut(this, 100); 
     44                this->SetTimeOut(this, 100000); 
    4545        } 
    4646 
     
    263263                { 
    264264                        case VK_MENU: 
     265                                DST_CreateWin(WIN_MAIN_MENU, WIN_NULL, 0, 0, 0, 0); 
     266                                this->Close(this); 
     267                                break; 
    265268                        case VK_CANCEL: 
     269                        case VK_PREV_MENU: 
     270                                this->Close(this); 
     271                                break; 
    266272                        case VK_PREV: 
    267                         case VK_PREV_MENU: 
    268273                        case VK_PREV_CH: 
    269274                                if (this->GetParentWinID(this)) DST_CreateWin(this->GetParentWinID(this), 0, 0, 0, 0, 0); 
Note: See TracChangeset for help on using the changeset viewer.