Re: [e-users] Themeing Taskbar Module

2010-12-21 Thread P Purkayastha
Well, this is the procedure you need to follow: 1. edje_decc taskbar.edj 2. cd taskbar 3. 4. ./build.sh 5. cp taskbar.edj ~/.e/e/themes 6. Theme config dialog -> Advanced -> assign taskbar.edj to module/taskbar 7. Sip coffee and marvel at the changed theme (?) On Wed, 22 Dec 2010 04:46:07 +0800,

Re: [e-users] Themeing Taskbar Module

2010-12-21 Thread Christopher Michael
Could be a few things. If you want to send me the edj, I'll have a look. dh On 12/21/2010 03:44 PM, Jeff Hoogland wrote: > Build file runs > > edje_cc $@ -id . -fd . taskbar.edc -o taskbar.edj > > Think of anything else that may be causing an issue? > > ~Jeff > > On Tue, Dec 21, 2010 at 2:42 PM,

Re: [e-users] Themeing Taskbar Module

2010-12-21 Thread Jeff Hoogland
Build file runs edje_cc $@ -id . -fd . taskbar.edc -o taskbar.edj Think of anything else that may be causing an issue? ~Jeff On Tue, Dec 21, 2010 at 2:42 PM, Christopher Michael wrote: > Well, I would guess that build.sh already does edje_cc (most of the > build.sh scripts do). > > dh > > > O

Re: [e-users] Themeing Taskbar Module

2010-12-21 Thread Christopher Michael
Well, I would guess that build.sh already does edje_cc (most of the build.sh scripts do). dh On 12/21/2010 03:42 PM, Jeff Hoogland wrote: > So I just need to > > edje_cc taskbar.edc > > and then run my build.sh file? > > ~Jeff > > On Tue, Dec 21, 2010 at 2:39 PM, Christopher Michael> wrote: > >>

Re: [e-users] Themeing Taskbar Module

2010-12-21 Thread Jeff Hoogland
So I just need to edje_cc taskbar.edc and then run my build.sh file? ~Jeff On Tue, Dec 21, 2010 at 2:39 PM, Christopher Michael wrote: > As long as you kept the same image filenames, no. All the would require is > a recompile of the edc (edje_cc). If you changed the filenames, then yes you >

Re: [e-users] Themeing Taskbar Module

2010-12-21 Thread Christopher Michael
As long as you kept the same image filenames, no. All the would require is a recompile of the edc (edje_cc). If you changed the filenames, then yes you would have to edit the edc and replace all instances of those filenames. dh On 12/21/2010 03:35 PM, Jeff Hoogland wrote: > I didn't even touch

Re: [e-users] Themeing Taskbar Module

2010-12-21 Thread Jeff Hoogland
I didn't even touch the existing one as I left everything the same other than changing some of the colors of the .png files. Would that require edits to the .edc file? ~Jeff Hoogland On Tue, Dec 21, 2010 at 2:32 PM, Christopher Michael wrote: > Probably missing some key parts in the edc. Did yo

Re: [e-users] Themeing Taskbar Module

2010-12-21 Thread Christopher Michael
Probably missing some key parts in the edc. Did you just edit the existing one ? or did you make your own ?? dh On 12/21/2010 03:29 PM, Jeff Hoogland wrote: > So I have decompiled the taskbar module, I edited the colors of the three > images within the decomp and then ran the build.sh to create

Re: [e-users] Themeing Taskbar Module

2010-12-21 Thread Jeff Hoogland
So I have decompiled the taskbar module, I edited the colors of the three images within the decomp and then ran the build.sh to create a new .edj file. However when I load this new taskbar module I have created and add it to a shelf/desktop it does not show any of my opened applications! Any ideas?