자유롭게 질의 및 응답을 할 수 있는 게시판입니다. 개발자 여러분의 답변이 큰 도움이 됩니다.
- 제품설치/등록 오류 문의: 설치/등록 Q&A 이용 (제품 구매 고객 한정)
Firemonkey 안드로이드 화면별로 가로, 세로 모드 선택
2015.01.30 05:57
.dpr에서 아래와 같이 필요한 모드를 설정하면 되는데
Application.FormFactor.Orientations := [TFormOrientation.Portrait, TFormOrientation.InvertedPortrait, TFormOrientation.Landscape, TFormOrientation.InvertedLandscape];
Form의 프라퍼티에 formfactor가 있지만 동작하지 않네요.
전체 앱에 적용되는 것이 아닌 화면별로 가로 세로 모드를 설정하는 방법이 있을까요?
댓글 0
Firemonkey 안드로이드 화면별로 가로, 세로 모드 선택
2015.01.30 05:57
.dpr에서 아래와 같이 필요한 모드를 설정하면 되는데
Application.FormFactor.Orientations := [TFormOrientation.Portrait, TFormOrientation.InvertedPortrait, TFormOrientation.Landscape, TFormOrientation.InvertedLandscape];
Form의 프라퍼티에 formfactor가 있지만 동작하지 않네요.
전체 앱에 적용되는 것이 아닌 화면별로 가로 세로 모드를 설정하는 방법이 있을까요?