Re: [E-devel] Edje: stupid question

2005-04-13 Thread Nigel Benns
collections { // define the main interface group { name, "eim"; min, 128 256; parts { //define the background part { name, "background"; type, RECT; mouse_events, 0; // define the backgorund as transparency description {

[E-devel] i18n support questions and issues

2005-04-13 Thread David Stevenson
Some observations after discussions on #edevelop... 1) dj2 and I were wondering why e_main_dirs_init call e_intl_shutdown. anybody? The shutdown frees the list of languages, pretty much straight away after it is initialized. Is this right? 2) the LANG environment variable seems to be getting clob

[E-devel] Edje: stupid second question

2005-04-13 Thread joel vennin
> what you want is the offset param. > > rel1 as is > > rel2 { > relative: 1.0 0.0; > offset: -1 20; > } > -- > rephorm Thank you very much for your help, i understand better how it works. However, i still have some questions and problems. As you can see on the attached example, i've a thing

[E-devel] Edje: stupid question

2005-04-13 Thread joel vennin
Hello, i'm a new user of edje .. I've a really basic question, i've already took a look inside the edje documentation but i'm unable to do this: I create a background and i want to create a header on the background with the width equal to the background width and with a header height equals to 20

Re: [E-devel] Edje: stupid question

2005-04-13 Thread Brian Mattern
what you want is the offset param. rel1 as is rel2 { relative: 1.0 0.0; offset: -1 20; } -- rephorm joel vennin wrote: Hello, i'm a new user of edje .. I've a really basic question, i've already took a look inside the edje documentation but i'm unable to do this: I create a background and i want

[E-devel] Evas Blending Fun

2005-04-13 Thread Jose O Gonzalez
Attached are some blending routines for evas.. mostly useless to anyone except for Carsten to probably laugh at :) Very sketchy stuff, just for testing some ideas etc. Evas.tgz Description: Binary data