Ignore:
Timestamp:
Oct 21, 2015 1:32:10 PM (10 years ago)
Author:
phkim
Message:
  1. phkim
  2. 금강방송
  3. 변경 내용
    • 서경방송 채널 편집 기능 병합
    • 채널 편집 기능 추가, 기존 검색 방법 변경 (RF,Program number ) -> (major, minor)
    • 채널편집 항목중 추가 -> 시청 으로 문구 변경, 가이드 문구 색상 변경
    • 사용장 키 입력 후 플래시 저장 속도 1초 -> 5초 로 변경
    • UI 동작에 대한 시나리오 통일



File:
1 edited

Legend:

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

    r26 r60  
    5656        void CManualSearchWin_Destructor(CWindow *this) 
    5757        { 
    58                 DST_UI_ChannelTune(CManualSearchWin_m_nRF, 0);   
     58                DST_DB_TuneFirstChannelinRF(CManualSearchWin_m_nRF);     
    5959                if(DST_GetWin(WIN_ERROR)) DST_CreateWin(WIN_CHANNEL_BANNER, WIN_NULL, BANNER_NORMAL ,0, 0, 0); 
    6060        } 
     
    286286                                break; 
    287287                        case VK_CANCEL: 
     288                        case VK_PREV_MENU: 
     289                                this->Close(this); 
     290                                break; 
     291                        case VK_PREV: 
     292                        case VK_PREV_CH: 
     293                                if (this->GetParentWinID(this)) DST_CreateWin(this->GetParentWinID(this), 0, 0, 0, 0, 0); 
     294                                this->Close(this); 
     295                                break; 
    288296                        case VK_MENU: 
    289297                                this->Close(this); 
    290                                 if(DST_GetWin(WIN_ERROR)) DST_CreateWin(WIN_CHANNEL_BANNER, WIN_NULL, BANNER_NORMAL ,0, 0, 0); 
     298                                DST_CreateWin(WIN_MAIN_MENU, WIN_NULL, 0 ,0, 0, 0); 
    291299                                break; 
    292300                } 
Note: See TracChangeset for help on using the changeset viewer.