From 2c6f463251056b7277f790716b4cb6cbc2fd217b Mon Sep 17 00:00:00 2001 From: Nicole Vreden Date: Sat, 20 Feb 2010 14:08:53 +0100 Subject: Yalp-EFL-GUI: Bugfixing - added Play-Button - hide Frames by clicking on Play-Button - show Frames by clicking on main-Frame Signed-off-by: Nicole Vreden --- src/YalpClients/EflClient/yalp_gui.edc | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'src/YalpClients/EflClient/yalp_gui.edc') diff --git a/src/YalpClients/EflClient/yalp_gui.edc b/src/YalpClients/EflClient/yalp_gui.edc index 24c593f..70427af 100644 --- a/src/YalpClients/EflClient/yalp_gui.edc +++ b/src/YalpClients/EflClient/yalp_gui.edc @@ -108,7 +108,7 @@ collections } rel2 { - relative: 0.49 0.8; + relative: 1.0 1.0; offset: 0 0; } } @@ -169,7 +169,7 @@ collections } } } - /* + part { name: "medialist_buttonframe"; @@ -205,7 +205,7 @@ collections } } - */ + part { @@ -215,14 +215,14 @@ collections description { state: "default" 0.0; - color: 0 0 0 0; + color: 80 30 114 175; rel1 { - relative: 0.15 0.07; + relative: 0.15 0.1; } rel2 { - relative: 0.65 0.13; + relative: 0.5 0.13; } } @@ -232,22 +232,22 @@ collections color: 0 0 0 0; rel1 { - relative: 0.15 0.0; + relative: 0.15 -0.5; } rel2 { - relative: 0.65 0.0; + relative: 0.5 -0.5; } } } } programs { - /* + program { name: "hide_searchframe"; - source: "medialist"; + source: "medialist_buttonframe"; signal: "mouse,clicked,1"; action: STATE_SET "default" 1.0; target: "searchframe"; @@ -268,7 +268,7 @@ collections target: "searcharea"; transition:SINUSOIDAL 1; } - */ + /* program { name: "button_clicked_signal_program"; @@ -289,6 +289,7 @@ collections target: "medialist"; target: "searcharea"; } + */ } } } -- cgit v1.2.3