nakka soft world !
QML에서 Undefined걸러내기. typeof( ) !== 'undefined' 로 체크 예)if (typeof(item) !== 'undefined'){ item.activationComplete();}
LoaderComponent의 Create를 해주는 Object.active : false로 지정시 부모 Component가 Create되더라도 자동 Create되지 않는다.APP에서 Create시점 Control이 가능해진다..active = true로 하는 순간 Create시작함. Loader { id: programRecordPopupLoader active:false sourceComponent : Component { ProgramRecordPopup{ id: programRecordPopup visible : false } } }
안드로이드 개발환경이 구축된 이클립스를 실행시키기 위해서는 JDK ADT Eclipse가 설치되어 있어야 합니다.안되신 분들은 아래 경로를 참고하여 설치 해주세요.JDK : http://nakkasoft.tistory.com/14Android SDK : https://developer.android.com/sdk/index.html#OtherADT+Eclipse : http://nakkasoft.tistory.com/15 다운받은 ADT를 압축풀고 아래 처럼 eclipse경로로 들어 갑니다. Eclipse 를 실행시킵니다.아래와 같은 Logo가 나오면서 Eclipse가 실행 됩니다. Project의 기본 폴더 경로가 지정되지 않았다면 아래와 같은 창이 뜬다.Use this as the default ....