examples: fix edc build error
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 24 Jan 2019 04:27:24 +0000 (13:27 +0900)
committerTaehyub Kim <taehyub.kim@samsung.com>
Thu, 31 Jan 2019 01:53:41 +0000 (10:53 +0900)
The state changes which set non-exist state are removed.
Missing states are added.
Incorrect state value is fixed.

src/examples/elementary/efl_ui_list_view_example.edc
src/examples/elementary/evas3d_map_example.edc

index 75bafe1..1957fbf 100644 (file)
@@ -35,7 +35,7 @@ group {
       }
       program {
          signal: "efl,state,odd"; source: "efl";
-         action: STATE_SET "odd" 1.0;
+         action: STATE_SET "odd" 0.0;
          target: "base";
       }
       program {
index 06a409d..2d4573a 100644 (file)
@@ -166,6 +166,9 @@ group { name: "elm/scroller/base/evas3d";
             inherit: "default" 0.0;
             min: 0 0;
          }
+         description { state: "clicked" 0.0;
+            inherit: "default" 0.0;
+         }
       }
       part { name: "sb_vbar_a1"; type: RECT;
          clip_to: "sb_vbar";
@@ -224,7 +227,6 @@ group { name: "elm/scroller/base/evas3d";
       program {
          signal: "mouse,down,1*"; source: "sb_vbar_a1";
          action: STATE_SET "clicked" 0.0;
-         target: "sb_vbar_a1";
          target: "arrow1_vbar";
       }
       program {
@@ -235,13 +237,11 @@ group { name: "elm/scroller/base/evas3d";
       program {
          signal: "mouse,up,1"; source: "sb_vbar_a1";
          action: STATE_SET "default" 0.0;
-         target: "sb_vbar_a1";
          target: "arrow1_vbar";
       }
       program {
          signal: "mouse,down,1*"; source: "sb_vbar_a2";
          action: STATE_SET "clicked" 0.0;
-         target: "sb_vbar_a2";
          target: "arrow2_vbar";
       }
       program {
@@ -252,7 +252,6 @@ group { name: "elm/scroller/base/evas3d";
       program {
          signal: "mouse,up,1"; source: "sb_vbar_a2";
          action: STATE_SET "default" 0.0;
-         target: "sb_vbar_a2";
          target: "arrow2_vbar";
       }
       program {
@@ -344,6 +343,9 @@ group { name: "elm/scroller/base/evas3d";
             inherit: "default" 0.0;
             min: 0 0;
          }
+         description { state: "clicked" 0.0;
+            inherit: "default" 0.0;
+         }
       }
       part { name: "sb_hbar_a1"; type: RECT;
          clip_to: "sb_hbar";
@@ -402,7 +404,6 @@ group { name: "elm/scroller/base/evas3d";
       program {
          signal: "mouse,down,1*"; source: "sb_hbar_a1";
          action: STATE_SET "clicked" 0.0;
-         target: "sb_hbar_a1";
          target: "arrow1_hbar";
       }
       program {
@@ -413,13 +414,11 @@ group { name: "elm/scroller/base/evas3d";
       program {
          signal: "mouse,up,1"; source: "sb_hbar_a1";
          action: STATE_SET "default" 0.0;
-         target: "sb_hbar_a1";
          target: "arrow1_hbar";
       }
       program {
          signal: "mouse,down,1*"; source: "sb_hbar_a2";
          action: STATE_SET "clicked" 0.0;
-         target: "sb_hbar_a2";
          target: "arrow2_hbar";
       }
       program {
@@ -430,7 +429,6 @@ group { name: "elm/scroller/base/evas3d";
       program {
          signal: "mouse,up,1"; source: "sb_hbar_a2";
          action: STATE_SET "default" 0.0;
-         target: "sb_hbar_a2";
          target: "arrow2_hbar";
       }
       program {