Ok, config_inwin is working, and is updated/can set the project details.

This commit is contained in:
Jaime Thomas
2009-01-11 02:14:02 +00:00
parent 0087017c94
commit f623f9b36f
8 changed files with 370 additions and 54 deletions

View File

@ -71,7 +71,7 @@ group {
rel2 {
to: "bg";
relative: 1.0 0.0;
offset: -11 50;
offset: -11 30;
}
}
}
@ -93,7 +93,7 @@ group {
rel2 {
to: "ecdb/burn_data/return";
relative: 1.0 1.0;
offset: 0 50;
offset: 0 30;
}
}
}
@ -164,6 +164,28 @@ group {
}
}
part {
name: "ecdb/burn_data/settings";
type: SWALLOW;
repeat_events: 1;
description {
state: "default" 0.0;
rel1 {
to: "ecdb/burn_data/vol_name";
relative: 0.0 1.0;
offset: 0 5;
}
rel2 {
to: "ecdb/burn_data/vol_name";
relative: 1.0 1.0;
offset: 0 30;
}
}
}
/* Missing a description later */
part {
name: "ecdb/burn_data/filelist";
@ -182,7 +204,7 @@ group {
rel2 {
to: "bg";
relative: 1.0 1.0;
offset: -205 -26;
offset: -235 -26;
}
}
}

View File

@ -92,7 +92,7 @@ group {
rel2 {
to: "bg";
relative: 1.0 0.0;
offset: -11 50;
offset: -11 30;
}
}
}
@ -114,7 +114,7 @@ group {
rel2 {
to: "ecdb/burn_image/return";
relative: 1.0 1.0;
offset: 0 50;
offset: 0 30;
}
}
}

View File

@ -54,16 +54,16 @@ group {
group {
name: "ecdb/config_inwin/popup";
max: 400 300;
parts {
part {
name: "back";
type: IMAGE;
mouse_events: 0;
description {
state: "default" 0.0;
color: 255 255 255 0;
max: 308 128;
rel1 {
relative: 0.0 0.0;
@ -81,8 +81,8 @@ group {
}
description {
inherit: "default" 0.0;
state: "active" 0.0;
inherit: "default" 0.0;
color: 255 255 255 255;
}
}
@ -90,11 +90,11 @@ group {
part {
name: "ecdb.table";
type: TABLE;
clip_to: "back";
description {
state: "default" 0.0;
color: 255 255 255 0;
max: 300 120;
rel1 {
relative: 0.0 0.0;
@ -107,11 +107,17 @@ group {
}
table {
homogenous: TABLE;
padding: 2 2;
homogeneous: TABLE;
padding: 0 0;
align: 0.5 0.5;
}
}
description {
state: "active" 0.0;
inherit: "default" 0.0;
color: 255 255 255 255;
}
}
}
@ -121,8 +127,8 @@ group {
signal: "ecdb,config_inwin,popup,show";
source: "ecdb";
action: STATE_SET "active" 0.0;
target: "back";
target: "ecdb.table";
target: "active";
transition: DECELERATE 0.2;
}
@ -130,9 +136,9 @@ group {
name: "collapse";
signal: "ecdb,config_inwin,popup,hide";
source: "ecdb";
action: STATE_SET "active" 0.0;
action: STATE_SET "default" 0.0;
target: "back";
target: "ecdb.table";
target: "active";
transition: DECELERATE 0.2;
}
}

View File

@ -87,7 +87,7 @@ group {
rel2 {
to: "bg";
relative: 1.0 0.0;
offset: -11 50;
offset: -11 30;
}
}
}
@ -109,7 +109,7 @@ group {
rel2 {
to: "ecdb/erase/return";
relative: 1.0 1.0;
offset: 0 50;
offset: 0 30;
}
}
}