How to write script in the program block in .edc file?
By jian chen
28 Nov 2016 00:13
English
2 Replies
How to write script logic in the program block in .edc file ? I find a script block ,we can use
program { name: "shown,panel,click";
signal: "mouse,clicked,*";
source: "message.img.emotion";
script {
new st[31];
new Float:vt;
get_state(PART:"message.pannel",st,30,vl);
if(!strcmp(st,"default")
emit("message,panel,state,shown,0", "");
else
emit("message,panel,state,hidden,0","");
}
}
where can I get the tutorial about how to write a scrpit ? such as the get_state function info .
thanks
View Selected Answer
You must log in to use this service. Log in now?
The tag you entered already exists.
Do you want to report this post as spam?
The post has been reported as spam.
cannot be empty.
Are you sure you want to cancel and return to the list?
The code has been copied to the clipboard.
Enter a title.
All Categories
General Support
Tizen .NET
Web Application Development
Native Application Development
SDK & IDE
--------
--------