Gidday,
First, the left alignment of the default clock's digital text display
doesn't suit me too well, so I learnt how to change it (as per the diff
at the bottom). Maybe others prefer the text centered too?
Second, I've been enjoying the module writing learning experience
lately, and have been taking notes about some of the things which I
didn't understand straight away. Maybe other people also starting out
with this would like to read, and maybe share their experiences too
(and let raster and co. lean back and focus on coding more of that good
stuff!!).
So far I've got four basic entires on my not-oft-visited blog, and I'm
going to add more as I progress (and gradually improve my writing
style). I have also been working on a full "creation of an e17 module"
article, which I'll post once the module I'm working on is complete
(and more of my embarassing misunderstandings are resolved) and ready
to use for screenshots and code examples.
Anyway, here are the links for the interested - feel free to comment and amend my mistakes!
E17: Learnings (1) Up to date EDC info
http://david-in-tokyo.blogspot.com/2005/10/e17-learnings-1-up-to-date-edc-info.html
E17: Learnings (2) Restricting module size
http://david-in-tokyo.blogspot.com/2005/10/e17-learnings-2-restricting-module.html
E17: Learnings (3) Restricting edje text size
http://david-in-tokyo.blogspot.com/2005/10/e17-learnings-3-restricting-edje-text.html
E17: Learnings (4) EDC and alignment
http://david-in-tokyo.blogspot.com/2005/10/e17-learnings-4-edc-and-alignment.html
And the text centering patch for anyone out there who prefers it that way too:
Index: apps/e/data/themes/default_clock.edc
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default_clock.edc,v
retrieving revision 1.8
diff -u -u -r1.8 default_clock.edc
---
apps/e/data/themes/default_clock.edc
24 Sep 2005 01:15:23 -0000 1.8
+++ apps/e/data/themes/default_clock.edc 21 Oct 2005 18:30:08 -0000
@@ -693,7 +693,7 @@
font: "Edje-Vera";
size: 15;
fit: 0 1;
- align: 0.0 0.5;
+ align: 0.5 0.5;
}
}
description {
Regards!
David
- [E-devel] Module blogging, and a wee default_clock.edc sug... David Stevenson
- Re: [E-devel] Module blogging, and a wee default_cloc... Blake Barnett
- Re: [E-devel] Module blogging, and a wee default_... David Stevenson