2006/11/13, Aleksej Struk <[EMAIL PROTECTED]>:
>
> > The problem is to change the aspect of the clock.
> As far as I understand you want to change the theme and to have a clock
> with different width and height automatically? If, yes then it is not
> possible via the theme, since the default size of the gadcon client
> is set inside the module implementation, and it is perfect squere NxN.
> However, when you set "Able to resize option" the gadcon system allows
> to change the size of the gadcon client.


Yes.

> Haw can I do it in edc file? Some aspect/resize signal ?
> I suspect, that if you open the source of the clock module and inspect
> _gc_orient function you will find what you want.
>
> sndev

Yes, I know. I experiment with gadcon events/resize.  The gadcon client is
still square. The text/group is not and it is resizable-visible. There is
resize,..,start go stop. I try to emulate resize,set :)
It is not so simple (e_gadcon.c...). My image clock is not a square.

2006/11/13, Stafford Horne <[EMAIL PROTECTED] >:

 Hey,
>
> If all you want to do is change the edj used for a certain part, like
> clock, then you can use e_remote to set the theme for the clock category.
>
> Look at e_remote -theme-list/-theme-set
>
> [EMAIL PROTECTED] ~]$ enlightenment_remote -theme-list
> REPLY <- BEGIN
> REPLY: CATEGORY="theme" FILE="default.edj"
> REPLY: CATEGORY="theme/modules/pager" FILE="ICE_2005.edj"
> REPLY: CATEGORY="theme/modules/ibar" FILE="ICE_2005.edj"
> REPLY: CATEGORY="theme/modules/clock" FILE="shorne-etheme.edj"
> REPLY <- END
>
> I use my own clock theme because I can't stand the original theme.
>
> -shorne

Thx. It is good.
I build my-e17 from default with my build.sh:
#!/bin/sh
profile="SLOW_PC"
EDJE_DEF="-DLOWRES_PDA=1 -DMEDIUMRES_PDA=2 -DHIRES_PDA=3 -DSLOW_PC=4
-DMEDIUM_PC=5 -DFAST_PC=6"
EDJE_DEF=$EDJE_DEF" -DE17_PROFILE"=$profile
edje_cc $@ $EDJE_DEF --image_dir ./images --font_dir ./fonts default.edc -o
../my-e17.edj

Wiesiek
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to