Nathan A. Smith wrote:
On Thu, 2005-09-22 at 13:07 +0200, Sebastian Dransfeld wrote:

Andrew Elcock wrote:

Nathan A. Smith wrote:


Hey,

For those who would like to try out and comment on my
efforts, http://home.comcast.net/~nasa01/calendar.tar.gz
has my first full project. It's an alpha version of my calendar module. Please give it a try.


dude, you need to learn more about relative in .edc files...

try replacing the groups named "gridXXtext" relative block to

rel1 {
   relative: 0.0 0.0;
   offset: 0 0;
   to: gridXX;
}
rel2 {
   relative: 1.0 1.0;
   offset: -1 -1;
   to: gridXX;
}

that makes the numbers visible for as long as they should be (not disappearing waaaay too soon)

also, the "Month" should be relative on X to 0.1 and 0.9, this allows it to take up a large portion of the width (which it should do)
(note that you will need to change text align to "align: 0.5 0.0" too.

Also - perhaps you should look into (C style) MACROs - this will save a LOT of search and replace and file size ;)

If he used the e_table smart object, a lot of code would also be uneccesary.

If you could point me to an example I sure would like to reduce the
number of lines I have in the .edc...

Grep for e_table in the enlightenment source :)

Sebastian


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to