티스토리 뷰

화면 구성

버튼 구성

 

Script 

//좌측버튼
this.ExecSetTimerButton_onclick = function(obj:nexacro.Button,e:nexacro.ClickEventInfo){
	console.log('>> setTimer function');
	this.setTimer(1, 1000);
};

//우측버튼
this.ExecKillTimerButton_onclick = function(obj:nexacro.Button,e:nexacro.ClickEventInfo){
	console.log('>> killTimer function');
	this.killTimer(1);
};

//ontimer 함수
this.화면ID_ontimer = function(obj:nexacro.Form,e:nexacro.TimerEventInfo){
	console.log('>> ontimer function');
};

콘솔창

 

댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/02   »
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28
글 보관함